Find the derivative of function with respect to x

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
togo
Messages
106
Reaction score
0
Find the derivative of function with respect to x

y = sin^-1 (x-1/x+1)

Steps I took:
= sin(x-1/x+1)^-1
u = sin(x-1/x+1)
u' = cos u * u'
u = x-1/x+1
u' = t'b - tb'/b^2

t = x-1
b = x+1
t' = 1
b' = 1
b^2 = (x+1)(x+1) = x^2+2x+1
u' = (1)(x+1) - (x-1)(1)/x^2+2x+1
u' = x+1-x-1 / x^2+2x+1
u' = 0 !

how can it be zero? something has gone wrong here.

The answer to the question of 1/(x^(1/2) (x+1))

Thank you
 
Physics news on Phys.org
There are missing brackets: x-1/x+1 is ##x-\frac{1}{x}+1##. I think you mean (x-1)/(x+1), or ##\frac{x-1}{x+1}##.
u' = ((1)(x+1) - (x-1)(1))/(x^2+2x+1)
u' = (x+1-x-1) / (x^2+2x+1)
(I added brackets here)
This step is wrong, check the signs in the numerator.
 
how would you tell the difference? (sin/arcsin)
 
togo said:
how would you tell the difference? (sin/arcsin)
sin-1 x is the same as arcsin x. I'm assuming that your original function is
[itex]y = sin^{-1}\left( \frac{x-1}{x+1} \right)[/itex]
so that looks like arcsin. Of course, the derivative of arcsin is not cosine.