Derivative of Inverse Trig Function with Square Root in Denominator

ttttrigg3r
Messages
48
Reaction score
0

Homework Statement


tan^-1(x/(1-x^2)^1/2) find the derivative

the problem comes from 3g from MIT's PDF I found
http://ocw.mit.edu/courses/mathematics/18-01sc-single-variable-calculus-fall-2010/part-b-implicit-differentiation-and-inverse-functions/problem-set-2/MIT18_01SC_pset5sol.pdf

here is the solution key
http://ocw.mit.edu/courses/mathematics/18-01sc-single-variable-calculus-fall-2010/part-b-implicit-differentiation-and-inverse-functions/problem-set-2/MIT18_01SC_pset5prb.pdf

Homework Equations



The solution key says if y = x/(1-x^2)^1/2 then y' = (1-x^2)^-3/2 When I do it, y' comes out differently. This is how I attempt to solve it.

The Attempt at a Solution



Original problem: tan^-1((x/(1-x^2)^1/2)) what is the derivative with respect to x?

let y=x/(1-x^2)^1/2 y=x*(1-x^2)^-1/2 using the product rule I get:
y'=(1)(1-x^2)^-1/2 + x(-1/2)((1-x^2)^-3/2)(-2)
y'=(1-x^2)^-1/2 + (x^2)(1-x^2)^-3/2
This looks a lot different than the y' stated in the solution manual: y' = (1-x^2)^-3/2

Am I on the right track? Is the solution manual wrong? or am I missing a step? Thank you ahead.
 
Last edited by a moderator:
Physics news on Phys.org
You need to use the chain rule, you have:
<br /> f(x)=\tan^{-1}\left[ \frac{x}{\sqrt{1-x^{2}}} \right]<br />
write (as you did) y=x/(1-x^2)^1/2 and use the chain rule:
<br /> \frac{df}{dx}=\frac{df}{dy}\frac{dy}{dx}<br />
I believe you have already computed the second factor.
 
Thank you for the reply. However my question is why is my computed derivative of the inside term different than the answer key?
 
It's not different at all, take out a factor of 1/\sqrt{1-x^{2}} and you will see (with a little work) why they are the same.
 
Oh nice. I was wondering what I could do. Ty.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top