Calculating the Limit as h Approaches 0: Power Rule Example and Explanation

  • Thread starter Thread starter sakebu
  • Start date Start date
  • Tags Tags
    Limit
sakebu
Messages
7
Reaction score
0

Homework Statement


limit as h approaches 0


Homework Equations


lim h→0 [ 2(x+h)^5 -5(x+h)^3 - 2x^5 + 5x^3 ] / h


The Attempt at a Solution


People have told me to use the power rule and gave me an answer of 10 x^4 + 15 x^2 but that doesn't seem to be right...
 
Physics news on Phys.org
sakebu said:

Homework Statement


limit as h approaches 0


Homework Equations


lim h→0 [ 2(x+h)^5 -5(x+h)^3 - 2x^5 + 5x^3 ] / h


The Attempt at a Solution


People have told me to use the power rule and gave me an answer of 10 x^4 + 15 x^2 but that doesn't seem to be right...
The answer they gave you is a little off. Assuming that your function is f(x) = 2x5 - 5x3, then f'(x) = 10x4 -[/color] 15x2.

If the problem is to find the derivative using the limit definition of the derivative, then your friends' advice of using the power rule is also incorrect. To evaluate the limit you show, expand the first two terms. You should find that some terms drop out, and you can then take the limit.
 
In general: a^{n+1}-b^{n+1}=(a-b)(a^{n}+a^{n-1}b+a^{n-1}b^{2}+\dots+a^{n-k}b^{k}+\dots+a^{2}b^{n+2}+a\,b^{n-1}+b^{n})

So in specific, if n = 4, a^{5}-b^{5}=(a-b)(a^{4}+a^{3}b+a^{2}b^{2}+a\,b^{3}+b^{4})

If n = 2, a^{3}-b^{3}=(a-b)(a^{2}+a\,b+b^{2})

Now, let a = x+h, and b = x.
 
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...

Similar threads

Back
Top