📚 IB Mathematics: Fundamentals of Symbolic Computation | IB数学:符号计算基础
In the IB Mathematics curriculum, symbolic computation is the art of manipulating mathematical symbols — expanding, factorising, simplifying and solving — both by hand and using a GDC (Graphic Display Calculator) with CAS (Computer Algebra System) capability. Mastering these fundamentals is essential for success in both Paper 1 (no calculator) and Paper 2 (calculator allowed).
在IB数学课程中,符号计算是对数学符号进行操作的技巧——展开、因式分解、化简与求解——既包括笔算,也包括使用具备CAS(计算机代数系统)功能的图形计算器(GDC)。掌握这些基础对于Paper 1(不可用计算器)和Paper 2(可用计算器)都至关重要。
1. Why Symbolic Computation Matters | 为什么符号计算如此重要
Symbolic computation is not merely “algebra practice” — it is the underlying language of every IB Mathematics topic. Whether you are studying functions, calculus, sequences or statistics, you constantly translate real-world situations into symbols and then manipulate those symbols to reach an answer.
符号计算不仅仅是”代数练习”——它是IB数学所有论题背后的语言。无论你学习函数、微积分、数列还是统计,你都在不断将现实情境转化为符号,然后操纵这些符号来得出答案。
In IB Mathematics Analysis and Approaches (AA), a strong symbolic toolkit is especially prized because Paper 1 requires purely algebraic methods without a calculator. In Applications and Interpretation (AI), the GDC is central, but you still must interpret symbolic output correctly — the calculator cannot choose the method or verify the meaning of your result.
在IB数学分析与方法(AA)中,扎实的符号计算能力尤其珍贵,因为Paper 1要求完全不使用计算器的纯代数方法。在应用与解释(AI)中,图形计算器虽然处于核心地位,但你仍然必须正确解读符号输出——计算器无法替你选择方法,也无法验证结果的意义。
2. Expansion: The Distributive Law | 展开:分配律
Every expansion in algebra rests on one rule: the distributive law. The product a(b + c) means that a multiplies both b and c. This single idea extends to double brackets, triple brackets and beyond.
代数中每一次展开都建立在一个法则之上:分配律。乘积a(b + c)意味着a同时乘以b和c。这唯一的想法可以推广到双括号、三括号以及更高阶的情况。
a(b + c) = ab + ac
For two binomials, apply the distributive law twice. A reliable mental pattern is FOIL: First, Outer, Inner, Last.
对于两个二项式,将分配律应用两次。一个可靠的心算模式是FOIL:First(首项)、Outer(外项)、Inner(内项)、Last(末项)。
(x + 3)(x − 2) = x² − 2x + 3x − 6 = x² + x − 6
For perfect squares, memorise the standard forms — they save time in both expansion and factorisation:
对于完全平方,务必记忆标准形式——它们在展开和因式分解中都能节省时间:
(a + b)² = a² + 2ab + b²
(a − b)² = a² − 2ab + b²
The binomial theorem extends this to higher powers. For a positive integer n, the expansion of (a + b)ⁿ uses binomial coefficients, which can be read from Pascal’s triangle or calculated with nCr:
二项式定理将这一规律推广到更高次幂。对于正整数n,(a + b)ⁿ的展开使用二项式系数,这些系数可以从杨辉三角(帕斯卡三角)中读出,也可以用nCr计算:
(a + b)ⁿ = aⁿ + ₙC₁ aⁿ⁻¹b + ₙC₂ aⁿ⁻²b² + … + bⁿ
In an IB exam, you will often need to identify a single term (for example, the term independent of x). Set the exponent of x to zero and solve the resulting equation — this is a classic Paper 1 question type.
在IB考试中,你经常需要找出某一项(例如不含x的常数项)。令x的指数为零并解出相应方程——这是Paper 1的经典题型。
3. Factorisation: Reversing Expansion | 因式分解:展开的逆运算
Factorisation is the reverse process: rewriting an expression as a product. The first move is always to look for a common factor. For example, 6x²y + 9xy² = 3xy(2x + 3y).
因式分解是相反的过程:将表达式改写为乘积形式。第一步永远是寻找公因式。例如,6x²y + 9xy² = 3xy(2x + 3y)。
Next, recognise the three classic patterns. The difference of squares is the most frequently tested:
其次,识别三种经典模式。平方差公式是考查频率最高的:
a² − b² = (a − b)(a + b)
Perfect square trinomials factorise back to (a ± b)². For a general quadratic ax² + bx + c, look for two numbers whose product is ac and whose sum is b. For x² + 5x + 6, the numbers 2 and 3 work, giving (x + 2)(x + 3).
完全平方三项式可分解回(a ± b)²。对于一般二次式ax² + bx + c,寻找两个数使其乘积为ac、和为b。对于x² + 5x + 6,数2和3满足条件,得到(x + 2)(x + 3)。
When the coefficient of x² is not 1, use the “multiply then split the middle term” method. For 2x² + 7x + 3, multiply 2 and 3 to get 6; split 7x as x + 6x or 6x + x, then factor by grouping:
当x²的系数不为1时,使用”相乘后拆中间项”的方法。对于2x² + 7x + 3,将2与3相乘得6;把7x拆成x + 6x或6x + x,然后分组因式分解:
2x² + 7x + 3 = 2x² + x + 6x + 3 = x(2x + 1) + 3(2x + 1) = (2x + 1)(x + 3)
Factorisation is also the key to solving polynomial equations, simplifying algebraic fractions and finding zeros of functions — all staple IB objectives.
因式分解也是解多项式方程、化简分式以及求函数零点的关键——这些都是IB的核心考纲要求。
4. Simplifying Algebraic Fractions | 化简代数分式
An algebraic fraction is simplified exactly like a numerical fraction: factor the numerator and denominator, then cancel any common factors. Always note the restriction on the domain: if a factor is cancelled, the original expression still excludes the value that makes it zero.
代数分式的化简与数值分数的化简完全相同:对分子和分母进行因式分解,然后约去所有公因式。始终注意定义域的限制:即使约去了某个因式,原表达式仍然排除使其为零的值。
(x² − 1) / (x − 1) = x + 1, x ≠ 1
Adding and subtracting algebraic fractions requires a common denominator, exactly as with numeric fractions. For example:
代数分式的加减需要通分,与数值分数完全相同。例如:
1/x + 1/(x + 1) = (x + 1 + x) / x(x + 1) = (2x + 1) / x(x + 1)
Rationalising the denominator is another IB favourite. Multiply the numerator and denominator by the conjugate of the denominator to eliminate surds from the bottom:
有理化分母是IB的另一大偏爱题型。将分子和分母同时乘以分母的共轭式,以消除分母中的根式:
1 / (√3 − 1) = (√3 + 1) / (3 − 1) = (√3 + 1) / 2
When dividing by a fraction, multiply by its reciprocal. Remember that expressions like x/2 and 2/x are not the same — one is a linear term, the other is a reciprocal function.
除以一个分式时,乘以它的倒数。切记x/2与2/x并不相同——前者是线性项,后者是倒数函数。
5. Solving Equations Symbolically | 符号求解方程
Solving equations is the most common symbolic computation in IB Mathematics. For a linear equation ax + b = c, apply inverse operations in reverse order of the original operations: subtract b, then divide by a.
解方程是IB数学中最常见的符号计算。对于线性方程ax + b = c,按原运算的逆序施加逆运算:先减去b,再除以a。
For a quadratic equation ax² + bx + c = 0, three approaches exist: factorisation, completing the square, and the quadratic formula. The formula works universally:
对于二次方程ax² + bx + c = 0,有三种方法:因式分解、配方法和求根公式。求根公式具有普适性:
x = (−b ± √(b² − 4ac)) / 2a
The discriminant Δ = b² − 4ac tells you the nature of the roots without solving. If Δ > 0, there are two distinct real roots; if Δ = 0, one repeated real root; if Δ < 0, two complex conjugate roots. This appears regularly in IB Paper 1 questions about the number of solutions.
判别式Δ = b² − 4ac可以不解方程就判断根的性质。若Δ > 0,有两个不同实根;若Δ = 0,有一个重根;若Δ < 0,有两个共轭复根。这在IB Paper 1关于解个数的题目中频繁出现。
For simultaneous equations, use substitution when one equation is easy to rearrange, and elimination when both are linear. A system with a quadratic and a line generally yields two solutions — geometrically, the intersections of a curve and a line. The elimination method for two linear equations can be summarised as:
对于联立方程组,当其中一个方程容易变形时用代入法;当两个方程都是线性时用消元法。一个二次方程与一条直线联立通常产生两个解——几何上讲,就是曲线与直线的交点。两个线性方程的消元法可概括为:
a₁x + b₁y = c₁, a₂x + b₂y = c₂
Multiply each equation by a suitable constant so that the coefficients of one variable match, then subtract. This is a skill you should practise until it is automatic — it appears in many longer questions.
将每个方程乘以适当的常数,使某一变量的系数一致,然后相减。这一技能应练习到自动化——它在许多大题中都会出现。
6. Working with Functions | 函数的运算
Function notation f(x) is itself a symbolic tool. Composition f(g(x)) means applying g first, then f. For example, if f(x) = x² and g(x) = x + 1, then f(g(x)) = (x + 1)² and g(f(x)) = x² + 1 — note that composition is not commutative.
函数记号f(x)本身就是一种符号工具。复合f(g(x))意味着先作用g,再作用f。例如,若f(x) = x²,g(x) = x + 1,则f(g(x)) = (x + 1)²,而g(f(x)) = x² + 1——注意复合不满足交换律。
The inverse function f⁻¹(x) undoes the effect of f. To find it symbolically, swap x and y, then rearrange to make y the subject. For a linear function f(x) = 2x − 3:
反函数f⁻¹(x)抵消f的作用。要求反函数,先将x与y互换,再整理成以y为主项的形式。对于线性函数f(x) = 2x − 3:
x = 2y − 3 ⇒ y = (x + 3)/2 ⇒ f⁻¹(x) = (x + 3)/2
Always state the domain and range. The domain of f⁻¹ is the range of f, and vice versa. A common IB question asks for the domain of an inverse involving a square root or a logarithm — you must switch the inequality direction correctly.
始终标明定义域和值域。f⁻¹的定义域是f的值域,反之亦然。IB常见题型是求涉及平方根或对数的反函数的定义域——你必须正确变换不等号方向。
Transformations of graphs — translations, reflections, stretches — are written symbolically as f(x − a) + b, −f(x), f(−x), and af(bx). Recognising these forms instantly allows you to sketch curves without plotting points.
图像的变换——平移、反射、伸缩——用符号表示为f(x − a) + b、−f(x)、f(−x)和af(bx)。立刻辨认这些形式,你就能不描点而直接画出曲线草图。
7. Differentiation: The Power of Limits | 微分:极限的力量
Differentiation measures instantaneous rates of change. Symbolically, the derivative f'(x) is defined by the limit:
微分衡量瞬时变化率。从符号上说,导数f'(x)由极限定义:
f'(x) = lim(h → 0) [f(x + h) − f(x)] / h
The power rule is the workhorse. For any constant n:
幂法则是主力工具。对于任意常数n:
d/dx (xⁿ) = n xⁿ⁻¹
It extends to polynomials term by term. For example, d/dx (3x⁴ − 2x² + 5x) = 12x³ − 4x + 5. The derivative of a constant is zero, since constants do not change.
幂法则可以逐项推广到多项式。例如,d/dx (3x⁴ − 2x² + 5x) = 12x³ − 4x + 5。常数的导数为零,因为常数不发生变化。
Three advanced rules are essential for IB. The product rule handles products of functions:
三条高级法则对IB至关重要。乘积法则处理函数的乘积:
d/dx (uv) = u’v + uv’
The quotient rule handles fractions:
商法则处理分式:
d/dx (u/v) = (u’v − uv’) / v²
The chain rule handles composite functions — it is the most frequently misapplied rule in IB examinations:
链式法则处理复合函数——它是IB考试中最常被误用的法则:
d/dx [f(g(x))] = f'(g(x)) × g'(x)
For example, d/dx (sin(2x)) = 2cos(2x), because the outer sine function has derivative cos(2x), and the inner 2x has derivative 2. When a GDC is available, differentiating symbolically is quick — but in Paper 1 you must show every step manually.
例如,d/dx (sin(2x)) = 2cos(2x),因为外层正弦函数的导数为cos(2x),内层2x的导数为2。当可以使用图形计算器时,符号求导很快——但在Paper 1中,你必须手动展示每一步。
8. Integration: The Reverse Process | 积分:逆过程
Integration is the reverse of differentiation. The indefinite integral restores a function from its derivative, always adding a constant of integration C:
积分是微分的逆运算。不定积分从导数恢复原函数,并且总是加上积分常数C:
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C, n ≠ −1
For example, ∫ (3x² + 2x) dx = x³ + x² + C. Never forget the +C in indefinite integrals — it is one of the most common mark-loss mistakes in IB.
例如,∫ (3x² + 2x) dx = x³ + x² + C。永远不要忘记不定积分中的+C——这是IB中最常见的失分点之一。
Definite integrals evaluate the area under a curve between two limits:
定积分计算曲线与x轴之间、两个界限之间的面积:
∫ₐᵇ f(x) dx = F(b) − F(a)
where F is any antiderivative of f. This is the Fundamental Theorem of Calculus. For example, ∫₀² x² dx = 2³/3 − 0³/3 = 8/3.
其中F是f的任意一个原函数。这就是微积分基本定理。例如,∫₀² x² dx = 2³/3 − 0³/3 = 8/3。
Integration of composite functions often requires a substitution, which is the inverse of the chain rule. If the integrand contains a function and its derivative, substitution works directly. For ∫ 2x/(x² + 1) dx, set u = x² + 1, so du = 2x dx, giving ∫ 1/u du = ln|x² + 1| + C.
复合函数的积分通常需要换元法,这是链式法则的逆运算。如果被积函数包含某个函数及其导数,直接换元即可。对于∫ 2x/(x² + 1) dx,令u = x² + 1,则du = 2x dx,得到∫ 1/u du = ln|x² + 1| + C。
9. Limits and Sequences | 极限与数列
Limits underpin both differentiation and the behaviour of series. The key algebraic techniques for evaluating limits are substitution, factorisation and cancellation of common factors.
极限既是微分的基础,也决定级数的收敛行为。求极限的关键代数技术包括代入、因式分解和约去公因式。
For the classic indeterminate form 0/0, factor and cancel. Take lim(x → 2) (x² − 4)/(x − 2): direct substitution gives 0/0, but factorisation resolves it:
对于经典的不定式0/0,先因式分解再约分。以lim(x → 2) (x² − 4)/(x − 2)为例:直接代入得到0/0,但因式分解即可解决:
lim(x → 2) (x − 2)(x + 2)/(x − 2) = lim(x → 2) (x + 2) = 4
For limits at infinity, divide every term by the highest power of x in the denominator. This reveals which terms vanish as x → ∞, leaving the horizontal asymptote.
对于无穷远处的极限,将每一项除以分母中x的最高次幂。这可以揭示随着x → ∞哪些项消失,从而得出水平渐近线。
Sequences and series use symbolic formulas. The nth term of an arithmetic sequence is uₙ = u₁ + (n − 1)d, and of a geometric sequence is uₙ = u₁rⁿ⁻¹. Their sums are:
数列与级数使用符号公式。等差数列的通项为uₙ = u₁ + (n − 1)d,等比数列的通项为uₙ = u₁rⁿ⁻¹。它们的求和公式为:
Sₙ = n/2 [2u₁ + (n − 1)d]
Sₙ = u₁(1 − rⁿ) / (1 − r)
The infinite geometric series converges only when |r| < 1, with sum S = u₁/(1 − r). Memorise this condition — it appears in both AA and AI papers.
无穷等比级数仅在|r| < 1时收敛,其和为S = u₁/(1 − r)。牢记这个条件——它在AA和AI的试卷中都会出现。
10. GDC and CAS Strategies | 图形计算器与CAS策略
In IB, the GDC is a powerful ally, but it must be used strategically. Symbolic computation on a GDC can expand, factorise, solve, differentiate and integrate instantly. However, the marks in exam papers are awarded for the method you show, not merely the answer.
在IB中,图形计算器是强大的盟友,但必须策略性地使用。图形计算器上的符号计算可以即时展开、因式分解、求解、求导和积分。然而,试卷中的分数是依据你所展示的方法来评定的,而不仅仅是答案。
The table below summarises when to compute by hand versus when to use the GDC:
下表总结了何时手算、何时使用图形计算器:
| Situation | 情境 | Recommended Tool | 推荐工具 |
| Paper 1 — all symbolic steps | Paper 1 — 所有符号步骤 | Manual | 手算 |
| Paper 2 — solving a cubic equation | Paper 2 — 解三次方程 | GDC (solve command) | 图形计算器(求解命令) |
| Verifying an algebraic factorisation | 验证代数因式分解 | GDC expand command | 图形计算器展开命令 |
| Evaluating a definite integral | 计算定积分 | GDC if graph or exact value is hard | 若图像困难或精确值难求,用图形计算器 |
| Finding a derivative from first principles | 用第一性原理求导 | Manual (limit definition) | 手算(极限定义) |
A strong IB candidate uses the GDC to check answers and explore patterns, but always presents the algebraic reasoning in writing. If a GDC gives a surprising result, test it with a quick manual substitution — this habit catches many errors.
优秀的IB考生会用图形计算器检查答案和探索规律,但始终在卷面上展示代数推理过程。如果图形计算器给出意外的结果,请用快速手动代入来检验——这个习惯能发现许多错误。
11. Common Pitfalls and How to Avoid Them | 常见错误与规避方法
Even strong students lose marks on symbolic computation through avoidable mistakes. Here are the most frequent traps in IB examinations.
即使是优秀的学生也常在符号计算上因可避免的错误而失分。以下是IB考试中最常见的陷阱。
-
Sign errors: when subtracting a bracket, change every sign inside. For (2x + 3) − (x − 4), the result is 2x + 3 − x + 4 = x + 7, not x − 1.
符号错误:减去括号时,括号内每一项都要变号。对于(2x + 3) − (x − 4),结果应为2x + 3 − x + 4 = x + 7,而不是x − 1。
-
Missing the +C in indefinite integrals: in any integration question, write the constant explicitly.
不定积分漏写+C:在一切积分题中,明确写出积分常数。
-
Forgetting domain restrictions after cancellation: (x² − 1)/(x − 1) simplifies to x + 1 only when x ≠ 1.
约分后忘记定义域限制:(x² − 1)/(x − 1)仅在x ≠ 1时可化简为x + 1。
-
Applying the power rule to constants of the form 1/x: remember 1/x = x⁻¹, so its derivative is −x⁻² = −1/x², not ln x (that is the integral).
对1/x形式的常数误用幂法则:记住1/x = x⁻¹,其导数为−x⁻² = −1/x²,而不是ln x(ln x是其积分)。
-
Confusing −x² and (−x)²: the first is negative, the second is positive. Order of operations matters.
混淆−x²与(−x)²:前者为负,后者为正。运算顺序至关重要。
-
Forgetting to switch inequality direction when multiplying or dividing by a negative number while solving inequalities
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课程辅导,国外大学本科硕士研究生博士课程论文辅导