Proving Limit #2: 0 < ||-7||x-1|| / |2x-1| < e

  • Thread starter Thread starter zeion
  • Start date Start date
  • Tags Tags
    Limit
AI Thread Summary
The discussion focuses on proving the limit of the function as x approaches 1, specifically evaluating the expression (x + 3) / (2x - 1) and demonstrating that it approaches 4. Participants outline the steps to manipulate the expression into a form suitable for applying the epsilon-delta definition of limits. They emphasize the importance of bounding the denominator, |2x - 1|, to ensure it remains positive and manageable. A suggestion is made to express the numerator as a multiple of the denominator to simplify the analysis. The conversation concludes with a strategy to establish bounds that will help finalize the proof.
zeion
Messages
455
Reaction score
1

Homework Statement



<br /> \lim_{x\rightarrow 1} \frac{x + 3}{2x - 1} = 4<br />


Homework Equations





The Attempt at a Solution



0 < |(x + 3 / 2x - 1) - 4| < e
0 < | x+3-4(2x-1) / 2x-1 | < e
0 < | -7x+7 / 2x-1 | < e
0 < |-7(x-1) / 2x-1| < e

Not sure what to do now.

0 < ||-7||x-1|| / |2x-1| < e

How do I relate the x-1 with d?
 
Physics news on Phys.org
Hi zeion! :smile:
zeion said:

Homework Statement



<br /> \lim_{x\rightarrow 1} \frac{x + 3}{2x - 1} = 4<br />


Homework Equations





The Attempt at a Solution



0 < |(x + 3 / 2x - 1) - 4| < e
0 < | x+3-4(2x-1) / 2x-1 | < e
0 < | -7x+7 / 2x-1 | < e
0 < |-7(x-1) / 2x-1| < e

Not sure what to do now.

0 < ||-7||x-1|| / |2x-1| < e

How do I relate the x-1 with d?

oooh, that's so complicated! :cry:

just write the original numerator as a multiple of 2x-1, plus a remainder …

then it'll be obvious! :wink:
 
You mean to write x+3 as a multiple of 2x-1?
 
He means divide x+3 by 2x- 1: 2x+ 1 divides into x+ 3 "1/2" times with a remainder of 7/2:
\frac{x+3}{2x-1}= \frac{1}{2}+ \frac{\frac{7}{2}}{2x-1}
though I honestly don't see how that simplifies a lot.

Since you have already done the work, go ahead with
0&lt; 7\frac{|x-1|}{|2x-1|}&lt; \epsilon
You just need a bound on 7/|2x-1|.

Start by requiring that |x-1|< 1/4 so that -1/4< x- 1< 1/4 and 3/4< x< 5/4. Then 3/2< 2x< 5/2 so 1/2< 2x-1< 3/2. That tells you that 1/2< |2x-1|< 3/2.
(I started with |x-1|< 1 but had to lower to 1/3 to keep those numbers larger than 0!)

Now you know that 2/3< 1/|2x-1|< 2 and so that 7|x-1|/|2x-1|< 14|x-1|.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top