What is the derivative of $$f(t)= \frac{t^3 +2} t$$ at point $(-2,3)$.
$\endgroup$ 32 Answers
$\begingroup$Lets take the derivative of the function according to the definition so we have:
$$f'(-2)=\lim_{x\to -2}\frac{f(x)-f(-2)}{x-(-2)}$$ if the limit exists. So we should do: $$f'(-2)=\lim_{x\to -2}\frac{\frac{x^3 +2} x-3}{x+2}=\lim_{x\to -2}\frac{x^2-2x+1}{x}=-9/2$$
$\endgroup$ 4 $\begingroup$$$f(t)=t^2+\dfrac{2}{t}$$ so $$f'(t)=2t-\dfrac{2}{t^2}$$ so $$f'(-2)=2\cdot (-2)-\dfrac{2}{(-2)^2}=-4-\dfrac{1}{2}=-\dfrac{9}{2}$$
$\endgroup$