知识点 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.
核心知识
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.
深入理解
Count the intersections, not the algebra alone.
- Substitute to get a quadratic in one variable.
- Put it in
form.𝑎 𝑥 2 + 𝑏 𝑥 + 𝑐 = 0 - Use the discriminant
: positive = 2 solutions, zero = 1, negative = 0.𝑏 2 − 4 𝑎 𝑐
If a parameter is involved, set the discriminant to the condition the question asks for and solve for that value.
分步讲解
- Substitute to eliminate one variable and get a quadratic equation.
- Write it in standard form
.𝑎 𝑥 2 + 𝑏 𝑥 + 𝑐 = 0 - Compute the discriminant:
.Δ = 𝑏 2 − 4 𝑎 𝑐 - Interpret:
→ two solutions,Δ > 0 → exactly one,Δ = 0 → none.Δ < 0 - If a parameter is involved, set the discriminant to the required condition and solve for it.
常见误解
- 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.
题目
示例解析
For what value of
选择一个答案查看解析