Question
Evaluate an integral using trigonometric substitution
Original question: 1.)
Solution:
Let
And . This means that the side opposite to angle has measure , hypotenuse has measure 3, and the adjacent side to angle has measure .
Therefore,
Now, substitute values of and with the values of the reference triangle as mentioned above. Thus,
Expert Verified Solution
thumb_up100%(1 rated)
Key concept: This integral is a good match for a trig substitution because of the square root . The only tricky part is keeping the algebra clean after the substitution.
Step by step
We want to compute
Step 1: Choose a substitution
Because of the form , let
so that
Also,
Step 2: Rewrite the integral
Substitute everything in:
=\int \frac{3\cos\theta}{\left(\frac32\sin\theta\right)^2}\cdot \frac32\cos\theta\,d\theta.$$ Since $$\left(\frac32\sin\theta\right)^2=\frac94\sin^2\theta,$$ we get $$\int \frac{3\cos\theta}{\frac94\sin^2\theta}\cdot \frac32\cos\theta\,d\theta =\int 2\frac{\cos^2\theta}{\sin^2\theta}\,d\theta =\int 2\cot^2\theta\,d\theta.$$ ### Step 3: Integrate Use $$\cot^2\theta=\csc^2\theta-1,$$ so $$\int 2\cot^2\theta\,d\theta =2\int (\csc^2\theta-1)\,d\theta =-2\cot\theta-2\theta+C.$$ ### Step 4: Convert back to $x$ From the triangle relation, $$\sin\theta=\frac{2x}{3}$$ so $$\theta=\arcsin\left(\frac{2x}{3}\right).$$ Also, $$\cot\theta=\frac{\cos\theta}{\sin\theta} =\frac{\sqrt{9-4x^2}/3}{2x/3} =\frac{\sqrt{9-4x^2}}{2x}.$$ Therefore, $$-2\cot\theta-2\theta+C =-2\cdot \frac{\sqrt{9-4x^2}}{2x}-2\arcsin\left(\frac{2x}{3}\right)+C.$$ So the antiderivative is $$\boxed{-\frac{\sqrt{9-4x^2}}{x}-2\arcsin\left(\frac{2x}{3}\right)+C}.$$ ### Pitfall alert The most common slip here is losing a factor of 2 or 3 when converting $x=\frac32\sin\theta$ and $dx=\frac32\cos\theta\,d\theta$. Another easy mistake is forgetting that $\sqrt{9-9\sin^2\theta}=3\cos\theta$ assumes the usual right-triangle setup with $\theta$ chosen so that $\cos\theta\ge 0$. ### Try different conditions If the integrand were $\int \frac{\sqrt{9-4x^2}}{x}\,dx$, the same substitution would still work, but the algebra would simplify differently and the final answer would involve a mix of logarithmic and inverse-trig terms. If the square root were $\sqrt{a^2-b^2x^2}$ instead, the substitution pattern would be the same: set $bx=a\sin\theta$. ### Further reading trigonometric substitution, inverse trigonometric function, antiderivativeFAQ
What substitution is best for this integral?
Use 2x = 3 sin(theta), because it turns sqrt(9 - 4x^2) into 3 cos(theta) and simplifies the radical.
What is the final antiderivative?
The antiderivative is -sqrt(9 - 4x^2)/x - 2arcsin(2x/3) + C.