📚 Solving Simultaneous Equations Graphically: Meaning of Intersection Points | 联立方程组的图像解法:交点意义
When two equations are plotted on the same coordinate axes, their intersection points represent the ordered pairs that satisfy both equations simultaneously. These points are the graphical solution of the simultaneous equations.
当两个方程绘制在同一坐标轴上时,它们的交点表示同时满足两个方程的有序数对。这些点就是联立方程组的图像解。
1. The Concept of Graphical Solution | 图像解的概念
For a system of two equations in two variables, each equation represents a curve on the Cartesian plane. A point lies on the first curve if its coordinates satisfy the first equation, and lies on the second curve if its coordinates satisfy the second equation. Therefore, a point that lies on both curves must satisfy both equations at once.
对于含两个变量的方程组,每个方程都代表平面上的一条曲线。若某点的坐标满足第一个方程,则该点位于第一条曲线上;若满足第二个方程,则位于第二条曲线上。因此,同时在两条曲线上的点必然同时满足两个方程。
Key idea: The intersection point is the shared solution.
核心思想:交点就是公共解。
2. Intersection of Two Straight Lines | 两条直线的交点
Consider the system: y = 2x + 1 and y = -x + 4. Plotting both lines gives a single intersection point. By solving algebraically, 2x + 1 = -x + 4 ⇒ 3x = 3 ⇒ x = 1, then y = 3. The point (1, 3) is the unique solution.
考虑方程组:y = 2x + 1 和 y = -x + 4。绘制两条直线得到唯一交点。代数求解:2x + 1 = -x + 4 ⇒ 3x = 3 ⇒ x = 1,进而 y = 3。点 (1, 3) 是唯一解。
Graphically, the coordinates of the intersection point directly give the x and y values that solve both equations. No calculation is needed beyond accurate plotting.
在图像上,交点的坐标直接给出同时满足两个方程的 x 和 y 值。只要绘图准确,无需额外计算。
3. Intersection of a Line and a Curve | 直线与曲线的交点
When one equation is linear and the other is quadratic, their graphs may intersect at two points, one point, or no points. Each intersection corresponds to a solution of the system.
当一个方程为一次方程,另一个为二次方程时,它们的图像可能有两个交点、一个交点或没有交点。每个交点都对应方程组的一个解。
Example: y = x² – 3x + 2 and y = x – 1. Setting x² – 3x + 2 = x – 1 gives x² – 4x + 3 = 0 ⇒ (x – 1)(x – 3) = 0, so x = 1 or x = 3. The corresponding y values are y = 0 and y = 2. The intersection points are (1, 0) and (3, 2).
例如:y = x² – 3x + 2 与 y = x – 1。令 x² – 3x + 2 = x – 1,得 x² – 4x + 3 = 0 ⇒ (x – 1)(x – 3) = 0,所以 x = 1 或 x = 3。对应的 y 值分别为 y = 0 和 y = 2。交点就是 (1, 0) 和 (3, 2)。
4. Intersection Points as Roots of an Equation | 交点作为方程的根
Solving y = f(x) and y = g(x) simultaneously is equivalent to solving f(x) = g(x). Rearranging gives f(x) – g(x) = 0. The x-coordinates of the intersection points are exactly the real roots of this resulting equation.
联立求解 y = f(x) 与 y = g(x) 等价于求解 f(x) = g(x)。移项得 f(x) – g(x) = 0。交点的横坐标正好就是所得方程的全部实根。
For example, if the graphs of y = x² and y = 4 intersect at x = -2 and x = 2, then the equation x² = 4 has roots x = ±2. The y-coordinate is then found by substituting into either equation.
例如,若 y = x² 与 y = 4 的图像在 x = -2 和 x = 2 处相交,那么方程 x² = 4 的根就是 x = ±2。随后将 x 代入任一方程即可求出 y 坐标。
This connection allows us to interpret any equation as an intersection problem: draw the left-hand side as one curve and the right-hand side as another, then read the x-coordinates of the intersections.
这种联系使我们能把任意方程看作交点问题:将左边视为一条曲线,右边视为另一条曲线,然后读出交点的横坐标即可。
5. The Discriminant and the Number of Intersections | 判别式与交点数量
For a quadratic equation obtained from a line and a quadratic curve, the discriminant Δ = b² – 4ac determines the number of real intersection points.
对于由直线与二次曲线联立得到的二次方程,判别式 Δ = b² – 4ac 决定实交点的个数。
- Δ > 0: two distinct real intersections — the line cuts the curve in two points.
- Δ = 0: one repeated real intersection — the line touches the curve (tangent).
- Δ < 0: no real intersections — the line does not meet the curve.
- Δ > 0:两个不同的实交点——直线与曲线相交于两点。
- Δ = 0:一个重实交点——直线与曲线相切。
- Δ < 0:没有实交点——直线不与曲线相交。
In the case Δ = 0, the single intersection point is where the line is tangent to the curve. Its x-coordinate is given by x = -b / (2a).
当 Δ = 0 时,唯一交点正是直线与曲线的切点,其横坐标为 x = -b / (2a)。
6. Tangency and Repeated Roots | 相切与重根
When a line is tangent to a curve, the system has one solution, but it counts as a repeated root of the combined equation. Graphically, the line just touches the curve without crossing it.
当直线与曲线相切时,方程组只有一个解,但在合并方程中它被视为重根。图像上,直线仅与曲线相切而不穿过它。
Example: y = x² and y = 2x – 1. Substituting gives x² = 2x – 1 ⇒ x² – 2x + 1 = 0 ⇒ (x – 1)² = 0, so x = 1. The point (1, 1) is the only intersection, and the line is tangent to the parabola.
示例:y = x² 与 y = 2x – 1。代入得 x² = 2x – 1 ⇒ x² – 2x + 1 = 0 ⇒ (x – 1)² = 0,所以 x = 1。点 (1, 1) 是唯一交点,且该直线与抛物线相切。
Thus, a repeated root implies the line is tangent to the curve, and the x-coordinate of the tangent point is the repeated root.
因此,重根意味着直线与曲线相切,而切点的横坐标就是那个重根。
7. No Intersection: Inconsistent System | 无交点:不相容方程组
If the graphs do not intersect, the system has no real solutions. Algebraically, this means the resulting equation has no real roots (Δ < 0 for a quadratic).
如果图像没有交点,则方程组无实数解。代数上,这意味着所得方程没有实根(对二次方程即 Δ < 0)。
Example: y = x² + 1 and y = x. Substituting gives x² + 1 = x ⇒ x² – x + 1 = 0, with Δ = (-1)² – 4(1)(1) = -3 < 0. The line lies entirely below the parabola, so they never meet.
示例:y = x² + 1 与 y = x。代入得 x² + 1 = x ⇒ x² – x + 1 = 0,其中 Δ = (-1)² – 4(1)(1) = -3 < 0。直线完全位于抛物线下方的区域,所以二者永不相交。
Graphically, no intersection means the two curves are separated in the plane. This is a visual indicator of an inconsistent system.
图像上无交点意味着两条曲线在平面中彼此分离。这是不相容方程组的一个直观标志。
8. Parallel Lines and the Special Case | 平行线及其特殊情况
For two linear equations, if their graphs are parallel lines, they never intersect, meaning the system has no solution. This occurs when the lines have the same gradient but different y-intercepts.
对于两个一次方程,如果它们的图像是平行直线,则它们永不相交,意味着方程组无解。这发生在两条直线斜率相同但 y 截距不同时。
| Lines | Intersections | Solutions |
| Distinct, not parallel | One point | One unique solution |
| Parallel, different intercepts | None | No solution |
| Coincident (same line) | Infinitely many | Infinite solutions |
| 直线情况 | 交点 | 解 |
| 不平行且不重合 | 一个点 | 唯一解 |
| 平行且截距不同 | 无 | 无解 |
| 重合(同一条直线) | 无穷多个 | 无穷多解 |
When the two equations represent the same line, every point on that line is an intersection, giving infinitely many solutions.
当两个方程表示同一条直线时,直线上的每一点都是交点,因此有无穷多解。
9. Practical Interpretation of Intersection Points | 交点的实际意义
In real-world contexts, the intersection point often represents the moment when two quantities become equal. For instance, in break-even analysis, the intersection of a revenue line and a cost line gives the production level at which profit is zero.
在实际问题中,交点往往代表两个数量相等的时刻。例如,在盈亏平衡分析中,收入线与成本线的交点给出利润为零时的产量水平。
Another example: two moving objects with distance-time graphs y = 60t and y = 80t – 20 intersect at a time t when their positions are equal. This point tells us when and where they meet.
另一个例子:两个运动物体的距离-时间图像 y = 60t 与 y = 80t – 20 相交于某一时刻 t,此时它们的位置相同。这个交点告诉我们它们相遇的时间和地点。
Thus, graphical intersection is not just an abstract idea; it provides meaningful information in economics, physics, and engineering.
因此,图像交点不仅是抽象概念,它在经济、物理和工程中提供有意义的实际信息。
10. Worked Example | 完整例题
Question: Solve graphically the system y = 2x² – 3x + 1 and y = x + 2, and interpret the intersection points.
题目:用图像法求解方程组 y = 2x² – 3x + 1 与 y = x + 2,并解释交点意义。
Solution by substitution:
代入法求解:
2x² – 3x + 1 = x + 2 ⇒ 2x² – 4x – 1 = 0
Using the quadratic formula, x = [4 ± √(16 + 8)] / 4 = [4 ± √24] / 4 = 1 ± (√6)/2.
使用求根公式,x = [4 ± √(16 + 8)] / 4 = [4 ± √24] / 4 = 1 ± (√6)/2。
Therefore the two intersection points have x-coordinates approximately 2.225 and -0.225. Substituting into y = x + 2 gives corresponding y-values about 4.225 and 1.775. These are the two solutions of the system.
因此两个交点横坐标约为 2.225 和 -0.225。代入 y = x + 2 得对应 y 值约为 4.225 和 1.775。这正是该方程组的两个解。
Graphically, if you plot the upward-opening parabola and the straight line, you will see them cross at those two points. The x-coordinates are the roots of the combined quadratic equation.
在图像上,画出开口向上的抛物线和直线,会看到它们在这两点相交。这些横坐标就是合并二次方程的根。
11. Common Mistakes and Tips | 常见错误与提示
- Mistake: Reading only the x-coordinate and ignoring the y-coordinate. Always write the solution as an ordered pair (x, y).
- Mistake: Drawing curves inaccurately near the intersection. A small plotting error can change the number of intersections.
- Mistake: Assuming two intersections always means two distinct x-values. Check whether one x-value is repeated (tangency).
- Tip: When solving algebraically, equate the two expressions and rearrange to a standard form before applying the discriminant.
- Tip: Use graph paper and a clear scale, especially when estimating intersection coordinates by eye.
- 错误:只读取横坐标而忽略纵坐标。解应写成有序数对 (x, y)。
- 错误:交点附近曲线画得不准确。微小的绘图误差可能改变交点的数量。
- 错误:认为两个交点一定对应两个不同的 x 值。要检查是否存在重根(相切)。
- 提示:代数求解时,应先令两个表达式相等并化成标准形式,再使用判别式。
- 提示:使用坐标纸和清晰的比例尺,尤其是目测估算交点坐标时。
Always verify your graphical solution by substituting the coordinates back into both original equations. This confirms the intersection point truly satisfies the system.
务必通过将坐标代回两个原始方程来验证图像解。这能确认交点确实满足整个方程组。
12. Summary | 总结
The graphical method for solving simultaneous equations relies on drawing both curves and locating their intersection points. Each intersection gives a pair of values that satisfies both equations.
联立方程组的图像解法依赖于画出两条曲线并找出它们的交点。每个交点都给出同时满足两个方程的一对值。
The number of intersections is linked to the discriminant: two for Δ > 0, one for Δ = 0, and none for Δ < 0. For parallel lines, no intersection means no solution; for coincident lines, infinite intersections mean infinitely many solutions.
交点数量与判别式相关:Δ > 0 时有两个,Δ = 0 时有一个,Δ < 0 时没有。对于平行直线,无交点意味着无解;对于重合直线,无穷多个交点意味着无穷多解。
Understanding the meaning of intersection points allows you to connect graphs, equations, and real-world situations with confidence.
理解交点的意义,能让你自信地将图像、方程与实际情境联系起来。
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