Find the derivative of function with respect to x

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.
 
Is the initial function sin or arcsin?

If it is arcsin, I don't think you have the correct derivative.
 
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
y = sin^{-1}\left( \frac{x-1}{x+1} \right)
so that looks like arcsin. Of course, the derivative of arcsin is not cosine.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top