This section discusses the analytic view of piecewise functions.

Video lecture here:
_

Recall that the idea of piecewise functions is to stitch together several different functions, each one of which applies to a specific segment of the overall relation. Consider the graph from the previous section that depicted profit over time for a new company:

We can clearly break this graph into three pieces as so;

Our goal is to write a (piecewise) function, , that is really a combination of each of these three functions. However, first we need to record the three functions themselves. In our case we have the following:

Red Segment:
is the segment from to .
Blue Segment:
is the segment from to .
Green Segment:
is the segment from to .

We could simply use this descriptive method to define our piecewise function, but as usual we utilize a more compact form of notation. Consider the following piecewise function notation:

This notation is deceptively dense and it is worth breaking down each part of it.

P(x)
As normal we name the function as the dependent variable and the independent variable as the input.
Large Open Brace
The open brace encompasses all the lines that are all part of the piecewise definition. This way, if we have multiple horizontal lines of equations, we know that is a piecewise function encompassing these three functions, and any other functions are not part of .
Lines with Functions
Each line with a function has a left and a right component. The left side, eg “”, “”, or “”, each denote a function in a specific segment. The right component, eg “”, “”, or “” gives the domain of that segment.
So, in particular, the line “” is declaring that the function on the section of the graph for values between 0 and 2, is modeled by the function .

Something to keep in mind in the above function, is that the domains (the intervals of for each function) are disjoint, meaning that there should be no overlap between the intervals. In particular, we have and , rather than and which has in both intervals. In general, the chances of having a well defined function with overlapping intervals is almost nil. Having overlapping intervals in the function segments is how a piecewise relation fails the vertical line test. Consider from the geometric view tile the following piecewise relation graph:

This graph is generated by the following piecewise relation:

Notice that the intervals above overlap because the second function is defined on and the third is defined on , which is why the piecewise relation fails the vertical line test on the interval ; ie on the overlap.