Finding derivative of a function

GiTS
Messages
132
Reaction score
0

Homework Statement


Use the definition of the derivative limh->0 f(x+h)-f(x)
_______________________________________h
to show that the derivative of f(x)=x3 is f`(x)=3x2

limits and derivatives are very confusing to me. I got lost after the first two steps and I'm not sure if they are correct. I think the next step is to get rid of h, but I don't know how to go about it. Any help or suggestions would be much appreciated. Thanks!
p.s. the "_____" don't mean anything, I just couldn't figure out how to do a space.

Homework Equations





The Attempt at a Solution


(x+h)3-x3
______h
= (x+h)(x+h)(x+h)-x3
______h
 
Last edited:
Physics news on Phys.org
Take the exponent and multiply it by the coefficient in this case 1. You get 3x. Then subtract 1 from the exponent, 3, and you get 2. Giving you 3x2

3(x)3
3x3-1
=3x2
 
GiTS said:

The Attempt at a Solution


(x+h)3-x3
______h
= (x+h)(x+h)(x+h)-x3
______h

Why not try expanding out the numerator?

sadean1s said:
Take the exponent and multiply it by the coefficient in this case 1. You get 3x. Then subtract 1 from the exponent, 3, and you get 2. Giving you 3x2

3(x)3
3x3-1
=3x2

As the OP states, he is required to calculate this using the definition on the derivative. Also, please note in future that we do not give out full solutions in the homework forums, only tutorial advice.
 
I can expand the first two parts to get (x2+2xh+h2)(x+h)
I'm not really sure what how to multiply x and 2xh or x and h2. I don't think you can, can you?
Youd have to write it as x3+(x)(2xh)+(h)(2xh)+(x)(h2)+(h)(x2)+h3-x3/h
correct?

then take out the x3 and -x3

somehow I have to get rid of those xh's and h's and x2.
 
GiTS said:
I can expand the first two parts to get (x2+2xh+h2)(x+h)
I'm not really sure what how to multiply x and 2xh or x and h2. I don't think you can, can you?
Youd have to write it as x3+(x)(2xh)+(h)(2xh)+(x)(h2)+(h)(x2)+h3-x3/h
correct?

then take out the x3 and -x3

somehow I have to get rid of those xh's and h's and x2.

I can multiply them, even if you can't. To multiply (x2+2xh+h2) by (x + h), multiply all the terms in the first expression by x, and then multiply the terms in the first expression by h.

For example, one of the terms in the first expression is 2xh. When you multiply this by x, you get 2x2h, and when you multiply the same term by h, you get 2xh2. You'll end up with six terms, and sum of the terms are like expressions (they differ only in their coefficients). Group together the like terms and add their coefficients. You should end up with four terms.

Next, subtract the x3. All the terms that are left will have at least one factor of h, so you can factor it out and cancel with the h in the denominator.

At that point you're ready to take the limit as h --> 0, and you should end up with the derivative you're looking for.
Mark
 
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