How Do You Prove the Limit of √x as x Approaches 49?

  • Context: Undergrad 
  • Thread starter Thread starter FarazAli
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Discussion Overview

The discussion revolves around proving the limit of the square root function as x approaches 49, specifically demonstrating that \(\lim_{x\to{49}} x^{\frac{1}{2}} = 7\). Participants explore the epsilon-delta definition of limits, share approaches, and clarify concepts related to limit proofs.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents the epsilon-delta definition of limits and attempts to apply it to the limit of the square root function, expressing confusion about the process.
  • Another participant suggests that starting from \(|f(x) - L| < \epsilon\) is a reasonable approach, but recommends looking at simpler examples first to build understanding.
  • A different participant agrees with the initial approach but emphasizes the importance of deriving a correct delta without depending on x in its expression.
  • Some participants discuss the validity of starting from the desired conclusion in proofs, with differing opinions on its acceptance in academic settings.
  • One participant proposes a method of working backwards from the desired limit, suggesting that squaring numbers close to 7 could help illustrate the relationship to 49.
  • Another participant outlines a strategy involving inequalities to show that for any number close to 49, its square root will be close to 7, using properties of strictly increasing functions.

Areas of Agreement / Disagreement

Participants express differing views on the best approach to epsilon-delta proofs, with some advocating for starting from the desired conclusion while others caution against it. There is no consensus on a single method, and various strategies are proposed and debated.

Contextual Notes

Some participants note that the complexity of epsilon-delta proofs may lead to confusion for beginners, suggesting that simpler examples might be more beneficial for understanding. The discussion also highlights the importance of rigor in mathematical proofs and the potential differences in expectations across educational levels.

FarazAli
Messages
16
Reaction score
0
The rigorous definition given in my calculus book is as follows
[tex]\lim_{x\to{a}}f(x) = L[/tex] if given any number [tex]\epsilon > 0[/tex] we can find a number [tex]\delta > 0[/tex] such that [tex]| f(x) - L | < \epsilon[/tex] if [tex]0 < | x - a | < \delta[/tex]

How can I use that to prove [tex]\lim_{x\to{49}} x^{\frac{1}{2}} = 7[/tex]

This is what I did
[tex]| f(x) - L | < \epsilon[/tex]
[tex]| x^{\frac{1}{2}} - 7 | < \epsilon[/tex]
[tex]| x - 7x^{\frac{1}{2}} + 49 | < \epsilon^2[/tex]

That's where I get stuck and don't know where to go. This is the first time I've encountered any epsilons and deltas so its all confusing. Thanks for any help
 
Physics news on Phys.org
Hi, it looks like you're are assuming from the start that [tex]| f(x) - L | < \epsilon[/tex], this isn't the way to go. Does your textbook have any examples that you've looked over to get the general feel? If this is your first time seeing an epsilon delta limit I'd suggest you try looking at a few examples first. Then try some easier examples than the one you've posted, like show

[tex]\lim_{x\rightarrow 3}x+5=8[/tex]
[tex]\lim_{x\rightarrow -1}x^2-2x+3=6[/tex]

These will be more straightforward than your question with the root, yet will be handled similarily. Do you think you could do the above limits? If not, I'd be willing to work through them for you, before you try to tackle the question you've given.
 
No, starting from |f(x)-L|< ε and then showing that you can solve for δ is perfectly reasonable. (It's sometimes called "synthetic proof": start from what you want to show and derive a statement that is obviously true. As long as eveery step is "reversible", the real proof would be starting from the obviously true statement and working back to what you wanted to show.)

In this case, you want to show that [itex]\lim_{x\to{49}} x^{\frac{1}{2}} = 7[/itex] so you want to show that "for any ε> 0, there exist δ> 0 so that if |x-49|< δ then [itex]|x^{\frac{1}{2}}-7|< \epsilon[/itex]".

Okay, start from [itex]|x^{\frac{1}{2}}-7|< \epsilon[/itex].
You apparently squared both sides. I wouldn't do that. What I would do is use
x2- a2= (x-a)(x+a). Multiply both sides of the inequality by
[itex]x^{\frac{1}{2}}+ 7[/itex] and see what you get.
 
Last edited by a moderator:
you wind up with [tex]| x - 49 | < ( \epsilon \times ( x^{1/2} + 7) )[/tex]

so I'm assuming that with that last statement, I've found a [tex]\delta[/tex] that works ([tex]\delta = \epsilon \times ( x^{1/2} + 7 )[/tex] ?
 
well, you now need to choose a delta to work backwards. Ths working should have told you approximately what form the delta is (it isn't correct right now because of the x in it.)
 
HallsofIvy said:
No, starting from |f(x)-L|< ε and then showing that you can solve for δ is perfectly reasonable. (It's sometimes called "synthetic proof": start from what you want to show and derive a statement that is obviously true. As long as eveery step is "reversible", the real proof would be starting from the obviously true statement and working back to what you wanted to show.)
This comes as a complete surprise for me. I always thought that you had to start from a statement which doesn't already assume what you're trying to prove and then try to prove. It is perfectly acceptable to me but I've come to believe that perhaps the 'A' Level markers won't accept it, would they?
 
Notice that it is required that all deductions are if and only if statements, Ethereal. It is useful and instructive to see what happens working backwards to see how the proof should run. As long as you say at the end, hence we see doing blah leads us to the desired conclusion. However, A level doesn't use things that have proofs in this sense really. It is more usual to "show some result" or "find the component of forces in some direction is" and these are always easy to do directly.


In general there is a way to answer every analysis question, in essence, of this type: suppose that |x-y| < d without saying what d is, then calculate |f(x) - f(y)| and see what happens, in terms of d, and then saying "ah, given e, we can pick d to make it happen"

eg, show x^2 is continuous on the interval [0,1]

if |x-y|<d, then |x^2-y^2| = |x-y||x+y| < 2d, so given e pick d such that d<e/2 and we are done.
 
HallsofIvy said:
No, starting from |f(x)-L|< ε and then showing that you can solve for δ is perfectly reasonable.

I didn't mean to imply that you couldn't produce a valid proof this way, only that if you are new to epsilon-delta proofs and finding them confusing that this might be a bad idea. It's just my experience that many students who attempt a synthetic proof usually end up drowning.
 
Just to intercede...

My analysis professor said we should always start with some "scrapwork" working with the |f(x) - L| < [epsilon] inequality, because, quite frankly, what else could you work with? :P
 
  • #10
matt grime said:
Notice that it is required that all deductions are if and only if statements, Ethereal. It is useful and instructive to see what happens working backwards to see how the proof should run. As long as you say at the end, hence we see doing blah leads us to the desired conclusion. However, A level doesn't use things that have proofs in this sense really. It is more usual to "show some result" or "find the component of forces in some direction is" and these are always easy to do directly.


In general there is a way to answer every analysis question, in essence, of this type: suppose that |x-y| < d without saying what d is, then calculate |f(x) - f(y)| and see what happens, in terms of d, and then saying "ah, given e, we can pick d to make it happen"

eg, show x^2 is continuous on the interval [0,1]

if |x-y|<d, then |x^2-y^2| = |x-y||x+y| < 2d, so given e pick d such that d<e/2 and we are done.
I was referring more to the "prove this trigo identity" type questions, where by I was wondering if you could simply factor out the RHS from the LHS and show how what's left reduces to 1.
 
  • #11
you are trying to prove that for any number close enough to 49, its square root is close to 7. so the smart way to go is to take any old number close to 49 and try to see how close its square root is to 7.

but i do not see how to do that, so how about working backwards and noticing that squaring is a strictly increasing function.

i.e. take numbers clsoe to 7 and see how big their squares are.

so just square 7+a and see what you get.

well you get 49 + 14a + a^2. So you are trying to prove that if a is small enough, then this is as close as you like to 49.

can you show that? i.e. can you make 14a + a^2 small, by making a small?

ah phooey, i know this is trivial. let e be given and look at (7-e)^2 and (7+e)^2.

Then we have (7-e)^2 < 49 < (7+e)^2. Hence since taking square root is also strictly monotone, the square root of any number between (7-e)^2 and (7+e)^2 will be between 7-e and 7+e. Thus by the definition of limit, just take d to be the smaller of the two distances, 49 - (7-e)^2 or 49 - (7+e)^2.

I.e. then any number closer to 49 than that d, will be between (7-e)^2 and (7+e)^2. hence its square root woill be between 7-e and 7+e.

This based on the trick of proving that the inverse of a continuous strictly monotone functrion is also continuous.
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 25 ·
Replies
25
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K