Does the Limit of g(x) Equal the Square Root of the Limit of f(x)?

  • Thread starter Thread starter Felafel
  • Start date Start date
  • Tags Tags
    Existence Limit
Click For Summary
SUMMARY

The discussion centers on proving that if the limit of a function \( f(x) \) exists as \( x \) approaches \( x_0 \), then the limit of \( g(x) = \sqrt{f(x)} \) also exists and equals \( \sqrt{L} \), where \( L = \lim_{x \to x_0} f(x) \). Participants emphasize the importance of using the continuity of the square root function to establish this relationship. The proof requires demonstrating that for any \( \epsilon > 0 \), a corresponding \( \delta > 0 \) can be found such that the conditions for the limit of \( g(x) \) are satisfied.

PREREQUISITES
  • Understanding of limits in calculus
  • Knowledge of continuity of functions, specifically the square root function
  • Familiarity with epsilon-delta definitions of limits
  • Basic algebraic manipulation of inequalities
NEXT STEPS
  • Study the continuity properties of the square root function
  • Review epsilon-delta proofs for limits in calculus
  • Explore examples of limits involving composite functions
  • Practice proving limits using inequalities and algebraic manipulation
USEFUL FOR

Students studying calculus, particularly those focusing on limits and continuity, as well as educators looking for examples of limit proofs involving square root functions.

Felafel
Messages
170
Reaction score
0

Homework Statement



given
##A \subset \mathbb{R}##

##f:A \subset \mathbb{R} \to \mathbb{R}^+##

considering the function g such that:

##g(x):=\sqrt{f(x)} x \in A## with ##x_0## limit point in A.
Prove that if ##\displaystyle \lim_{x \to x_0} f(x)## exists, then ##\displaystyle \lim_{x \to x_0} g(x)=\sqrt{\displaystyle \lim_{x \to x_0} f(x)}##

The Attempt at a Solution



Being ## \displaystyle \lim_{x \to x_0}=L##
By definition of limit:
##\forall \epsilon>0 \exists \delta >0: \forall x: 0<|x-x_0|<\delta \Rightarrow |f(x)-L|<\epsilon##

Let: ##\epsilon=\epsilon |\sqrt{f(x)}+\sqrt L|##

##|f(x)-L|<\epsilon |\sqrt{f(x)}+\sqrt L| \Rightarrow |\frac{f(x)-L}{\sqrt{f(x)}+\sqrt L}|< \epsilon## ##\Rightarrow |\sqrt{f(x)}+\sqrt L}|<\epsilon##

is it sufficient? thank you in advance
 
Physics news on Phys.org
Felafel said:

Homework Statement



given
##A \subset \mathbb{R}##

##f:A \subset \mathbb{R} \to \mathbb{R}^+##

considering the function g such that:

##g(x):=\sqrt{f(x)} x \in A## with ##x_0## limit point in A.
Prove that if ##\displaystyle \lim_{x \to x_0} f(x)## exists, then ##\displaystyle \lim_{x \to x_0} g(x)=\sqrt{\displaystyle \lim_{x \to x_0} f(x)}##

The Attempt at a Solution



Being ## \displaystyle \lim_{x \to x_0}=L##
By definition of limit:
##\forall \epsilon>0 \exists \delta >0: \forall x: 0<|x-x_0|<\delta \Rightarrow |f(x)-L|<\epsilon##

Let: ##\epsilon=\epsilon |\sqrt{f(x)}+\sqrt L|##

##|f(x)-L|<\epsilon |\sqrt{f(x)}+\sqrt L| \Rightarrow |\frac{f(x)-L}{\sqrt{f(x)}+\sqrt L}|< \epsilon## ##\Rightarrow |\sqrt{f(x)}+\sqrt L|<\epsilon##

is it sufficient? thank you in advance

Sadly this is not sufficient.

Your aim is to prove:
(\forall \epsilon &gt; 0)(\exists \delta &gt; 0)(\forall x \in A)(|x - x_0| &lt; \delta \Rightarrow |g(x) - \sqrt L|&lt; \epsilon).

There are two ways to do this. The easiest is to use the fact that the square root function is continuous, which tells you that for all \epsilon &gt; 0 there exists \eta &gt; 0 such that for all f(x) \geq 0, if |f(x) - L| &lt; \eta then |g(x) - \sqrt L | &lt; \epsilon.

The second way is to let \epsilon &gt; 0 be arbitrary, start from
|g(x) - \sqrt L| = \left|\sqrt{f(x)} - \sqrt L\right|&lt; \epsilon
and multiply by \sqrt{f(x)} + \sqrt L to get
<br /> |f(x) - L| - \epsilon\left(\sqrt{f(x)} + \sqrt L\right) &lt; 0<br />
In each of the cases f(x) &gt; L and f(x) &lt; L the left hand side is a quadratic in \sqrt{f(x)}, so you can derive conditions on \sqrt{f(x)} for the inequality to hold. You should be able to rearrange these to get an upper bound on |f(x) - L| in terms of \epsilon and L.

(What you're actually doing here is proving that square root is continuous and using a slightly cumbersome notation in order to do so.)
 
I fixed some obvious typos (in red).

Felafel said:

Homework Statement



given
##A \subset \mathbb{R}##

##f:A \subset \mathbb{R} \to \mathbb{R}^+##

considering the function g such that:

##g(x):=\sqrt{f(x)}\,\color{RED}{,}\ x \in A## with ##x_0## limit point in A.
Prove that if ##\displaystyle \lim_{x \to x_0} f(x)## exists, then ##\displaystyle \lim_{x \to x_0} g(x)=\sqrt{\displaystyle \lim_{x \to x_0} f(x)}##

The Attempt at a Solution



Being ## \displaystyle \lim_{x \to x_0}\color{RED}{f(x)}=L##
By definition of limit:
##\forall \epsilon>0 \exists \delta >0: \forall x: 0<|x-x_0|<\delta \Rightarrow |f(x)-L|<\epsilon##
From the above, you know that given any ε, you can find a δ that works for f(x).

Now, what you need to show is that for any (arbitrary) ε>0, you can find a δ which works for g(x).

You don't get to choose an ε, which is what you have below. Also, when finding a δ, it won't depend on x. I can possibly depend on x0, but not on x .
Let: ##\epsilon=\epsilon |\sqrt{f(x)}+\sqrt L|##

##|f(x)-L|<\epsilon |\sqrt{f(x)}+\sqrt L| \Rightarrow |\frac{f(x)-L}{\sqrt{f(x)}+\sqrt L}|< \epsilon## ##\Rightarrow |\sqrt{f(x)}+\sqrt {L}|<\epsilon##

is it sufficient? thank you in advance
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
16
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
19
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K