Hacker News new | ask | show | jobs
by enriquto 1897 days ago
> the limit is essentially (x - x)/(x - x)

I agree with the intuition, but this is not so simple. A limit such as yours can still be anything, can't it? It depends on the higher-order terms. For example, the limit ((x+5x^2)-(x+2x^2))/((x+7x^2)-(x+6x^2)) is also "essentially" (x-x)/(x-x), but it turns out to be 3, not 1. In the given example, there are cancellations of even higher order terms, that you have to check that they cancel correctly. Following the links on the answer by admissionguy I found two nice arguments for the computation, an algebraic and a geometric one.