Hi guys,
Thanks for the replies, very helpful. I'm sure it's right now!
mathematic, the definition of continuity is that the function is continuous everywhere on it's domain, and so the limit everywhere on the domain exists, so essentially the question was that I was told the limit was [math]f(a)[/math] as the limit approached [math]0[/math], and so all I had to do was take [math]h[/math] to [math]0[/math] in the limit to prove that it was continuous.
I stuggle with the logic, here is a harder proof I attempted before and I was hoping to get some verification on my attempt:
Prove the statement using the [math]\epsilon , \delta[/math] definition of a limit:
[math]\lim_{x \to -2}(x^2 - 1) = 3[/math]
if [math]0 < |x -(-2)| < \delta[/math] then [math]|(x^2 - 1) - 3| < \epsilon[/math]
we then have:
[math]|(x^2 - 1) - 3| < \epsilon\rightarrow |x^2 -2| < \epsilon\rightarrow |x + 1||x - 1| < \epsilon\rightarrow |x - 1| < - \frac{\epsilon}{|x + 1|}[/math]
this suggests:
[math]\delta = \frac{\epsilon}{|x + 1|} \Leftrightarrow \epsilon = |x + 1| \delta[/math]
testing our new [math]\delta[/math] :
[math]|(x^2 - 1) -3| < \delta |x + 1|\rightarrow |x + 1||x - 1| < \delta |x + 1|\rightarrow |x - 1| < \delta[/math]
and we have proved the statement.
I have a feeling that the above is fishy because of the fact that I derived the new [math]\delta[/math] from the given statement? Hope someone can help out.
Thanks!