***We will use the formula: d/d𝑥(coth−1𝑥)=1/(1−𝑥2).***
y= coth^-1(√(x^2+1))
Find y'.
This is a chain rule problem with three nested functions y = f(g(h)).
Then y' = f'(gh) *g'(h)* h'.
f = coth−1 (x)
g = √x
h = x2+1
f'(gh) = 1/(1−(√(x2+1)2) = -1/x2
g'(h) = 1/(2√(x2+1))
h' = 2x
y' = (-1/x2) (1/(2√(x2+1)))*2x
simplify:
y' = -1/(x(√x2+1))