Expressing limits mathematically

  • Context: Undergrad 
  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Limits
Click For Summary

Discussion Overview

The discussion revolves around the mathematical expression and understanding of limits, particularly as they approach infinity. Participants explore various methods to express limits, the conditions under which limits can be defined, and the implications of these definitions in different contexts.

Discussion Character

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

Main Points Raised

  • One participant expresses frustration with understanding limits and seeks clarification on how to show that \(\lim_{x \rightarrow \infty}\sqrt{x^2+c}=x\) mathematically.
  • Another participant suggests factoring out \(x\) to clarify the expression, leading to \(\sqrt{x^2+c}=x\sqrt{1+\frac{c}{x^2}}\) and discusses the limit as \(x\) approaches infinity.
  • Some participants present two common methods for approximating functions near infinity, focusing on the ratio of functions and the difference between them.
  • There is a contention regarding whether the limit can equal an expression containing the variable, with one participant asserting that the limit cannot equal \(x\) as it approaches infinity.
  • A participant introduces the definition of a limit approaching infinity and discusses the conditions under which this definition holds.
  • Some participants mention the delta-epsilon proof as a rigorous method for establishing limits, with varying levels of understanding and comfort with this approach.
  • There is a discussion about the implications of different types of limits, including those that approach finite values versus those that approach infinity.
  • One participant raises a question about the limit of \(f(x)=\frac{1}{x}\) and how the proof applies in that context, highlighting the complexity of limits in different scenarios.

Areas of Agreement / Disagreement

Participants express differing views on the interpretation of limits, particularly regarding the limit of \(\sqrt{x^2+c}\) as \(x\) approaches infinity. There is no consensus on the final interpretation, and multiple competing views remain regarding the nature of limits and the appropriate methods for proving them.

Contextual Notes

Participants note that the understanding of limits can vary based on definitions and contexts. Some discussions touch on the rigor of delta-epsilon proofs and the historical context of limit definitions, indicating that the conversation is nuanced and dependent on specific mathematical frameworks.

Mentallic
Homework Helper
Messages
3,802
Reaction score
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:

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

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:
 
Physics 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 [itex]\sqrt{x^2+c}=x\sqrt{1+\frac{c}{x^2}}[/itex] and then in the limit as x-> inf [itex]\frac{c}{x^2}\rightarrow0[/itex] therefore you get x
 
There are two common ways that functions 'approximate' each other near infinity. Using the context of your chosen functions

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

so the ratio of the functions goes to 1. Or

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

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:
[tex]\stackrel{lim}{x \rightarrow \infty}\sqrt{x^2+c}=x[/tex] for some constant c, since as x gets large, the constant loses its value and this tends towards [tex]\sqrt{x^2}=x[/tex]

maverick_starstrider said:
You've already expressed it mathematically. You could factor out an x to make it more clear I suppose to get [itex]\sqrt{x^2+c}=x\sqrt{1+\frac{c}{x^2}}[/itex] and then in the limit as x-> inf [itex]\frac{c}{x^2}\rightarrow0[/itex] 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
[tex]\lim_{x\to\infty} \sqrt{x^2+c} = \infty[/tex]

(To see how to format in LaTeX, click the output to see the code.)
 
I think he meant to say that [tex]\lim_{x \rightarrow \infty} \sqrt[]{x^2 +c} = \lim_{x \rightarrow \infty} x = \infty[/tex]
 
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 [tex]\lim_{x \rightarrow \infty} \sqrt[]{x^2 +c} = \lim_{x \rightarrow \infty} x = \infty[/tex]
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 [itex]\frac{c}{x^2}\rightarrow0[/itex] 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 [tex]N=\sqrt{|M^2-c|}[/tex], and then N>0. If x>N, then
[tex] \begin{align*}<br /> x &> \sqrt{|M^2-c|} \\<br /> x^2 &> |M^2-c| \\<br /> &> M^2-c \\<br /> x^2+c &> M^2 \\<br /> \sqrt{x^2+c} &> M<br /> \end{align*}[/tex]
Thus, for any M>0, there exists an [tex]N=\sqrt{|M^2-c|}>0[/tex] such that x>N implies [tex]\sqrt{x^2+c}>M[/tex]. Therefore,
[tex] \lim_{x\to\infty} \sqrt{x^2+c} = \infty[/tex]
 
  • #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:
[tex] \lim_{x\to\infty} f(x) = \infty[/tex]
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 [tex]f(x)=\frac{1}{x}[/tex] ? 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 [tex]f(x)=\frac{1}{x}[/tex] ? 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:
[tex] \lim_{x\to\infty} f(x) = L[/tex]
if for all [itex]\varepsilon>0[/itex], there exists a number N>0 such that if x>N, then
[tex] |f(x)-L|<\varepsilon .[/tex]

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

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 9 ·
Replies
9
Views
3K
  • · Replies 26 ·
Replies
26
Views
3K
  • · Replies 16 ·
Replies
16
Views
4K
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K