Math II · F-BF.3

Transforming Quadratic and Absolute-Value Functions and Recognizing Even and Odd Symmetry

This objective teaches students how changing a formula changes a graph in predictable ways. That is the mathematics behind shifting, scaling, reflecting, calibrating, and comparing models. It is also a foundation for computer graphics, data modeling, physics, engineering, and every later function family.

Concept Functions
Domain Building Functions
Read time 9 minutes

What this learning objective is really asking you to learn

This objective is about controlling functions. If a parent function is a basic shape, transformations are the moves that shift, stretch, compress, or reflect that shape. In Math II, the focus is especially on quadratic and absolute-value functions. The parent quadratic \(f(x) = x^2\) has a U-shaped parabola. The parent absolute-value function \(f(x) = |x|\) has a V-shape. Transformations let students move and reshape these graphs without plotting point after point from scratch.

The main transformation forms are \(f(x) + k\), \(kf(x)\), \(f(kx)\), and \(f(x + k)\). Each has a predictable effect. Adding \(k\) outside the function, as in \(f(x) + k\), changes every output by \(k\), so the graph shifts vertically. If \(k\) is positive, the graph moves up. If \(k\) is negative, it moves down. Multiplying outside, as in \(kf(x)\), scales every output. If \(|k| > 1\), the graph stretches vertically. If \(0 < |k| < 1\), it compresses vertically. If \(k\) is negative, the graph also reflects across the x-axis.

Changes inside the function affect inputs. The expression \(f(x + k)\) shifts the graph horizontally. This is often confusing because the direction feels opposite: \(f(x + 3)\) shifts the graph left 3, while \(f(x - 3)\) shifts it right 3. The reason is that the function reaches its old input value sooner or later. For the parent quadratic, \((x + 3)^2\) is zero when \(x = -3\), so the vertex moves to \((-3, 0)\). The graph moves left.

The expression \(f(kx)\) scales inputs. If \(k = 2\), then the function receives inputs twice as fast, so the graph compresses horizontally by a factor of \(1/2\). If \(k = 1/3\), the graph stretches horizontally by a factor of 3. If \(k\) is negative, the graph reflects across the y-axis as well. Horizontal transformations are difficult because they act on the input side of the function, not the output side. This objective trains students to reason carefully about that difference.

For quadratics, transformations are often written in vertex form: \(g(x) = a(x - h)^2 + k\). The parent function \(x^2\) has been shifted right \(h\), shifted up \(k\), stretched or compressed by \(a\), and reflected if \(a\) is negative. The vertex is \((h, k)\). This connects directly to completing the square. Once students can rewrite a quadratic in vertex form, they can read its transformations.

For absolute-value functions, transformations look similar: \(g(x) = a|x - h| + k\). The vertex of the V is \((h, k)\). The coefficient \(a\) controls vertical stretch and reflection. These transformations help students compare quadratic and absolute-value graphs: both can have vertices and symmetry, but one is curved and one is made of straight rays.

The objective also includes even and odd functions. An even function has y-axis symmetry and satisfies \(f(-x) = f(x)\). The parent quadratic \(f(x) = x^2\) is even because \((-x)^2 = x^2\). The absolute-value function \(f(x) = |x|\) is also even because \(|-x| = |x|\). An odd function has origin symmetry and satisfies \(f(-x) = -f(x)\), such as \(f(x) = x^3\) or \(f(x) = x\). Even and odd symmetry help students understand whole graphs from partial information.

Why students should learn this math

Students should learn transformations because they provide a fast, intelligent way to understand graphs. Without transformations, graphing can feel like making tables forever. With transformations, students can recognize a parent shape and describe how it moved. This saves time, but more importantly, it builds structural understanding.

Transformations are also the math of adjustment. Real models often begin with a known shape and then need to be shifted, scaled, or reflected to match a situation. A projectile model might need a different starting height. A cost curve might need a fixed fee added. An absolute-value model might represent distance from a target value, shifted away from zero. A graph may need to be calibrated from one coordinate system to another. Transformations explain how changing a formula changes the model.

This objective also supports visual literacy. Students live in a world full of graphs: finance charts, sports statistics, weather models, app analytics, health data, and scientific displays. Being able to say “this graph is the same shape, shifted up” or “this curve is steeper because it has been vertically stretched” is a real interpretive skill. It helps students compare data and recognize when two situations share a structure.

Transformations also matter in technology. Computer graphics move objects through shifts, reflections, rotations, and scalings. Audio processing changes signals by stretching, compressing, and shifting waves. Data science transforms variables to compare patterns. Engineering uses scaling and coordinate changes constantly. The specific functions in Math II are simple, but the transformation idea is huge.

Even and odd symmetry matter because symmetry reduces complexity. If a graph is even, knowing the right half tells you the left half. If a graph is odd, knowing one side tells you the other through a rotation around the origin. Symmetry appears in physics, design, architecture, art, and advanced mathematics. It is one of the most powerful pattern ideas humans have.

The historical machinery behind transformations and symmetry

Transformations have roots in geometry. Long before modern function notation, mathematicians studied moving shapes: translations, rotations, reflections, and dilations. Geometry asks what stays the same when a figure moves or changes scale. Function transformations bring that geometric thinking into algebra and graphing.

The coordinate plane, developed through the work of Descartes and Fermat, allowed algebraic equations to be represented as curves. Once curves could be graphed, mathematicians could ask how changing an equation changed the curve. Adding a constant moved a graph. Multiplying changed scale. Replacing \(x\) with \(x - h\) shifted the curve. These ideas became central to analytic geometry and later to calculus, physics, and engineering.

Symmetry has an even older and broader history. Humans have used symmetry in art, architecture, tools, and design for thousands of years. Mathematicians formalized symmetry as a property of figures and later as a property of functions and equations. In modern mathematics, symmetry becomes a major organizing idea in geometry, algebra, physics, and group theory. Even and odd functions are an early algebraic doorway into that larger world.

The historical lesson is that transformations are not a graphing shortcut invented for worksheets. They are part of a deep mathematical question: What changes, and what stays the same? When a parabola shifts right, its vertex changes but its shape may stay the same. When it stretches, its width changes but its basic symmetry remains. When it reflects, orientation changes but distances from the axis may be preserved. This is big-picture mathematics.

Technical execution: how to analyze transformations

Start with a parent function. For quadratics, use \(f(x) = x^2\). For absolute value, use \(f(x) = |x|\). Know their basic shapes, key points, and symmetries. The parent quadratic has vertex \((0, 0)\) and points \((1, 1)\), \((-1, 1)\), \((2, 4)\), and \((-2, 4)\). The parent absolute-value graph has vertex \((0, 0)\) and points \((1, 1)\), \((-1, 1)\), \((2, 2)\), and \((-2, 2)\).

For \(f(x) + k\), move every point vertically by \(k\). If \(f(x) = x^2\), then \(x^2 + 5\) is the parent parabola shifted up 5. The vertex moves from \((0, 0)\) to \((0, 5)\). If \(f(x) = |x|\), then \(|x| - 4\) shifts the V down 4.

For \(kf(x)\), multiply every output by \(k\). If \(g(x) = 3x^2\), the output values are three times as large, so the parabola is narrower or vertically stretched. If \(g(x) = (1/2)x^2\), the graph is wider or vertically compressed. If \(g(x) = -x^2\), the graph reflects across the x-axis and opens downward. For absolute value, \(g(x) = -2|x|\) reflects the V downward and makes it steeper.

For \(f(x + k)\), shift horizontally in the opposite direction of the sign inside. \(f(x + 4)\) shifts left 4 because the input value that used to be zero now occurs when \(x = -4\). \(f(x - 4)\) shifts right 4 because the inside becomes zero when \(x = 4\). For quadratics, \((x - 4)^2\) has vertex \((4, 0)\). For absolute value, \(|x + 2|\) has vertex \((-2, 0)\).

For \(f(kx)\), scale horizontally by a factor of \(1/|k|\). If \(g(x) = f(2x)\), the graph is horizontally compressed because each output is reached at half the original x-value. If \(g(x) = f(x/3)\), the graph is horizontally stretched by a factor of 3. If \(k\) is negative, the graph reflects across the y-axis. For even functions like \(x^2\) and \(|x|\), reflecting across the y-axis may not visibly change the graph, but the algebra still shows the symmetry.

When multiple transformations occur, students should use structure. In \(g(x) = -2(x - 3)^2 + 7\), the graph of \(x^2\) is shifted right 3, stretched vertically by 2, reflected across the x-axis, and shifted up 7. The vertex is \((3, 7)\), and the parabola opens downward. In \(g(x) = 4|x + 1| - 6\), the graph of \(|x|\) is shifted left 1, stretched vertically by 4, and shifted down 6. The vertex is \((-1, -6)\).

To find \(k\) from graphs, compare corresponding features. If two parabolas have the same shape but vertices \((0, 0)\) and \((0, 5)\), the transformation is \(f(x) + 5\). If the vertex moves from \((0, 0)\) to \((3, 0)\), the transformation is \(f(x - 3)\). If the graph opens downward instead of upward with the same width, \(k = -1\) in \(kf(x)\). If the graph is twice as steep vertically, \(k = 2\) in \(kf(x)\).

For even and odd functions, use both graph and algebra. Graphically, even means mirror symmetry across the y-axis. Algebraically, substitute -x and see whether the expression returns the same output. For \(f(x) = x^2 + 4\), \(f(-x) = (-x)^2 + 4 = x^2 + 4\), so the function is even. For \(f(x) = x^3 - x\), \(f(-x) = -x^3 + x = -(x^3 - x)\), so it is odd. A function can be neither even nor odd, especially after horizontal or vertical shifts.

What this math represents in real life

Transformations represent changing a model without rebuilding it from scratch. If the same basic relationship happens in a new location, shift it. If the effect is stronger or weaker, scale it. If the direction reverses, reflect it. If the input scale changes, stretch or compress horizontally.

In physics, a motion model may be shifted to account for a different starting height or starting time. In business, a cost model may be shifted upward by a fixed fee. In sports, a trajectory may be compared to another trajectory by shifting or scaling the graph. In design and animation, objects are constantly translated, scaled, and reflected. In data analysis, transformed graphs help compare patterns that have different baselines or magnitudes.

Absolute-value transformations often model distance from a target. If \(|x|\) measures distance from zero, then \(|x - 70|\) measures distance from 70. That could represent temperature deviation from a target, speed away from a limit, or score difference from a benchmark. Quadratic transformations often model penalty or cost for moving away from an optimum. In both cases, the transformed expression tells where the center or target is.

Symmetry represents balance. Even functions model situations where left and right deviations have the same effect, such as distance from a center or squared error from a target. Odd functions model balanced opposite behavior, where reversing the input reverses the output. These ideas become important in physics, engineering, and later advanced function analysis.

Where this fits in the big map of mathematics

In the big map, transformations are a unifying language across function families. The same moves that work on quadratics and absolute value will later work on square-root, cube-root, polynomial, rational, exponential, logarithmic, and trigonometric functions. A student who learns transformations deeply in Math II gains a tool that keeps paying off.

Transformations also connect algebra to geometry. Algebraically, students change symbols. Geometrically, the graph moves. This connection strengthens coordinate thinking and prepares students for advanced topics such as inverse functions, conic sections, vectors, matrices, and transformations in geometry.

The objective also connects back to completing the square. Vertex form is a transformation description of a quadratic. \(a(x - h)^2 + k\) tells how the parent parabola changed. Completing the square creates that form from standard form. This means Objective 071 and Objective 075 should feel linked, not separate.

Common student traps and how to avoid them

One trap is getting horizontal shifts backward. The expression \(f(x + 3)\) moves left, not right. Ask where the inside equals zero to locate the new center.

A second trap is confusing vertical and horizontal scaling. Multiplying outside the function affects outputs. Multiplying inside affects inputs and usually has a reciprocal visual effect.

A third trap is losing the meaning of negative coefficients. A negative outside multiplier reflects across the x-axis. A negative inside multiplier reflects across the y-axis.

A fourth trap is assuming all symmetric-looking graphs are even. Even symmetry must be around the y-axis specifically. A parabola shifted right may have symmetry, but not y-axis symmetry, so it is not an even function.

Problem Library

Problems in the App From This Objective

189 problems across 15 archetypes in the app.

interpret `f(x)+k`.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Identify the vertical shift from parent function f(x)=x^2 to transformed function g(x)=x^2+5.

Problem 2

Identify the vertical shift from parent function f(x)=|x| to transformed function g(x)=|x|-3.

Problem 3

Identify the vertical shift from parent function f(x)=x^2 to transformed function g(x)=(x-2)^2+7.

Problem 4

Identify the vertical shift from parent function f(x)=|x| to transformed function g(x)=2|x+1|-4.

Problem 5

Identify the vertical shift from parent function f(x)=sqrt(x) to transformed function g(x)=sqrt(x)+1.

Problem 6

Identify the vertical shift from parent function f(x)=x^3 to transformed function g(x)=x^3-6.

Problem 7

Identify the vertical shift from parent function f(x)=1/x to transformed function g(x)=1/(x+4)+2.

Open in simulator
Problem 8

Identify the vertical shift from parent function f(x)=2^x to transformed function g(x)=3*2^(x-1)-5.

Problem 9

Identify the vertical shift from parent function f(x)=log(x) to transformed function g(x)=log(x)+10.

Problem 10

Identify the vertical shift from parent function f(x)=x^2 to transformed function g(x)=-(x+3)^2-8.

Problem 11

Identify the vertical shift from parent function f(x)=|x| to transformed function g(x)=0.5|x-5|+0.5.

Problem 12

Identify the vertical shift from parent function f(x)=sqrt(x) to transformed function g(x)=-sqrt(x+2)+3.

interpret `f(x+h)` sign convention.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Identify the horizontal shift from parent function f(x)=x^2 to transformed function g(x)=(x-4)^2.

Open in simulator
Problem 14

Identify the horizontal shift from parent function f(x)=|x| to transformed function g(x)=|x+6|.

Problem 15

Identify the horizontal shift from parent function f(x)=x^2 to transformed function g(x)=3(x+2)^2-1.

Problem 16

Identify the horizontal shift from parent function f(x)=|x| to transformed function g(x)=-|x-5|+7.

Problem 17

Identify the horizontal shift from parent function f(x)=sqrt(x) to transformed function g(x)=sqrt(x-3).

Problem 18

Identify the horizontal shift from parent function f(x)=x^3 to transformed function g(x)=(x+7)^3.

Problem 19

Identify the horizontal shift from parent function f(x)=1/x to transformed function g(x)=2/(x-1)+5.

Problem 20

Identify the horizontal shift from parent function f(x)=sqrt(x) to transformed function g(x)=-sqrt(x+8)-2.

Problem 21

Identify the horizontal shift from parent function f(x)=x^2 to transformed function g(x)=(x+1)^2.

Problem 22

Identify the horizontal shift from parent function f(x)=|x| to transformed function g(x)=|x-10|.

Problem 23

Identify the horizontal shift from parent function f(x)=e^x to transformed function g(x)=e^(x-2)+3.

Problem 24

Identify the horizontal shift from parent function f(x)=ln(x) to transformed function g(x)=4ln(x+9)-1.

interpret `a f(x)` and graph effect.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Identify the vertical stretch or compression in g(x)=3x^2.

Problem 26

Identify the vertical stretch or compression in g(x)=0.5|x|.

Problem 27

Identify the vertical stretch or compression in g(x)=-2(x-1)^2.

Problem 28

Identify the vertical stretch or compression in g(x)=-0.25|x+3|.

Open in simulator
Problem 29

Identify the vertical stretch or compression in g(x)=4sqrt(x).

Problem 30

Identify the vertical stretch or compression in g(x)=(1/3)x^3.

Problem 31

Identify the vertical stretch or compression in g(x)=-2.5/x.

Problem 32

Identify the vertical stretch or compression in g(x)=-0.75sin(x).

Problem 33

Identify the vertical stretch or compression in g(x)=2(x+5)^2.

Problem 34

Identify the vertical stretch or compression in g(x)=(1/4)|x-2|.

Problem 35

Identify the vertical stretch or compression in g(x)=-3sqrt(x-1).

Problem 36

Identify the vertical stretch or compression in g(x)=-(1/2)(x+4)^3.

interpret `-f(x)`.
15 problems Warmup Practice Mixed Review Assessment
Problem 37

Identify the reflection across the x-axis in g(x)=-x^2.

Problem 38

Identify the reflection across the x-axis in g(x)=-(x-2)^2+5.

Problem 39

Identify the reflection across the x-axis in g(x)=-|x+4|.

Problem 40

Identify the reflection across the x-axis in g(x)=2x^2-1.

Problem 41

Identify the reflection across the x-axis in g(x)=-3x^2.

Problem 42

Identify the reflection across the x-axis in g(x)=-(x+1)^2.

Problem 43

Identify the reflection across the x-axis in g(x)=-0.5x^2+7.

Problem 44

Identify the reflection across the x-axis in g(x)=-2(x-3)^2-1.

Problem 45

Identify the reflection across the x-axis in g(x)=-|x|.

Problem 46

Identify the reflection across the x-axis in g(x)=-2|x-5|.

Problem 47

Identify the reflection across the x-axis in g(x)=x^2.

Problem 48

Identify the reflection across the x-axis in g(x)=(x+3)^2.

Open in simulator
Problem 49

Identify the reflection across the x-axis in g(x)=4x^2-2.

Problem 50

Identify the reflection across the x-axis in g(x)=|x|.

Problem 51

Identify the reflection across the x-axis in g(x)=3|x+2|.

interpret `f(-x)`.
12 problems Warmup Practice Mixed Review Assessment
Problem 52

Determine whether g(x)=f(-x)=(-x)^2 reflects parent function f(x)=x^2 across the y-axis.

Problem 53

Determine whether g(x)=f(-x)=|-x| reflects parent function f(x)=|x| across the y-axis.

Problem 54

Determine whether g(x)=f(-x)=-x+2 reflects parent function f(x)=x+2 across the y-axis.

Problem 55

Determine whether g(x)=(-x-3)^2 reflects parent function f(x)=(x-3)^2 across the y-axis.

Problem 56

Determine whether g(x)=f(-x)=(-x)^4 reflects parent function f(x)=x^4 across the y-axis.

Open in simulator
Problem 57

Determine whether g(x)=f(-x)=(-x)^2-5 reflects parent function f(x)=x^2-5 across the y-axis.

Problem 58

Determine whether g(x)=f(-x)=cos(-x) reflects parent function f(x)=cos(x) across the y-axis.

Problem 59

Determine whether g(x)=f(-x)=(-x)^3 reflects parent function f(x)=x^3 across the y-axis.

Problem 60

Determine whether g(x)=f(-x)=(-x)^5 reflects parent function f(x)=x^5 across the y-axis.

Problem 61

Determine whether g(x)=f(-x)=(-x)^2+(-x) reflects parent function f(x)=x^2+x across the y-axis.

Problem 62

Determine whether g(x)=f(-x)=(-x)^3+2 reflects parent function f(x)=x^3+2 across the y-axis.

Problem 63

Determine whether g(x)=f(-x)=e^{-x} reflects parent function f(x)=e^x across the y-axis.

use vertex form and stretch/reflection.
15 problems Warmup Practice Mixed Review Assessment
Problem 64

Write a transformed quadratic from graph features vertex (2,3), opens up, passes through (3,5).

Problem 65

Write a transformed quadratic from graph features vertex (-1,4), opens down, passes through (0,1).

Problem 66

Write a transformed quadratic from graph features vertex (5,-2), opens up with parent width.

Problem 67

Write a transformed quadratic from graph features vertex (0,6), opens down, vertical stretch 2.

Problem 68

Write a transformed quadratic from graph features vertex (1,-5), opens up with parent width.

Problem 69

Write a transformed quadratic from graph features vertex (-3,0), opens down with parent width.

Open in simulator
Problem 70

Write a transformed quadratic from graph features vertex (0,0), opens up, vertical stretch 3.

Problem 71

Write a transformed quadratic from graph features vertex (4,1), opens down, vertical compression 1/2.

Problem 72

Write a transformed quadratic from graph features vertex (-2,-1), opens up, passes through (-1,1).

Problem 73

Write a transformed quadratic from graph features vertex (3,-4), opens down, passes through (4,-6).

Problem 74

Write a transformed quadratic from graph features vertex (-5,2), opens up, passes through (-3,6).

Problem 75

Write a transformed quadratic from graph features vertex (6,0), opens down, passes through (7,-0.5).

Problem 76

Write a transformed quadratic from graph features vertex (0,-3), opens up, passes through (1,-1).

Problem 77

Write a transformed quadratic from graph features vertex (-4,-4), opens down, vertical stretch 3.

Problem 78

Write a transformed quadratic from graph features vertex (2,5), opens up, vertical compression 1/4.

use vertex and slope/scale.
12 problems Warmup Practice Mixed Review Assessment
Problem 79

Write a transformed absolute-value function from graph features vertex (3,2), opens up, slope arms 1.

Problem 80

Write a transformed absolute-value function from graph features vertex (-4,1), opens down, slope arms 2.

Open in simulator
Problem 81

Write a transformed absolute-value function from graph features vertex (0,-5), opens up, vertical compression 0.5.

Problem 82

Write a transformed absolute-value function from graph features vertex (6,0), opens down, parent width.

Problem 83

Write a transformed absolute-value function from graph features vertex (1,-3), opens up, slope arms 3.

Problem 84

Write a transformed absolute-value function from graph features vertex (-2,5), opens down, slope arms 0.5.

Problem 85

Write a transformed absolute-value function from graph features vertex (0,0), opens up, vertical stretch 2.

Problem 86

Write a transformed absolute-value function from graph features vertex (-1,-1), opens down, parent width.

Problem 87

Write a transformed absolute-value function from graph features vertex (5,-2), opens up, vertical compression 0.25.

Problem 88

Write a transformed absolute-value function from graph features vertex (3,4), opens down, vertical stretch 1.5.

Problem 89

Write a transformed absolute-value function from graph features vertex (-6,0), opens up, slope arms 4.

Problem 90

Write a transformed absolute-value function from graph features vertex (0,7), opens down, slope arms 1.

identify parent, vertex, stretch, and reflection.
15 problems Warmup Practice Mixed Review Assessment
Problem 91

Match transformed equation y=(x-2)^2+3 to graph description.

Problem 92

Match transformed equation y=-|x+1|+4 to graph description.

Problem 93

Match transformed equation y=2(x+3)^2-5 to graph description.

Problem 94

Match transformed equation y=0.5|x-6|-2 to graph description.

Problem 95

Match transformed equation y=(x+4)^2-1 to graph description.

Problem 96

Match transformed equation y=-|x-5| to graph description.

Problem 97

Match transformed equation y=0.25(x-1)^2+7 to graph description.

Open in simulator
Problem 98

Match transformed equation y=-3|x+2|-8 to graph description.

Problem 99

Match transformed equation y=-x^2+6 to graph description.

Problem 100

Match transformed equation y=|x|-3 to graph description.

Problem 101

Match transformed equation y=4(x-7)^2+1 to graph description.

Problem 102

Match transformed equation y=0.75|x+9|+2 to graph description.

Problem 103

Match transformed equation y=-0.5(x+10)^2-4 to graph description.

Problem 104

Match transformed equation y=-|x| to graph description.

Problem 105

Match transformed equation y=x^2 to graph description.

describe changes in position, width, and orientation.
12 problems Warmup Practice Mixed Review Assessment
Problem 106

Compare transformations of f(x)=(x-2)^2+1 and g(x)=3(x-2)^2+1.

Problem 107

Compare transformations of f(x)=|x+4|-2 and g(x)=-|x+4|-2.

Problem 108

Compare transformations of f(x)=(x-1)^2 and g(x)=(x+3)^2.

Problem 109

Compare transformations of f(x)=2|x|-5 and g(x)=0.5|x|-5.

Problem 110

Compare transformations of f(x)=(x+1)^2-3 and g(x)=(x+1)^2+2.

Problem 111

Compare transformations of f(x)=|x-5|+1 and g(x)=|x+2|+1.

Problem 112

Compare transformations of f(x)=2(x-3)^2+4 and g(x)=-0.5(x-3)^2+4.

Problem 113

Compare transformations of f(x)=3|x|-1 and g(x)=0.5|x|+2.

Problem 114

Compare transformations of f(x)=(x-4)^2+1 and g(x)=(x+1)^2-2.

Problem 115

Compare transformations of f(x)=|x+3|-5 and g(x)=-|x-1|-5.

Problem 116

Compare transformations of f(x)=-(x-2)^2+3 and g(x)=2(x+1)^2+3.

Open in simulator
Problem 117

Compare transformations of f(x)=2|x-1|+3 and g(x)=-0.5|x+2|-1.

test `f(-x)=f(x)` or y-axis symmetry.
12 problems Warmup Practice Mixed Review Assessment
Problem 118

Determine whether f(x)=x^2+3 is even.

Problem 119

Determine whether f(x)=(x-2)^2 is even.

Problem 120

Determine whether f(x)=|x|-5 is even.

Problem 121

Determine whether f(x)=x^3+x is even.

Problem 122

Determine whether f(x)=x^4-2x^2+1 is even.

Problem 123

Determine whether f(x)=x^5-3x^3+x is even.

Problem 124

Determine whether f(x)=x^3+x^2 is even.

Open in simulator
Problem 125

Determine whether f(x)=7 is even.

Problem 126

Determine whether f(x)=cos(x) is even.

Problem 127

Determine whether f(x)=sin(x) is even.

Problem 128

Determine whether f(x)=1/x^2 is even.

Problem 129

Determine whether f(x)=1/(x+1)^2 is even.

test `f(-x)=-f(x)` or origin symmetry.
12 problems Warmup Practice Mixed Review Assessment
Problem 130

Determine whether f(x)=x^3 is odd.

Problem 131

Determine whether f(x)=2x is odd.

Problem 132

Determine whether f(x)=x^2 is odd.

Problem 133

Determine whether f(x)=x^3+1 is odd.

Problem 134

Determine whether f(x)=5x^3 is odd.

Problem 135

Determine whether f(x)=x^5-3x is odd.

Problem 136

Determine whether f(x)=x^4 is odd.

Problem 137

Determine whether f(x)=x^5+2 is odd.

Problem 138

Determine whether f(x)=x^3+x^2 is odd.

Problem 139

Determine whether f(x)=sin(x) is odd.

Problem 140

Determine whether f(x)=cos(x) is odd.

Open in simulator
Problem 141

Determine whether f(x)=1/x is odd.

apply symmetry definitions.
12 problems Warmup Practice Mixed Review Assessment
Problem 142

Classify f(x)=x^2 as even, odd, both, or neither.

Problem 143

Classify f(x)=x^3 as even, odd, both, or neither.

Problem 144

Classify f(x)=0 as even, odd, both, or neither.

Problem 145

Classify f(x)=x^2+x as even, odd, both, or neither.

Problem 146

Classify f(x)=cos(x) as even, odd, both, or neither.

Problem 147

Classify f(x)=sin(x) as even, odd, both, or neither.

Problem 148

Classify f(x)=x^3+x^2 as even, odd, both, or neither.

Problem 149

Classify f(x)=|x| as even, odd, both, or neither.

Problem 150

Classify f(x)=1/x as even, odd, both, or neither.

Problem 151

Classify f(x)=5 as even, odd, both, or neither.

Open in simulator
Problem 152

Classify f(x)=e^x as even, odd, both, or neither.

Problem 153

Classify f(x)=tan(x) as even, odd, both, or neither.

adjust inputs/outputs based on transformation.
12 problems Warmup Practice Mixed Review Assessment
Problem 154

Transform table f: (-1,1),(0,0),(1,1) according to g(x)=f(x)+3.

Problem 155

Transform table f: (-1,1),(0,0),(1,1) according to g(x)=f(x-2).

Problem 156

Transform table f: (-2,2),(0,0),(2,2) according to g(x)=2f(x).

Problem 157

Transform table f: (-1,1),(0,0),(1,1) according to g(x)=-f(x).

Problem 158

Transform table f: (0,0),(1,1),(2,4) according to g(x)=f(x)-2.

Problem 159

Transform table f: (0,0),(1,1),(2,4) according to g(x)=f(x+1).

Problem 160

Transform table f: (-2,4),(-1,1),(0,0),(1,1),(2,4) according to g(x)=(1/2)f(x).

Open in simulator
Problem 161

Transform table f: (0,0),(1,1),(2,4) according to g(x)=f(-x).

Problem 162

Transform table f: (-4,0),(-2,2),(0,0),(2,-2),(4,0) according to g(x)=f(2x).

Problem 163

Transform table f: (0,0),(1,1),(2,4) according to g(x)=3f(x)+1.

Problem 164

Transform table f: (0,0),(1,1),(2,4) according to g(x)=f(x-1)+2.

Problem 165

Transform table f: (0,0),(1,1),(2,4) according to g(x)=-f(x+1).

connect vertex shift, stretch, or reflection to situation.
12 problems Warmup Practice Mixed Review Assessment
Problem 166

Interpret transformation h(t)=-16(t-2)^2+80 in context projectile height.

Problem 167

Interpret transformation C(x)=3(x-5)^2+20 in context cost based on production level.

Problem 168

Interpret transformation D(x)=|x-60| in context distance from target speed 60 mph.

Problem 169

Interpret transformation P(t)=-(t-4)^2+10 in context performance score over time.

Problem 170

Interpret transformation Profit(x) = -0.5(x-100)^2 + 5000 in context company's profit based on units produced.

Problem 171

Interpret transformation Temp(h) = -2(h-12)^2 + 70 in context outdoor temperature throughout the day (h is hours past midnight).

Problem 172

Interpret transformation Error(m) = |m - 50| + 2 in context measurement error based on machine setting m.

Problem 173

Interpret transformation Pop(t) = -100(t-5)^2 + 10000 in context population of a species over time in years.

Problem 174

Interpret transformation Deviation(w) = |w - 150| in context deviation from an ideal weight of 150 lbs.

Problem 175

Interpret transformation Intensity(d) = -0.1(d-3)^2 + 10 in context light intensity based on distance 'd' from a source.

Problem 176

Interpret transformation R(p) = -5(p-20)^2 + 2000 in context revenue based on product price 'p'.

Open in simulator
Problem 177

Interpret transformation Diff(score) = |score - 75| in context difference from an average test score of 75.

catch inside/outside, sign, scale, and reflection mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 178

Correct the transformation error in g(x)=(x+4)^2 is x^2 shifted right 4.

Open in simulator
Problem 179

Correct the transformation error in g(x)=x^2-7 is shifted left 7.

Problem 180

Correct the transformation error in g(x)=-2|x| is only stretched by 2.

Problem 181

Correct the transformation error in g(x)=0.5(x-3)^2 is shifted right 3 and up 0.5.

Problem 182

Correct the transformation error in g(x) = (2x)^2 is x^2 stretched horizontally by 2.

Problem 183

Correct the transformation error in g(x) = (-x)^3 is x^3 reflected across the x-axis.

Problem 184

Correct the transformation error in g(x) = 3sin(x) is sin(x) compressed vertically by 3.

Problem 185

Correct the transformation error in g(x) = -x^2 + 5 is x^2 reflected across the x-axis and then shifted down 5.

Problem 186

Correct the transformation error in g(x) = |-(x+2)| is |x| reflected across y-axis and shifted right 2.

Problem 187

Correct the transformation error in g(x) = sqrt(x/2) + 1 is sqrt(x) shifted up 1 and horizontally compressed by 2.

Problem 188

Correct the transformation error in g(x) = -(x-1)^2 is x^2 shifted right 1 and reflected across the y-axis.

Problem 189

Correct the transformation error in g(x) = (-(x-3))^2 is x^2 reflected across y-axis and shifted left 3.