Absolute Value functions => Piecewise Function

In summary, Dan is trying to figure out how to write a function that takes in a value between -1 and 1 and outputs a value between 0 and 3. He is using the example of f(x) = \left| {x + 1} \right| + \left| {x + 2} \right| to help him. The first case, x+1<0, x+2<0, is impossible because x+1>0 and x+2<0. The second case, x+1>0, x+2>0, is possible because both x+1 and x+2 are positive. The third case is when both x+1 and x+2 are positive and x+
  • #1

danago

Gold Member
1,123
4
Given the function:

[tex]
f(x) = \left| {x + 1} \right| + \left| {x + 2} \right|
[/tex]

How can i write that as a piecewise function? If i was given something in the form of [tex]f(x) = \left| {g(x)} \right|[/tex], i know to write it as:

[tex]
f(x) = \left\{ {\begin{array}{*{20}c}
{g(x),} & {g(x) \ge 0} \\
{ - g(x),} & {g(x) < 0} \\
\end{array}} \right.

[/tex]

but I am a little stuck with the other one.

Thanks in advance,
Dan.
 
Physics news on Phys.org
  • #2
consider the cases, x+1<0, x+2<0 and other combinations separately:

x+1<0, x+2<0
x+1<0, x+2>0
x+1>0, x+2<0
x+1>0, x+2>0

notice that some of these conditions are impossible.
 
  • #3
Hmm ok. So when both are positive [tex]x + 1,x + 2 \ge 0[/tex], the piece is [tex](x + 1) + (x + 2) = 2x + 3[/tex]. They are both positive only when [tex]x \ge - 1[/tex], so my piece ([tex]2x + 3[/tex]) would only be existent over the domain [tex]x \ge - 1[/tex]? Is that the way i should go about it?
 
  • #4
yes, that should be correct.
 
  • #5
Ok thanks for that :)
 
  • #6
Just one more thing. Using [tex]
y = \left| x \right|[/tex] for example. At x=0, it could go either way. y could equal x or -x, so either of the following could be true:

[tex]
\begin{array}{l}
f(x) = \left\{ {\begin{array}{*{20}c}
{x,} & {x \ge 0} \\
{ - x,} & {x < 0} \\
\end{array}} \right. \\
f(x) = \left\{ {\begin{array}{*{20}c}
{x,} & {x > 0} \\
{ - x,} & {x \le 0} \\
\end{array}} \right. \\
\end{array}
[/tex]

Does it matter which way i do it? Or is there some convention i should follow?
 
  • #7
The convention is that |x|= x for [itex]x\ge 0[/itex] but, in fact, either that or |x|= -x for [itex] x\le 0[/itex] give the same function.
 
Last edited by a moderator:
  • #8
Ok thanks.
 
  • #9
Another way to do it is to find your critical points, (x=-1 and x=-2 in this case) and create an x, f(x) table to test points outside of and between those points within the function. Then you can take the points in the three regions and find the equation of the line between them which is the equation that satisfies the x value of the region it was determined from. A calculator that can come up with a table of values for you really helps with this.
 

Suggested for: Absolute Value functions => Piecewise Function

Replies
9
Views
527
Replies
6
Views
706
Replies
7
Views
547
Replies
6
Views
354
Replies
10
Views
731
Replies
7
Views
919
Replies
2
Views
709
Replies
11
Views
794
Back
Top