Understanding Limits to Solving Two Common Questions

  • Thread starter Thread starter DieCommie
  • Start date Start date
  • Tags Tags
    Limit
AI Thread Summary
The discussion revolves around understanding limits in calculus, specifically when limits do not exist. A key point is that if the denominator approaches zero while the numerator does not, the limit cannot be determined using standard limit laws, leading to the conclusion that the limit does not exist. Participants clarify that "infinity" is not a number, emphasizing that a limit can be described as not existing in specific contexts. Additionally, for the limit involving a radical expression, factoring out the highest degree of x is necessary to simplify the calculation. Overall, the conversation highlights the complexities of limits and the importance of proper mathematical reasoning.
DieCommie
Messages
156
Reaction score
0
I am having trouble with a couple of limit concepts in my class homework. For some reason my teacher says he won't help us or tell us the answer to the even questions, and he is not collecting them for homework either.:confused: He says your on your own with those questions, so i hope you can help me.

First, my book says that a limit doesn't exist when the denominator tends to zero, but the numerator dosent. The answer i got was the numerator tends to 18 while the denominator tends to 0 and i thought this was infinity... Why is this not infinity? :confused:

Second, lim as x->inf. of (ax/(sqr.root. of (x^2+ax) + x)) I am thinking that I need to factor out an x, but I am not sure how to do this or if this is even what i should do...

Thx for the help
 
Physics news on Phys.org
Probably because

\lim_{x \rightarrow 0^{-}} f(x) \neq \lim_{x \rightarrow 0^{+}} f(x)

A classic example is

\lim_{x \rightarrow 0^{-}} \frac{1}{x} = - \infty

\lim_{x \rightarrow 0^{+}} \frac{1}{x} = + \infty

Therefore \lim_{x \rightarrow 0} \frac{1}{x} does not exist.

Now,

\lim_{x \rightarrow \infty} \frac{ax}{\sqrt{x^2+ax + x}}

rewrite it as

\lim_{x \rightarrow \infty} \frac{ax}{x \sqrt{1 + \frac{a}{x} + \frac{1}{x}}}
 
A number infinitely small (as close to zero without being zero) would give you infinity. However, this limit can specifically reach zero. But a number divided by zero doesn't have a solution. The limit of any fraction where the denominator = 0 (watch out for cases when you can factor out something to get rid of this) is not going to exist.

For the second part. Yes, you do need to factor out an x...but a little more. Focus on what is in the square root. You have x^2 + ax. Just because the smallest degree of x is 1, it doesn't mean you can't factor out more. Try factoring out an x^2 and continue on.
 
Thx, that helps... but perhaps i should be more specific about the first part.

First it is given that lim x->+inf. of f(x)= 3 and of g(x)=-5

then i find the limit x->+inf. of 6f(x)/(5f(x)+3g(x))

what i get is 18/0 as x ->+inf. and i think this means that as the denominator gets closer to 0, the value gets larger.

sorry this is a dumb question
 
about the second part - acutally the last x isn't in the radical.

I get it now I was confused as how the x factors out of the radical...
 
Ok about the first part again, You cannot compute the limit with limit laws, because the limit of the denominator tends to 0, and the limit laws of the quotient require the limit of the denominator does not tend to 0, so it's simply said the limit does not exist.

The problem with the limit laws is that it assumes the limits of f(x) and g(x) exist and are finite.
 
Last edited:
"Infinity" is not a number. Saying that "the limit is not infinity" is just saying that the limit does not exist in a particular way. If the denominator of a fraction goes to 0 and the numerator does not, "the limit is infininity" and "the limit does not exist" may both be true.
 
Thank you.
 
Back
Top