Concept 2

Interpret solutions as intersection points and determine how many solutions exist.

Use the discriminant to turn an intersection-count question into a quick solve for the parameter.

Core Idea

The number of solutions equals the number of intersection points. For a line meeting a parabola, the discriminant of the resulting quadratic tells you: positive → 2, zero → 1, negative → 0.

Understanding

Count the intersections, not the algebra alone.

  1. Substitute to get a quadratic in one variable.
  2. Put it in 𝑎𝑥2 +𝑏𝑥 +𝑐 =0 form.
  3. Use the discriminant 𝑏2 4𝑎𝑐: positive = 2 solutions, zero = 1, negative = 0.

If a parameter is involved, set the discriminant to the condition the question asks for and solve for that value.

Step by Step

  1. Substitute to eliminate one variable and get a quadratic equation.
  2. Write it in standard form 𝑎𝑥2 +𝑏𝑥 +𝑐 =0.
  3. Compute the discriminant: Δ =𝑏2 4𝑎𝑐.
  4. Interpret: Δ >0 → two solutions, Δ =0 → exactly one, Δ <0 → none.
  5. If a parameter is involved, set the discriminant to the required condition and solve for it.

Misconceptions

  • Confusing discriminant = 0 (one solution) with discriminant < 0 (no solutions).
  • Forgetting that a line and parabola can have at most two intersection points — never three.
  • Computing the discriminant before fully simplifying to standard form, leading to wrong coefficients.
Question

Worked Example

𝑦 =2𝑥 +𝑐
𝑦 =𝑥2 +4𝑥 +7

For what value of 𝑐 does the system of equations above have exactly one solution?

Select an answer to see the explanation