0
$\begingroup$

We safe $f$ is continuous at $x_0$ if for any $\epsilon >0$ there exists $\delta > 0$ such that whenever $|x-x_0|<\delta$ then $|f(x)-f(x_0)|<\epsilon$.

I'm reviewing for my final, and I have been coming up with functions and trying to show they are continuous. Here are the two I came up with: (1) $f(x)=x^2$ and (2) $f(x)=x^2-9$

To show (1) is continuous: $$|f(x)-f(2)|=|x^2-4|=|x+2||x-2|$$ Let $|x-2|<1$, then $1, so $|x+2|<5$. $$|f(x)-f(2)|=|x^2-4|=|x+2||x-2|<5|x-2|$$

If we let $\delta=\min\{1,\epsilon/5\}$ we get what we wanted.

To show (2) is continuous at $x=2$ is a bit trickier I believe since it doesn't factor into pieces as evenly. This is where I'm stuck. Is there a way to rearrange the terms to get it to factor more nicely?

  • 0
    This is sort of cheating, but you can always use the fact that the sum of two continuous functions is continuous. Since you just showed that $x^2$ is continuous, you then know that $x^2-9$ is also continuous.2012-12-07
  • 0
    Did you get $x=2$ in 1. If so, why $x^2-9$? I think you should rewrite your solutions above again.2012-12-07
  • 0
    Also, $f(2)=4$ (not 9) in your first function. Shouldn't change things too much though.2012-12-07
  • 0
    Fixed that. I have just been rewriting and modifying the problems in my notes. Errors have been propagating in the copying and studying.2012-12-07

1 Answers 1

0

For (1) it should be $|f(x)-f(2)|=|x^2-4|=|(x+2)(x-2)|.$

For (2) it does factor.
You have : $|f(x)-f(2)|=|x^2-9-2^2+9|=|x^2-4|=|(x+2)(x-2)|$.

  • 0
    Ah clever. I was hastily allowing that to equal $-5$. Thanks for this.2012-12-07