Finding out the derivatives through table values.

605 Views Asked by At

Question: Suppose that the functions $f$ and $g$ and their derivatives with respect to x have the following values at $x = 1$ and $x = 2$.Full Question

My Answer: Part 1 Answer enter image description here Part 2 Answerenter image description here

My Problem: My friend said that you have to take out the half from $x/2$ when you derive it. But I don't think that's the proper way to do the chain rule. Who do you think is right over this matter?

1

There are 1 best solutions below

3
On BEST ANSWER

When taking derivatives at a point, say $x=2$, it is very important that you only plug in $2$ after taking the derivative.

See for example the first part

$$\begin{align} \frac{d}{dx}(f(x/2)g(x)) &=\frac{d}{dx}\Big(f(x/2)\Big)g(x)+f(x/2)\frac{d}{dx}\Big(g(x)\Big)\\ &=f'(x/2)\color{blue}{\frac{d}{dx}\Big(x/2\Big)}g(x)+f(x/2)g'(x)\\ &=\color{blue}{\frac{1}{2}}f'(x/2)g(x)+f(x/2)g'(x) \end{align}$$

Now we plug in $x=2$ to get the correct answer for part (i). Does this make sense?