知识点 2
Determine the number of real solutions to a quadratic (e.g., via discriminant or graph).
The discriminant tells you how many real roots a quadratic has without solving it.
核心知识
The discriminant
深入理解
The discriminant is a quick count check for a quadratic.
Discriminant rule:
: two distinct real solutions𝐷 > 0 : one real solution𝐷 = 0 : no real solutions𝐷 < 0
If a parameter is in the equation, set
分步讲解
- Write the equation in standard form
.𝑎 𝑥 2 + 𝑏 𝑥 + 𝑐 = 0 - Identify
,𝑎 , and𝑏 .𝑐 - Compute
.𝐷 = 𝑏 2 − 4 𝑎 𝑐 - Compare
to 0: positive means 2 solutions, zero means 1, negative means 0.𝐷
常见误解
- Confusing the discriminant with the full quadratic formula. You only need
, not the whole fraction.𝑏 2 − 4 𝑎 𝑐 - Forgetting to rearrange the equation to standard form before reading off
,𝑎 , and𝑏 .𝑐 - Mixing up the conditions:
means one solution (not zero solutions).𝐷 = 0
题目
示例解析
For what value of
选择一个答案查看解析