Skip to main content
SAGeneral MathematicsSyllabus dot point

How do we model a situation whose rate of change shifts at certain points?

Construct, graph and interpret piecewise-linear models in which the rule changes over different intervals of the domain.

How to build a piecewise-linear model where different straight-line rules apply over different intervals, graph it, read its breakpoints, and use it to solve practical step-rate problems.

Generated by Claude Opus 4.76 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. What a piecewise-linear model is
  3. Choosing the right piece
  4. Graphing the model
  5. Reading information back from the model
  6. Solving equations with a piecewise model

What this dot point is asking

You must be able to write a model in pieces, state the interval each piece applies to, graph the segments, identify the breakpoints where the rule changes, and use the model to calculate and interpret values.

What a piecewise-linear model is

Many real charges and rates do not follow a single straight line. A taxable income, a phone plan, or a delivery fee may follow one rate up to a threshold, then a different rate beyond it. We write this as several linear rules, each tagged with the interval where it applies:

C(x)={2x+10,0≤x≤203x−10,x>20 C(x) = \begin{cases} 2x + 10, & 0 \le x \le 20 \\ 3x - 10, & x > 20 \end{cases}

Each piece is just y=mx+cy = mx + c. The values of xx where the rule changes are the breakpoints (here x=20x = 20).

Choosing the right piece

The single most important skill is matching the input to its interval before you substitute.

Graphing the model

Plot each segment only over its own interval. At a breakpoint, draw a filled dot for the endpoint that is included and an open dot for one that is excluded. A change in gradient appears as a corner ("kink") in the graph; a steeper gradient after the breakpoint means the quantity grows faster beyond that point.

Reading information back from the model

Examiners often ask you to interpret the graph in words:

  • Each segment's gradient is the rate over that interval (cost per kWh, fee per kilometre).
  • A breakpoint marks where conditions change (a usage threshold, a tax bracket boundary).
  • A horizontal segment (m=0m = 0) means the quantity stays constant over that interval, such as a fixed monthly fee regardless of usage.

Solving equations with a piecewise model

To find when C(x)C(x) equals a target value, decide which interval the answer falls in, then solve that piece's equation. Always check the solution actually lies in that interval; if it does not, the answer belongs to a different piece.