📚 Solving Intersection Points of Curves and Graphical Relationships | A-Level 数学:曲线交点求解与图像关系
In A-Level Mathematics, finding the intersection points of two curves is a fundamental skill that connects algebra, coordinate geometry, and graph sketching. When two curves meet at a point, the coordinates of that point satisfy the equations of both curves simultaneously. Understanding this idea allows us to solve equations graphically, analyse the number of solutions, and interpret inequalities involving functions.
在 A-Level 数学中,求两条曲线的交点是连接代数、坐标几何与图像作图的基⽊技能。当两条曲线在某点相交时,该点的坐标同时满足两条曲线的⽅程。理解这⼀观念,能帮助我们⽤图像法解⽅程、分析解的个数,并理解函数的⼤⼩关系与不等式。
1. Intersection Points as Solutions of Simultaneous Equations | 交点即联立方程的解
Suppose we have two curves given by y = f(x) and y = g(x). Any point of intersection (x₀, y₀) must lie on both curves, so it must satisfy both equations. Therefore, we solve f(x) = g(x) to find the x-coordinates, and then substitute back to find the corresponding y-coordinates.
设有两条曲线 y = f(x) 与 y = g(x)。任意交点 (x₀, y₀) 都必须同时在两条曲线上,因此它必须同时满⾜两个⽅程。所以我们先解 f(x) = g(x) 求出 x 坐标,再代回任⼀⽅程求出对应的 y 坐标。
For example, to find the intersection of y = x + 2 and y = x², we solve:
例如,求 y = x + 2 与 y = x² 的交点,我们解:
x² = x + 2 → x² − x − 2 = 0 → (x − 2)(x + 1) = 0
Thus x = 2 or x = −1. Substituting back gives the points (2, 4) and (−1, 1).
因此 x = 2 或 x = −1。代回原⽅程得交点 (2, 4) 和 (−1, 1)。
2. Discriminant and Number of Intersection Points for a Line and a Quadratic | 判别式与直线-二次曲线交点个数
When one of the curves is a straight line and the other is a quadratic, the number of intersection points is determined by the discriminant of the resulting quadratic equation. Substituting the linear expression into the quadratic gives an equation of the form ax² + bx + c = 0.
当其中⼀条曲线是直线,另⼀条是⼆次曲线时,交点的个数由联⽴后所得的⼆次⽅程的判别式决定。将直线表达式代⼊⼆次⽅程,可得到形如 ax² + bx + c = 0 的⽅程。
- Δ > 0: two distinct real roots → two distinct intersection points.
- Δ = 0: one repeated real root → the line is tangent to the quadratic.
- Δ < 0: no real roots → no intersection points.
- Δ > 0:两个不相等实根 → 两个不同交点。
- Δ = 0:⼀个重实根 → 直线与⼆次曲线相切。
- Δ < 0:⽆实根 → 没有交点。
For instance, y = 2x − 1 and y = x² + kx + 3. Substituting gives x² + kx + 3 = 2x − 1, i.e. x² + (k − 2)x + 4 = 0. The discriminant Δ = (k − 2)² − 16. Setting Δ = 0 gives k = 6 or k = −2, the values for tangency.
例如,y = 2x − 1 与 y = x² + kx + 3。代⼊得 x² + kx + 3 = 2x − 1,即 x² + (k − 2)x + 4 = 0。判别式 Δ = (k − 2)² − 16。令 Δ = 0 得 k = 6 或 k = −2,即相切时的参数值。
3. Tangent Condition and Double Roots | 相切条件与重根
Tangency is a special case of intersection. If a line intersects a curve at exactly one point but is not a vertical line, it may be a tangent. Algebraically, this corresponds to the discriminant being zero, so the quadratic equation has a repeated root.
相切是交点的特殊情形。若⼀条直线与曲线恰好只有⼀个交点,且该直线不是竖直线,则它可能是切线。代数上,这对应判别式为零,即⼆次⽅程有重根。
For the curve y = x² and the line y = mx + c, the intersection equation x² − mx − c = 0 has discriminant Δ = m² + 4c. The line is tangent to the parabola when m² + 4c = 0, i.e. c = −m²/4. This matches the standard tangent formula for y = x².
对于曲线 y = x² 与直线 y = mx + c,交点⽅程 x² − mx − c = 0 的判别式为 Δ = m² + 4c。当 m² + 4c = 0,即 c = −m²/4 时,直线与抛物线相切。这恰好与 y = x² 的切线公式⼀致。
A repeated root also means the same x-value gives two identical solutions; this is why tangency points are often described as “two coincident intersection points”.
重根意味着同⼀个 x 值对应两个相同的解;因此相切点常被描述为“两个重合的交点”。
4. Solving Intersections of Two Curves by Elimination | 消元法求两曲线交点
When two curves are given implicitly, for example x² + y² = 25 and x + y = 1, the most direct approach is substitution or elimination. Express one variable in terms of the other and substitute into the other equation.
当两条曲线由隐式⽅程给出时,例如 x² + y² = 25 与 x + y = 1,最直接的⽅法是代⼊法或消元法。⽤⼀个变量表⽰另⼀个变量,再代⼊另⼀个⽅程。
From x + y = 1 we get y = 1 − x. Substituting into the circle:
由 x + y = 1 得 y = 1 − x。代⼊圆⽅程:
x² + (1 − x)² = 25 → 2x² − 2x − 24 = 0 → x² − x − 12 = 0
Thus (x − 4)(x + 3) = 0, so x = 4 or x = −3. The intersection points are (4, −3) and (−3, 4).
于是 (x − 4)(x + 3) = 0,得 x = 4 或 x = −3。交点分别为 (4, −3) 和 (−3, 4)。
This method also works for a straight line and a circle; the discriminant of the resulting quadratic can still be used to test tangency.
这种⽅法同样适⽤于直线与圆;所得⼆次⽅程的判别式仍可⽤来判断相切。
5. Graphical Interpretation: Roots of f(x) − g(x) = 0 | 图像解释:f(x) − g(x) = 0 的根
Solving f(x) = g(x) is equivalent to solving h(x) = f(x) − g(x) = 0. The x-coordinates of the intersection points of y = f(x) and y = g(x) are exactly the roots of the equation h(x) = 0.
解 f(x) = g(x) 等价于解 h(x) = f(x) − g(x) = 0。曲线 y = f(x) 与 y = g(x) 交点的 x 坐标,恰好是⽅程 h(x) = 0 的根。
This viewpoint is useful when sketching graphs. Instead of drawing both curves, one can draw a single graph of h(x) and look for where it crosses the x-axis. For example, the equation eˣ = 2x can be considered graphically as the intersection of y = eˣ and y = 2x, or as the roots of y = eˣ − 2x.
这种观点在作图时很有⽤。不必画出两条曲线,只需画出 h(x) 的图并观察它与 x 轴的交点。例如,⽅程 eˣ = 2x 可看成 y = eˣ 与 y = 2x 的交点,也可看成 y = eˣ − 2x 的零点。
This interpretation also explains why an equation may have no solution, one solution, or many solutions: it is simply the number of times the graph of h(x) crosses the x-axis.
这种解释也说明了⽅程为什么可能⽆解、有唯⼀解或多解:它正是 h(x) 的图像穿过 x 轴的次数。
6. Inequalities and Relative Position of Graphs | 不等式与图像上下位置关系
Once the intersection points are known, they divide the x-axis into intervals. On each interval, the relative order of f(x) and g(x) is fixed. We can determine which function is larger by testing a single x-value in that interval.
⼀旦求出交点,它们会把 x 轴分成⼏个区间。在每个区间内,f(x) 与 g(x) 的⼤⼩关系是固定的。我们只需在该区间取⼀个 x 值测试哪个函数更⼤。
For example, for f(x) = x² and g(x) = 2x − 1, the intersections are at x = 1 (double root). Since f(x) − g(x) = x² − 2x + 1 = (x − 1)² ≥ 0, we see that f(x) ≥ g(x) for all x, with equality only at x = 1.
例如,对于 f(x) = x² 与 g(x) = 2x − 1,交点为 x = 1(重根)。因为 f(x) − g(x) = x² − 2x + 1 = (x − 1)² ≥ 0,所以对所有 x,f(x) ≥ g(x),仅当 x = 1 时相等。
When solving inequalities like f(x) > g(x), the solution set consists of intervals where the graph of f lies above the graph of g. The intersection points are the boundaries of these intervals.
解形如 f(x) > g(x) 的不等式时,解集是 f 的图像在 g 的图像上⽅的那些区间。交点正是这些区间的边界。
7. Intersections of Trigonometric Curves | 三角曲线的交点
For trigonometric equations, intersections often correspond to solving equations like sin x = cos x or sin 2x = cos x. The graphical approach helps to identify the number of solutions in a given interval, especially because periodic curves may have infinitely many intersections.
对于三⻆⽅程,交点常常对应求解 sin x = cos x 或 sin 2x = cos x 这类⽅程。图像法有助于判断给定区间内的解的个数,特别是周期曲线可能有⽆穷多个交点。
For instance, sin x = cos x can be rewritten as tan x = 1, provided cos x ≠ 0. In the interval 0 ≤ x ≤ 2π, the solutions are x = π/4 and x = 5π/4. The graphs of y = sin x and y = cos x cross at exactly these points within that interval.
例如,sin x = cos x 可在 cos x ≠ 0 时改写为 tan x = 1。在区间 0 ≤ x ≤ 2π 内,解为 x = π/4 与 x = 5π/4。在图像上,y = sin x 与 y = cos x 正好在这两点相交。
When solving trigonometric intersection equations, remember to consider the period of the functions and restrict solutions to the required domain. Avoid dividing by functions that can be zero; instead use transformations like R sin(x + α) or factorisation.
解三⻆交点⽅程时,要注意函数的周期并限制在所需定义域内。避免除以可能为零的函数;可⽤ R sin(x + α) 的形式变换或因式分解。
8. Exponential and Logarithmic Equations with Intersection Points | 指数对数方程与交点
Equations involving exponentials and logarithms often have one or two intersection points. For example, the curve y = ln x and the line y = 1 − x intersect when ln x = 1 − x. There is no simple algebraic closed form, but we can show that a solution lies between 1 and 2 by using the intermediate value theorem.
含指数与对数的⽅程通常有⼀个或两个交点。例如,曲线 y = ln x 与直线 y = 1 − x 相交时满⾜ ln x = 1 − x。虽然不易写出简单的封闭形式,但我们可以⽤介值定理证明解位于 1 和 2 之间。
Numerical methods such as the Newton-Raphson process are often used to approximate such intersection points. In A-Level exams, you may be asked to show that a root lies between two consecutive integers using sign changes, and then use iteration to approximate it.
像牛顿-拉弗森迭代法这类数值⽅法常⽤来逼近这类交点。在 A-Level 考试中,可能要求你利⽤符号变化证明根位于两个连续整数之间,然后再⽤迭代求解近似值。
Graphical insight is crucial: an exponential curve like y = eˣ grows faster than any linear or polynomial function, so it may intersect a straight line in zero, one, or two points depending on the intercept and slope.
图像直觉很关键:指数曲线如 y = eˣ 的增长速度快于任何线性或多项式函数,因此它与直线的交点可能为零个、⼀个或两个,取决于直线的截距和斜率。
9. Effect of Graph Transformations on Intersection Points | 图像变换对交点的影响
Graph transformations translate, reflect, or scale curves. If we know the intersection points of y = f(x) and y = g(x), we can predict how those points move under transformations applied to one or both functions.
图像变换会平移、反射或缩放曲线。如果我们知道 y = f(x) 与 y = g(x) 的交点,就可以预测当其中⼀个或两个函数经过变换后交点的移动⽅式。
- Translation y = f(x) + k: every intersection point moves vertically by k.
- Translation y = f(x − a): the graph shifts right by a, so intersection points shift right by a.
- Reflection y = −f(x): y-coordinates change sign.
- 平移 y = f(x) + k:每个交点垂直移动 k。
- 平移 y = f(x − a):图像向右移动 a,交点也随之向右移动 a。
- 反射 y = −f(x):y 坐标改变符号。
If only one curve is transformed, the intersection points generally change in a more complex way. For example, the intersection of y = f(x) and y = g(x − 2) can be found by solving f(x) = g(x − 2), which shifts the effective x-values of the second curve.
如果只变换其中⼀条曲线,交点的变化通常更复杂。例如,y = f(x) 与 y = g(x − 2) 的交点需要解 f(x) = g(x − 2),这相当于移动了第⼆条曲线的有效 x 值。
10. Parametric Curves and Intersection Points | 参数曲线与交点
When a curve is defined parametrically, say x = p(t), y = q(t), finding its intersection with another curve requires a different approach. You need to substitute the parametric coordinates into the other equation and solve for the parameter t.
当曲线由参数⽅程定义时,例如 x = p(t),y = q(t),求它与另⼀条曲线的交点需要不同的⽅法。你需要把参数坐标代⼊另⼀曲线的⽅程,然后解出参数 t。
For example, let a curve have parametric equations x = t², y = 2t, and let the line be y = x. Substituting gives 2t = t², so t = 0 or t = 2. The corresponding points are (0, 0) and (4, 4).
例如,设曲线参数⽅程为 x = t²,y = 2t,直线为 y = x。代⼊得 2t = t²,所以 t = 0 或 t = 2。对应点为 (0, 0) 和 (4, 4)。
When solving for t, check whether each t gives a valid point on the original parametric curve and whether it lies within any specified domain. Sometimes the same point can be obtained from different parameter values, as in the case of periodic parametrisations.
解 t 时,要检查每个 t 是否给出原参数曲线上的有效点,并判断是否在指定定义域内。有时同⼀点可能由不同的参数值得到,例如周期性的参数化。
11. Numerical Methods for Locating Intersections | 求交点的数值方法
When equations cannot be solved analytically, numerical methods such as interval bisection, linear interpolation, and Newton-Raphson iteration are used to approximate intersection points. A common first step is to rewrite the equation as h(x) = 0 and locate sign changes.
当⽅程⽆法解析求解时,可使⽤区间⼆分法、线性插值法和⽜顿-拉弗森迭代法等数值⽅法来逼近交点。常⻅的第⼀步是把⽅程改写为 h(x) = 0,并找出符号变化的位置。
For example, to find the intersection of y = cos x and y = x, we solve cos x − x = 0. Since h(0) = 1 > 0 and h(1) ≈ 0.4597 > 0, but h(π/2) = −π/2 < 0, a root lies between 1 and π/2. Refining by bisection gives x ≈ 0.7390.
例如,求 y = cos x 与 y = x 的交点,即解 cos x − x = 0。因为 h(0) = 1 > 0,h(1) ≈ 0.4597 > 0,但 h(π/2) = −π/2 < 0,所以根位于 1 与 π/2 之间。⽤⼆分法细化可得 x ≈ 0.7390。
In exams, if a root lies between a and b, you should show that h(a) and h(b) have opposite signs. For Newton-Raphson, define xₙ₊₁ = xₙ − h(xₙ)/h'(xₙ), and carry out iterations to the required accuracy.
考试中,若根位于 a 与 b 之间,你需要证明 h(a) 与 h(b) 异号。对于⽜顿-拉弗森法,定义 xₙ₊₁ = xₙ − h(xₙ)/h'(xₙ),并迭代到所需精度。
12. Practical Summary and Exam Tips | 实用总结与考试技巧
Intersection problems in A-Level exams often combine multiple skills: solving simultaneous equations, using the discriminant, sketching graphs, and applying transformations. Start by rewriting the intersection condition as a single equation, then decide whether an algebraic, graphical, or numerical approach is appropriate.
A-Level 考试中的交点问题往往综合多种技能:联⽴⽅程求解、判别式、图像作图和图像变换。⾸先把交点条件改写为单⼀⽅程,然后判断使⽤代数、图像还是数值⽅法。
| Situation | Recommended Action |
| Line + quadratic | Substitute line; use discriminant |
| Two polynomials | Set them equal; factorise or use numerical methods |
| Trigonometric equations | Use identities; look for period and domain |
| Parametric curve + line | Substitute parametric equations; solve for t |
| Non-solvable equation | Sketch, locate sign change, use iteration |
| 情形 | 推荐做法 |
| 直线 + ⼆次曲线 | 代⼊直线;使⽤判别式 |
| 两个多项式 | 使两式相等;因式分解或使⽤数值法 |
| 三⻆⽅程 | ⽤恒等式;注意周期与定义域 |
| 参数曲线 + 直线 | 代⼊参数⽅程;解 t |
| 不可解⽅程 | 作图,找符号变化,⽤迭代 |
Always check whether an intersection point lies in the given domain. For tangency problems, remember that Δ = 0 gives a double root. When using graphical calculators, use trace or intersection features to confirm algebraic answers. Finally, show all working clearly: exam markers award method marks even if the final answer is slightly inaccurate due to rounding.
始终检查交点是否在给定定义域内。对于相切问题,记住 Δ = 0 给出重根。使⽤图形计算器时,可⽤轨迹或交点功能验证代数结果。最后,要清晰展⽰所有步骤:阅卷官会根据⽅法给分,即使因四舍五⼊导致最终答案略有偏差。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply