Absolute value and piecewise functions

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 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 1 person
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