Having Issues with Solving Derivatives

Nogard
Messages
6
Reaction score
0

Homework Statement


Use the definition of a derivative to compute the derivative of the function at the given value.
P(t)=t^3-4, t=-2


Homework Equations


Please help me solve it in this form: f(a+h)-f(a)/h
lim
h→0


The Attempt at a Solution


(-2+h)^3-(-2^3)-4/h=(h^3-6h^2+12h-4)/h=h^2-6h+8=0-0+8=8

I am sick and tired of using the exact method the textbook gives me and getting answers that are miles off.
 
Physics news on Phys.org
first find
P(t+h)-P(t)=((t+h)^3-4)-(t^3-4)

(-2+h)^3-(-2^3)-4/h=(h^3-6h^2+12h-4)/h=h^2-6h+8=0-0+8=8
should be
((-2+h)^3-4)-((-2^3)-4))/h=(h^3-?h^2+?h)/h=h^2-?h+?->0^2-?0+?=?
where I have replaced numbers with ? for you to fill in
 
lurflurf said:
first find
P(t+h)-P(t)=((t+h)^3-4)-(t^3-4)

(-2+h)^3-(-2^3)-4/h=(h^3-6h^2+12h-4)/h=h^2-6h+8=0-0+8=8
should be
((-2+h)^3-4)-((-2^3)-4))/h=(h^3-6h^2+12h)/h=h^2-6h+12->0^2-(6)0+12=12
where I have replaced numbers with ? for you to fill in

Correct?
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top