Why do I need to multiply by 2x when applying the Chain Rule here?

108 Views Asked by At

I have an equation:

$$y = \Bigl(x + f(x^2 - 1)\Bigr)^{1/2},$$ (so a square root function.) I am asked to find $dy/dx$ when $x = 3$, given that $f(8) = 0$, and $f'(8) = 3$.

I apply the chain rule as I usually do for this problem, derivative of the inside times derivative of the outside. I get:

$$1/2\Bigl(x + f(x^2-1)\Bigr)^{-1/2} \Bigl(1 + f'(x^2-1)\Bigr).$$ However, when my teacher did this example, she multiplied the $f'(x^2-1)$ part by $2x$. Why did she do so?

Thank you!

2

There are 2 best solutions below

0
On

Consider $$y = \Bigl(x + f[t(x)]\Bigr)^{1/2}$$ An easy way could be logarithmic differentiation $$y = \Bigl(x + f[t(x)]\Bigr)^{1/2}\implies \log(y)=\frac 12 \log\Bigl(x + f[t(x)]\Bigr)$$ $$\frac {y'}y=\frac 12 \frac{1+\frac{df}{dt}\times \frac{dt}{dx}}{x + f[t(x)]}\implies y'= \frac{1+\frac{df}{dt}\times \frac{dt}{dx}}{2\Bigl(x + f[t(x)]\Bigr)^{1/2}}$$

0
On

Hint: Rewrite $f(x^2-1)$ as $(f\circ g )(x)$ where $g(x)=x^2-1$, and then take the derivative of the composition using the chain rule.