Evaluating lim(x=>0) (x+9)^(1/2)-(x-9)^(1/2)/x

  • Thread starter Thread starter vrmuth
  • Start date Start date
vrmuth
Messages
80
Reaction score
0
i am also stuck with this one
lim(x=>0) ( (x+9)^(1/2)-(x-9)^(1/2))/x , i want to evaluate this algebraically,can anybody give me a clue
 
Physics news on Phys.org


A couple of applications of L'Hopitals rule will do it :)
 


JHamm said:
A couple of applications of L'Hopitals rule will do it :)

hi jhamm thanks,could you please show how L'hopitals rule will do it , and cann't it be done algebraically?
 
vrmuth said:
i am also stuck with this one
lim(x=>0) ( (x+9)^(1/2)-(x-9)^(1/2))/x , i want to evaluate this algebraically,can anybody give me a clue
As you have written it, the limit does not exist. Have you copied the question correctly?
 
vrmuth said:
i am also stuck with this one
lim(x=>0) ( (x+9)^(1/2)-(x-9)^(1/2))/x , i want to evaluate this algebraically,can anybody give me a clue
The domain for the function \displaystyle f(x)=\frac{\sqrt{x+9}-\sqrt{x-9}}{x} is [9, ∞) .

So, as Hootenanny wrote, there appears to be something wrong with the problem as you posted it.
 
SammyS said:
The domain for the function \displaystyle f(x)=\frac{\sqrt{x+9}-\sqrt{x-9}}{x} is [9, ∞) .

So, as Hootenanny wrote, there appears to be something wrong with the problem as you posted it.

Hootenanny said:
As you have written it, the limit does not exist. Have you copied the question correctly?

yes the limit does exist, thanks
 
vrmuth said:
yes the limit does exist, thanks

Are you sure?

Let f(x) = g(x)/h(x).

Then:

lim f(x)
= lim [g(x)/h(x)]
= [lim g(x)] / [lim h(x)]
 
Harrisonized said:
Are you sure?

Let f(x) = g(x)/h(x).

Then:

lim f(x)
= lim [g(x)/h(x)]
= [lim g(x)] / [lim h(x)]

did you see the function and that x tends to 0 ? :)
 
Let lim g(x) = a, where a∈ℂ (that is, a is a complex variable / it admits complex values). Then lim a/h(x) as h(x)→0 = ∞'​, where ∞'​ denotes the complex infinity (which, as its name suggests, doesn't exist on ℝ, the set of real numbers).I'm telling you, the limit doesn't exist. Also fyi, L'hopital's rule doesn't work all the time.
 
  • #10
vrmuth,
As described, for your given function, as x approaches 0, makes little sense because the domain cannot include any x value less than 9. You could try some algebraic tricks if you like, but you still have your originally given function. Try using a graphing calculator or a graphing program to display how the function looks, and check what you see "as x approaches 0".
 
  • #11
Harrisonized said:
Let lim g(x) = a, where a∈ℂ (that is, a is a complex variable / it admits complex values). Then lim a/h(x) as h(x)→0 = ∞'​, where ∞'​ denotes the complex infinity (which, as its name suggests, doesn't exist on ℝ, the set of real numbers).


I'm telling you, the limit doesn't exist. Also fyi, L'hopital's rule doesn't work all the time.

symbolipoint said:
vrmuth,
As described, for your given function, as x approaches 0, makes little sense because the domain cannot include any x value less than 9. You could try some algebraic tricks if you like, but you still have your originally given function. Try using a graphing calculator or a graphing program to display how the function looks, and check what you see "as x approaches 0".

actually i 've written "does exist " instead of "doesn't exist" ,sorry,thanks for everybody :smile:
 
  • #13
Harrisonized said:
Let lim g(x) = a, where a∈ℂ (that is, a is a complex variable / it admits complex values). Then lim a/h(x) as h(x)→0 = ∞'​, where ∞'​ denotes the complex infinity (which, as its name suggests, doesn't exist on ℝ, the set of real numbers).


I'm telling you, the limit doesn't exist. Also fyi, L'hopital's rule doesn't work all the time.

vrmuth said:
actually i 've written "does exist " instead of "doesn't exist" ,sorry,thanks for everybody :smile:

Dickfore said:
:biggrin:let's end this thread
 
  • #14
Harrisonized said:
I'm telling you, the limit doesn't exist. Also fyi, L'hopital's rule doesn't work all the time.
can you please show me some example where L'hopital's rule won't work ?
 
  • #15
lim x→∞ x/√(x2+1)

This limit actually came up in my electrostatics exam a few days ago.
 
  • #17
That's great. It's obviously 1. -_-

I'm just providing an example of l'Hopital's rule failing for the limit.
 
Last edited:
  • #18
Harrisonized said:
lim x→∞ x/√(x2+1)

This limit actually came up in my electrostatics exam a few days ago.
wow! its getting reciprocated each time we apply L'hopital rule , then what's the method to find such limits when l'hopital rule doesn't work ?
 
  • #19
Let L \equiv \lim_{x \rightarrow \infty} \frac{x}{ \sqrt{x^2 + 1} }. This is indeterminate form of the type \frac{\infty}{\infty}. Applying the L'Hospital's Rule with:
<br /> f(x) = x \Rightarrow f&#039;(x) = 1<br />
<br /> g(x) = \sqrt{x^2 + 1} \Rightarrow g&#039;(x) = \frac{1}{2} (x^2 + 1)^{-\frac{1}{2}} 2 x = \frac{x}{\sqrt{x^2 + 1}}<br />

Then:
<br /> \frac{f&#039;(x)}{g&#039;(x)} = \frac{\sqrt{x^2 + 1}}{x}<br />

But, notice that this is the reciprocal of the original fraction! So, we have:
<br /> L = \frac{1}{L} \Rightarrow L^2 = 1 \Rightarrow L = \pm 1<br />
The negative limit is impossible since both of the functions are positive. Thus, we are left with L = 1[/jtex].<br /> So, L&#039;Hospital&#039;s Rule does work in this case.
 
  • #20
Dickfore said:
Let L \equiv \lim_{x \rightarrow \infty} \frac{x}{ \sqrt{x^2 + 1} }. This is indeterminate form of the type \frac{\infty}{\infty}. Applying the L'Hospital's Rule with:
<br /> f(x) = x \Rightarrow f&#039;(x) = 1<br />
<br /> g(x) = \sqrt{x^2 + 1} \Rightarrow g&#039;(x) = \frac{1}{2} (x^2 + 1)^{-\frac{1}{2}} 2 x = \frac{x}{\sqrt{x^2 + 1}}<br />

Then:
<br /> \frac{f&#039;(x)}{g&#039;(x)} = \frac{\sqrt{x^2 + 1}}{x}<br />

But, notice that this is the reciprocal of the original fraction! So, we have:
<br /> L = \frac{1}{L} \Rightarrow L^2 = 1 \Rightarrow L = \pm 1<br />
The negative limit is impossible since both of the functions are positive. Thus, we are left with L = 1[/jtex].<br /> So, L&#039;Hospital&#039;s Rule does work in this case.
<br /> <br /> There&#039;s one small error in your work: <b>you assume that the limit does exist</b> to apply L&#039;Hopital&#039;s Rule, while the fact that this limit does exist, or not, is still <i>unknown</i>.<br /> <br /> @vrmuth:<br /> <br /> To solve these types of problem, we often divide both numerator, and denominator by <i>x</i> to the greatest power (in this problem is <i>x</i>).<br /> <br /> \lim_{x \rightarrow +\infty} \frac{x}{\sqrt{x^2 + 1}}<br /> =\lim_{x \rightarrow +\infty} \frac{\frac{x}{x}}{\frac{\sqrt{x^2 + 1}}{x}}<br /> =\lim_{x \rightarrow +\infty} \frac{1}{\sqrt{\frac{x^2 + 1}{x^2}}} = ...<br /> <br /> It should be easy to go from here. Let&#039;s see if you can get 1 as the answer. :)<br /> <br /> Regards,
 
  • #21
VietDao29 said:
There's one small error in your work: you assume that the limit does exist to apply L'Hopital's Rule, while the fact that this limit does exist, or not, is still unknown.

Well, you can look at the use of l'Hospital's Rule as a heuristic guide. It does give a correct solution if we make the assumption that a finite limit exists. For those that require a rigorous proof, one can then go ahead and construct an epsilon-delta proof by using these identities:

<br /> \left\vert \frac{x}{\sqrt{x^2 + 1}} - 1 \right\vert = \left\vert \frac{x - \sqrt{x^2 + 1}}{\sqrt{x^2 + 1}} \right\vert = \left\vert \frac{x - \sqrt{x^2 + 1}}{\sqrt{x^2 + 1}} \cdot \frac{x + \sqrt{x^2 + 1}}{x + \sqrt{x^2 + 1}} \right\vert = \left\vert \frac{x^2 - x^2 - 1}{\sqrt{x^2 + 1} \left( x + \sqrt{x^2 + 1} \right)} \right\vert<br />

<br /> \frac{1}{\sqrt{x^2 + 1} \left \vert x + \sqrt{x^2 + 1} \right \vert} = \frac{1}{\sqrt{x^2 + 1} \left( x + \sqrt{x^2 + 1} \right)}<br />

Next, we notice that \sqrt{x^2 + 1} and x + \sqrt{x^2 + 1} are both monotonically increasing, and the following inequality:
<br /> \sqrt{x^2 + 1} &gt; |x|, \forall x<br />
holds (the graph of the hyperbola lies above its asymptotes). For x &gt; M &gt; 0, we have the following series of inequalities:
<br /> \sqrt{x^2 + 1} \left( x + \sqrt{x^2 + 1} \right) &gt; \sqrt{M^2 + 1} \left( M + \sqrt{M^2 + 1} \right) &gt; M (M + M) &gt; 2 M^2<br />

For any given \epsilon &gt; 0, we can find such an M &gt; M_{0} &gt; 0, so that:
<br /> 2 M^2_0 = \frac{1}{\epsilon}<br />
<br /> M_0 = \frac{1}{\sqrt{2 \epsilon}}<br />

<br /> \left( \forall \epsilon &gt; 0 \right) \left(\exists M_0(\epsilon) &gt; 0 \right) \left( \forall x &gt; M &gt; M_{0} \right) \left\vert \frac{x}{\sqrt{x^2 + 1}} - 1 \right \vert \equiv \frac{1}{\sqrt{x^2 + 1} \left( x + \sqrt{x^2 + 1} \right) } &lt; \epsilon<br />

Thus, we had constructed a proof that:
<br /> \lim_{x \rightarrow \infty}{\frac{x}{\sqrt{x^2 + 1}}} = 1<br />
 
  • #22
VietDao29 said:
It should be easy to go from here. Let's see if you can get 1 as the answer. :)

Regards,
yes, i can get , thanks :)
 
Back
Top