Finding the Interval for Function Values within a Small Range

  • Thread starter Thread starter BoogieL80
  • Start date Start date
  • Tags Tags
    Continuity Limits
BoogieL80
Messages
39
Reaction score
0
I'm having trouble understanding the problem:

Find the largest open interval, centered at x=3, such that for each x in the interval the value of the function f(x) = 4x - 5 is within 0.01 unit of the number f(3)=7

The solutions manuel goes on to say that the abs[f(x)-f(3)] = abs [(4x - 5) - 7] = 4 abs [x-3] < 0.1 if and only if abs[x-3] < (0.1)/4 = 0.0025

I get the first part of the answer where you basically subtract f(x) from f(3), but I'm having trouble understanding the rest of the probelm where the four moves outside the absolute bracket. Also, where does the center at x=3 have to do with anything?
 
Physics news on Phys.org
If I understand the question correctly, all you need to do is find the endpoints of the interval. This can be done by solving:

7 + 0.01 = 4x - 5
7 - 0.01 = 4x - 5
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top