Limit as x approaches infinity

  • Thread starter Thread starter Painguy
  • Start date Start date
  • Tags Tags
    Infinity Limit
Click For Summary

Homework Help Overview

The discussion revolves around evaluating the limit of the expression (x^2 + 4)/(x + 3) as x approaches infinity, focusing on algebraic manipulations and the behavior of rational functions at infinity.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore various algebraic manipulations, such as factoring and dividing by the highest power of x. There are attempts to clarify the correct approach to simplifying the expression and determining the limit.

Discussion Status

The discussion is active, with participants providing different perspectives on how to approach the limit. Some suggest factoring out terms, while others question the validity of certain manipulations. There is no explicit consensus on the correct method, but several participants offer guidance on how to proceed with the evaluation.

Contextual Notes

Participants note potential confusion regarding the treatment of terms in the numerator and denominator, particularly concerning the highest power of x and the implications of reaching an undefined limit.

Painguy
Messages
118
Reaction score
0

Homework Statement


Use algebraic manipulations to evaluate the limit below.
lim (x^2 +4)/(x+3) X->inf


Homework Equations





The Attempt at a Solution


(x^2 +4)/(x+3)
(1+4/x^2)/(1+3/x^2)
1/1=? I My first couple attempts i got wrong so I'm trying again. Am I right this time around?
 
Physics news on Phys.org
Painguy said:

Homework Statement


Use algebraic manipulations to evaluate the limit below.
lim (x^2 +4)/(x+3) X->inf


Homework Equations





The Attempt at a Solution


(x^2 +4)/(x+3)
(1+4/x^2)/(1+3/x^2)
You can't do this (above). You divided the numerator by x2 but divided the denominator by x. You can factor the same quantity out of both, or you can do polynomial long division.

Edit: Now I see what you did - you factored x2 out of top and bottom. You have a mistake in the denominator. Instead of factoring x2 out, try factoring x out of num. and denom.
Painguy said:
1/1=? I My first couple attempts i got wrong so I'm trying again. Am I right this time around?
 
Last edited:
Mark44 said:
You can't do this (above). You divided the numerator by x2 but divided the denominator by x. You can factor the same quantity out of both, or you can do polynomial long division.


oh that's a typo on my part. looks like i got lost from there
(1+4/x^2)/(1/x+3/x^2)

i would end up with 1/0 as x tends to infinity which is undefined correct?
 
No, that's wrong. Like I said already in post #2,
Instead of factoring x2 out, try factoring x out of num. and denom.
 
Try multiplying both the top and bottom by [itex]\frac{1}{x}[/itex], then evaluate the limit. Or solve it just by looking at it. As x gets bigger and bigger, what happens to the expression?
 
Mark44 said:
No, that's wrong. Like I said already in post #2,
So it would be infinity? what I'm confused about is why we factor out x and not x^2. Aren't we supposed to factor out the term with the largest degree?
 
I would say that what you did before, factoring [itex]x^2[/itex] out of both numerator and denominator and then cancelling, to get
[tex]\frac{1+\frac{4}{x^2}}{\frac{1}{x}+\frac{3}{x^2}}[/tex]
and determining that the limit does not exist, was correct. Saying the limit "is infinity" is just saying that it does not exist.

It doesn't matter whether you get a finite denominator with the numerator going to infinity or a non-zero numerator with the denominator going to 0.
 
When you have a limit that approaches infinity you always take the highest power in the numerator and divide it by the highest power in the numerator. So you will end up with something like. [tex]\lim_{x\rightarrow\infty}\frac{x^{2}}{x}[/tex] It's pretty obvious from here.
 
HallsofIvy said:
I would say that what you did before, factoring [itex]x^2[/itex] out of both numerator and denominator and then cancelling, to get
[tex]\frac{1+\frac{4}{x^2}}{\frac{1}{x}+\frac{3}{x^2}}[/tex]
and determining that the limit does not exist, was correct. Saying the limit "is infinity" is just saying that it does not exist.
I agree, but I'm not sure that the OP was distinguishing between limits that don't exist because they are infinite, and limits that just plain don't exist, such as this one:
$$\lim_{x \to 0}\frac{1}{x}$$

Having a 1/x term in the denominator falls in the latter category.
HallsofIvy said:
It doesn't matter whether you get a finite denominator with the numerator going to infinity or a non-zero numerator with the denominator going to 0.
 
Last edited:
  • #10
mtayab1994 said:
When you have a limit that approaches infinity you always take the highest power in the numerator and divide it by the highest power in the numerator.
Is that really what you meant to say?
mtayab1994 said:
So you will end up with something like. [tex]\lim_{x\rightarrow\infty}\frac{x^{2}}{x}[/tex] It's pretty obvious from here.

This is simpler, IMO:
$$ \lim_{x \to \infty}\frac{x + \text{terms that go to zero}}{1 + \text{terms that go to zero}} $$
 
  • #11
So I'm guessing people have different ways of talking about this concept? :P
 
  • #12
Mark44 said:
Is that really what you meant to say?


This is simpler, IMO:
$$ \lim_{x \to \infty}\frac{x + \text{terms that go to zero}}{1 + \text{terms that go to zero}} $$

But in this case you are aloud to say that. You can cancel out with the x's and you be left with the limit of x as x approaches infinity and that's really simple.
 
  • #13
What you said:
mtayab1994 said:
When you have a limit that approaches infinity you always take the highest power in the numerator and divide it by the highest power in the numerator.
If that's what you really meant to say, it makes no sense, thus my comment.

You also said:
mtayab1994 said:
So you will end up with something like.
$$\lim_{x \to \infty} \frac{x^2}{x} $$
You don't actually "end up" with this, as it is the indeterminate form [∞/∞]. As you said in a later post, you need to do some more work.
 
  • #14
Painguy said:
So I'm guessing people have different ways of talking about this concept? :P
I'm not sure what you mean. If you mean the different ways that a limit can fail to exist, it can be because the expression is unbounded (has ∞ or -∞ as its limit) or no limit exists at all, such as ## \lim_{n \to \infty} (-1)^n##.

If you mean different approaches to this problem, different approaches should produce the same value for the limit. For a rational function like the one you posted, the most straightforward way is to find the smaller leading exponent of the numerator and denominator, and divide numerator and denominator by the variable raised to that power.
 
  • #15
Mark44 said:
What you said:
If that's what you really meant to say, it makes no sense, thus my comment.

You also said:

You don't actually "end up" with this, as it is the indeterminate form [∞/∞]. As you said in a later post, you need to do some more work.

But x^2/x becomes x/1 and the limit of that is infinity.
 

Similar threads

Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
17
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 20 ·
Replies
20
Views
3K