๐Ÿ“– What Are Nonlinear Equations?

A nonlinear equation is an equation where the variable appears with an exponent other than 1, inside a root, or in a more complex relationship. Unlike linear equations, nonlinear equations can have multiple solutions.

Quadratic Equation
\(x^2 - 5x + 6 = 0\)
Highest exponent is 2. Can have 0, 1, or 2 real solutions.
Radical Equation
\(\sqrt{x + 3} = 5\)
Variable inside a root. Must check for extraneous solutions.
Nonlinear System
\(y = x^2\) and \(y = x + 2\)
At least one equation is nonlinear. Can have multiple intersection points.

1. Quadratic Equations

\( ax^2 + bx + c = 0 \)
๐Ÿ“Œ RULE 1: Solving by Factoring
Step 1: Write the equation in the form \(ax^2 + bx + c = 0\).
Step 2: Factor the quadratic expression.
Step 3: Set each factor equal to zero and solve for \(x\).

Example: \(x^2 - 5x + 6 = 0\) โ†’ \((x - 2)(x - 3) = 0\) โ†’ \(x = 2\) or \(x = 3\)
๐Ÿ“Œ RULE 2: Quadratic Formula
If factoring is difficult, use the Quadratic Formula:

\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]

The discriminant \(\Delta = b^2 - 4ac\) tells you the number of solutions:
\[ \Delta > 0 \rightarrow \text{2 real solutions} \]
\[ \Delta = 0 \rightarrow \text{1 real solution} \]
\[ \Delta < 0 \rightarrow \text{No real solutions} \]
๐Ÿ’ก Strategy โ€” Quadratic Equations

1. Try factoring first (quickest).
2. If factoring doesn't work, use the Quadratic Formula.
3. Always check the discriminant to know how many solutions to expect.

๐Ÿ“ SOLVED EXAMPLE 1 โ€” Quadratic (Factoring)
Solve: \(x^2 - 7x + 12 = 0\)
Step 1: \(x^2 - 7x + 12 = 0\)
Step 2: Factor: \((x - 3)(x - 4) = 0\)
Step 3: Set each factor to zero: \(x - 3 = 0\) or \(x - 4 = 0\)
Step 4: \(\color{var(--math)}{x = 3}\) or \(\color{var(--math)}{x = 4}\)
โœ… \(x = 3, 4\)
๐Ÿ’ก Tip: Always check your answers by plugging them back in.
๐Ÿ“ SOLVED EXAMPLE 2 โ€” Quadratic (Quadratic Formula)
Solve: \(2x^2 + 3x - 2 = 0\)
Step 1: \(a = 2\), \(b = 3\), \(c = -2\)
Step 2: \(x = \frac{-3 \pm \sqrt{3^2 - 4(2)(-2)}}{2(2)}\)
Step 3: \(x = \frac{-3 \pm \sqrt{9 + 16}}{4} = \frac{-3 \pm \sqrt{25}}{4} = \frac{-3 \pm 5}{4}\)
Step 4: \(x = \frac{-3 + 5}{4} = \frac{2}{4} = \color{var(--math)}{\frac{1}{2}}\) or \(x = \frac{-3 - 5}{4} = \frac{-8}{4} = \color{var(--math)}{-2}\)
โœ… \(x = \frac{1}{2}\) or \(x = -2\)
๐Ÿ’ก Tip: The discriminant is \(25 > 0\), so 2 real solutions.

2. Radical Equations

\( \sqrt{expression} = \text{constant} \)
๐Ÿ“Œ RULE: Solving Radical Equations
Step 1: Isolate the radical term on one side of the equation.
Step 2: Square both sides of the equation to eliminate the radical.
Step 3: Solve the resulting equation.
Step 4: ALWAYS check for extraneous solutions by substituting back into the original equation.

Example: \(\sqrt{x + 3} = 5\)
Square both sides: \(x + 3 = 25\) โ†’ \(x = 22\)
Check: \(\sqrt{22 + 3} = \sqrt{25} = 5\) โœ“
๐Ÿšจ IMPORTANT: Extraneous Solutions

When you square both sides of an equation, you may introduce extraneous solutions โ€” solutions that don't satisfy the original equation. Always check your answers!

๐Ÿ“ SOLVED EXAMPLE 3 โ€” Radical Equation
Solve: \(\sqrt{2x - 1} = 3\)
Step 1: Isolate the radical: \(\sqrt{2x - 1} = 3\)
Step 2: Square both sides: \(2x - 1 = 9\)
Step 3: Solve: \(2x = 10\) โ†’ \(\color{var(--math)}{x = 5}\)
Step 4: Check: \(\sqrt{2(5) - 1} = \sqrt{9} = 3\) โœ“
โœ… \(x = 5\)
๐Ÿ’ก Tip: Always check! \(\sqrt{9} = 3\) โœ“
๐Ÿ“ SOLVED EXAMPLE 4 โ€” Radical with Extraneous Solution
Solve: \(\sqrt{x + 6} = x\)
Step 1: Square both sides: \(x + 6 = x^2\)
Step 2: Rearrange: \(x^2 - x - 6 = 0\)
Step 3: Factor: \((x - 3)(x + 2) = 0\) โ†’ \(x = 3\) or \(x = -2\)
Step 4: Check \(x = 3\): \(\sqrt{3 + 6} = \sqrt{9} = 3\) โœ“
Step 5: Check \(x = -2\): \(\sqrt{-2 + 6} = \sqrt{4} = 2\), but \(x = -2\) โ†’ \(\color{var(--rose)}{2 \neq -2}\) โœ—
โœ… \(x = 3\) (extraneous: \(x = -2\) is rejected)
๐Ÿ’ก Tip: \(x = -2\) is extraneous because the square root is always non-negative!

3. Nonlinear Systems of Equations

๐Ÿ“Œ RULE: Solving Nonlinear Systems
Step 1: Use substitution โ€” solve one equation for one variable and substitute into the other equation.
Step 2: Solve the resulting nonlinear equation.
Step 3: Substitute back to find the other variable.
Step 4: The system can have multiple solutions โ€” list all ordered pairs.
๐Ÿ’ก Strategy โ€” Nonlinear Systems

1. Use substitution (it's usually easier than elimination for nonlinear systems).
2. Solve the quadratic or radical equation that results.
3. Don't forget to find both \(x\) and \(y\) values for each solution.
4. Check your answers in both original equations.

๐Ÿ“ SOLVED EXAMPLE 5 โ€” Nonlinear System
Solve the system: \(y = x^2\) and \(y = x + 2\)
Step 1: Substitute: \(x^2 = x + 2\)
Step 2: Rearrange: \(x^2 - x - 2 = 0\)
Step 3: Factor: \((x - 2)(x + 1) = 0\)
Step 4: \(x = 2\) or \(x = -1\)
Step 5: For \(x = 2\): \(y = 2^2 = 4\) and \(y = 2 + 2 = 4\) โœ“
Step 6: For \(x = -1\): \(y = (-1)^2 = 1\) and \(y = -1 + 2 = 1\) โœ“
โœ… \((2, 4)\) and \((-1, 1)\)
๐Ÿ’ก Tip: The parabola \(y = x^2\) intersects the line \(y = x + 2\) at two points.
๐Ÿ“ SOLVED EXAMPLE 6 โ€” Nonlinear System (No Solution)
Solve the system: \(y = x^2 + 1\) and \(y = -3\)
Step 1: Substitute: \(x^2 + 1 = -3\)
Step 2: Solve: \(x^2 = -4\)
Step 3: No real solution because \(x^2 \geq 0\)
โœ… No real solution
๐Ÿ’ก Tip: A parabola \(y = x^2 + 1\) never goes below \(y = 1\), so it never intersects \(y = -3\).

๐Ÿงช Practice Questions

Solve each problem using the rules above. Click "Show Answer" to see the full solution.

Question 1
Solve: \(x^2 - 5x + 6 = 0\)
A) \(x = -2, -3\)
B) \(x = 1, 6\)
C) \(x = 2, 3\)
D) \(x = -1, -6\)
โœ“ Answer: C
\(x^2 - 5x + 6 = 0\) โ†’ \((x - 2)(x - 3) = 0\) โ†’ \(x = 2, 3\)
๐Ÿ“ Solution: \((x - 2)(x - 3) = 0\) โ†’ \(x = 2, 3\)
Question 2
Solve: \(2x^2 + 5x - 3 = 0\)
A) \(x = \frac{1}{2}, -3\)
B) \(x = \frac{1}{2}, -3\)
C) \(x = - \frac{1}{2}, 3\)
D) \(x = -\frac{1}{2}, -3\)
โœ“ Answer: B
\(2x^2 + 5x - 3 = 0\) โ†’ \((2x - 1)(x + 3) = 0\) โ†’ \(x = \frac{1}{2}, -3\)
๐Ÿ“ Solution: \((2x - 1)(x + 3) = 0\) โ†’ \(x = \frac{1}{2}, -3\)
Question 3
Solve: \(\sqrt{x + 5} = 4\)
A) \(x = 11\)
B) \(x = 21\)
C) \(x = 9\)
D) \(x = 16\)
โœ“ Answer: A
\(\sqrt{x + 5} = 4\) โ†’ \(x + 5 = 16\) โ†’ \(x = 11\)
๐Ÿ“ Solution: Square both sides: \(x + 5 = 16\) โ†’ \(x = 11\)
Question 4
Solve the system: \(y = x^2\) and \(y = 3x - 2\)
A) \((1, 1)\) only
B) \((2, 4)\) only
C) \((1, 1)\) and \((2, 4)\)
D) No solution
โœ“ Answer: C
\(x^2 = 3x - 2\) โ†’ \(x^2 - 3x + 2 = 0\) โ†’ \((x - 1)(x - 2) = 0\) โ†’ \(x = 1, 2\) โ†’ \((1, 1)\), \((2, 4)\)
๐Ÿ“ Solution: \(x^2 - 3x + 2 = 0\) โ†’ \((x - 1)(x - 2) = 0\) โ†’ \((1, 1)\), \((2, 4)\)
Question 5
Solve: \(x^2 - 2x - 8 = 0\)
A) \(x = -2, 4\)
B) \(x = 2, -4\)
C) \(x = -1, 8\)
D) \(x = 1, -8\)
โœ“ Answer: A
\(x^2 - 2x - 8 = 0\) โ†’ \((x + 2)(x - 4) = 0\) โ†’ \(x = -2, 4\)
๐Ÿ“ Solution: \((x + 2)(x - 4) = 0\) โ†’ \(x = -2, 4\)
Question 6
Solve: \(\sqrt{3x + 1} = 4\)
A) \(x = 3\)
B) \(x = 7\)
C) \(x = 4\)
D) \(x = 5\)
โœ“ Answer: D
\(\sqrt{3x + 1} = 4\) โ†’ \(3x + 1 = 16\) โ†’ \(3x = 15\) โ†’ \(x = 5\)
๐Ÿ“ Solution: Square both sides: \(3x + 1 = 16\) โ†’ \(x = 5\)
Question 7
Solve the system: \(y = x^2\) and \(y = x + 6\)
A) \((3, 9)\) and \((-2, 4)\)
B) \((2, 4)\) and \((-3, 9)\)
C) \((6, 12)\) and \((-1, 1)\)
D) No solution
โœ“ Answer: A
\(x^2 = x + 6\) โ†’ \(x^2 - x - 6 = 0\) โ†’ \((x - 3)(x + 2) = 0\) โ†’ \(x = 3, -2\) โ†’ \((3, 9)\), \((-2, 4)\)
๐Ÿ“ Solution: \(x^2 - x - 6 = 0\) โ†’ \((x - 3)(x + 2) = 0\) โ†’ \((3, 9)\), \((-2, 4)\)
Question 8
Solve: \(x^2 - 4x + 4 = 0\)
A) \(x = -2\) only
B) \(x = 2\) only
C) \(x = 2, -2\)
D) No real solution
โœ“ Answer: B
\(x^2 - 4x + 4 = 0\) โ†’ \((x - 2)^2 = 0\) โ†’ \(x = 2\) only
๐Ÿ“ Solution: \((x - 2)^2 = 0\) โ†’ \(x = 2\)
Question 9
Solve: \(\sqrt{x + 2} = x\)
A) \(x = 2\) only
B) \(x = 2\) only
C) \(x = -1, 2\)
D) No solution
โœ“ Answer: B
\(\sqrt{x + 2} = x\) โ†’ \(x + 2 = x^2\) โ†’ \(x^2 - x - 2 = 0\) โ†’ \((x - 2)(x + 1) = 0\) โ†’ \(x = 2, -1\). Check: \(x = 2\) โœ“, \(x = -1\) gives \(\sqrt{1} = 1 \neq -1\) โœ—
๐Ÿ“ Solution: \(x^2 - x - 2 = 0\) โ†’ \(x = 2, -1\) โ†’ \(x = 2\) only (extraneous: \(-1\))
Question 10
Solve the system: \(y = x^2 + 1\) and \(y = 2x + 2\)
A) \((1, 2)\) only
B) \((-1, 2)\) and \((1, 4)\)
C) \((1, 4)\) only
D) No solution
โœ“ Answer: A
\(x^2 + 1 = 2x + 2\) โ†’ \(x^2 - 2x - 1 = 0\) โ†’ \((x - 1)^2 = 0\) โ†’ \(x = 1\) โ†’ \(y = 2\)
๐Ÿ“ Solution: \(x^2 - 2x + 1 = 0\) โ†’ \((x - 1)^2 = 0\) โ†’ \((1, 2)\)
๐ŸŽ‰ WELL DONE!

You've completed the Nonlinear Equations & Systems lesson. You now know how to solve quadratic equations, radical equations, and systems with nonlinear terms.

โ† Back to Topic List ๐Ÿ“– Previous: Nonlinear Functions ๐Ÿ“– Next: Equivalent Expressions โ†’