Proving arcsin(somevalue) = 2arctan(rootx) - value

  • Thread starter Thread starter montana111
  • Start date Start date
  • Tags Tags
    Value
montana111
Messages
12
Reaction score
0

Homework Statement



prove the identity:

arcsin( x-1/x+1 ) = 2 * arctan( sqrt(x) ) - pi/2


Homework Equations


if f'x = g'x for all x in an interval (a,b) then f - g is constant on (a,b); that is, fx = gx + c where c is constant.

this material above is in the same section as rolles thm and the mean value thm if that helps at all.


The Attempt at a Solution


Im assuming that i use arcsin(value) as fx and 2arctan(value) as gx and verify that their derivatives are equal, however i can't seem to do this. this is what i got... :

d/dx arcsin( x-1/x+1 ) = 1/( sqrt( 1 - ( x-1/x+1 )^2 ) ) * ( x+1 - x-1 / ( x+1 )^2

and

d/dx 2arctan(sqrt( x) ) = 2/(1+ sqrt(x^2)) * 1/(2 * sqrt(x)) = 2/(1+x) * 1/(2 * sqrt(x) )

my real questions here is what are the real derivatives of these two functions and can someone please right down the solution to that explicitly so i am not confused, THANK YOU PHYSICS FORUMS MEMBERS.
 
Physics news on Phys.org
montana111 said:

Homework Statement



prove the identity:

arcsin( x-1/x+1 ) = 2 * arctan( sqrt(x) ) - pi/2


Homework Equations


if f'x = g'x for all x in an interval (a,b) then f - g is constant on (a,b); that is, fx = gx + c where c is constant.

this material above is in the same section as rolles thm and the mean value thm if that helps at all.


The Attempt at a Solution


Im assuming that i use arcsin(value) as fx and 2arctan(value) as gx and verify that their derivatives are equal, however i can't seem to do this. this is what i got... :

d/dx arcsin( x-1/x+1 ) = 1/( sqrt( 1 - ( x-1/x+1 )^2 ) ) * ( x+1 - x-1 / ( x+1 )^2

You didn't get the chain rule part quite right in the work above.
d/dx arcsin( x-1/x+1 ) = 1/( sqrt( 1 - ( x-1/x+1 )^2 ) ) * ( x+1 - x+1) / ( x+1 )^2
I fixed an incorrect sign right here --------------------------------^
There's a lot of simplification that you can do, to get it to 1/(sqrt(x) * (x + 1)), which is the same as what you get in the next part.
montana111 said:
and

d/dx 2arctan(sqrt( x) ) = 2/(1+ sqrt(x^2)) * 1/(2 * sqrt(x)) = 2/(1+x) * 1/(2 * sqrt(x) )

my real questions here is what are the real derivatives of these two functions and can someone please right down the solution to that explicitly so i am not confused, THANK YOU PHYSICS FORUMS MEMBERS.
 
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