Epsilon-delta proof of one sided infinite limit.

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 3K views
reinloch
Messages
5
Reaction score
0

Homework Statement


proof this limit:
[itex]\lim_{x\rightarrow 1^+}\frac{1}{(x-1)(x-2)}=-∞[/itex]


Homework Equations





The Attempt at a Solution



So for every [itex]N < 0[/itex], I need to find a [itex]\delta > 0[/itex] such that
[itex]0 < x - 1 < \delta \Rightarrow \frac{1}{(x-1)(x-2)} < N[/itex]

Assuming [itex]0 < x - 1 < 1[/itex], I get [itex]-1 < x - 2 < 0[/itex], and [itex]-\frac{1}{x-2}>1[/itex].

Assuming [itex]0 < x - 1 < -\frac{1}{N}[/itex], I get [itex]-(x-1) > \frac{1}{N}[/itex], [itex]-\frac{1}{x-1} < N[/itex], and [itex]\left(-\frac{1}{x-1}\right)\left(-\frac{1}{x-2}\right) < N\left(-\frac{1}{x-2}\right)[/itex], but then I got stuck.
 
Physics news on Phys.org
welcome to pf!

hi reinloch! welcome to pf! :smile:
reinloch said:
[itex]\left(-\frac{1}{x-1}\right)\left(-\frac{1}{x-2}\right) < N\left(-\frac{1}{x-2}\right)[/itex]

the trick is to choose δ so that 1/(x - 2) is less than a fixed number :wink:
 
Thanks. I am stuck with the right choice for [itex]\delta[/itex]. I choose 1 and [itex]-\frac{1}{N}[/itex], and it didn't seem to work.