Question
Question: Evaluate the indefinite integral \(\int {\sqrt {10x - {x^2}} dx} \) ....
Evaluate the indefinite integral ∫10x−x2dx .
Solution
We need to integrate the given integral, for that first we’ll complete the square, and then using some substitution we will integrate this integral. There are two types of integral; definite and indefinite integral. Here the given is indefinite integral since there is no limit. Here we are going to apply the substitution method and we need to transform the given integral into a simpler form of integral by substituting the independent variable.
Formula to be used:
∫adx=ax+c
∫cospxdx=psinpx+c
sin(arcsin(x))=x
Half angle formulae: cos2x=2cosx−1
Identity: sin2x+cos2x=1
(a−b)2=a2−2ab+b2
Complete answer:
Given integral: ∫10x−x2dx
To integrate the given integral, we need to complete the square.
For that, first take negative sign common so that coefficient of x2 becomes positive.
We get, ∫−(x2−10x)dx .
Now, Adding and subtracting square of 21×10=5 simultaneously,
we get, ∫−(x2−10x+52−52)dx
=∫−(x2−2(5)x+52−52)dx .
=∫−((x−5)2−52)dx (Here we are using the identity (a−b)2=a2−2ab+b2)
=∫25−(x−5)2dx
Now, substituting x−5=u , then, on differentiating both sides, we have, dx=du . The equation becomes =∫25−u2du
Now, substitute u=5sinv , then on differentiating both sides, we have, du=5cosvdv .
The equation becomes
∫25−(5sinv)2(5cosv)dv
=∫25−25sin2v(5cosv)dv .
Taking 25 outside the root, we get
=∫51−sin2v(5cosv)dv
=∫1−sin2v(25cosv)dv
Now, using the identity, sin2x+cos2x=1 , the equation becomes,
=∫cos2v(25cosv)dv .
On simplifying, we get,
=∫25cos2vdv .
Now, using the half-angle formula cos2v can be written as 21+cos2v
=25∫(21+cos2v)dv
On integrating, we get, 225(v+2sin2v)+c , where, c is the constant of integration.
Finally, substitute back the values of v=arcsin5u , we get,
=225arcsin(5u)+2sin(2arcsin(5u))+c
=225(arcsin(5u)+5u)+c
Now, substitute the values of u=x−5 , we get,
=225(arcsin(5x−5)+5x−5)+c .
On simplifying, we get,
=225arcsin(5x−5)+25(x−5)+c , where, c is the constant of integration.
Note: This question can also be done directly using the integration formula after completing the square∫a2−x2dx=2xa2−x2+2a2arcsin(ax)+c .
Direct integration cos2x is not possible, so we have to convert it using the half-angle formula to remove the square.
Substituting the values back, for substitution is necessary, otherwise, the variables in the final answer won’t be the same as in the question.