Is Function f Continuous at x=0?

  • Thread starter Thread starter IntroAnalysis
  • Start date Start date
  • Tags Tags
    Continuous
IntroAnalysis
Messages
58
Reaction score
0

Homework Statement


Define f:[-1,∞]→ℝ as follows: f(0) = 1/2 and

f(x) =[(1 + x)^(1/2) - 1]/x , if x ≠ 0

Show that f is continuous at 0.


Homework Equations


Definition. f is continuous at xo if xoan element of domain and
lf(x) - f(xo)l < ε whenever lx - xol < δ


The Attempt at a Solution


Do some algebra come up with f(x) = 1/[(1+x)^(1/2) + 1]

I also know that between [-1,1], f(x)≤ 1
and x ≥ 1, f(x) ≤ 1

I know I need to somehow pull out an lxl from the absolute value, since I know lxl≤δ then
I can define δ in terms of ε and the function.
 
Physics news on Phys.org
IntroAnalysis said:

Homework Statement


Define f:[-1,∞]→ℝ as follows: f(0) = 1/2 and   That should be f : [-1,∞) → ℝ

f(x) =[(1 + x)^(1/2) - 1]/x , if x ≠ 0

Show that f is continuous at 0.


Homework Equations


Definition. f is continuous at xo if xoan element of domain and
lf(x) - f(xo)l < ε whenever lx - xol < δ


The Attempt at a Solution


Do some algebra come up with f(x) = 1/[(1+x)^(1/2) + 1]

I also know that between [-1,1], f(x)≤ 1
and x ≥ 1, f(x) ≤ 1

I know I need to somehow pull out an lxl from the absolute value, since I know lxl≤δ then
I can define δ in terms of ε and the function.
Do you need to use an ε - δ proof, or can you use the limit criterion for continuity?
If \displaystyle \lim_{x\to x_0}\,f(x)=f(x_0)\,, then f is continuous at x0 .​
 
It just says to show, it doesn't specify δ-ε proof. I've spent hours working on this one problem, any suggestions greatly appreciated!
 
What is the following limit?
\displaystyle <br /> \lim_{x\to0}\,\frac{1}{(1+x)^{1/2} + 1}<br />​
 
It is 1/2 which is f(0).
So this approach I show: 1) the point c is in the domain
2) the limit of f(c) exists and
3) lim x->c f(x)=f(c)

I should have thought of this, it is a lot easier to show. Thank you.
 
IntroAnalysis said:
It is 1/2 which is f(0).
So this approach I show: 1) the point c is in the domain
2) the limit of f(c) exists and   more precisely, lim x→c f(x) exists
3) lim x->c f(x)=f(c)

I should have thought of this, it is a lot easier to show. Thank you.
You're welcome!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top