Example 1 — Classify the roots
EasyProblem
How many real solutions does have?
Solution
-
Asks for the count/type of roots, so compute the discriminant.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Do I only need to know how many/what kind of roots a quadratic has, not their values?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
With : .
The rule is chosen only after the structure matches, so the steps mean something.
-
.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — the fortune-teller under the root. If it does not, revisit the recognition step before changing the arithmetic.
Answer
No real solutions (two complex)
Takeaway: A negative discriminant means the parabola never touches the x-axis.