Determine whether the function f(x) is continuous

naspek
Messages
176
Reaction score
0

Homework Statement



Given that

f(x) = { x + 1 ......; if x < 1
...{ 2 .....; if x = 1
...{ [4(x-1)] / (x^2 - 1) ; if x > 1

Determine whether the function f(x) is continuous at x = 1

i don't know how to start..
can someone give me an idea to start..
 
Physics news on Phys.org


Try finding the limit of f as x approaches 1 from the left and the right (that is, with values of x < 1 and values of x > 1)
 


ok.. for

\lim_{x \to 1^{-}} f(x)

i got 0

for

\lim_{x \to 1^{+}} f(x)

i got 2

am i got it right?
so.. how can i conclude it?
 


ok so now you have to go back to the calc one definition of continuity. the requirements were
If f is continuous at a then, these 3 facts have to hold
\lim_{x \to a^{-}} f(x) = f(a)
\lim_{x \to a^{+}} f(x) = f(a)
\lim_{x \to a} f(x) = f(a)
 


naspek said:
ok.. for

\lim_{x \to 1^{-}} f(x)

i got 0
For x< 0, f(x)= 1+ x. Are you saying that \lim_{x\to 0} 1+ x= 0?

for

\lim_{x \to 1^{+}} f(x)

i got 2

am i got it right?
so.. how can i conclude it?
This function is continuous at x=0 only if the limit there exists and is equal to f(0). The limit itself exist only if those two one sided limits are the same.
 
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