📚 Solving Strategies for Function Intersection Problems in IB Mathematics | IB数学:函数交点问题的求解策略
In IB Mathematics, finding the intersection points of two functions is a recurring question type that appears in both Analysis and Approaches (AA) and Applications and Interpretation (AI). The key idea is to solve the equation f(x) = g(x) for x, then substitute back to find y. However, different function families and contexts require different strategies.
在IB数学中,求两个函数的交点是一类反复出现的题型,在分析与方法(AA)和应用与解释(AI)中都会出现。核心思路是解方程 f(x) = g(x) 得到 x,再代回求出 y。然而,不同的函数类型和题目背景需要不同的求解策略。
1. Understanding the Intersection Problem | 理解交点问题
An intersection point of two functions y = f(x) and y = g(x) is a point (x₀, y₀) such that f(x₀) = g(x₀) = y₀. Graphically, this is where the two curves meet on the coordinate plane.
两个函数 y = f(x) 与 y = g(x) 的交点是指同时满足 f(x₀) = g(x₀) = y₀ 的点 (x₀, y₀)。从图像上看,这是两条曲线在坐标平面上的相遇之处。
To find intersections, we first solve f(x) = g(x). The solutions in x give the x-coordinates of the intersection points. Then we evaluate either f or g at each solution to obtain the y-coordinate.
求交点时,我们先解 f(x) = g(x)。方程在 x 上的解给出交点的横坐标。然后我们将每个解代入 f 或 g 中,求出对应的纵坐标。
- Every x-solution corresponds to one intersection point.
- 如果一个 x 解对应一个交点。
- Repeated roots indicate tangency, where the curves touch but do not cross.
- 重根表示相切,即两曲线相切但不穿过。
2. Algebraic Solution Methods | 代数求解方法
The most direct method is to set the two functions equal and solve the resulting equation. For polynomial functions, this may involve expanding, factoring, or using the quadratic formula.
最直接的方法是将两个函数相等,然后解所得方程。对于多项式函数,可能需要展开、因式分解或使用求根公式。
For example, find the intersections of f(x) = x² and g(x) = 3x − 2. We solve x² = 3x − 2, which gives x² − 3x + 2 = 0. Factoring yields (x − 1)(x − 2) = 0, so x = 1 or x = 2. Substituting back gives y = 1 and y = 4.
例如,求 f(x) = x² 与 g(x) = 3x − 2 的交点。我们解 x² = 3x − 2,得到 x² − 3x + 2 = 0。因式分解得 (x − 1)(x − 2) = 0,故 x = 1 或 x = 2。代回得 y = 1 和 y = 4。
When factoring is not possible, use the quadratic formula:
当无法因式分解时,使用求根公式:
x = (−b ± √(b² − 4ac)) / (2a)
Be sure to simplify the expression fully. IB examiners often award marks for correct substitution into this formula.
务必化简到最简形式。IB考官常因正确代入该公式而给分。
3. Graphical Methods and GDC Use | 图形方法与绘图计算器(GDC)的使用
In IB examinations, a graphing display calculator (GDC) is allowed in many papers. You can plot both functions and use the intersection feature to find coordinates directly.
在IB考试中,许多试卷允许使用绘图计算器(GDC)。你可以绘制两个函数的图像,使用交点功能直接读取坐标。
When using a GDC, set an appropriate viewing window. Start with a standard window such as −10 ≤ x ≤ 10 and adjust if intersections are outside this range. Use the ‘intersect’ command and select each curve to get a precise result.
使用GDC时,要设置合适的视窗。例如先设 −10 ≤ x ≤ 10,如果交点在范围之外再调整。使用’intersect’命令并分别选择两条曲线,即可得到精确结果。
- Always state the coordinates to the required degree of accuracy.
- 始终按要求精度写出坐标。
- Write down the equation f(x) = g(x) before using the GDC, to show your method.
- 在使用GDC之前写出方程 f(x) = g(x),以展示你的解法过程。
Hand-drawn graphs are also valuable for estimating the number of intersections and checking whether a calculated answer makes sense.
手绘草图也有助于估计交点的个数,并检验计算结果是否合理。
4. Discriminant and Number of Intersections | 判别式与交点个数
When both functions are quadratic, or when solving results in a quadratic equation, the discriminant Δ = b² − 4ac determines the number of distinct real intersections.
当两个函数都是二次函数,或化简后得到一个二次方程时,判别式 Δ = b² − 4ac 决定不同实交点的个数。
- Δ > 0: two distinct intersection points.
- Δ > 0:两个不同交点。
- Δ = 0: exactly one intersection point, and the curves are tangent.
- Δ = 0:恰好一个交点,两曲线相切。
- Δ < 0: no real intersection points.
- Δ < 0:没有实数交点。
For example, f(x) = x² and g(x) = −x² + k. The equation x² = −x² + k simplifies to 2x² − k = 0, so Δ = 8k. Therefore, if k > 0 there are two intersections; if k = 0 there is one (at the origin); if k < 0 there are none.
例如,f(x) = x² 与 g(x) = −x² + k。方程 x² = −x² + k 化简为 2x² − k = 0,所以 Δ = 8k。因此,当 k > 0 时有两个交点;k = 0 时有一个交点(在原点);k < 0 时没有交点。
This method is especially useful for questions that ask ‘for what values of k does the line intersect the curve?’
此法特别适用于’k取何值时直线与曲线相交’这类题目。
5. Intersections with Parametric Functions | 含参数函数的交点讨论
Some IB questions include a parameter, such as k, in one of the functions. The strategy is to treat the parameter as a constant while deriving a condition for intersections, then discuss the number of solutions depending on the parameter range.
有些IB题目的一个函数中含有参数(如 k)。策略是在推导交点条件时把参数视为常数,然后根据参数范围讨论解的个数。
Consider f(x) = x² and g(x) = kx − 1. We solve x² = kx − 1, i.e. x² − kx + 1 = 0. The discriminant is Δ = k² − 4.
考虑 f(x) = x² 与 g(x) = kx − 1。我们解 x² = kx − 1,即 x² − kx + 1 = 0。判别式为 Δ = k² − 4。
k² − 4 > 0 ⇒ two intersections (k < −2 or k > 2)
k² − 4 = 0 ⇒ one tangent point (k = ±2)
k² − 4 < 0 ⇒ no intersection (−2 < k < 2)
Always check whether the problem restricts the domain of x, which can eliminate some solutions.
务必检查题目是否限制 x 的定义域,这可能会排除一些解。
6. Absolute Value and Piecewise Functions | 绝对值与分段函数
When one or both functions involve absolute values, split the problem into cases based on the sign of the expression inside the absolute value.
当一个或两个函数含有绝对值时,根据绝对值内部表达式的符号分情况讨论。
For example, find intersections of f(x) = |x − 1| and g(x) = 2. If x ≥ 1, then |x − 1| = x − 1, so x − 1 = 2, giving x = 3. If x < 1, then |x − 1| = 1 − x, so 1 − x = 2, giving x = −1. Thus the intersection points are (3, 2) and (−1, 2).
例如,求 f(x) = |x − 1| 与 g(x) = 2 的交点。当 x ≥ 1 时,|x − 1| = x − 1,故 x − 1 = 2,得 x = 3。当 x < 1 时,|x − 1| = 1 − x,故 1 − x = 2,得 x = −1。因此交点坐标为 (3, 2) 和 (−1, 2)。
Piecewise-defined functions require solving the equation on each piece separately, then checking that the solution lies in the corresponding domain interval.
分段定义的函数需要在每一段上分别解方程,然后检验解是否落在对应的定义域区间内。
- Remember that extraneous solutions arise when the solution does not satisfy the case condition.
- 注意:当解不满足该情况的条件时,会出现增根。
7. Exponential and Logarithmic Functions | 指数函数与对数函数
For equations involving e^x or a^x, take natural logarithms or use the fact that a^x = e^{x ln a}. For logarithmic equations, be careful with the domain: the argument of a log must be positive.
对于含 e^x 或 a^x 的方程,可取自然对数或利用 a^x = e^{x ln a}。对于对数方程,注意定义域:对数的真数必须为正。
Example: solve 2^x = 5. Taking logs gives x ln 2 = ln 5, so x = ln 5 / ln 2. The intersection of y = 2^x and the horizontal line y = 5 is exactly this point.
例如:解 2^x = 5。取对数得 x ln 2 = ln 5,故 x = ln 5 / ln 2。函数 y = 2^x 与水平线 y = 5 的交点就是该点。
In some cases, you may need to let u = a^x, turning an exponential equation into a quadratic. For instance, 4^x − 6·2^x + 8 = 0 becomes u² − 6u + 8 = 0 with u = 2^x.
有时可以设 u = a^x,将指数方程转化为二次方程。例如,4^x − 6·2^x + 8 = 0 令 u = 2^x,则变为 u² − 6u + 8 = 0。
Always verify that the obtained x satisfies all domain restrictions, especially when substituting back into the original equation.
始终检验所得 x 是否满足所有定义域限制,尤其是在代回原方程时。
8. Trigonometric Functions and Periodicity | 三角函数与周期性
When intersecting a trigonometric function with another function, the periodic nature of sine and cosine often produces infinitely many solutions. The basic strategy is to find one solution using inverse trigonometric functions, then add multiples of the period.
当三角函数与其他函数相交时,正弦和余弦的周期性通常会产生无穷多个解。基本策略是先用反三角函数求出一个解,然后加上周期的整数倍。
For example, solve sin x = 0.5 on the interval [0, 2π]. The principal solution is x = π/6. Since sin(π − x) = sin x, another solution is x = 5π/6. Outside this interval, add multiples of 2π.
例如,在区间 [0, 2π] 上解 sin x = 0.5。主解为 x = π/6。由于 sin(π − x) = sin x,另一个解为 x = 5π/6。在该区间外,加上 2π 的整数倍。
When a tangent function is involved, the period is π, so all solutions can be expressed as x = x₀ + kπ, where k ∈ ℤ.
当涉及正切函数时,周期为 π,所有解可表示为 x = x₀ + kπ,其中 k ∈ ℤ。
If the equation is more complex, such as cos 2x = x, no algebraic method exists; use graphical or numerical methods.
如果方程更复杂,例如 cos 2x = x,不存在代数解法;应使用图形法或数值方法。
9. Using Monotonicity to Determine the Number of Intersections | 利用单调性判断交点个数
Sometimes it is not necessary to find the exact intersection point, only to show that one exists or to determine how many exist. The Intermediate Value Theorem helps show existence, while monotonicity helps show uniqueness.
有时不需要求出精确的交点,只需证明交点存在或判断个数。中值定理用于证明存在性,而单调性用于证明唯一性。
If f − g is continuous and changes sign over an interval, then there is at least one intersection in that interval. If f − g is strictly monotonic (always increasing or always decreasing), then there is at most one intersection.
若 f − g 连续且在某个区间内变号,则该区间内至少有一个交点。若 f − g 严格单调(始终递增或始终递减),则至多有一个交点。
For example, h(x) = e^x − x². At x = 0, h(0) = 1 > 0; at x = 1, h(1) = e − 1 > 0; at x = −1, h(−1) = 1/e − 1 < 0. So there is at least one root in (−1, 0). Since h'(x) = e^x − 2x is not always monotonic, further analysis may be needed.
例如,h(x) = e^x − x²。在 x = 0 处,h(0) = 1 > 0;在 x = 1 处,h(1) = e − 1 > 0;在 x = −1 处,h(−1) = 1/e − 1 < 0。因此在 (−1, 0) 内至少有一个根。由于 h'(x) = e^x − 2x 并不总是单调,可能需要进一步分析。
This method is popular in IB Paper 3 style questions that require rigorous justification.
这种方法在需要严谨论证的IB Paper 3类型题目中很常用。
10. Numerical Approximation Methods | 数值近似方法
When an equation cannot be solved algebraically, we can find approximate solutions using numerical methods. In IB Mathematics, the most common approaches are the bisection method and using the GDC’s solver or root-finding feature.
当方程无法用代数方法求解时,我们可以使用数值方法求近似解。在IB数学中,最常用的是二分法以及GDC的求解器或求根功能。
The bisection method works by repeatedly halving an interval where a sign change occurs. For example, if a continuous function has f(a) and f(b) of opposite signs, then a root lies between a and b. Each step halves the error.
二分法通过不断对发生变号的区间进行二分来工作。例如,若连续函数在 a 和 b 处异号,则根位于 a 和 b 之间。每步将误差减半。
Error after n steps = (b − a) / 2ⁿ
On a GDC, you can also plot the two functions and use the intersection command directly. Remember to round the answer to the requested accuracy, such as 3 significant figures or 4 decimal places.
在GDC上,你也可以直接绘制两个函数并利用交点命令。记得按要求精度四舍五入,例如3位有效数字或4位小数。
11. General Strategies and Common Mistakes | 综合策略与常见错误
In exam problems, a full solution requires more than just finding the x-values. You must also find the y-values and present the answer as ordered pairs.
在考试题中,完整解答不仅仅是求出 x 值,还必须求出 y 值,并以有序对形式写出答案。
- Check the domain of both original functions before solving.
- 求解前先检查两个原函数的定义域。
- Substitute each x back into both f and g to confirm they give the same y.
- 将每个 x 分别代回 f 和 g,确认得到的 y 相同。
- Do not forget to include all solutions, especially for trigonometric or exponential equations.
- 不要遗漏任何解,尤其是三角函数或指数方程。
- For approximate answers, clearly state the degree of accuracy and use ‘≈’ instead of ‘=’.
- 对于近似答案,明确写出精度要求,使用’≈’而不是’=’。
- When using a GDC, write the equation you are solving in your working.
- 使用GDC时,在计算过程中写出你所解的方程。
A common mistake is to cancel common factors incorrectly. For instance, dividing both sides of x(x − 1) = x by x loses the solution x = 0. Always move all terms to one side and factor instead.
一个常见错误是不恰当地约去公因式。例如,将 x(x − 1) = x 两边同除以 x 会丢失解 x = 0。应始终将所有项移到一边并因式分解。
12. Summary | 总结
Solving function intersection problems requires a combination of algebraic manipulation, graphical insight, and careful interpretation of the given domain. The essential process is always: set f(x) = g(x), solve for x, then find the corresponding y.
求解函数交点问题需要结合代数变换、图形观察以及对给定定义域的仔细解读。核心过程始终是:令 f(x) = g(x),解出 x,再求出对应的 y。
Choose the most efficient method based on the functions involved. Use algebra for polynomial and rational functions, use the discriminant for quadratic intersections, use casework for absolute values, use logarithms for exponentials, and use GDC or numerical methods when no closed form exists. Always verify your answers in the original equation.
根据所涉函数选择最有效的方法。对多项式和有理函数使用代数法,对二次交点使用判别式,对绝对值使用分情况讨论,对指数使用对数,若无闭式解则使用GDC或数值方法。始终在原始方程中验证你的答案。
With consistent practice, intersection problems become a reliable source of marks in IB Mathematics exams.
通过持续练习,交点问题将成为IB数学考试中稳定得分的题型。
Published by TutorHao | IB 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