Limit question with Substituting

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Limit
Miike012
1,009
0
Fine the limit of (x^1000 - 1)/(x - 1) as x approaches 1.

Solution:(x^1000 - 1)/(x - 1) = (x^999 + x^998 + ... + x + 1)(x - 1)/(x - 1)

= (x^999 + x^998 + ... + x + 1)

Substituting x = 1 I get...

Line (1):1 + 11 + 12 + ... + 1999 = 1 + 999 = 1000

Is there any way to prove Line (1): I know it is obvious but I want to prove it mathematically and without obviously counting it on my fingers.
 
Physics news on Phys.org
I guess I could say 1 + 1(999) = 1000
 
If anyone has a better way of solving it please let me know, I want to learn all I can.
 
You could use synthetic division.
 
It's one of the surprising solutions that the limit as x --> 1 of (x^N -1)/(x-1) = N ... in the limit, the numerator is N times bigger than the denominator.

The question is to prove the expansion - you can demonstrate it simply enough by multiplying out the brackets so it is not clear what you mean when you want a non finger-counting method.
 
Miike012 said:
If anyone has a better way of solving it please let me know, I want to learn all I can.

You could use l'Hopital's theorem, if you have that.
 
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 . 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