SOLUTION: lim 4x-1/8X^2+3X+1 ->OO what is the trick to this

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: lim 4x-1/8X^2+3X+1 ->OO what is the trick to this       Log On


   



Question 198498: lim 4x-1/8X^2+3X+1
->OO
what is the trick to this

Found 2 solutions by stanbon, Edwin McCravy:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
lim 4x-1/8X^2+3X+1
->OO
what is the trick to this
------------------------------
Since x is getting larger without bound,
it certainly is not zero.
---
So divide numerator and denominator by x^2 to get:
{[4x-1]/x^2}/{[8x^2+3x+1]/x^2
-----------
Expand that to get:
{(4/x - 1/x^2)] / [8 + 3/x + 1/x^2]
---------------
Take the limit of that as x goes to infinity.
Notice that the fractions with x in the denominator
approach zero as x approaches infinity.
--------------------
The limit is (0 - 0)/(8 + 0 + 0) = 0/8 = 0
====================================================
Hope that helps.
-------------------
what you are really finding is the horizontal asymptote.
=========================================================
Cheers,
Stan H.

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!


Edwin's solution.
Stanbon is right. You are finding the horizontal asymptote.  Here's
a little more detailed way to look at it. 

 lim %284x-1%29%2F%288x%5E2%2B3x%2B1%29
x->OO 


Finding the limit of a rational function as x approaches infinity depends
on this theorem that we accept on faith:

limx->ook%2Fx%5En = 0, if n>0 and k is any constant.

Method: Divide every term on top and bottom of %284x-1%29%2F%288X%5E2%2B3X%2B1%29
by the largest power of x that appears in there.

So,

limx->oo%284x-1%29%2F%288x%5E2%2B3x%2B1%29%29 

becomes

limx->oo%284x%2Fx%5E2-1%2Fx%5E2%29%2F%288x%5E2%2Fx%5E2%2B3x%2Fx%5E2%2B1%2Fx%5E2%29%29 

and upon simplifying the fractions, you have:

limx->oo%284%2Fx-1%2Fx%5E2%29%2F%288%2B3%2Fx%2B1%2Fx%5E2%29%29

Now every term on top approaches 0 as x approaches infinity.
So the whole numerator approaches 0.  

And the two terms of the denominator other than the 8 both
approack 0, and so, the fraction approaches %280-0%29%2F%288%2B0%2B0%29=0%2F8=0 

So the limit is 0.

Note:
[Note here that the denominator did not approach 
0 too, and we were saved from having to face that dilemma 
of having both a numerator and a denominator approach 0.
But that dilemma occurs in other problems you'll be studying.]

Edwin