Math III · F-IF.7.b

Graphing Square-Root, Cube-Root, Absolute-Value, Step, and Piecewise-Defined Functions

These function families model starts, thresholds, jumps, branches, and rules that change across intervals — behavior that lines and parabolas cannot capture well.

Concept Functions
Domain Interpreting Functions
Read time 8 minutes

What this learning objective is really asking you to learn

This objective asks students to graph several important function families beyond lines, quadratics, exponentials, and rational functions. The listed families are square-root functions, cube-root functions, absolute-value functions, step functions, and piecewise-defined functions. These are grouped together because they often involve restricted domains, sharp corners, jumps, branches, or rules that change depending on the input.

A square-root function such as \(f(x)=\sqrt{x}\) begins at an endpoint and increases to the right. Its real-number domain is \(x \ge 0\). Transformations like \(f(x)=\sqrt{x-4}+2\) move the endpoint to \((4,2)\) and change the meaningful input range to \(x \ge 4\).

A cube-root function such as \(g(x)=\sqrt[3]{x}\) extends left and right through all real numbers. It has a different shape from the square-root graph because cube roots of negative numbers are real. A transformation like \(g(x)=2\sqrt[3]{x+1}-3\) shifts and stretches the graph while preserving its all-real algebraic domain.

An absolute-value function such as \(h(x)=|x|\) forms a V shape with a sharp corner at the vertex. Transformations move the vertex, stretch the graph, or reflect it.

A step function changes output in jumps instead of smoothly. For example, a parking garage might charge $5 for any part of the first hour, $10 for any part of the second hour, and so on. The graph looks like horizontal steps. It has jumps because the cost changes suddenly when the input crosses a threshold.

A piecewise-defined function uses different rules on different parts of the domain. For example, a shipping cost may be one formula up to 10 pounds and another formula after 10 pounds. Piecewise functions are common because real systems often change rules at boundaries.

The objective is asking students to graph these families and understand their key features. The graph is not only a drawing. It tells where the function begins, where it changes rules, where it jumps, where it has a sharp corner, and what inputs are allowed.

Why students should learn this math

Students should learn these graph families because real life is not made only of smooth lines and parabolas. Many situations have thresholds, cutoffs, tiered rules, physical starting points, absolute distances, or different behavior in different intervals.

Square-root functions appear when one quantity is recovered from a squared relationship. If area determines side length, a square root appears. If distance relates to squared components, a square root appears. The endpoint of a square-root graph often represents a physical minimum, such as zero area, zero distance, or a threshold before the model begins.

Cube-root functions appear when reversing cubic relationships, such as finding the edge length of a cube from volume. Unlike square roots, cube roots allow negative inputs algebraically, though context may restrict them.

Absolute-value functions model distance from a point, magnitude of error, deviation from a target, or situations where direction is ignored. If a temperature is 5 degrees above target or 5 degrees below target, the absolute error is 5 either way. The sharp corner of the graph represents the point of perfect match or minimum distance.

Step functions are extremely practical. Tax brackets, postage rates, shipping tiers, parking fees, subscription levels, bus fares, grading cutoffs, and many billing systems use step-like behavior. The cost may stay constant over an interval and then jump at a threshold. Students who expect every graph to be smooth will misread such systems.

Piecewise functions are one of the most realistic modeling tools in high-school mathematics. A single formula often cannot describe an entire situation. A phone plan may charge one rate up to a data limit and another afterward. A worker may earn regular pay up to 40 hours and overtime after 40 hours. A train fare may depend on zones. A physical system may behave differently before and after a switch.

The “why” is that these functions let students model boundaries and changes in rules. They are the mathematics of thresholds, starts, stops, jumps, corners, and real-world policies.

The historical machinery: functions beyond smooth formulas

The concept of function expanded over time. Early function work often focused on formulas that were smooth and continuous. But as mathematics and applied science developed, people needed to describe relationships with abrupt changes, restricted domains, or different rules in different regions.

Absolute value became important as a distance concept. Square roots and cube roots came from inverse power relationships. Step functions became central in counting, measurement, signal processing, and discrete systems. Piecewise definitions became a general way to describe functions that behave differently under different conditions.

In modern mathematics, piecewise thinking is everywhere. Calculus uses piecewise functions to study continuity and differentiability. Computer programs use conditional statements that are essentially piecewise rules. Statistics uses indicator and step functions. Engineering uses functions with thresholds and switches.

This objective gives students a first serious graphing vocabulary for those non-smooth and restricted behaviors.

Where this fits in the big map of mathematics

This objective follows average rate of change for advanced functions and key-feature interpretation. Students are now graphing function families with features that cannot be fully understood through smooth curve intuition alone.

It connects to transformations. Square-root, cube-root, absolute-value, and step graphs all transform by shifting, stretching, compressing, and reflecting.

It connects to domain. Square-root functions have domain restrictions; piecewise functions have interval-based domains; step functions have threshold boundaries.

It connects to modeling. Step and piecewise functions are especially useful for real rules and policies.

It connects to continuity. Some graphs are smooth, some have corners, and some have jumps. Later mathematics will classify these differences more formally.

It connects to computer science. Piecewise definitions resemble conditional logic: if this input condition holds, use this rule; otherwise use another.

The big-map role is graph diversity. Students learn that functions can be restricted, stepped, cornered, or multi-rule while still being legitimate mathematical models.

How to execute the skill technically

For square-root functions, identify the radicand and endpoint. For \(f(x)=\sqrt{x-h}+k\), the endpoint is \((h,k)\), and the graph extends to the right if not reflected horizontally. The domain is \(x \ge h\).

Example:

\[f(x)=\sqrt{x+3}-2\].

Endpoint: \((-3,-2)\). Domain: \(x \ge -3\). The graph increases to the right.

For cube-root functions, identify the central point. For \(g(x)=a\sqrt[3]{x-h}+k\), the central point is \((h,k)\), and the domain is usually all real numbers.

For absolute-value functions, identify the vertex. For \(h(x)=a|x-h|+k\), the vertex is \((h,k)\). If \(a>0\), the V opens up. If \(a<0\), it opens down.

For step functions, determine intervals and output values. Open and closed circles matter at boundaries because they show which interval includes the endpoint.

For piecewise functions, graph each rule only on its assigned interval. Do not extend a rule beyond where it applies.

Example:

\[f(x)= { x+2 if x<1; 5 if x \ge 1 }\].

Graph the line \(y=x+2\) only for \(x<1\), with an open circle at \((1,3)\). Graph the horizontal line \(y=5\) for \(x \ge 1\), with a closed circle at \((1,5)\). The function jumps at \(x=1\).

Worked example: shipping cost as a step function

A shipping company charges:

  • $6 for packages up to and including 1 pound;
  • $9 for packages over 1 pound and up to 3 pounds;
  • $13 for packages over 3 pounds and up to 5 pounds.

Let \(w\) be weight in pounds and \(C(w)\) be cost.

This can be written piecewise:

\(C(w)=6\) for \(0<w \le 1\).

\(C(w)=9\) for \(1<w \le 3\).

\(C(w)=13\) for \(3<w \le 5\).

The graph has horizontal segments. At \(w=1\), the cost is $6, not $9, because the first interval includes 1. Just after 1 pound, the cost jumps to $9. At \(w=3\), the cost is still $9, and just after 3 it jumps to $13.

This example shows why open and closed circles matter. They represent real rule boundaries.

Worked example: absolute error

Suppose a machine is supposed to cut rods to length 10 cm. If \(x\) is the actual length, the absolute error is

\[E(x)=|x-10|\].

The graph has vertex \((10,0)\), meaning a rod of exactly 10 cm has zero error. A rod of length 9.7 has error 0.3. A rod of length 10.3 also has error 0.3. The graph is symmetric because being too short and too long by the same amount creates the same absolute error.

This example gives absolute value a real interpretation: distance from a target.

Additional example: piecewise pay model

A worker earns $18 per hour for the first 40 hours in a week and $27 per hour for each hour beyond 40. Let \(h\) be hours worked and \(P(h)\) be weekly pay.

For \(0 \le h \le 40\):

\[P(h)=18h\].

For \(h>40\):

The worker earns \(18(40)=720\) dollars for the first 40 hours, plus \(27(h-40)\) for overtime. So

\(P(h)=720+27(h-40)\) for \(h>40\).

This is a piecewise function:

\(P(h)=18h\) for \(0 \le h \le 40\).

\(P(h)=720+27(h-40)\) for \(h>40\).

The graph is continuous at \(h=40\) because both rules give 720 there, but the slope changes. This is different from a step function, where the output jumps. Piecewise functions can be continuous or discontinuous depending on the rules.

This example is important because many students think piecewise automatically means disconnected. Not true. Piecewise means different rules on different intervals. The pieces may connect smoothly, connect with a corner, or jump.

Step function versus linear function

A taxi fare might include a base fee plus a per-mile rate. That is close to linear if the meter charges continuously. But a parking garage that charges by each started hour may use a step function. If you park for 1.1 hours and pay for 2 hours, the graph jumps at the threshold. Students should learn to match the graph type to the billing rule.

A diagonal ramp means gradual continuous increase. A step means sudden increase after crossing a boundary. This distinction matters in interpreting real policies.

Boundary notation matters

Open and closed circles are not cosmetic. They tell which rule owns the boundary input. In a grading scale, 90 may be an A while 89.999 is not. In shipping, 1.00 pounds may be in one tier while 1.01 is in the next. The boundary convention changes the output.

A useful way to practice is to focus on a boundary point and ask, “Which rule applies at exactly this input?” That question makes open and closed circles, and therefore piecewise notation, meaningful.

Domain and range for piecewise functions

Students should also interpret domain and range. The domain is the collection of all x-values covered by the pieces. The range is the collection of outputs produced by those pieces. A step function may have a range made of isolated output values. An absolute-value function may have a continuous range such as \(y \ge 0\). A square-root function has a domain with an endpoint and a range with an endpoint.

Graphing these functions is not complete until students can describe both allowed inputs and possible outputs.

Common misconceptions and how to avoid them

One common mistake is extending a piecewise rule beyond its interval. Each rule only applies where stated.

Another mistake is ignoring open and closed circles at boundaries.

A third mistake is treating square-root and cube-root graphs as if they have the same domain.

A fourth mistake is smoothing out step functions. Step functions jump; they are not diagonal ramps.

A fifth mistake is forgetting that context may further restrict the algebraic domain.

The big takeaway

Square-root, cube-root, absolute-value, step, and piecewise functions expand students' graphing toolkit. These functions model endpoints, distance from targets, jumps, thresholds, and changing rules. The key is to graph only where each rule applies and interpret the graph features in context.

Problem Library

Problems in the App From This Objective

180 problems across 15 archetypes in the app.

plot endpoint, domain, and anchor points.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Graph the transformed square-root function y=sqrt(x-2)+1.

Problem 2

Graph the transformed square-root function y=-2sqrt(x+4).

Problem 3

Graph the transformed square-root function y=3sqrt(x)-5.

Problem 4

Graph the transformed square-root function y=sqrt(6-x).

Problem 5

Graph the transformed square-root function y=sqrt(-x)+3.

Problem 6

Graph the transformed square-root function y=-sqrt(x-1)-2.

Problem 7

Graph the transformed square-root function y=-sqrt(3-x)+1.

Problem 8

Graph the transformed square-root function y=0.5sqrt(x+2)-1.

Problem 9

Graph the transformed square-root function y=sqrt(2x)+4.

Problem 10

Graph the transformed square-root function y=-3sqrt(-x-1).

Problem 11

Graph the transformed square-root function y=sqrt(3x-6).

Problem 12

Graph the transformed square-root function y=2sqrt(4-2x)-3.

Open in simulator
plot center and symmetric anchor points.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Graph the transformed cube-root function y=cuberoot(x-3)+2.

Problem 14

Graph the transformed cube-root function y=-2cuberoot(x+1).

Problem 15

Graph the transformed cube-root function y=cuberoot(8x).

Problem 16

Graph the transformed cube-root function y=3cuberoot(x)-4.

Problem 17

Graph the transformed cube-root function y=cuberoot(x+5)-1.

Problem 18

Graph the transformed cube-root function y=cuberoot(-x).

Open in simulator
Problem 19

Graph the transformed cube-root function y=(1/2)cuberoot(x)+3.

Problem 20

Graph the transformed cube-root function y=cuberoot((1/4)(x-4)).

Problem 21

Graph the transformed cube-root function y=-4cuberoot(x-2)+5.

Problem 22

Graph the transformed cube-root function y=cuberoot(3(x+1))-2.

Problem 23

Graph the transformed cube-root function y=(1/3)cuberoot(-x)+1.

Problem 24

Graph the transformed cube-root function y=2cuberoot((1/2)(x+6))-3.

plot vertex and linear arms.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Graph the transformed absolute-value function y=|x-3|+2.

Open in simulator
Problem 26

Graph the transformed absolute-value function y=-2|x+1|.

Problem 27

Graph the transformed absolute-value function y=0.5|x|-4.

Problem 28

Graph the transformed absolute-value function y=|2x|-1.

Problem 29

Graph the transformed absolute-value function y=-|x+5|.

Problem 30

Graph the transformed absolute-value function y=3|x|+1.

Problem 31

Graph the transformed absolute-value function y=0.25|x-2|-3.

Problem 32

Graph the transformed absolute-value function y=-4|x+1|+5.

Problem 33

Graph the transformed absolute-value function y=|0.5x|+2.

Problem 34

Graph the transformed absolute-value function y=-|x-4|-2.

Problem 35

Graph the transformed absolute-value function y=(1/3)|x+2|.

Problem 36

Graph the transformed absolute-value function y=-1.5|x|+3.

draw constant pieces with open/closed endpoints.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Graph the step function described by f(x)=floor(x).

Problem 38

Graph the step function described by shipping costs 5 dollars for 0<x<=1 lb, 8 dollars for 1<x<=3 lb.

Problem 39

Graph the step function described by parking is 3 dollars per started hour.

Problem 40

Graph the step function described by tiered tax rate by income interval.

Problem 41

Graph the step function described by f(x)=ceil(x).

Problem 42

Graph the step function described by f(x) = 2 for x < 0, f(x) = -1 for x >= 0.

Open in simulator
Problem 43

Graph the step function described by f(x) = 1 for -2 <= x < 0, f(x) = 3 for 0 <= x < 2, f(x) = 0 for x >= 2.

Problem 44

Graph the step function described by A phone plan costs $20 for 0 to 100 minutes, $30 for 101 to 200 minutes, and $40 for 201 to 300 minutes.

Problem 45

Graph the step function described by Library fines are $1 for 1-7 days overdue, $2 for 8-14 days overdue, and $3 for 15-21 days overdue.

Problem 46

Graph the step function described by f(x) = -2 for x <= -1, f(x) = 0 for -1 < x < 2, f(x) = 1 for x >= 2.

Problem 47

Graph the step function described by f(x) = 0 for x <= 1, f(x) = 5 for 1 < x <= 3, f(x) = 0 for x > 3.

Problem 48

Graph the step function described by f(x) = 10 for 0 <= x < 0.5, f(x) = 20 for 0.5 <= x < 1.5, f(x) = 30 for 1.5 <= x < 2.

select interval rules and endpoints.
12 problems Warmup Practice Mixed Review Assessment
Problem 49

Graph the piecewise function from rules f(x)=x+1 for x<0; f(x)=x^2 for x>=0.

Problem 50

Graph the piecewise function from rules f(x)=2 for x<=1; f(x)=x+1 for x>1.

Open in simulator
Problem 51

Graph the piecewise function from rules f(x)=sqrt(x) for x>=0; f(x)=-1 for x<0.

Problem 52

Graph the piecewise function from rules absolute-value piece on [-2,2] and constant outside.

Problem 53

Graph the piecewise function from rules f(x) = -x+2 for x<1; f(x) = x+1 for x>=1.

Problem 54

Graph the piecewise function from rules f(x) = x^2-1 for x<=0; f(x) = 3 for x>0.

Problem 55

Graph the piecewise function from rules f(x) = 2x for x<2; f(x) = -x+6 for x>=2.

Problem 56

Graph the piecewise function from rules f(x) = 1 for x<-1; f(x) = x+2 for -1<=x<=1; f(x) = 3 for x>1.

Problem 57

Graph the piecewise function from rules f(x) = |x-1| for x<2; f(x) = x for x>=2.

Problem 58

Graph the piecewise function from rules f(x) = x^2+1 for x<0; f(x) = 1 for x>=0.

Problem 59

Graph the piecewise function from rules f(x) = sqrt(-x) for x<=0; f(x) = x+1 for x>0.

Problem 60

Graph the piecewise function from rules f(x) = 2^x for x<0; f(x) = 1 for x>=0.

read endpoints, arrows, and pieces.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Identify domain and range from the non-polynomial graph with features square-root graph endpoint (2,-1), extends right and upward.

Problem 62

Identify domain and range from the non-polynomial graph with features absolute-value graph vertex (3,4), opens down.

Problem 63

Identify domain and range from the non-polynomial graph with features step graph from x=0 to x=10 with outputs 5,8,12.

Problem 64

Identify domain and range from the non-polynomial graph with features cube-root graph shifted to center (-1,2).

Problem 65

Identify domain and range from the non-polynomial graph with features square-root graph endpoint (1,3), extends left and downward.

Problem 66

Identify domain and range from the non-polynomial graph with features absolute-value graph vertex (-2,-1), opens up.

Open in simulator
Problem 67

Identify domain and range from the non-polynomial graph with features step graph from x=-3 (inclusive) to x=3 (exclusive) with outputs -1, 0, 1, 2.

Problem 68

Identify domain and range from the non-polynomial graph with features cube-root graph reflected across y-axis, shifted to center (4,-3).

Problem 69

Identify domain and range from the non-polynomial graph with features piecewise graph with a line segment from (-4,2) to (0,0) (inclusive) and a parabola segment from (0,0) (exclusive) to (4,4) (exclusive).

Problem 70

Identify domain and range from the non-polynomial graph with features square-root graph endpoint (-5,0), extends right and downward.

Problem 71

Identify domain and range from the non-polynomial graph with features absolute-value graph vertex (0,0), opens up, restricted to x in [-3,3].

Problem 72

Identify domain and range from the non-polynomial graph with features piecewise graph with a constant segment at y=2 from x=-5 (inclusive) to x=0 (exclusive), and a square-root segment from x=0 (inclusive) with endpoint (0,1) extending right and upward.

identify parent, anchor, and scale.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Write an equation from transformed root graph features square-root endpoint (4,1), point (5,3).

Problem 74

Write an equation from transformed root graph features cube-root center (-2,5), standard shape.

Problem 75

Write an equation from transformed root graph features square-root endpoint (-1,0), reflected downward, point (3,-4).

Problem 76

Write an equation from transformed root graph features cube-root center (0,-3), vertical stretch 4.

Problem 77

Write an equation from transformed root graph features square-root endpoint (2,0), point (6,1).

Problem 78

Write an equation from transformed root graph features cube-root center (1,2), point (2,1).

Problem 79

Write an equation from transformed root graph features square-root endpoint (0,4), point (1,2).

Problem 80

Write an equation from transformed root graph features cube-root center (-3,-1), point (-2,-0.5).

Problem 81

Write an equation from transformed root graph features square-root endpoint (0,0), point (4,6).

Open in simulator
Problem 82

Write an equation from transformed root graph features cube-root center (0,0), point (8,-4).

Problem 83

Write an equation from transformed root graph features square-root endpoint (-5,2), point (-1,6).

Problem 84

Write an equation from transformed root graph features cube-root center (3,-4), standard shape.

identify vertex and arm slope.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Write an equation from transformed absolute-value graph features vertex (2,-3), opens up with arm slope 4.

Problem 86

Write an equation from transformed absolute-value graph features vertex (-1,5), opens down with arm slope 2.

Problem 87

Write an equation from transformed absolute-value graph features vertex (0,0), passes through (3,6).

Problem 88

Write an equation from transformed absolute-value graph features vertex (4,1), opens up with standard slope.

Problem 89

Write an equation from transformed absolute-value graph features vertex (-5,2), opens up with arm slope 3.

Problem 90

Write an equation from transformed absolute-value graph features vertex (1,-4), opens down with arm slope 0.5.

Problem 91

Write an equation from transformed absolute-value graph features vertex (0,3), passes through (2,7).

Problem 92

Write an equation from transformed absolute-value graph features vertex (-3,-1), opens up with standard slope.

Problem 93

Write an equation from transformed absolute-value graph features vertex (2,0), opens down with standard slope.

Problem 94

Write an equation from transformed absolute-value graph features vertex (0,0), passes through (-4,8).

Problem 95

Write an equation from transformed absolute-value graph features vertex (3,-2), opens up with arm slope 1/2.

Open in simulator
Problem 96

Write an equation from transformed absolute-value graph features vertex (-4,-5), opens down with arm slope 3.

use interval conditions and open/closed endpoints.
12 problems Warmup Practice Mixed Review Assessment
Problem 97

Evaluate piecewise function f(x)=x+1 for x<2; f(x)=5 for x>=2 at boundary value 2.

Open in simulator
Problem 98

Evaluate piecewise function f(x)=3 for x<=0; f(x)=x^2 for x>0 at boundary value 0.

Problem 99

Evaluate piecewise function f(x)=sqrt(x) for x>=1; f(x)=x for x<1 at boundary value 1.

Problem 100

Evaluate piecewise function f(x)=10 for x<4; f(x)=20 for x>4 at boundary value 4.

Problem 101

Evaluate piecewise function f(x)=2x for x<=3; f(x)=x+3 for x>3 at boundary value 3.

Problem 102

Evaluate piecewise function f(x)=x^2-1 for x<-1; f(x)=2x+2 for x>=-1 at boundary value -1.

Problem 103

Evaluate piecewise function f(x)=5x for x<0; f(x)=x-1 for x>0 at boundary value 0.

Problem 104

Evaluate piecewise function f(x)=7 for x<=5; f(x)=x^2-18 for x>5 at boundary value 5.

Problem 105

Evaluate piecewise function f(x)=|x| for x<-2; f(x)=x+4 for x>=-2 at boundary value -2.

Problem 106

Evaluate piecewise function f(x)=1/x for x<1; f(x)=x^3 for x>1 at boundary value 1.

Problem 107

Evaluate piecewise function f(x)=2^x for x<=3; f(x)=10-x for x>3 at boundary value 3.

Problem 108

Evaluate piecewise function f(x)=sin(x) for x<pi/2; f(x)=cos(x) for x>=pi/2 at boundary value pi/2.

explain tiers, jumps, and rules.
12 problems Warmup Practice Mixed Review Assessment
Problem 109

Interpret the step or piecewise model shipping cost jumps at package-weight thresholds.

Problem 110

Interpret the step or piecewise model parking fee charged per started hour.

Problem 111

Interpret the step or piecewise model wages with overtime after 40 hours.

Problem 112

Interpret the step or piecewise model tax bracket model.

Problem 113

Interpret the step or piecewise model phone data plan with tiered pricing.

Problem 114

Interpret the step or piecewise model electricity bill with increasing rates for higher consumption.

Problem 115

Interpret the step or piecewise model rental car daily rate with mileage cap.

Problem 116

Interpret the step or piecewise model bulk discount pricing for items.

Problem 117

Interpret the step or piecewise model bank account maintenance fee based on minimum balance.

Problem 118

Interpret the step or piecewise model progressive income tax system.

Open in simulator
Problem 119

Interpret the step or piecewise model software license pricing based on user count.

Problem 120

Interpret the step or piecewise model postage cost for letters by weight.

use features and domain conditions.
12 problems Warmup Practice Mixed Review Assessment
Problem 121

Match equation or rule y=sqrt(x-3)+2 to graph features.

Open in simulator
Problem 122

Match equation or rule y=|x+1|-4 to graph features.

Problem 123

Match equation or rule floor(x) shifted up 2 to graph features.

Problem 124

Match equation or rule piecewise line then constant after x=5 to graph features.

Problem 125

Match equation or rule y = (x-2)^2 + 1 to graph features.

Problem 126

Match equation or rule y = 1/x + 3 to graph features.

Problem 127

Match equation or rule y = 2^x - 1 to graph features.

Problem 128

Match equation or rule y = log_2(x+1) to graph features.

Problem 129

Match equation or rule y = { x if x < 0, x^2 if x >= 0 } to graph features.

Problem 130

Match equation or rule ceil(x) shifted down 1 to graph features.

Problem 131

Match equation or rule y = 1/(x-2) to graph features.

Problem 132

Match equation or rule y = -|x| + 5 to graph features.

distinguish root, absolute-value, step, and piecewise behavior.
12 problems Warmup Practice Mixed Review Assessment
Problem 133

Compare graph families square-root and cube-root by shape, domain, and range.

Problem 134

Compare graph families absolute-value and quadratic by shape, domain, and range.

Problem 135

Compare graph families step and linear by shape, domain, and range.

Open in simulator
Problem 136

Compare graph families piecewise and single-rule root by shape, domain, and range.

Problem 137

Compare graph families linear and exponential by shape, domain, and range.

Problem 138

Compare graph families quadratic and reciprocal by shape, domain, and range.

Problem 139

Compare graph families logarithmic and exponential by shape, domain, and range.

Problem 140

Compare graph families cube-root and cubic by shape, domain, and range.

Problem 141

Compare graph families absolute-value and linear by shape, domain, and range.

Problem 142

Compare graph families step and piecewise by shape, domain, and range.

Problem 143

Compare graph families square-root and reciprocal by shape, domain, and range.

Problem 144

Compare graph families even-degree polynomial and quadratic by shape, domain, and range.

convert context rules to graph pieces.
12 problems Warmup Practice Mixed Review Assessment
Problem 145

Sketch a graph from verbal description cost is 5 dollars up to 1 pound and 8 dollars above 1 up to 3 pounds.

Problem 146

Sketch a graph from verbal description distance starts at time 2 and grows like a square root.

Problem 147

Sketch a graph from verbal description absolute error is distance from target 10.

Problem 148

Sketch a graph from verbal description pay is hourly until 40 hours then higher overtime slope.

Problem 149

Sketch a graph from verbal description temperature is constant at 20 degrees for 3 hours then drops to 10 degrees for the next 2 hours.

Problem 150

Sketch a graph from verbal description height of a ball thrown upward, starting at 0 and landing at 6 seconds.

Problem 151

Sketch a graph from verbal description population of bacteria doubles every hour starting from 100.

Problem 152

Sketch a graph from verbal description distance from home: drives away at a constant speed for 2 hours, stops for 1 hour, then drives back at a faster speed.

Problem 153

Sketch a graph from verbal description plant height grows quickly at first then slows down over time.

Problem 154

Sketch a graph from verbal description deviation from ideal temperature of 70 degrees.

Open in simulator
Problem 155

Sketch a graph from verbal description time to complete a task is inversely proportional to the number of workers.

Problem 156

Sketch a graph from verbal description water level in a tank fills linearly for 5 minutes, then drains exponentially for 10 minutes.

identify gaps, jumps, and matching endpoints.
12 problems Warmup Practice Mixed Review Assessment
Problem 157

Determine continuity from piecewise graph features left and right pieces meet at closed point (2,5).

Problem 158

Determine continuity from piecewise graph features open circle at (1,3), closed point at (1,7).

Problem 159

Determine continuity from piecewise graph features hole at x=4 with no filled point.

Problem 160

Determine continuity from piecewise graph features vertical asymptote x=0.

Problem 161

Determine continuity from piecewise graph features hole at (3,2) with a filled point at (3,5).

Problem 162

Determine continuity from piecewise graph features left piece approaches (0,4), right piece approaches (0,1), with f(0)=4.

Problem 163

Determine continuity from piecewise graph features two linear pieces meet at a sharp corner at (-1, 3).

Problem 164

Determine continuity from piecewise graph features function approaches positive infinity as x approaches 5 from the left.

Problem 165

Determine continuity from piecewise graph features hole at (-2, 6) with no filled point.

Problem 166

Determine continuity from piecewise graph features left limit at x=3 is 1, right limit at x=3 is 5, f(3) is undefined.

Problem 167

Determine continuity from piecewise graph features a smooth curve passing through (0,0).

Open in simulator
Problem 168

Determine continuity from piecewise graph features approaches positive infinity from the left of x=1 and negative infinity from the right of x=1.

catch endpoint, transformation, interval, and open/closed mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 169

Correct the graphing error for function family sqrt(x-2) drawn with endpoint at (-2,0).

Problem 170

Correct the graphing error for function family cube-root graph drawn only for x>=0.

Open in simulator
Problem 171

Correct the graphing error for function family piecewise rule extended beyond its interval.

Problem 172

Correct the graphing error for function family step function connected with diagonal lines.

Problem 173

Correct the graphing error for function family absolute value function |x| graphed as a parabola.

Problem 174

Correct the graphing error for function family log(x) graphed passing through (0,0).

Problem 175

Correct the graphing error for function family e^x graphed with a horizontal asymptote at y=1.

Problem 176

Correct the graphing error for function family (x-1)^2 graphed with vertex at (-1,0).

Problem 177

Correct the graphing error for function family 1/(x-3) graphed with a hole at x=3.

Problem 178

Correct the graphing error for function family sqrt(x) graphed with negative y-values.

Problem 179

Correct the graphing error for function family a piecewise function with an interval [a,b) drawn with a closed circle at b.

Problem 180

Correct the graphing error for function family sin(2x) graphed with a period of 2pi.