Function ƒ(x): Continuity & Differentiability

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 3K views
unf0r5ak3n
Messages
35
Reaction score
0

Homework Statement


Let f be the function defined as ƒ(x)={ lx-1l + 2, for x<1, and ax^2 + bx, for x (greater or equal to) 1, where a and b are constants.


Homework Equations


A) If a=2 and b=3, is f continuous for all of x?
B) Describe all the values of a and b for which f is a continuous function?
C) For what values of a and b is f both continuous and differentiable?
 
Physics news on Phys.org
It is clear that we only need to question if the function is continuous in 1.

You have probably seen that a function f is continuous in 1 iff

[tex]\lim_{x\rightarrow 1}{f(x)}=f(1)[/tex]

Now, it is also true that a limit exists iff the right-hand and left-hand limits exists and are equal. So you only need to check that

[tex]\lim_{x\rightarrow 1+}{f(x)}=\lim_{x\rightarrow 1-}{f(x)}=f(1)[/tex]

So calculate the left-hand limits and right-limits and see if they are equal to f(1)
 
so would the lim ƒ(x) = 5?
 
the limit of abs(x-1)+2 is 2 and the limit of ax^2+bx is 5 so the limit is not continuous right?
 
for b) i said if a and b = 1 then lim of x^2+x as x approaches 1 is 2 which would make it a continuous function because the left and right limits are equal at f(1), is that correct? I am a bit confused with left and right hand limits
 
ah thank you i think I am understanding it now but I am confused about part c.