mvantuyl
- 37
- 0
Homework Statement
Integrate: \int\sqrt{1 - 9t^{2}}dt
Homework Equations
The Attempt at a Solution
t = 1/3 sin x
dt/dx = 1/3 cos x
dt = 1/3 cos x dx
3t = sin x
1/3 \int\sqrt{1 - sin^{2} x} cos x dx
1/3 \int cos ^{2}x dx
1/3 \int(1 + cos 2x) / 2 dx
1/6 \int1 + cos 2x dx
1/6 (x + 1/2 sin 2x) + C
1/6 (x + 1/2 (sin x cos x)) + C
1/6 (x + 1/2 (sin x \sqrt{1 - sin ^{2}x})) + C
1/6 (x + 1/2 (3t\sqrt{1 - 9t^{2}})) + C
I can't figure out how to get rid of x in the result.