Derivative. arctan(x - sqrt(1+x^2))

  • Thread starter Thread starter smith007
  • Start date Start date
  • Tags Tags
    Derivative
smith007
Messages
9
Reaction score
0

Homework Statement



Find the derivative of the function. Simplify where possible.
arctan(x - sqrt(1+x2))

Homework Equations



Chain rule

The Attempt at a Solution



let u = x - sqrt(1+x2)

y = tan-1(u)

dy/du = 1/(1+ u2)
sub in u.
dy/du = 1/1 + (x - sqrt(1+x2))2


du/dx = 1 - 1/2 (1+x2)-1/2 (2x)

dy/dx = (1/1 + (x - sqrt(1+x2))2) (1 - 1/2 (1+x2)-1/2 (2x))


I always seem to forget 1 term and I am basically wondering if my method here is correct.
 
Physics news on Phys.org
Looks right to me. It would be good to include another pair of parentheses in the first term:

dy/dx = (1/(1 + (x - sqrt(1+x2))2)) (1 - 1/2 (1+x2)-1/2 (2x))
 
Thank you.

I am new to the forums here and I must say they are great!
 
You're welcome, and welcome to PF.
 
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