Integrating with a given substitution

cmkluza
Messages
118
Reaction score
1

Homework Statement


Using the substitution x = 2sinθ, show that
\int \sqrt{4 - x^2} dx = Ax\sqrt{4 - x^2} + B ⋅ arcsin(\frac{x}{2}) + C
whee A and B are constants whose values you are required to find.

Homework Equations

The Attempt at a Solution


x = 2sinθ
\frac{dx}{dθ} = 2cosθ
dx = 2cosθ ⋅ dθ
\int \sqrt{4 - x^2} dx = \int \sqrt{4 - 4sin^2θ} ⋅ 2cosθ dθ
Edit: (Hopefully) corrected my work after this point
2\int \sqrt{4(1 - sin^2θ)} ⋅ cosθ dθ
2\int 2\sqrt{1 - sin^2θ} ⋅ cosθ dθ \rightarrow 1 - sin^2θ = cos^2θ
4\int \sqrt{cos^2θ} ⋅ cosθ dθ
4 \int cosθ ⋅ cosθ ⋅ dθ
4 \int cos^2θ ⋅ dθ
4 \int \frac{1 + cos2θ}{2} ⋅ dθ = 2 \int 1 + cos2θ ⋅ dθ
2(θ + 2sin2θ)
x = 2sinθ ∴ θ = arcsin\frac{x}{2}
2arcsin\frac{x}{2} + 4sin2θI'm getting closer at this point, but can't figure out how to transform the 4sin2θ back into something to do with x's. If I substituted 2sinθcosθ in for sin2θ then I would be stuck with a cosine in the final equation that I don't want, nor would that get me any closer to a square root shown in the final answer. Have I messed up in my work up to this point again, or is there something I'm not looking at? Thanks!
 
Last edited:
Physics news on Phys.org
cmkluza said:
\int \sqrt{4 - x^2} dx = \int \sqrt{4 - 4sin^2θ} ⋅ 2cosθ dθ
-2sinθ \int \sqrt{4 - 4sin^2θ} ⋅ dθ
I don't see where that comes from, is second line supposed to be the second term of the expression to the right of the equal sign in the first line?
 
blue_leaf77 said:
I don't see where that comes from, is second line supposed to be the second term of the expression to the right of the equal sign in the first line?

For whatever reason, during my work I felt integration of one part of one term was possible. I'm redoing my work now, thanks for pointing out my mistake!
 
I've redone all my work, still can't seem to get the final bit, but I'm getting closer.
 
cmkluza said:
If I substituted 2sinθcosθ in for sin2θ
That's the right direction. Remember that ##\cos \theta = \sqrt{1-\sin^2 \theta}##, from this point substitute ##x/2 = \sin \theta##.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top