Solve Two Limits Questions: Find Limits Using Limit Laws

  • Thread starter Thread starter jack1234
  • Start date Start date
  • Tags Tags
    Limits
jack1234
Messages
132
Reaction score
0
Hi, I have think of the followed two questions quite a long time,

a)
\lim_{x\rightarrow 0+} (\sqrt{\frac{3}{x}+\frac{4}{x^2}+5} - \sqrt{\frac{2}{x}+\frac{4}{x^2}+6})

b)
\lim_{x\rightarrow 2} (\frac{|x-3|-|3x-5|}{x^2-5x+6})


How to solve this two questions?
 
Physics news on Phys.org
What have you done so far to solve the problems ?

1) Multiplying by the conjugate would help.
2) Try breaking the mudulus signs,
 
a) is an indeterminate form of the type \infty - \infty

"indeterminate form" means you cannot conclude to the value of the limit. It could be anything. So you have to put it under a different form, where you can conclude. What have you tried

b) This is an indeterminate form of the type 0/0. you can apply l'Hospital.
 
Forget what I said for b). arunbg's advice is much better.
 
mutlipliying, as it stands by the conjugate won't help, since the conjugate is also not defined. First try pulling out a 1/x^2, and then try using the difference of two squares thing.
 
Hi,

My answer is here:
a)
http://www.geocities.com/myjunkmail31/Limit1.jpg
b)
http://www.geocities.com/myjunkmail31/Limit2.jpg
is it correct?(Thanks for the hint=))

Another way, if the question is
\lim_{x\rightarrow 0-} (\sqrt{\frac{3}{x}+\frac{4}{x^2}+5} - \sqrt{\frac{2}{x}+\frac{4}{x^2}+6})
PS:Original question is 0+, here is 0-

From the computer generated graph, it seems to have a negative value, but how I get it?
Since using the method here
http://www.geocities.com/myjunkmail31/Limit2.jpg
No matter it is 0+ or 0-, I will always get 1/4.
 
Both of your answers look fine to me. :smile: Congratulations.
However, the b limit can be also solved by breaking the absolute value, something like this:
Since we have:
|A| = \left\{ \begin{array}{ll} A, & \mbox{if A} \geq 0 \\ -A, & \mbox{if A} < 0 \end{arrray} \right.
\lim_{x \rightarrow 2} x - 3 = -1 < 0, and \lim_{x \rightarrow 2} 3x - 5 = 1 > 0. So, we have:
\lim_{x \rightarrow 2} \frac{|x - 3| - |3x - 5|}{x ^ 2 - 5x + 6} = \lim_{x \rightarrow 2} \frac{(3 - x) - (3x - 5)}{(x - 2)(x - 3)} = \lim_{x \rightarrow 2} \frac{-4x + 8}{(x - 2)(x - 3)} = -4 \lim_{x \rightarrow 2} \frac{x - 2}{(x - 2)(x - 3)} = -4 \lim_{x \rightarrow 2} \frac{1}{(x - 3)} = (-4) (-1) = 4
---------------------
For your third question, it's a one-sided limit, and x tends to 0 from the negative side; i.e, x should be negative, right?
And, so in the first line, we have:
\lim_{x \rightarrow 0 ^ -} \sqrt{\frac{3}{x} + \frac{4}{x ^ 2} + 5} - \sqrt{\frac{2}{x} + \frac{4}{x ^ 2} + 6} = \lim_{x \rightarrow 0 ^ -} \sqrt{\frac{1}{x ^ 2}} \times (\sqrt{5x ^ 2 + 3x + 4} - \sqrt{6x ^ 2 + 2x + 4}) = \lim_{x \rightarrow 0 ^ -} \left| \frac{1}{x} \right| \times (\sqrt{5x ^ 2 + 3x + 4} - \sqrt{6x ^ 2 + 2x + 4})
Since x < 0, breaking the absolute value, we have:
= - \lim_{x \rightarrow 0 ^ -} \frac{1}{x} \times (\sqrt{5x ^ 2 + 3x + 4} - \sqrt{6x ^ 2 + 2x + 4}) = ..., and from here, you can just do exactly what you did in a.
Can you get this? :)
 
Last edited:
Back
Top