The Limit of a Root of a Function is the Root of that Limit (delta-epsilon)

5hassay
Messages
81
Reaction score
0

Homework Statement



Prove:

If \lim_{x \rightarrow a} f \left( x \right) = l, then, if \sqrt[n]{f \left( x \right)} exists, \lim_{x \rightarrow a} \sqrt[n]{f \left( x \right)} = \sqrt[n]{l}.

Homework Equations



Nothing really...

The Attempt at a Solution



Okay, so here goes my attempt...

Proof. We can assume that

\forall \varepsilon > 0, \exists \delta_1 > 0 : \forall x, 0 < \left| x - a \right| < \delta_1 \Longrightarrow \left| f \left( x \right) - l \right| < \varepsilon,​

whereas, we want to show

\forall \varepsilon > 0, \exists \delta_2 > 0 : \forall x, 0 < \left| x - a \right| < \delta_2 \Longrightarrow \left| \sqrt[n]{f \left( x \right)} - \sqrt[n]{l} \right| < \varepsilon.​

But, \varepsilon > \left| f \left( x \right) - l \right| \geq \left| \sqrt[n]{f \left( x \right)} - \sqrt[n]{l} \right|. Therefore, we conclude that given \varepsilon > 0, if, for all x, 0 < \left| x - a \right| < \delta for some such \delta, then we have both \left| f \left( x \right) - l \right| < \varepsilon and \left| \sqrt[n]{f \left( x \right)} - \sqrt[n]{l} \right| < \varepsilon.

QED

So, I guess the first remark would be if my method was even right, where the second would be if my inequality is true (I can't think of a counterexample).

Anyway, much appreciation for any help.
 
Physics news on Phys.org
For n=2, f(x) = 1/2 and l = 0 is a counterexample.
 
vela said:
For n=2, f(x) = 1/2 and l = 0 is a counterexample.

Oh, drat. Then, I am at a loss on what to do.

Hmm... I'm likely misunderstanding, but if f \left( x \right) = 1/2, then wouldn't l = \lim_{x \rightarrow a} 1/2 = 1/2 for any a? That is, I don't understand how the limit l could be 0.

---

Much appreciation
 
Sorry, what I wrote wasn't very clear. I meant if f=1/2 for some value of x near a, then the implication your proof relied on doesn't hold. I didn't mean that f was a constant function.
 
|\sqrt{f(x)} - \sqrt{L}| = \frac{f(x) - L}{|\sqrt{f(x)} + \sqrt{L}|}.

The denominator of the right side of the equation can never be zero unless f = 0 in some neighborhood of x= a and L = 0 (in which case the proposition you're trying to prove is trivial). Why?

Once you answer that, let x approach a and see what the limit of the right side of the equation is.
 
vela said:
Sorry, what I wrote wasn't very clear. I meant if f=1/2 for some value of x near a, then the implication your proof relied on doesn't hold. I didn't mean that f was a constant function.

JG89 said:
|\sqrt{f(x)} - \sqrt{L}| = \frac{f(x) - L}{|\sqrt{f(x)} + \sqrt{L}|}.

The denominator of the right side of the equation can never be zero unless f = 0 in some neighborhood of x= a and L = 0 (in which case the proposition you're trying to prove is trivial). Why?

Once you answer that, let x approach a and see what the limit of the right side of the equation is.

Alright... I've been trying to understand these hints, but I unfortunately don't seem to get anywhere. However, I realized that I don't need this proof as much as I thought, so I am just going to put this on the 'back burner' (if I got that right) for now. Thanks for the help!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top