Limit problem with square root

AI Thread Summary
The discussion revolves around the limit problem involving square roots, specifically how to express the difference between square roots in terms of their squares. Participants clarify that the expression for the difference, √x - √a, can be rewritten using the identity (a+b)(a-b) = a² - b², leading to (x - a)/(√x + √a). There is confusion regarding the absolute value and the assumption that √x + √a is always positive, which is eventually resolved. The original question about the limit of f(x) as x approaches a is addressed by stating that for any ε, there exists a δ such that |f(x) - f(a)| < ε. The conclusion emphasizes the importance of assuming x > 0 in real analysis contexts.
chimath35
Messages
110
Reaction score
0
I have done this problem before but forgot how to get from one step to the next:

let a>0.

how is absval(x^1/2-a^1/2) equal to abval(x-a)/(x^1/2-a^1/2)?
 
Mathematics news on Phys.org
I think you want to express
$$\sqrt{x}-\sqrt{a}=\frac{(\sqrt{x}-\sqrt{a})(\sqrt{x}+\sqrt{a})}{\sqrt{x}+\sqrt{a}}=\frac{x-a}{\sqrt{x}+\sqrt{a}}$$
right? If so, it just applies the law ##(a+b)(a-b)=a^2-b^2.##
 
  • Like
Likes chimath35
They are not equal. What was the original question?
 
tommyxu3 said:
I think you want to express
$$\sqrt{x}-\sqrt{a}=\frac{(\sqrt{x}-\sqrt{a})(\sqrt{x}+\sqrt{a})}{\sqrt{x}+\sqrt{a}}=\frac{x-a}{\sqrt{x}+\sqrt{a}}$$
right? If so, it just applies the law ##(a+b)(a-b)=a^2-b^2.##
but the abs val goes away on the denom. that is what I don't understand, you can't assume root x - root a is positive
 
Rinzler09 said:
They are not equal. What was the original question?
let f(x) equal root x show that as x→a lim f(x) equals root a
 
chimath35 said:
let f(x) equal root x show that as x→a lim f(x) equals root a
also a>0
 
chimath35 said:
but the abs val goes away on the denom. that is what I don't understand, you can't assume root x - root a is positive
sorry I meant you can't assume root x plus root a is positive, if say c∈ℝ and c>0 then abs val(c⋅x)=c⋅abs val(x)
 
never mind I figured out, but thanks for the replies
 
To show ##\displaystyle{\lim_{x\rightarrow a}}\sqrt{x}=\sqrt{a},## you ought to prove for any ##x\in (a-\delta, a+\delta),## ##\exists \varepsilon## such that ##|f(x)-f(a)|<\varepsilon.##
 
  • #10
tommyxu3 said:
To show ##\displaystyle{\lim_{x\rightarrow a}}\sqrt{x}=\sqrt{a},## you ought to prove for any ##x\in (a-\delta, a+\delta),## ##\exists \varepsilon## such that ##|f(x)-f(a)|<\varepsilon.##
Thanks, yeah I have done this proof before. I just made a mistake thinking about negatives when clearly root x plus root a is always positive and therefore can be pulled out of the abs val
 
  • #11
chimath35 said:
Thanks, yeah I have done this proof before. I just made a mistake thinking about negatives when clearly root x plus root a is always positive and therefore can be pulled out of the abs val
I mean it assumes that x>0. The problem did not state that although I guess it is just assumed considering it is real analysis.
 
Back
Top