Solving an integral with trigonometric substitution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
tmt1
Messages
230
Reaction score
0
I have this integral:

$$\int_{}^{} \frac {x^2}{{(4 - x^2)}^{3/2}}\,dx$$

I can see that we can substitute $x = 2sin\theta$, and $dx = 2cos\theta d\theta$, but I am unable to see how $\sqrt{4 - x^2} = 2cos\theta$. How can I get this substitution?
 
Physics news on Phys.org
tmt said:
I have this integral:

$$\int_{}^{} \frac {x^2}{{(4 - x^2)}^{3/2}}\,dx$$

I can see that we can substitute $x = 2sin\theta$, and $dx = 2cos\theta d\theta$, but I am unable to see how $\sqrt{4 - x^2} = 2cos\theta$. How can I get this substitution?
Recall the identity:. . [tex]\sin^2\theta + \cos^2\theta \:=\:1 \quad\Rightarrow\quad 1 - \sin^2\theta\:=\:\cos^2\theta[/tex]

Substitute: [tex]x \:=\:2\sin\theta[/tex]

[tex]\begin{array}{cccc}<br /> \text{Then:} & \sqrt{4-x^2} \\<br /> & =\;\sqrt{4-(2\sin\theta)^2} \\<br /> & =\: \sqrt{4 -4\sin^2\theta} \\<br /> & =\; \sqrt{4(1-\sin^2\theta)} \\<br /> & =\; \sqrt{4\cos^2\theta} \\<br /> & =\:2\cos\theta \end{array}[/tex]

 
Do you understand the identity $\sin^2(x)+\cos^2(x)=1$ ?

Can you apply that identity to answer your question?