tangibleLime
- 71
- 0
Homework Statement
\int \frac{4}{x^{2}\sqrt{81-x^{2}}} dx
Homework Equations
The Attempt at a Solution
Since the radical is of the form a^2-x^2, I'm using the substitution x=asin\theta.
x = 9sin\theta
dx = 9cos\theta d\theta
dx = 9cos\theta d\theta
Using this x value, I solved the radical and use the trig identity to replace 1-sin^2 with cos^2.
\sqrt{81-x^{2}}
\sqrt{81 - (9sin\theta)^{2}}
\sqrt{81(1-sin^2\theta)}
\sqrt{81cos^2\theta)}
9cos\theta
\sqrt{81 - (9sin\theta)^{2}}
\sqrt{81(1-sin^2\theta)}
\sqrt{81cos^2\theta)}
9cos\theta
Then I threw everything back into my original integral.
\int \frac{36cos\theta}{81sin^2\theta9cos\theta} d\theta
Canceling and simplifying...
\int \frac{4cos\theta}{81sin^2\theta} d\theta
This is where I get lost. I don't think I'm on the right track. I've watched several demonstrations of this kind of problem, and they all work out much better than this. Usually, I think, because there's a 1 on top instead of a 4. Any hints would be great.