Sheneron
- 360
- 0
Homework Statement
\int \frac{\sqrt{9-x^2}}{x} dx
So:
x = 3Sin(\Theta)
dx = 3Cos(\Theta)d\Theta
Rewritten:
\int \frac{\sqrt{9 - (3Sin(\Theta))^2}*3Cos(\Theta)d\Theta}{3Sin(\Theta)}
\int \frac{\sqrt{9(1-Sin(\Theta)^2)}*3Cos(\Theta)d\Theta}{3Sin(\Theta)}
\int \frac{3Cos(\Theta)^2}{Sin(\Theta)}
When I check this with mathematica (replacing sin and cos with something in terms of x) it doesn't match. Its a different answer.