📚 Solving Intersection Points of Function Graphs | 函数图象的交点问题
In IB Mathematics, the intersection of function graphs is one of the most frequently tested concepts, bridging algebra, geometry, and real-world modelling. Understanding intersections means understanding where two functions share a common output — a point (or points) where their graphs meet.
在IB数学中,函数图象的交点问题是最常考的核心概念之一,它连接了代数、几何与实际应用。理解交点,就是理解两个函数在何处产生相同的输出值——即图象相交的那个(或那些)点。
1. What Is an Intersection Point? | 什么是交点?
An intersection point of two functions f(x) and g(x) is a coordinate (x₀, y₀) such that f(x₀) = g(x₀) = y₀. Graphically, this is where the two curves cross or touch each other on the Cartesian plane.
两个函数 f(x) 和 g(x) 的交点是一个坐标 (x₀, y₀),满足 f(x₀) = g(x₀) = y₀。从图形上看,这就是两条曲线在直角坐标平面上相交或相切的位置。
For example, the line y = 2x + 1 and the parabola y = x² intersect when 2x + 1 = x². Rearranging gives x² − 2x − 1 = 0, so x = 1 ± √2. The two intersection points are (1 + √2, 3 + 2√2) and (1 − √2, 3 − 2√2).
例如,直线 y = 2x + 1 与抛物线 y = x² 在满足 2x + 1 = x² 时相交。整理得 x² − 2x − 1 = 0,因此 x = 1 ± √2。两个交点分别为 (1 + √2, 3 + 2√2) 和 (1 − √2, 3 − 2√2)。
2. Algebraic Method: Solving Simultaneous Equations | 代数方法:解联立方程
The most reliable method is to set f(x) = g(x) and solve for x. Once x is found, substitute it back into either function to obtain y. This works for all function types — linear, quadratic, rational, exponential, trigonometric, and logarithmic.
最可靠的方法是将 f(x) = g(x) 联立并解出 x。求出 x 后,代回任意一个函数即可得到 y。这种方法适用于所有类型的函数——线性、二次、有理、指数、三角和对数函数。
Key steps:
关键步骤:
- Equate the two expressions: f(x) = g(x).
- Rearrange to form a single equation — often in quadratic or polynomial form.
- Solve for all values of x using appropriate techniques (factorisation, quadratic formula, graphs or GDC).
- Substitute x back into either original function to find y.
- 令两个函数表达式相等:f(x) = g(x)。
- 整理为单一方程——通常化为二次或多项式形式。
- 用适当技巧解出所有 x 值(因式分解、求根公式、画图或计算器)。
- 将 x 代回原函数中的任意一个,求出 y。
f(x) = g(x) → h(x) = f(x) − g(x) = 0
For polynomial equations of degree higher than 2, the factor theorem and polynomial division become useful. For transcendental equations (those involving x in exponents or trigonometric arguments), graphical or numerical methods are often necessary.
对于次数高于2的多项式方程,因式定理和多项式除法非常有用。对于超越方程(如指数或三角函数中涉及 x 的方程),通常需要图形法或数值方法。
3. Graphical Method: Reading Intersections from Graphs | 图形方法:从图象上读出交点
Using a GDC (Graphical Display Calculator), IB students can locate intersection points with the simultaneous equation solver or trace feature. This is especially useful when equations do not have simple algebraic solutions.
使用图形计算器(GDC),IB学生可以通过联立方程求解器或轨迹追踪功能找到交点。当方程没有简单代数解时,这种方法尤为有效。
GDC procedure:
图形计算器操作步骤:
- Plot both functions in the Y= screen.
- Adjust the viewing window until all intersection points are visible.
- Use “Intersection” / “G-Solve” (or equivalent) to obtain each crossing point.
- Round answers to 3 significant figures as per IB conventions, unless the question specifies exact values.
- 在 Y= 界面中输入两个函数。
- 调整视窗范围,使所有交点都可见。
- 使用 “Intersection” / “G-Solve”(或同功能按键)获取每个交点。
- 按IB惯例保留3位有效数字,除非题目明确要求精确值。
A common IB question type asks: “Find the coordinates of the points where the curves f(x) and g(x) intersect.” With a GDC, students may answer directly, but must clearly write down the equation f(x) = g(x) and then, using technology, obtain the coordinates.
常见的IB题型是:”求曲线 f(x) 与 g(x) 交点的坐标。” 使用图形计算器时,学生可以直接作答,但必须清楚地写出方程 f(x) = g(x),然后说明使用技术工具得到坐标。
4. Discriminant and the Number of Intersection Points | 判别式与交点的个数
When both f(x) and g(x) are linear or quadratic, the discriminant Δ = b² − 4ac of the resulting quadratic equation tells us how many intersection points exist:
当 f(x) 和 g(x) 均为一次或二次函数时,所得二次方程的判别式 Δ = b² − 4ac 可以告诉我们交点的个数:
| Discriminant (判别式) | Number of intersection points (交点个数) | Graphical meaning (图形意义) |
| Δ > 0 | 2 | Two distinct crossing points (两个不同交点) |
| Δ = 0 | 1 (tangent point) | One tangent point of contact (一个相切点) |
| Δ < 0 | 0 | No real intersection (无实交点) |
This is also closely related to the condition for a line to be tangent to a curve — a classic IB question. For example, if the line y = mx + c is tangent to the parabola y = x², then the equation x² = mx + c has one double root, meaning Δ = 0.
这与直线与曲线相切的条件密切相关——这是经典IB考点。例如,若直线 y = mx + c 与抛物线 y = x² 相切,则方程 x² = mx + c 有唯一重根,即 Δ = 0。
5. Intersections of Linear and Quadratic Functions | 一次函数与二次函数的交点
This combination appears very frequently in IB Paper 1 and Paper 2. Consider a line y = kx + d and a parabola y = ax² + bx + c. Setting them equal produces a quadratic in x. The number of solutions — 0, 1 or 2 — determines the number of intersection points.
一次函数与二次函数的组合在IB卷一和卷二中非常常见。设直线 y = kx + d 和抛物线 y = ax² + bx + c,令二者相等得到关于 x 的二次方程。解的个数——0、1或2——决定交点个数。
Example: Given f(x) = x² − 4x + 3 and the line y = x − 1, find their intersection points.
示例:已知 f(x) = x² − 4x + 3 和直线 y = x − 1,求它们的交点。
Set x² − 4x + 3 = x − 1. This gives x² − 5x + 4 = 0 = (x − 1)(x − 4). Hence x = 1 or x = 4. Substituting into y = x − 1 yields (1, 0) and (4, 3).
令 x² − 4x + 3 = x − 1。得 x² − 5x + 4 = 0 = (x − 1)(x − 4)。因此 x = 1 或 x = 4。代入 y = x − 1 得到交点 (1, 0) 和 (4, 3)。
In Paper 2, students may be asked to do this with a GDC, but in Paper 1, exact algebraic manipulation is required and calculators are not permitted.
在卷二中可以借助图形计算器,但在卷一中不允许使用计算器,必须完成精确的代数运算。
6. Intersections of Exponential and Logarithmic Functions | 指数函数与对数函数的交点
Exponential and logarithmic functions often produce equations that cannot be solved exactly by hand. For example, 2ˣ = x + 3 requires a numerical or graphical solution. IB questions may ask students to “show that a solution lies between two integers” (a proof question using the Intermediate Value Theorem) or to find the number of intersections.
指数函数和对数函数往往产生无法手工精确求解的方程。例如,2ˣ = x + 3 需要数值解或图解。IB题目可能会要求学生”证明解位于两个整数之间”(利用介值定理的证明题),或求交点的个数。
Example: Show that the equation eˣ = 5 − x has at least one root.
示例:证明方程 eˣ = 5 − x 至少有一个根。
Define h(x) = eˣ + x − 5. We have h(1) = e − 4 ≈ −1.28 < 0 and h(2) = e² − 3 ≈ 4.39 > 0. Since h is continuous and changes sign between x = 1 and x = 2, by the Intermediate Value Theorem there must be at least one root in the interval (1, 2). By drawing, a GDC can find x ≈ 1.31.
定义 h(x) = eˣ + x − 5。我们有 h(1) = e − 4 ≈ −1.28 < 0,h(2) = e² − 3 ≈ 4.39 > 0。由于 h 是连续函数且在 x = 1 与 x = 2 之间变号,根据介值定理,在区间 (1, 2) 内至少存在一个根。通过绘图,GDC 可求出 x ≈ 1.31。
This type of “show that the root lies between two consecutive integers” question appears in both SL and HL papers.
这种”证明根位于两个连续整数之间”的题型在SL和HL试卷中均有出现。
7. Trigonometric Functions and Intersections | 三角函数与交点
For equations involving sin x, cos x or tan x, intersections can be periodic. For example, solving sin x = 0.5 gives infinitely many solutions on the real line, so problems usually restrict the domain, e.g., 0 ≤ x ≤ 2π.
对于涉及 sin x、cos x 或 tan x 的方程,交点可能是周期性的。例如,sin x = 0.5 在实数线上有无穷多解,因此题目通常会限定定义域,例如 0 ≤ x ≤ 2π。
Example: Find all intersection points of f(x) = sin x and g(x) = cos x on the interval 0 ≤ x ≤ 2π.
示例:求在区间 0 ≤ x ≤ 2π 内 f(x) = sin x 与 g(x) = cos x 的所有交点。
Set sin x = cos x, so tan x = 1, giving x = π/4 and x = 5π/4 in the given interval. The coordinates are (π/4, √2/2) and (5π/4, −√2/2).
令 sin x = cos x,即 tan x = 1,在给定区间内得 x = π/4 和 x = 5π/4。坐标为 (π/4, √2/2) 和 (5π/4, −√2/2)。
IB questions often combine trigonometric functions with horizontal lines (e.g., y = k). The number of intersection points in a given interval tells us how many solutions the equation has, which links intersections to solution counts.
IB题目常将三角函数与水平线(如 y = k)结合。在给定区间内交点的个数告诉我们方程有多少个解,这体现了交点与解个数之间的联系。
8. Multiple Intersections and Higher-Degree Differences | 多个交点与高次差函数
When two curves are not linear or quadratic, their difference function h(x) = f(x) − g(x) can have many zeros. Each zero corresponds to one intersection point.
当两条曲线不是一次或二次函数时,它们的差函数 h(x) = f(x) − g(x) 可能有很多零点。每个零点对应一个交点。
For example, a cubic function can intersect a horizontal line in 1, 2 or 3 points depending on its shape. If the horizontal line lies between the two stationary points of the cubic, there will be three intersections.
例如,三次函数与一条水平线的交点可以有1、2或3个,取决于其形状。如果水平线位于三次函数的两个驻点之间,则有三个交点。
Example: Consider f(x) = x³ − 3x and y = 1. Find the number of intersections.
示例:考虑 f(x) = x³ − 3x 与 y = 1。求交点的个数。
We need x³ − 3x = 1, i.e., x³ − 3x − 1 = 0. Since f ′(x) = 3x² − 3, stationary points are at x = ±1, giving local maximum f(−1) = 2 and local minimum f(1) = −2. The horizontal line y = 1 lies between −2 and 2, so the equation has three real roots.
我们需要 x³ − 3x = 1,即 x³ − 3x − 1 = 0。由于 f ′(x) = 3x² − 3,驻点在 x = ±1 处,局部最大值为 f(−1) = 2,局部最小值为 f(1) = −2。水平线 y = 1 位于 −2 和 2 之间,因此方程有三个实根。
This stationary-point-based reasoning is essential for determining intersection counts without a graph.
这种基于驻点的推理方式在无图条件下判断交点个数时至关重要。
9. Intersections in Kinematics and Real-World Contexts | 运动学与现实情境中的交点
In real-world problems, intersections often represent critical moments. For instance, in kinematics, the position functions of two objects may be set equal to find when they meet. In economics, the intersection of supply and demand curves determines market equilibrium.
在现实问题中,交点往往代表关键时刻。例如,在运动学中,令两个物体的位置函数相等可求它们何时相遇。在经济学中,供需曲线的交点决定市场均衡。
Example: Object A moves with position sₐ(t) = t² + 2t metres and Object B moves with position s_B(t) = 3t + 4 metres. When do they meet?
示例:物体A的位置为 sₐ(t) = t² + 2t 米,物体B的位置为 s_B(t) = 3t + 4 米。它们何时相遇?
Set t² + 2t = 3t + 4. This gives t² − t − 4 = 0, so t = (1 ± √17)/2. Taking the positive root, t ≈ 2.56 seconds. The position is then found by substitution.
令 t² + 2t = 3t + 4,得 t² − t − 4 = 0,所以 t = (1 ± √17)/2。取正根,t ≈ 2.56 秒。位置可通过代回求出。
IB examiners expect students to check the physical relevance of solutions — reject negative times and non-sensible values in context.
IB考官期望学生检查解的实际意义——拒绝负时间值及在情境中不合理的数值。
10. Intersection Method for Solving Inequalities | 利用交点解不等式
Once intersection points are known, they serve as boundary markers for solving inequalities. For f(x) > g(x), find where f(x) = g(x) first, then test intervals to determine where f lies above g.
一旦求出交点,它们就可以作为解不等式的分界标记。对于 f(x) > g(x),先求出 f(x) = g(x) 的位置,然后对区间进行测试,以确定 f 在何处位于 g 的上方。
Example: Solve x² < x + 6.
示例:解不等式 x² < x + 6。
First, find intersections: x² = x + 6 → x² − x − 6 = 0 → (x − 3)(x + 2) = 0, so x = −2 or 3. Testing intervals: for x = 0, 0 < 6 is true; for x = −3, 9 < 3 is false; for x = 4, 16 < 10 is false. Therefore the solution is −2 < x < 3.
首先求交点:x² = x + 6 → x² − x − 6 = 0 → (x − 3)(x + 2) = 0,所以 x = −2 或 3。测试区间:取 x = 0 时,0 < 6 成立;取 x = −3 时,9 < 3 不成立;取 x = 4 时,16 < 10 不成立。因此解集为 −2 < x < 3。
This interval method is a fast and exam-friendly approach.
这种区间测试法是快速且适合考试的方法。
11. Common Pitfalls and IB Exam Strategies | 常见误区与IB考试策略
Many students lose marks on intersection questions due to avoidable mistakes. Let’s review the most common pitfalls and strategies to prevent them.
许多学生在交点问题上失分,原因往往是可避免的错误。让我们回顾最常见的误区和应对策略。
- Wrong rearrangement: Sign errors when moving terms across the equals sign. Always check by substituting roots back into the original equation.
- Missing solutions: When using square roots, remember both ± roots. For trigonometric equations, apply the general form correctly and restrict to the given domain.
- Ignoring domains: Some functions are undefined for certain x values (e.g., log x requires x > 0; rational functions have vertical asymptotes). Any intersection with x outside the domain must be discarded.
- Not using GDC efficiently: In Paper 2, always write down the equation f(x) = g(x) and state that a graphing calculator gives the solutions — this shows clear working to the examiner.
- Incorrect rounding: The IB accepts 3 significant figures unless otherwise specified. Write answers to 3 s.f. and use exact values in Paper 1.
- 移项错误:在等号两侧移项时出现符号错误。务必通过将根代回原方程来检验。
- 漏解:使用平方根时,记得取 ± 两个根。对于三角方程,正确使用通解公式并限制在给定定义域内。
- 忽略定义域:某些函数在特定 x 值处无定义(如 log x 要求 x > 0;有理函数有垂直渐近线)。凡超出定义域的交点都应舍去。
- 未能高效使用图形计算器:在卷二中,务必写出方程 f(x) = g(x),并说明图形计算器给出解——这能让阅卷者清楚看到你的解题过程。
- 舍入不当:除非另有说明,IB接受3位有效数字。卷二答案保留3位有效数字,卷一中应使用精确值。
TutorHao strategy reminder: Always begin by writing “At intersection, f(x) = g(x)” — this single line immediately earns method marks. Then classify the equation type: linear, quadratic, polynomial, rational, exponential, or trigonometric. Choose the corresponding solving technique.
TutorHao策略提醒:每次先写上”在交点处,f(x) = g(x)”——这一行就能立即获得方法分。然后判断方程类型:线性、二次、多项式、有理、指数或三角。选择相应的求解技巧。
12. Summary | 总结
Intersection points of function graphs are a central theme in IB Mathematics: they connect equations, inequalities, and real-world modelling. The two fundamental approaches are algebraic substitution (solve f(x) = g(x)) and graphical interpretation (using a GDC or sketch).
函数图象的交点是IB数学的核心主题:它连接了方程、不等式和现实建模。两种基本方法是代数代入法(解 f(x) = g(x))和图解法(使用图形计算器或草图)。
For multiple-choice questions, sketching quickly helps you estimate the number of intersections. For extended-answer questions, set up the equation clearly, choose the right solving method, check domain restrictions, and present answers to the correct degree of accuracy.
对于选择题,快速画草图有助于估算交点个数。对于解答题,要清晰地建立方程,选择正确的求解方法,检查定义域限制,并按正确的精度给出答案。
Mastering intersections is not just about getting the answer — it is about understanding how functions behave, how equations model real-world situations, and how to move flexibly between algebraic and graphical representations. With consistent practice, you will find intersection problems both manageable and rewarding.
掌握交点问题不仅是为了得到答案——更是为了理解函数的行为方式,理解方程如何对现实情境建模,以及如何在代数表达与图形表达之间灵活转换。通过持续练习,你会发现交点问题既有章可循,又很有成就感。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导