DSAT-2.6

Nonlinear Systems & Function Transformations

Master Digital SAT nonlinear systems: solve linear-quadratic systems by substitution, count solutions with the discriminant, and transform function graphs with shifts, reflections, and stretches.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Nonlinear Systems & Function Transformations, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

On the Digital SAT, you'll often face a straight line and a parabola sharing the same coordinate plane, and you'll be asked where they cross — or how many times they cross at all. You'll also see questions that hand you a function and ask what happens to its graph when you add, subtract, or multiply parts of it. This lesson ties both skills together. First you'll learn to solve a linear-quadratic system by substitution and use the resulting quadratic's discriminant to decide whether there are two, one, or zero solutions. Then you'll learn the rules for moving, flipping, and scaling graphs. These ideas show up constantly in the Advanced Math section, and once the patterns click, they become fast, reliable points.

Solving Linear–Quadratic Systems by Substitution

A nonlinear system on the SAT usually pairs one linear equation with one quadratic. Because both equations are already solved for (or easily solved for) yy, the cleanest approach is substitution: replace yy in the quadratic with the linear expression, then collect everything on one side to form a single quadratic in xx.

Suppose you have y=x22x+1y = x^2 - 2x + 1 and y=2x2y = 2x - 2. Set the right sides equal:x22x+1=2x2x^2 - 2x + 1 = 2x - 2Move all terms to one side:x24x+3=0x^2 - 4x + 3 = 0Now factor or use the quadratic formula: (x1)(x3)=0(x-1)(x-3)=0, so x=1x = 1 or x=3x = 3. Substitute each xx back into the linear equation (it's simpler) to get yy: when x=1x=1, y=0y=0; when x=3x=3, y=4y=4. The solutions are (1,0)(1,0) and (3,4)(3,4).

A common mistake is stopping after finding xx and forgetting to find yy, or plugging xx back into the quadratic and making an arithmetic slip. Always use the linear equation for the back-substitution. Also watch signs when moving terms across the equals sign — a dropped negative changes the entire answer.

Counting Solutions with the Discriminant

Once substitution produces ax2+bx+c=0ax^2 + bx + c = 0, the number of real solutions of the system equals the number of real roots of that quadratic. This is governed by the discriminant D=b24acD = b^2 - 4ac.
DiscriminantReal solutionsGeometry
b24ac>0b^2 - 4ac > 0twoline crosses the curve twice
b24ac=0b^2 - 4ac = 0oneline is tangent to the curve
b24ac<0b^2 - 4ac < 0zeroline misses the curve entirely
Many SAT questions never ask for the actual points — they ask "how many solutions" or give a system with an unknown constant and ask for the value that produces exactly one solution. For exactly one solution, set b24ac=0b^2 - 4ac = 0 and solve for the constant.

For example, if reducing a system gives x2+6x+k=0x^2 + 6x + k = 0 and you want exactly one solution, require 624(1)(k)=06^2 - 4(1)(k) = 0, so 364k=036 - 4k = 0 and k=9k = 9. A tangent line touches the parabola at a single point. Recognizing that "tangent" and "exactly one solution" mean the same thing saves time on the exam.

Function Transformation Rules

Transformations change a graph in predictable ways. Start with y=f(x)y = f(x) and read each change carefully — outside changes affect yy (vertical, behave as written), inside changes affect xx (horizontal, behave oppositely).
TransformationEffect on graph
f(x)+kf(x) + kshift up kk (down if k<0k<0)
f(xh)f(x - h)shift right hh (left if h<0h<0)
f(x)-f(x)reflect over the xx-axis
f(x)f(-x)reflect over the yy-axis
af(x)a\,f(x), a>1a>1vertical stretch by factor aa
af(x)a\,f(x), 0<a<10<a<1vertical compression
The trickiest rule is the horizontal shift: f(x3)f(x-3) moves the graph three units to the right, not left, because you must add 3 to xx to keep the input the same. This "opposite" behavior is a favorite SAT trap.

A question might give g(x)=f(x+2)5g(x) = f(x+2) - 5 and ask how the graph of ff was transformed: it shifted 2 units left and 5 units down. Or it might show a parabola and its image and ask for the equation. Track the vertex: if a vertex moves from (0,0)(0,0) to (4,1)(4,-1), the new equation is f(x)=(x4)21f(x) = (x-4)^2 - 1 for a basic parabola.

How the SAT Combines These Skills

The Digital SAT rarely tests these ideas in isolation. A transformation question can hide inside a systems question, or a systems question can be disguised as a graph-reading task. For instance, the exam may show the graph of y=x2y = x^2 shifted to become y=(x2)2+1y = (x-2)^2 + 1, then ask for the value of a constant that makes a given line tangent to that shifted parabola.

Strategy matters. When a question gives you two equations and asks for the number of intersection points, don't graph blindly — substitute and check the discriminant, which is faster and exact. When a question describes a transformation in words, translate it into the algebra immediately using the rules table.

A frequent misconception is that a vertical stretch changes where a graph crosses the xx-axis. It does not: multiplying by a constant aa keeps every xx-intercept fixed because a0=0a \cdot 0 = 0. Only horizontal transformations move xx-intercepts. Similarly, adding a constant kk shifts the whole graph up or down and can change how many xx-intercepts exist.

On the digital format, the built-in graphing calculator (Desmos) is powerful for checking answers, but understanding the algebra prevents you from mis-entering an equation and trusting a wrong picture.

Key terms

Nonlinear system.
A set of two or more equations where at least one is not linear; on the SAT this is typically one line and one quadratic.
Substitution method.
Replacing a variable in one equation with an equivalent expression from another equation to reduce the system to a single equation.
Discriminant.
The quantity b24acb^2 - 4ac from a quadratic ax2+bx+c=0ax^2+bx+c=0; its sign tells you whether there are two, one, or zero real solutions.
Tangent line.
A line that touches a curve at exactly one point, corresponding to a discriminant of zero in the combined equation.
Vertical shift.
A transformation f(x)+kf(x)+k that moves every point of a graph up or down by kk units without changing its shape.
Horizontal shift.
A transformation f(xh)f(x-h) that moves a graph right by hh (left if hh is negative), behaving opposite to the sign inside the function.
Reflection.
A flip of a graph across an axis: f(x)-f(x) flips over the xx-axis and f(x)f(-x) flips over the yy-axis.
Vertical stretch/compression.
Multiplying a function by aa; if a>1a>1 the graph stretches vertically, and if 0<a<10<a<1 it compresses toward the xx-axis.

Worked example

The system y=x2+3x+4y = x^2 + 3x + 4 and y=x+cy = x + c has exactly one solution. What is the value of cc?
Because both equations equal yy, set the expressions equal to each other:x2+3x+4=x+cx^2 + 3x + 4 = x + cMove every term to the left side to form a single quadratic:x2+3x+4xc=0x^2 + 3x + 4 - x - c = 0Combine like terms:x2+2x+(4c)=0x^2 + 2x + (4 - c) = 0Here a=1a = 1, b=2b = 2, and cquad=4cc_{\text{quad}} = 4 - c. For the system to have exactly one solution, the line must be tangent to the parabola, so the discriminant must equal zero:b24ac=0b^2 - 4ac = 0224(1)(4c)=02^2 - 4(1)(4 - c) = 0416+4c=04 - 16 + 4c = 04c=124c = 12c=3c = 3So when c=3c = 3 the line y=x+3y = x + 3 touches the parabola at exactly one point. You can verify: the quadratic becomes x2+2x+1=0x^2 + 2x + 1 = 0, which factors to (x+1)2=0(x+1)^2 = 0, giving the single solution x=1x = -1.

Practice questions

How many solutions does the system y=x24y = x^2 - 4 and y=2x5y = 2x - 5 have?
  1. Zero
  2. One
  3. Two
  4. Infinitely many

Answer: One

Set the expressions equal: x24=2x5x^2 - 4 = 2x - 5, so x22x+1=0x^2 - 2x + 1 = 0. The discriminant is (2)24(1)(1)=44=0(-2)^2 - 4(1)(1) = 4 - 4 = 0, which means exactly one real solution. Geometrically, the line is tangent to the parabola. Choosing 'two' is the trap for students who assume a line and parabola always meet twice.
The graph of f(x)f(x) is transformed to produce g(x)=f(x4)+2g(x) = -f(x - 4) + 2. Describe, in order, the transformations applied to the graph of ff.

Answer: Shift right 4 units, reflect over the x-axis, then shift up 2 units.

The inside term x4x - 4 shifts the graph 4 units to the right (opposite the sign). The negative in front, f-f, reflects the graph across the xx-axis. The +2+2 outside shifts the whole graph up 2 units. Because the vertical operations act on the output, the reflection happens before the upward shift when reading the effect on yy-values.
For what value of kk does the system y=x2+6x+ky = x^2 + 6x + k and y=2x1y = -2x - 1 have no real solutions?

Answer: Any value greater than 15 (k > 15)

Set equal: x2+6x+k=2x1x^2 + 6x + k = -2x - 1, giving x2+8x+(k+1)=0x^2 + 8x + (k + 1) = 0. For no real solutions the discriminant must be negative: 824(1)(k+1)<08^2 - 4(1)(k+1) < 0, so 644k4<064 - 4k - 4 < 0, meaning 60<4k60 < 4k, or k>15k > 15. When kk exceeds 15 the line never touches the parabola.

FAQ

Should I graph or use algebra to solve nonlinear systems on the SAT?
Use substitution and the discriminant when you only need the number of solutions or an exact answer — it's precise and fast. The built-in graphing tool is great for a quick visual check, but entering equations wrong can mislead you, so understanding the algebra is safer.
Why does f(x3)f(x-3) shift the graph right instead of left?
Because the transformation acts on the input. To get the same output the original graph had at some xx-value, you now need an xx that is 3 larger, so every point moves 3 units to the right. Inside changes always behave opposite to their sign.
How do I know if a line is tangent to a parabola?
Substitute to combine them into one quadratic, then compute the discriminant b24acb^2 - 4ac. If it equals zero, the line touches the parabola at exactly one point, which is the definition of tangent.
Does a vertical stretch move the x-intercepts of a graph?
No. Multiplying a function by a constant keeps every xx-intercept fixed because any constant times zero is still zero. Only horizontal transformations move xx-intercepts, while vertical shifts (adding a constant) can change how many exist.

Learn this with a teacher, not a page

The Crimsora tutor teaches Nonlinear Systems & Function Transformations live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.