ACK!!! I have a math question. . .

Scrapster

Diamond Member
Nov 27, 2000
3,746
0
0
An example out of our book tells us how to find the limit of the equation:

2x^3 + x^2 - 7x
---------------
x^3 + 2x + 2

Now, they did some kind of trick and transformed the above equation into the following:

2 + (1/x) - (7/x^2)
--------------------
1 + (2/x^2) + (2/x^3)

And then they just had x go to infinity and you are left with a limit of 2. But I don't know how they did the trick in the middle to transform the equation into a better looking equation. Does someone here know what they did?
 

GL

Diamond Member
Oct 9, 1999
4,547
0
0
Just to generalize the approach, simply divide the numerator and denomator by the highest degree 'x' term.

oops...didn't see Hendon's post.

The reason they just got 2 as the limit is because when you're dealing with high degree 'x' terms, the lower degree 'x' terms become irrelevant. For example, as you approach infinity, x^3 + x and x^3 + 2x are more affected by the x^3 term than the x terms.
 

hendon

Senior member
Oct 9, 2000
373
0
0


<< x^3? Why is that? Why isn't it divided by 2x^3? >>



If you do that, you get the same answer
 

MrCodeDude

Lifer
Jun 23, 2001
13,674
1
76
No, becuase if you divide by 2X^3 you get:

1 + (1/2x) - 3.5x^2
-------------------
2 + (1/x^2) + x^3

Isn't 2/1 = 2; but 1/2 = .5?
Or you can't divide until you simplify the equation?
-- mrcodedude
 

hendon

Senior member
Oct 9, 2000
373
0
0
No, it's the same
because if you divide by 2x^3
it becomes:
1+ 1/2x - 7/2x^2
---------------
1/2 + 1/x + 2/x^2

which is the same

 

Mday

Lifer
Oct 14, 1999
18,647
1
81
i also agree with whatever his name is.

--

there are several ways of doing this problem depending on what strategies you want to use.

l'hopital's rule is one option (you have to take the derivative several times, which is easy enough.

or you can separate the fraction into 3 fractions (which have the same denominator), 2 of those fractions approach 0 as x -> inf.