Mark H. answered 10/18/19
Tutoring in Math and Science at all levels
For these, you use the chain rule:
if u is a function of x, and you have y = f(u), then:
dy/dx = dy/du * du/dx
First problem:
y = tan-1(x-√(1+x2))
u = x-√(1+x2) = x - (1+x2 )1/2
The second term will also use the chain rule, so we can use v = 1 + x2, and dv/dx = 2x
du/dx = 1 - 1/2 (1+x2)-1/2 * 2x = 1 - x(1+x2)-1/2
So:
y = tan-1(u)
dy/du = 1/(u2 + 1)
and dy/dx = 1/(u2 + 1) * 1 - x(1+x2)-1/2
replace u to get:
dy/dx = 1/( x - (1+x2 )1/2)2 + 1) * 1 - x(1+x2)-1/2
expand and simplify as needed....
For the 2nd problem:
y = cot-1(√x) + cot-1(1/x)
use u (x)1/2 and v = x-1
giving: du/dx = 1/2x-1/2 and dv/dx = -x-2
and:
y = cot-1 u + cot-1 v
and dy/dx = dy/du (cot-1 u) * du/dx + dy/dv(cot-1 v) * dv/dx
to finish find dy/du and dy/dv, then replace u, v, du/dx, and du/dv and simplify as needed