PDA

View Full Version : Limit


VietDao29
Aug6-05, 10:40 PM
Can anyone help me understand this please?
This is one of the examples in the book I find really hard to understand.
\lim_{x \to 1} \left( \frac{a}{1 - x ^ a} - \frac{b}{1 - x ^ b} \right) \mbox{, ab \neq 0}
Here is what the book says:
In some neighbourhood of x = 1, \alpha \neq 0you have:
1 - x ^ \alpha = -\alpha (x - 1) - \frac{\alpha (\alpha - 1)}{2} (x - 1) ^ 2 + o((x - 1) ^ 2)
This is Taylor's series. I understand this.
And the book continues:
\frac{a}{1 - x ^ a} - \frac{b}{1 - x ^ b} = \frac{a(1 - x ^ b) - b(1 - x ^ a)}{(1 - x^a)(1 - x ^ b)} = \frac{a - b}{2} + o((x - 1) ^ 2) :confused:
This equation troubles me. I don't understand how they get it.
So they conclude:
\lim_{x \to 1} \left( \frac{a}{1 - x ^ a} - \frac{b}{1 - x ^ b} \right) = \frac{a - b}{2} \mbox{, ab \neq 0}
Any help would be appreciated.
Viet Dao,

HallsofIvy
Aug7-05, 07:09 AM
Cute little problem! Look at the numerator and denominator of \frac{a(1-x^b)-b(1-x^a)}{(1-x^a)(1-x^b)} separately. (Of course, that fraction is got by getting the common denominator. I assume it is the next equality that is bothering you.)

Using the approximation given, the numerator is (-ab(x-1)+\frac{ab(b-1)}{2}(x-1)^2)+ab(x-1)-\frac{ab(a-1)}{2}(x-1)^2 where I have simply not written the terms of degree higher than 2. Do you notice that, ignoring terms of power higher than 2, that reduces to one term?

The denominator is the product (-a(x-1)+\frac{a(a-1)}{2}(x-1)^2)(-b(x-1)+\frac{b(b-1)}{2}(x-1)^2). Again, I have dropped terms of power greater than 2. Also in multiplying that out, you should drop terms of power greater than 2. It reduces very nicely!

VietDao29
Aug7-05, 11:48 AM
Thanks for the help, I get it now. :smile:
Viet Dao,