jmed said:
limit is 18...I am just confused with this whole process...
You know that the limit is 18, now you have to find a sufficient interval for your "inputs" x so that any x you pick out of that interval (a - delta , a + delta ) or in this case ( 3 - delta, 3 + delta) will be "close enough" to your limit 18. We only know that the limit is 18 because we know that the function gets closer and closer to 18 as you get closer to 3. So appropriately, find an interval where you CAN see values that are extremely close to 18.
How can you do this? well, just play around with algebra and inequalities.. You know that if 18 is the limit, then you can find that interval I talked about eariler, so for x in (a - delta, a + delta) , applying the function to such an x should yield |f(x) - 18 | < epsilon (remember that |a - b | just denotes distance and epsilon is just the length of an interval, this is the interval for which values are sufficiently close to 18 in a way you can call it the "limit" ).
Now you know that |2x^2 - 18 | < epsilon must be true, from this true statement you may try to derive another true statement (algebraically). In layman terms, try to get the absolute value thing on the left look like |x - 3 | , so that you'll get | x - 3 | < something. Now you know that for x in some interval ( 3 - [something] , 3 + [something] ), |2x^2 - 18 | will be less than epsilon. Also, keep in mind that epsilon is a variable, it can be anything.