Alternate method for integral of x^2/sqrt(5-x^2)

knowledgeseeker

New member
Joined
Feb 22, 2023
Messages
1
Hello i was trying to solve the integral of (x^2)/(sqrt(5-4x^2 )) dx by ysing the substitution u=sqrt(5-4x^2) dx = (sqrt(5-4x^2)/-4x ) du So the integral can be written as Integral of -x/4 du and x= sqrt((5-u^2)/4) when x is >0 and x=-sqrt((5-u^2)/4) when x<0, i rewritten the integral as -1/8*Integral of sqrt(5-u^2)du using trig substitution with u= sqrt(5)*sin(t) we have -5/16 *t - 5/16 *sin(t)*cos(t) t=arcsin(u^2/sqrt(5)). if we now reverse the substitutions and simplify i got the final answer as -5/16 arcsin(sqrt((5-4x^2)/5)) - xsqrt(5-4x^2)/8 However this differs from the answer in my textbook which i will apload an image of(my textbook used different methods that is simpler and easier but i want to know where i made a mistake).20230222_214303.jpg
 
i rewritten the integral as -1/8*Integral of sqrt(5-u^2)du
I don't understand how you got this part. In general, I find your post very difficult to read. At the very least, use separate lines for different steps. Also, I could not find an expression in your post for dxdx in terms of uu and dudu.
 
Hello i was trying to solve the integral of (x^2)/(sqrt(5-4x^2 )) dx by ysing the substitution u=sqrt(5-4x^2) dx = (sqrt(5-4x^2)/-4x ) du So the integral can be written as Integral of -x/4 du and x= sqrt((5-u^2)/4) when x is >0 and x=-sqrt((5-u^2)/4) when x<0, i rewritten the integral as -1/8*Integral of sqrt(5-u^2)du using trig substitution with u= sqrt(5)*sin(t) we have -5/16 *t - 5/16 *sin(t)*cos(t) t=arcsin(u^2/sqrt(5)). if we now reverse the substitutions and simplify i got the final answer as -5/16 arcsin(sqrt((5-4x^2)/5)) - xsqrt(5-4x^2)/8 However this differs from the answer in my textbook which i will apload an image of(my textbook used different methods that is simpler and easier but i want to know where i made a mistake).View attachment 35089
Your formatting is a bit unclear to me. Is the following an accurate restatement of the above?




Solve the following integral:

x254x2dx\qquad \int \frac{x^2}{\sqrt{5-4x^2}} dx

I was trying to solve this integral by using the following substitution:

u=54x2dx=54x24xdu(1)\qquad u = \sqrt{5-4x^2}\,dx = \frac{\sqrt{5-4x^2}}{-4x}\,du \qquad (1)

So the integral can be written as:

x4du(2)\qquad \int \frac{-x}{4}\, du \qquad (2)

...where:

x={5u24 for x>05u24 for x<0(3)\qquad x = \begin{cases} \sqrt{\frac{5-u^2}{4}} & \text{ for } x > 0 \\ -\sqrt{\frac{5-u^2}{4}} & \text{ for } x < 0 \end{cases} \qquad (3)

I have rewritten the integral as:

185u2du(4)\qquad -\frac{1}{8}\, \int \sqrt{5-u^2}\,du \qquad (4)

...using trig substitution with:

u=5sin(t)(5)\qquad u = \sqrt{5}\cdot \sin(t) \qquad (5)

We have the following:

516t516sin(t)cos(t)(6)\qquad -\frac{5}{16}\cdot t - \frac{5}{16} \sin(t)\cos(t) \qquad (6)

...where:

t=arcsin(u25)(7)\qquad t = \arcsin\left(\frac{u^2}{\sqrt{5}}\right) \qquad (7)

If we now reverse the substitutions and simplify, I got the final answer as:

516arcsin(54x25)x54x28(8)\qquad -\frac{5}{16}\, \arcsin\left(\sqrt{\frac{5-4x^2}{5}}\right) - \frac{x\,\sqrt{5-4x^2}}{8} \qquad (8)

However this differs from the answer in my textbook which i will apload an image of(my textbook used different methods that is simpler and easier but i want to know where i made a mistake).





Is the above correct? Thank you!

Eliz.
 
It turns out that your answer is equivalent to theirs.

That's because if sin(θ)=54x25\sin(\theta)=\sqrt{\frac{5-4x^2}{5}}, then cos(θ)=2x5\cos(\theta)=\frac{2x}{\sqrt{5}}, so arcsin(54x25)=arccos(2x5)=π2arcsin(2x5)\arcsin\left(\sqrt{\frac{5-4x^2}{5}}\right)=\arccos\left(\frac{2x}{\sqrt{5}}\right)=\frac{\pi}{2}-\arcsin\left(\frac{2x}{\sqrt{5}}\right)
The constant absorbs the π2\frac{\pi}{2}, so this accounts for both the sign change and the argument change.

There is one typo in your work; in line (7) you put u2u^2 where you meant (and later used) uu.

On the other hand, what happened to the sign issues you pointed out in line (3)?
 
One alternate method to solve the integral ∫(x^2/√(5-x^2)) dx is to use the trigonometric substitution x = √(5)sinθ.

Substituting x = √(5)sinθ, we have:

dx/dθ = √(5)cosθ

x^2 = 5sin^2θ

√(5-x^2) = √(5-5sin^2θ) = √(5)cosθ

Making these substitutions, the integral becomes:

∫(x^2/√(5-x^2)) dx = ∫[(5sin^2θ)/(√(5)cosθ)] (√(5)cosθ dθ/√(5)cosθ)

Simplifying, we get:

∫(5sin^2θ) dθ

Using the identity sin^2θ = (1-cos2θ)/2, we have:

∫(5sin^2θ) dθ = ∫[(5/2)(1-cos2θ)] dθ

= (5/2)(θ - (1/2)sin2θ) + C

Substituting back x = √(5)sinθ, we have:

∫(x^2/√(5-x^2)) dx = (5/2)arcsin(x/√5) - (x/2)√(5-x^2) + C

Therefore, the integral can also be expressed as (5/2)arcsin(x/√5) - (x/2)√(5-x^2) + C using the trigonometric substitution method.
 
Top