Grade 11Math

Piecewise Function Definition and Notation

A piecewise function is a function defined by different formulas for different intervals of the input variable, allowing a single function to behave differently across its domain. In Grade 11 math, students learn the notation for writing piecewise functions — specifying each piece's formula alongside its corresponding domain restriction using curly brace notation. This skill is foundational for understanding real-world relationships where behavior changes at certain thresholds, like tax brackets or shipping rates. Mastering piecewise function definition and notation sets the stage for graphing piecewise functions and later working with absolute value and step functions.

Key Concepts

A piecewise defined function is a function defined by different expressions over different intervals of its domain. The general notation is:.

$$f(x) = \begin{cases} \text{expression} 1 & \text{if condition} 1 \\ \text{expression} 2 & \text{if condition} 2 \\ \vdots & \vdots \\ \text{expression} n & \text{if condition} n \end{cases}$$.

Common Questions

What is a piecewise function?

A piecewise function is a function defined by multiple sub-functions, each applying to a different interval of the domain. For example, a function might equal x + 1 for x less than 0, and 2x for x greater than or equal to 0.

How do you write piecewise function notation?

Piecewise functions are written using a large curly brace followed by each formula and its domain condition. For example: f(x) = {x + 1, x < 0; 2x, x >= 0}. The left side shows the rule, the right side shows when it applies.

What are real-world examples of piecewise functions?

Tax brackets are a classic example: you pay one rate on income up to a threshold, then a higher rate on income above it. Shipping costs (free under $50, flat fee over $50) and utility pricing tiers also follow piecewise function logic.

How is a piecewise function different from a regular function?

A regular function uses one formula for its entire domain. A piecewise function switches formulas at certain points. Both still follow the rule that each input has exactly one output — the pieces just use different rules depending on where the input falls.

What grade learns piecewise functions?

Piecewise functions are typically taught in Grade 11 math (Precalculus or Algebra 2). Students learn to define, write, evaluate, and graph piecewise functions as part of a broader study of function types.

What is the domain restriction in a piecewise function?

The domain restriction is the condition that specifies which values of x a particular piece of the function applies to. For example, 'x < 2' means that piece of the formula only applies when the input is less than 2.