I'm having problem finding limit of lim $x \to 1$ for $(1-x^n)/(1-x^m$). I know that the result is $n/m$ but I can't really come up with how to modify the expression to arrive at that.
Asked
Active
Viewed 109 times
1
-
Hint: both numerator and denominator are divisible by $1-x$. – lulu Mar 15 '17 at 21:34
1 Answers
3
If $n,m\in\mathbb N$, then
$$1-x^n=(1-x)(1+x+x^2+\dots+x^{n-1})$$
Thus, your ratio reduces to
$$\frac{1-x^n}{1-x^m}=\frac{1+x+x^2+\dots+x^{n-1}}{1+x+x^2+\dots+x^{m-1}}\stackrel{x\to1}\longrightarrow\frac nm$$
Simply Beautiful Art
- 74,685
-
-
1
-
-
I didn't come even close to thinking of geometric series. Thanks for the help. – Zerg Overmind Mar 15 '17 at 21:51
-