Nonlinear Equations and Functions

Solve quadratic, absolute value, and exponential equations.

๐ŸŽฏโญ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson โ†’

Nonlinear Equations and Functions on the SAT

Beyond Linear: Types of Nonlinear Functions

Quadratic Functions

f(x)=ax2+bx+cf(x) = ax^2 + bx + c Graph: parabola. Covered in depth in the Quadratic Equations topic.

Absolute Value Functions

f(x)=โˆฃax+bโˆฃ+cf(x) = |ax + b| + c Graph: V-shape. The vertex is at (โˆ’b/a,c)(-b/a, c).

Square Root Functions

f(x)=ax+bf(x) = \sqrt{ax + b} Graph: Half-parabola (starts at a point, curves right). Domain: ax+bโ‰ฅ0ax + b \geq 0

Rational Functions

f(x)=axโˆ’h+kf(x) = \frac{a}{x - h} + k Graph: Hyperbola with asymptotes at x=hx = h and y=ky = k.


Solving Systems with Nonlinear Equations

Systems involving one linear and one nonlinear equation:

Linear-Quadratic System

y=x+2andy=x2y = x + 2 \quad \text{and} \quad y = x^2

Substitute: x2=x+2x^2 = x + 2 x2โˆ’xโˆ’2=0x^2 - x - 2 = 0 (xโˆ’2)(x+1)=0(x-2)(x+1) = 0 x=2ย orย x=โˆ’1x = 2 \text{ or } x = -1

Solutions: (2,4)(2, 4) and (โˆ’1,1)(-1, 1)

Number of solutions:

  • The line can intersect the parabola at 0, 1, or 2 points
  • 0 points: no solution
  • 1 point: tangent line
  • 2 points: two solutions

Radical Equations

Solving Equations with Square Roots

Strategy: Isolate the radical, then square both sides.

2x+3=5\sqrt{2x + 3} = 5 2x+3=252x + 3 = 25 2x=222x = 22 x=11x = 11

Always check! Squaring can introduce extraneous solutions.

Example with Extraneous Solution

x+5=xโˆ’1\sqrt{x + 5} = x - 1 x+5=(xโˆ’1)2=x2โˆ’2x+1x + 5 = (x-1)^2 = x^2 - 2x + 1 0=x2โˆ’3xโˆ’4=(xโˆ’4)(x+1)0 = x^2 - 3x - 4 = (x-4)(x+1) x=4ย orย x=โˆ’1x = 4 \text{ or } x = -1

Check x=4x = 4: 9=3\sqrt{9} = 3 and 4โˆ’1=34 - 1 = 3 โœ“ Check x=โˆ’1x = -1: 4=2\sqrt{4} = 2 and โˆ’1โˆ’1=โˆ’2-1 - 1 = -2 โœ— (extraneous!)


Absolute Value Equations

โˆฃax+bโˆฃ=c|ax + b| = c

If cโ‰ฅ0c \geq 0: Two equations โ†’ ax+b=cax + b = c or ax+b=โˆ’cax + b = -c If c<0c < 0: No solution (absolute value can't be negative)

Example: โˆฃ2xโˆ’3โˆฃ=7|2x - 3| = 7 2xโˆ’3=7โ€…โ€ŠโŸนโ€…โ€Šx=52x - 3 = 7 \implies x = 5 2xโˆ’3=โˆ’7โ€…โ€ŠโŸนโ€…โ€Šx=โˆ’22x - 3 = -7 \implies x = -2


Function Composition and Evaluation

For complex function problems:

  1. Read carefully โ€” what specific value or expression are they asking for?
  2. Substitute step by step
  3. Simplify completely

SAT Question Types

Type 1: Solve a Radical Equation

Isolate the radical, square both sides, check for extraneous solutions.

Type 2: Linear-Quadratic System

Substitute and solve the resulting quadratic.

Type 3: Number of Intersections

Use the discriminant of the resulting quadratic to determine 0, 1, or 2 intersections.

Type 4: Absolute Value Equations

Split into two cases.


Common SAT Mistakes

  1. Not checking for extraneous solutions in radical equations
  2. Forgetting there are two cases for absolute value
  3. Errors when squaring both sides โ€” expand (xโˆ’1)2(x-1)^2 carefully!
  4. Assuming a nonlinear system always has 2 solutions โ€” it could have 0 or 1
  5. Domain errors โ€” x\sqrt{x} requires xโ‰ฅ0x \geq 0

๐Ÿ“š Practice Problems

1Problem 1easy

โ“ Question:

Solve: โˆฃxโˆ’4โˆฃ=6|x - 4| = 6

๐Ÿ’ก Show Solution

Two cases:

Case 1: xโˆ’4=6โ€…โ€ŠโŸนโ€…โ€Šx=10x - 4 = 6 \implies x = 10

Case 2: xโˆ’4=โˆ’6โ€…โ€ŠโŸนโ€…โ€Šx=โˆ’2x - 4 = -6 \implies x = -2

Check: โˆฃ10โˆ’4โˆฃ=โˆฃ6โˆฃ=6|10 - 4| = |6| = 6 โœ“ and โˆฃโˆ’2โˆ’4โˆฃ=โˆฃโˆ’6โˆฃ=6|-2 - 4| = |-6| = 6 โœ“

Answer: x=10x = 10 or x=โˆ’2x = -2

2Problem 2easy

โ“ Question:

Solve: โˆฃxโˆ’4โˆฃ=6|x - 4| = 6

๐Ÿ’ก Show Solution

Two cases:

Case 1: xโˆ’4=6โ€…โ€ŠโŸนโ€…โ€Šx=10x - 4 = 6 \implies x = 10

Case 2: xโˆ’4=โˆ’6โ€…โ€ŠโŸนโ€…โ€Šx=โˆ’2x - 4 = -6 \implies x = -2

Check: โˆฃ10โˆ’4โˆฃ=โˆฃ6โˆฃ=6|10 - 4| = |6| = 6 โœ“ and โˆฃโˆ’2โˆ’4โˆฃ=โˆฃโˆ’6โˆฃ=6|-2 - 4| = |-6| = 6 โœ“

Answer: x=10x = 10 or x=โˆ’2x = -2

3Problem 3medium

โ“ Question:

Solve: 3x+1=4\sqrt{3x + 1} = 4

๐Ÿ’ก Show Solution

Step 1: Square both sides to eliminate the radical: 3x+1=163x + 1 = 16

Step 2: Solve for xx: 3x=153x = 15 x=5x = 5

Step 3: Check: 3(5)+1=16=4\sqrt{3(5) + 1} = \sqrt{16} = 4 โœ“

Answer: x=5x = 5

4Problem 4medium

โ“ Question:

Solve: 3x+1=4\sqrt{3x + 1} = 4

๐Ÿ’ก Show Solution

Step 1: Square both sides to eliminate the radical: 3x+1=163x + 1 = 16

Step 2: Solve for xx: 3x=153x = 15 x=5x = 5

Step 3: Check: 3(5)+1=16=4\sqrt{3(5) + 1} = \sqrt{16} = 4 โœ“

Answer: x=5x = 5

5Problem 5medium

โ“ Question:

How many solutions does the system y=x2โˆ’3y = x^2 - 3 and y=2xโˆ’1y = 2x - 1 have?

๐Ÿ’ก Show Solution

Step 1: Set equal: x2โˆ’3=2xโˆ’1x^2 - 3 = 2x - 1 x2โˆ’2xโˆ’2=0x^2 - 2x - 2 = 0

Step 2: Use the discriminant: b2โˆ’4ac=(โˆ’2)2โˆ’4(1)(โˆ’2)=4+8=12b^2 - 4ac = (-2)^2 - 4(1)(-2) = 4 + 8 = 12

Since ฮ”=12>0\Delta = 12 > 0, the quadratic has two real solutions, meaning the line intersects the parabola at two points.

Answer: 2 solutions

Discriminant shortcut:

  • ฮ”>0\Delta > 0 โ†’ 2 intersections
  • ฮ”=0\Delta = 0 โ†’ 1 intersection (tangent)
  • ฮ”<0\Delta < 0 โ†’ 0 intersections

6Problem 6medium

โ“ Question:

How many solutions does the system y=x2โˆ’3y = x^2 - 3 and y=2xโˆ’1y = 2x - 1 have?

๐Ÿ’ก Show Solution

Step 1: Set equal: x2โˆ’3=2xโˆ’1x^2 - 3 = 2x - 1 x2โˆ’2xโˆ’2=0x^2 - 2x - 2 = 0

Step 2: Use the discriminant: b2โˆ’4ac=(โˆ’2)2โˆ’4(1)(โˆ’2)=4+8=12b^2 - 4ac = (-2)^2 - 4(1)(-2) = 4 + 8 = 12

Since ฮ”=12>0\Delta = 12 > 0, the quadratic has two real solutions, meaning the line intersects the parabola at two points.

Answer: 2 solutions

Discriminant shortcut:

  • ฮ”>0\Delta > 0 โ†’ 2 intersections
  • ฮ”=0\Delta = 0 โ†’ 1 intersection (tangent)
  • ฮ”<0\Delta < 0 โ†’ 0 intersections

7Problem 7hard

โ“ Question:

Solve: x+7=x+1\sqrt{x + 7} = x + 1

๐Ÿ’ก Show Solution

Step 1: Square both sides: x+7=(x+1)2=x2+2x+1x + 7 = (x+1)^2 = x^2 + 2x + 1

Step 2: Rearrange: 0=x2+2x+1โˆ’xโˆ’7=x2+xโˆ’60 = x^2 + 2x + 1 - x - 7 = x^2 + x - 6

Step 3: Factor: (x+3)(xโˆ’2)=0(x + 3)(x - 2) = 0 x=โˆ’3ย orย x=2x = -3 \text{ or } x = 2

Step 4: CHECK both (squaring can create extraneous solutions):

x=โˆ’3x = -3: โˆ’3+7=4=2\sqrt{-3 + 7} = \sqrt{4} = 2 and โˆ’3+1=โˆ’2-3 + 1 = -2. Is 2=โˆ’22 = -2? No! โœ— Extraneous!

x=2x = 2: 2+7=9=3\sqrt{2 + 7} = \sqrt{9} = 3 and 2+1=32 + 1 = 3. Is 3=33 = 3? Yes! โœ“

Answer: x=2x = 2 only

Key lesson: Always check solutions in radical equations!

8Problem 8hard

โ“ Question:

Solve: x+7=x+1\sqrt{x + 7} = x + 1

๐Ÿ’ก Show Solution

Step 1: Square both sides: x+7=(x+1)2=x2+2x+1x + 7 = (x+1)^2 = x^2 + 2x + 1

Step 2: Rearrange: 0=x2+2x+1โˆ’xโˆ’7=x2+xโˆ’60 = x^2 + 2x + 1 - x - 7 = x^2 + x - 6

Step 3: Factor: (x+3)(xโˆ’2)=0(x + 3)(x - 2) = 0 x=โˆ’3ย orย x=2x = -3 \text{ or } x = 2

Step 4: CHECK both (squaring can create extraneous solutions):

x=โˆ’3x = -3: โˆ’3+7=4=2\sqrt{-3 + 7} = \sqrt{4} = 2 and โˆ’3+1=โˆ’2-3 + 1 = -2. Is 2=โˆ’22 = -2? No! โœ— Extraneous!

x=2x = 2: 2+7=9=3\sqrt{2 + 7} = \sqrt{9} = 3 and 2+1=32 + 1 = 3. Is 3=33 = 3? Yes! โœ“

Answer: x=2x = 2 only

Key lesson: Always check solutions in radical equations!

9Problem 9expert

โ“ Question:

For what value of kk does the line y=3x+ky = 3x + k intersect the parabola y=x2+2y = x^2 + 2 at exactly one point?

๐Ÿ’ก Show Solution

Step 1: Set the equations equal: x2+2=3x+kx^2 + 2 = 3x + k x2โˆ’3x+(2โˆ’k)=0x^2 - 3x + (2 - k) = 0

Step 2: For exactly one intersection, the discriminant must equal zero: b2โˆ’4ac=0b^2 - 4ac = 0 (โˆ’3)2โˆ’4(1)(2โˆ’k)=0(-3)^2 - 4(1)(2 - k) = 0 9โˆ’8+4k=09 - 8 + 4k = 0 1+4k=01 + 4k = 0 k=โˆ’14k = -\frac{1}{4}

Step 3: Verify: With k=โˆ’14k = -\frac{1}{4}: x2โˆ’3x+94=0โ€…โ€ŠโŸนโ€…โ€Š(xโˆ’32)2=0โ€…โ€ŠโŸนโ€…โ€Šx=32x^2 - 3x + \frac{9}{4} = 0 \implies (x - \frac{3}{2})^2 = 0 \implies x = \frac{3}{2}

One solution โœ“

Answer: k=โˆ’14k = -\frac{1}{4}

10Problem 10expert

โ“ Question:

For what value of kk does the line y=3x+ky = 3x + k intersect the parabola y=x2+2y = x^2 + 2 at exactly one point?

๐Ÿ’ก Show Solution

Step 1: Set the equations equal: x2+2=3x+kx^2 + 2 = 3x + k x2โˆ’3x+(2โˆ’k)=0x^2 - 3x + (2 - k) = 0

Step 2: For exactly one intersection, the discriminant must equal zero: b2โˆ’4ac=0b^2 - 4ac = 0 (โˆ’3)2โˆ’4(1)(2โˆ’k)=0(-3)^2 - 4(1)(2 - k) = 0 9โˆ’8+4k=09 - 8 + 4k = 0 1+4k=01 + 4k = 0 k=โˆ’14k = -\frac{1}{4}

Step 3: Verify: With k=โˆ’14k = -\frac{1}{4}: x2โˆ’3x+94=0โ€…โ€ŠโŸนโ€…โ€Š(xโˆ’32)2=0โ€…โ€ŠโŸนโ€…โ€Šx=32x^2 - 3x + \frac{9}{4} = 0 \implies (x - \frac{3}{2})^2 = 0 \implies x = \frac{3}{2}

One solution โœ“

Answer: k=โˆ’14k = -\frac{1}{4}