116k views
4 votes
Use the definition of continuity to determine whether f is continuous at a.

f(x) = 5x^4 - 9x^3 + x - 7a = 7

User Jrefior
by
5.5k points

1 Answer

5 votes

f(x) will be continuous at
x=a=7 if
(i)
\displaystyle\lim_(x\to7)f(x) exists,
(ii)
f(7) exists, and
(iii)
\displaystyle\lim_(x\to7)f(x)=f(7).

The second condition is immediate, since
f(7)=8918 has a finite value. The other two conditions can be established by proving that the limit of the function as
x\to7 is indeed the value of
f(7). That is, we must prove that for any
\varepsilon>0, we can find
\delta>0 such that


|x-7|<\delta\implies|f(x)-f(7)|<\varepsilon

Now,



|f(x)-f(7)|=|5x^4-9x^3+x-8925|

Notice that when
x=7, we have
5x^4-9x^3+x-8925=0. By the polynomial remainder theorem, we know that
x-7 is then a factor of this polynomial. Indeed, we can write


|5x^4-9x^3+x-8925|=|(x-7)(5x^3+26x^2+182x+1275)|=|x-7||5x^3+26x^2+182x+1275|

This is the quantity that we do not want exceeding
\varepsilon. Suppose we focus our attention on small values
\delta. For instance, say we restrict
\delta to be no larger than 1, i.e.
\delta\le1. Under this condition, we have


|x-7|<\delta\le 1\implies -1<x-7<1\iff6<x<8\implies|x|<8

Now, by the triangle inequality,



|5x^3+26x^2+182x+1275|\le|5x^3|+|26x^2|+|182x|+|1275|=5|x|^3+26|x|^2+182|x|+1275

If
|x|<8, then this quantity is moreover bounded such that


|5x^3+26x^2+182x+1275|\le5\cdot8^3+26\cdot8^2+182\cdot8+1275=6955

To recap, fixing
\delta\le1 would force
|x|<8, which makes



|x-7||5x^3+26x^2+182x+1275|<6955|x-7|

and we want this quantity to be smaller than
\varepsilon, so



6955|x-7|<\varepsilon\implies|x-7|<(\varepsilon)/(6955)

which suggests that we could set
\delta=(\varepsilon)/(6955). But if
\varepsilon is given such that the above inequality fails for
\delta=(\varepsilon)/(6955), then we can always fall back on
\delta=1, for which we know the inequality will hold. Therefore, we should ultimately choose the smaller of the two, i.e. set
\delta=\min\left\{1,(\varepsilon)/(6955)\right\}.

You would just need to formalize this proof to complete it, but you have all the groundwork laid out above. At any rate, you would end up proving the limit above, and ultimately establish that
f(x) is indeed continuous at
x=7.
User Bilal Ahmad
by
6.0k points