Limit WITHOUT using l'hospital

  • Thread starter Thread starter Doom of Doom
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Doom of Doom
Messages
85
Reaction score
0
For [tex]p,q\in \mathbb{N}[/tex], determine [tex]\lim_{x\to1} \frac{x^{p}-1}{x^{q}-1}[/tex]

I know that it should be p/q. Without using L'hospitals rule, how do I determine it?
 
Physics news on Phys.org
The quotient can be rewritten as (1-xp )/(1-xq ). Since x is less than 1 try a binomial expansion.
 
NoMoreExams said:
Factoring :)

Got it! My methods of trying were way more complicated. Don't know why I didn't think of that at first!

(x^n) - 1=(x-1)(x^(n-1) + ... + x + 1)

Thanks NoMoreExams