SOLUTION: Consider the function below.
lim x -> 3 x^2=9
What values of x guarantee that f(x) = x^2 is within 0.2 units of 9?
If x is within _____ units of 3, then f(x) is within 0.2 unit
Algebra ->
Test
-> SOLUTION: Consider the function below.
lim x -> 3 x^2=9
What values of x guarantee that f(x) = x^2 is within 0.2 units of 9?
If x is within _____ units of 3, then f(x) is within 0.2 unit
Log On
Question 1120562: Consider the function below.
lim x -> 3 x^2=9
What values of x guarantee that f(x) = x^2 is within 0.2 units of 9?
If x is within _____ units of 3, then f(x) is within 0.2 units of 9. Found 2 solutions by solver91311, ikleyn:Answer by solver91311(24713) (Show Source):
You want to have, as the problem requires
|x^2 -9| <= 0.2.
It means
-0.2 <= x^2 - 9 <= 0.2
9-0.2 <= x^2 <= 9+0.2
8.8 <= x^2 <= 9.2. Now take the square root from both sides
<= x <= (1)
Notice that = 2.966. . . and = 3.033.
Therefore, inequality (1) implies
2.966 <= x <= 3.033 (with 3 decimals after the decimal point).
It means that |x - 3| <= 0.033.
Answer. If x is within 0.033 units of 3, then f(x) is within 0.2 units of 9.
Notice that = 0.447 (approximately.
Therefore, it is NOT ENOUGH to have |x-3| <= sqrt(0.2) in order for the required inequality was in place.
It shows that the solution by the other tutor is incorrect.