Absolute value and piecewise functions

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
3 replies · 2K views
939
Messages
110
Reaction score
2

Homework Statement



Find if continuous and differentiable. I am having problems with the differentiable part.


Homework Equations



f(x) = x² + 3, |x| ≤ 1
f(x) = |x| + 3, |x| > 1

The Attempt at a Solution



(1)^2 + 3 = 4
|1| + 3 = 4
∴ It is continuous

Now, rewriting it, you have...
x² + 3, x ≥ -1 or x ≤ 1
-x + 3, x < -1 or x > 1
x + 3, x < -1 or x > 1

Finding the limits from left and right of 1...
From the left = 2x, = 2
From the right: can be both -1 and 1...

Where did I go wrong?
 
Physics news on Phys.org
939 said:

Homework Statement



Find if continuous and differentiable. I am having problems with the differentiable part.


Homework Equations



f(x) = x² + 3, |x| ≤ 1
f(x) = |x| + 3, |x| > 1

The Attempt at a Solution



(1)^2 + 3 = 4
|1| + 3 = 4
∴ It is continuous

Now, rewriting it, you have...
x² + 3, x ≥ -1 or x ≤ 1
-x + 3, x < -1 or x > 1
x + 3, x < -1 or x > 1

Finding the limits from left and right of 1...
From the left = 2x, = 2
From the right: can be both -1 and 1...

Where did I go wrong?

No, you've got
x² + 3, x ≥ -1 or x ≤ 1
-x + 3, x < -1
x + 3, x > 1

Worry about the two point x=1 and x=(-1) separately.
 
  • Like
Likes   Reactions: 1 person
Dick said:
No, you've got
x² + 3, x ≥ -1 or x ≤ 1
-x + 3, x < -1
x + 3, x > 1

Worry about the two point x=1 and x=(-1) separately.

Thanks a lot!

Final question can |(2/3)(x)| be turned into (2/3)(-x) and (2/3)(x)?
 
939 said:
Thanks a lot!

Final question can |(2/3)(x)| be turned into (2/3)(-x) and (2/3)(x)?

Sure. |2x/3| is -2x/3 if x<0 and 2x/3 if x>=0.
 
  • Like
Likes   Reactions: 1 person