alearon said:
lim x->infinity
root [(9x^2 +2)/(4x^2 +3)]
I have no idea how to work out this limit. I still don't really get the concepts of limits. So if both the denominator and numerator = 0, it can have a limit? how does that work? And if the denominator only = 0, no real limit. What happens if numerator = 0 and denominator doesnt?
My friend worked it out by splitting it into two, then going:
9x^2 + 2 => 9 +2/(x^2) and putting the infinity into the x, making the value so small that you could remove it. Those two statements aren't equal though so I'm not sure how that works either...
The INTUITIVE idea about the limit at a finite number is pretty simple: if F(x) keeps getting closer to a as x gets closer to b then a is the limit of F(x) at b. The tricky conceptual part about limits is that F(b) itself is irrelevant. It's what happens very close to b that is relevant.
The INTUITIVE notion of a limit at infinity is only a little bit harder. If there exists a number c such that F(x) gets closer to a as
(x - c) gets bigger and bigger, then the limit of F(x) at infinity is a. Again what happens at infinity is irrelevant. It is what happens when x >= c.
Now let's answer your more specific CONCEPTUAL questions. Let's suppose F(x) = [G(x) / H(x)]. Your question above is: if G(b) = 0 and H(b) = 0, can F(x) have a limit at b? The answer is maybe yes or maybe no. Remember what happens at b is irrelevant. What matters is what is happening close to b. Your second question is: if G(b) = 0 and H(b) is not equal to 0, can F(x) have a limit at b? Again, it depends on what happens very close to b. If instead of limits at a number b, we are talking about limits at infinity, the same thing happens. What matters is what happens to G(x) and H(x) when x is very very large. Does this help?
I am going to attack your COMPUTATIONAL problem in a less elegant, but hopefully more comprehensible, way than soroban's.
A different way to express F(x) is to do the division called for by using the remainder method you learned back in 3rd or fourth grade.
In other words, F(x) = [(9x[sup:1ld9kmev]2[/sup:1ld9kmev] + 2) / (4x[sup:1ld9kmev]2[/sup:1ld9kmev] + 3)][sup:1ld9kmev](1/2)[/sup:1ld9kmev] = {(9/4) - [19 / 4(4x[sup:1ld9kmev]2[/sup:1ld9kmev] + 3]}[sup:1ld9kmev](1/2)[/sup:1ld9kmev].
Now the advantage of this expression is that it has two parts, one being (9/4) and other being [19 / (16x[sup:1ld9kmev]2[/sup:1ld9kmev] + 12)].
No matter how big x gets, it has no effect on (9/4). (9/4) = (9/4) til the cows come home. What about 19 / (16x[sup:1ld9kmev]2[/sup:1ld9kmev] + 12). Well as x gets big, that fraction gets very close to zero. Suppose x = 1000. Then x[sup:1ld9kmev]2[/sup:1ld9kmev] = 1,000,000 and 16x[sup:1ld9kmev]2[/sup:1ld9kmev] + 12 = 16,000,012. And 19 / 16,000,012 is pretty close to zero, right? Well what if x = 1,000,000. In that case, 16x[sup:1ld9kmev]2[/sup:1ld9kmev] + 12 = 16,000,000,000,012. Divide THAT into 19, and the result is tiny and is even closer to zero, isn't it. So the bigger x gets, the closer F(x) gets to (9/4)[sup:1ld9kmev](1/2)[/sup:1ld9kmev] = (3/2).
Does this make sense?