Expressing limits mathematically

  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Limits
AI Thread Summary
The discussion centers on understanding limits in calculus, particularly the limit of the expression \(\lim_{x \to \infty} \sqrt{x^2 + c}\). Participants clarify that as \(x\) approaches infinity, the constant \(c\) becomes negligible, leading to the conclusion that this limit equals infinity. They also discuss the importance of delta-epsilon proofs for rigorously establishing limits, although some participants suggest that simpler methods may suffice for practical applications. The conversation highlights the distinction between different types of limits, emphasizing that limits can approach constants, infinity, or may not exist at all. Overall, the thread provides insights into both the mathematical theory and practical understanding of limits.
Mentallic
Homework Helper
3,802
95
I haven't had much exposure to limits and trying to understand it by myself has lead me into deep realms of frustration and heartache, so here I am to ask a simple questions (not homework).

I have a decent understanding of asymptotes and it's the only reason that I can explain through logic that:

\stackrel{lim}{x \rightarrow \infty}\sqrt{x^2+c}=x for some constant c, since as x gets large, the constant loses its value and this tends towards \sqrt{x^2}=x

I want to know how to show this mathematically though. Oh and it would be nice if someone gives me the latex code to express limits properly :smile:
 
Mathematics news on Phys.org
You've already expressed it mathematically. You could factor out an x to make it more clear I suppose to get \sqrt{x^2+c}=x\sqrt{1+\frac{c}{x^2}} and then in the limit as x-> inf \frac{c}{x^2}\rightarrow0 therefore you get x
 
There are two common ways that functions 'approximate' each other near infinity. Using the context of your chosen functions

1) \lim_{x \rightarrow \infty } \frac{ \sqrt{x^2+c} }{x} = 1

so the ratio of the functions goes to 1. Or

2) \lim_{x \rightarrow \infty} (\sqrt{x^2+c} - x) = 0

Number 2 is the harder criterion; if you can satisfy 2, you always satisfy 1. In most cases however, you're interested in ratios of functions near infinity, so 1 is probably used more often
 
Mentallic said:
\stackrel{lim}{x \rightarrow \infty}\sqrt{x^2+c}=x for some constant c, since as x gets large, the constant loses its value and this tends towards \sqrt{x^2}=x

maverick_starstrider said:
You've already expressed it mathematically. You could factor out an x to make it more clear I suppose to get \sqrt{x^2+c}=x\sqrt{1+\frac{c}{x^2}} and then in the limit as x-> inf \frac{c}{x^2}\rightarrow0 therefore you get x

Whooaaaa. The limit has three options: a constant, +/- infinity, or doesn't exist. It can't equal an expression containing the variable that is what the limit is varying. You are right that the c doesn't affect the limit, but the limit doesn't equal x because x is approaching infinity. The answer is
\lim_{x\to\infty} \sqrt{x^2+c} = \infty

(To see how to format in LaTeX, click the output to see the code.)
 
I think he meant to say that \lim_{x \rightarrow \infty} \sqrt[]{x^2 +c} = \lim_{x \rightarrow \infty} x = \infty
 
Well the post I was responding to was deleted I guess, but the definition for a limit to be infinity as x approaches infinity is:
For all M>0, there exists a number N>0 such that if x>N, then f(x)>M.
 
Last edited:
I really like the way maverick has done it.

n!kofeyn said:
Whooaaaa. The limit has three options: a constant, +/- infinity, or doesn't exist. It can't equal an expression containing the variable that is what the limit is varying.
JG89 said:
I think he meant to say that \lim_{x \rightarrow \infty} \sqrt[]{x^2 +c} = \lim_{x \rightarrow \infty} x = \infty
Yeah sorry. I meant to say it is asymptotic to y=x. I was thinking that is how it's expressed. I guess I was wrong.
 
n!kofeyn said:
Well the post I was responding to was deleted I guess, but the definition for a limit to be infinity as x approaches infinity is:
For all M>0, there exists a number N>0 such that if x>N, then f(x)>M.

Heh, sorry I caught the oversight. I knew something wasn't right when I was treating x as a variable and a number. Anyways, I worked out the proof under the correct definition and it is rather straightforward, though rather ugly, since you have to take care of the case when M is small and c is large and negative.
 
Well in the example the conditioning is kinda tenous but \frac{c}{x^2}\rightarrow0 faster than x-> infinity.
 
  • #10
My guess is that the OP is asking for the rigorous proof. This is done using something called a delta-epsilon proof.
 
  • #11
What do you mean by a rigorous proof? Is something wrong with what has been posted thus far? And this delta-epsilon proof is new to me.
 
  • #12
Rib5 said:
My guess is that the OP is asking for the rigorous proof. This is done using something called a delta-epsilon proof.

I already posted the definition for this type of limit in post #6. Here's the proof.

Let M>0. Let N=\sqrt{|M^2-c|}, and then N>0. If x>N, then
<br /> \begin{align*}<br /> x &amp;&gt; \sqrt{|M^2-c|} \\<br /> x^2 &amp;&gt; |M^2-c| \\<br /> &amp;&gt; M^2-c \\<br /> x^2+c &amp;&gt; M^2 \\<br /> \sqrt{x^2+c} &amp;&gt; M<br /> \end{align*}<br />
Thus, for any M>0, there exists an N=\sqrt{|M^2-c|}&gt;0 such that x>N implies \sqrt{x^2+c}&gt;M. Therefore,
<br /> \lim_{x\to\infty} \sqrt{x^2+c} = \infty<br />
 
  • #13
Sorry for my ignorance, but while I could somewhat follow the steps you made, I can't understand how you came to the final conclusion that the limit = infinite.
 
  • #14
Mentallic said:
Sorry for my ignorance, but while I could somewhat follow the steps you made, I can't understand how you came to the final conclusion that the limit = infinite.

Delta-Epsilon proofs are a pain in the neck and take a little work to understand - that is actually the reason I was so vague. To make it worse there are a lot of different ways people present the proofs.

The basic idea is that as you approach the value at which your limit is being evaluated at, the value of the function has to get progressively closer to the limit. In the proofs, delta can be thought of as the change in x, and epsilon is the error of your limit.
 
  • #15
Mentallic said:
Sorry for my ignorance, but while I could somewhat follow the steps you made, I can't understand how you came to the final conclusion that the limit = infinite.

No problem. This is actually all overkill, as you are just learning limits and the techniques for evaluating them, but this is good information to know, as it is the theory behind limits.

Definition:
<br /> \lim_{x\to\infty} f(x) = \infty<br />
if for all M>0, there exists a number N>0 such that if x>N, then f(x)>M.

This means that no matter how big we choose M, we can find an x large enough so that f(x)>M. Thus as x gets larger, f(x) increases without bound, and the limit is infinity. Don't dwell too much on this if it doesn't click at first. Just get good at evaluating limits with sound techniques.
 
  • #16
It is pretty overwhelming...

n!kofeyn, what if f(x)=\frac{1}{x} ? The limit won't increase to infinite as x increases without bound. How is the proof applied for this function?
 
  • #17
Don't worry about epsilon-delta proofs of calculus. If you're using limits then for your course/application that's rigorous enough. Although for your own edification you might like to know that the limits approach of Newton was tossed out about 150 years ago due to it not being rigorous. For example, if you look at the limit proof of the power law there's actually a step where Newton says that 0^0=1.. Which is tenuous at best. Also the notion of dy and dx being "aribitrarily small quantities" is really very vauge. Regardless calculus isn't actually viewed that way nowaday. However, I assume for you the limit approach is just fine and, as I've showed, you get x, however since your limit is as x-> infinity then x=infinity. So the limit is really infinity. When I said it was x it was my bad. In physics we tend to think in the limit towards infinity as if we simply have "large values of x" in which case we get x to a good approximation (the larger the value of x the better the approximation) because 1/x^2 tends to zero much faster. However, in the true mathematical limit, x=infinity so we get infinity.
 
  • #18
Mentallic said:
It is pretty overwhelming...

n!kofeyn, what if f(x)=\frac{1}{x} ? The limit won't increase to infinite as x increases without bound. How is the proof applied for this function?

There are different definitions for the different types of limits. There are limits with x approaching a finite number, and the limit is finite. There are limits, as above, with x approaching plus/minus infinity, and the limit is plus/minus infinity. There are limits approaching plus or minus infinity, and the limit is finite.

The definition we would use for the problem you state here is:
<br /> \lim_{x\to\infty} f(x) = L<br />
if for all \varepsilon&gt;0, there exists a number N>0 such that if x>N, then
<br /> |f(x)-L|&lt;\varepsilon .<br />

Let's prove that
<br /> \lim_{x\to\infty} \frac{1}{x} = 0<br />
Note here that f(x)=1/x and L=0. Let \varepsilon&gt;0. By the Archimedean property, there exists a natural number N, such that N&gt;\frac{1}{\varepsilon}. Then \frac{1}{N}&lt;\varepsilon. If x>N, then
<br /> \frac{1}{x} &lt; \frac{1}{N} &lt; \varepsilon .<br />
Thus, for any \varepsilon&gt;0, there exists a number N>0, such that |\frac{1}{x}-0|&lt;\varepsilon. Therefore,
<br /> \lim_{x\to\infty} \frac{1}{x} = 0 .<br />

Like I said, don't worry about these at this point, but it doesn't hurt to be introduced to the ideas. If you are interested in them, these are taught in some university calculus courses, like an honors course, and are definitely taught in an introductory analysis course.
 
  • #19
maverick_starstrider said:
Don't worry about epsilon-delta proofs of calculus. If you're using limits then for your course/application that's rigorous enough. Although for your own edification you might like to know that the limits approach of Newton was tossed out about 150 years ago due to it not being rigorous. For example, if you look at the limit proof of the power law there's actually a step where Newton says that 0^0=1.. Which is tenuous at best. Also the notion of dy and dx being "aribitrarily small quantities" is really very vauge. Regardless calculus isn't actually viewed that way nowaday. However, I assume for you the limit approach is just fine and, as I've showed, you get x, however since your limit is as x-> infinity then x=infinity. So the limit is really infinity. When I said it was x it was my bad. In physics we tend to think in the limit towards infinity as if we simply have "large values of x" in which case we get x to a good approximation (the larger the value of x the better the approximation) because 1/x^2 tends to zero much faster. However, in the true mathematical limit, x=infinity so we get infinity.

I understand what you're saying and getting at, but it's a bit misleading. These limits are perfectly rigorous. While the epsilon-delta proofs aren't taught at first, they are what back up all the limit properties used in beginning calculus classes. Newton's approach wasn't necessarily tossed out, rather it was simply reworked with the rigorous definitions of limits in terms of epsilon-deltas.
 

Similar threads

Replies
5
Views
2K
Replies
2
Views
1K
Replies
2
Views
1K
Replies
4
Views
2K
Replies
17
Views
1K
Replies
3
Views
1K
Replies
5
Views
2K
Replies
6
Views
1K
Back
Top