一、代数是什么 — 从数字到字母的思维跃迁 | What Is Algebra — The Leap from Numbers to Letters
代数是数学的一个核心分支,它用字母和符号来表示数字和数量之间的关系。对于KS3(关键阶段3,对应英国7-9年级)的学生来说,代数标志着从纯算术计算向抽象逻辑推理的关键过渡。在剑桥国际课程(Cambridge Lower Secondary Mathematics)中,代数模块通常从七年级开始引入,逐步帮助学生建立”用符号思考”的能力。
Algebra is a core branch of mathematics that uses letters and symbols to represent numbers and the relationships between quantities. For KS3 (Key Stage 3, covering Years 7-9 in the UK) students, algebra marks the critical transition from pure arithmetic computation to abstract logical reasoning. In the Cambridge Lower Secondary Mathematics curriculum, the algebra strand is typically introduced from Year 7 onwards, gradually helping students build the ability to “think with symbols.”
二、为什么代数如此重要 — 数学语言的通用语法 | Why Algebra Matters — The Universal Grammar of Mathematical Language
代数的价值远远超越课堂考试。它是科学、工程、经济学和计算机科学等几乎所有高等学科的通用语言。无论是计算火箭轨道、设计建筑结构,还是分析股票市场趋势,代数都是背后的基础工具。对KS3学生而言,掌握代数不仅意味着在IGCSE数学考试中占据优势,更是在为未来STEM领域的学习铺设基石。
The value of algebra extends far beyond classroom exams. It is the universal language of virtually all advanced disciplines including science, engineering, economics, and computer science. Whether calculating rocket trajectories, designing building structures, or analysing stock market trends, algebra is the foundational tool behind them all. For KS3 students, mastering algebra means not only gaining an advantage in the IGCSE Mathematics exam, but also laying the groundwork for future studies in STEM fields.
三、代数表达式的基本构成 — 变量、系数与常数项 | The Building Blocks of Algebraic Expressions — Variables, Coefficients, and Constant Terms
代数表达式的核心元素包括三类:变量(如x、y、n),它们代表未知或可变的数值;系数(如3x中的3),它表示变量被乘的倍数;常数项(如表达式2x + 5中的5),它是一个固定不变的数值。理解这三者的区别是构建和解读代数表达式的第一步。例如,在表达式4a – 7b + 2中,4是变量a的系数,-7是变量b的系数,2是常数项。
The core elements of an algebraic expression fall into three categories: variables (such as x, y, n), which represent unknown or changeable values; coefficients (such as the 3 in 3x), which indicate the multiplier applied to the variable; and constant terms (such as the 5 in 2x + 5), which are fixed numerical values. Understanding the distinction between these three is the first step in constructing and interpreting algebraic expressions. For example, in the expression 4a – 7b + 2, 4 is the coefficient of variable a, -7 is the coefficient of variable b, and 2 is the constant term.
四、同类项的合并 — 化简表达式的核心技能 | Collecting Like Terms — The Core Skill of Simplifying Expressions
同类项是指含有相同变量及其幂次的项。例如,3x和5x是同类项,因为它们共享同一个变量x的一次幂;而3x和3x²不是同类项,因为幂次不同。合并同类项是代数运算中最基础也最频繁使用的操作:只需将同类项的系数相加或相减,变量部分保持不变。例如,3a + 5a = 8a,7y – 2y = 5y,而4x + 2y则无法进一步合并。
Like terms are terms that contain the same variable raised to the same power. For example, 3x and 5x are like terms because they share the same variable x raised to the first power; however, 3x and 3x² are not like terms because the powers differ. Collecting like terms is the most fundamental and frequently used operation in algebra: simply add or subtract the coefficients while keeping the variable part unchanged. For instance, 3a + 5a = 8a, 7y – 2y = 5y, while 4x + 2y cannot be merged further.
五、展开括号 — 分配律的实际应用 | Expanding Brackets — Applying the Distributive Law
展开括号是代数中的另一个关键技能,其核心是分配律:a(b + c) = ab + ac。这意味着括号外的每一项需要分别乘以括号内的每一项。例如,3(x + 4)展开后为3x + 12;2(3a – 5b)展开后为6a – 10b。当括号前出现负号时需特别注意:负号等同于乘以-1,因此-(2x – 3)应展开为-2x + 3,而非-2x – 3,这是一个极易出错的点。
Expanding brackets is another critical algebraic skill, centred on the distributive law: a(b + c) = ab + ac. This means each term outside the brackets must be multiplied by each term inside. For example, 3(x + 4) expands to 3x + 12; 2(3a – 5b) expands to 6a – 10b. Special care is needed when a negative sign precedes the brackets: the negative sign is equivalent to multiplying by -1, so -(2x – 3) should expand to -2x + 3, not -2x – 3. This is a highly error-prone point.
六、求解一元一次方程 — 逆向运算与等式平衡 | Solving Linear Equations in One Variable — Inverse Operations and Maintaining Balance
一元一次方程是KS3代数学习的核心内容。求解的基本原理是”等式的平衡”:等式两边同时进行相同的运算,等式依然成立。例如,解方程2x + 5 = 13时,先两边同时减去5得到2x = 8,再两边同时除以2得到x = 4。每步操作都可视为”逆向运算” – 加法对应减法,乘法对应除法。剑桥KS3课程强调学生理解每一步背后的逻辑,而非机械记忆步骤。
Linear equations in one variable are the core content of KS3 algebra. The fundamental principle for solving them is “maintaining the balance of the equation”: performing the same operation on both sides keeps the equation valid. For example, to solve 2x + 5 = 13, first subtract 5 from both sides to get 2x = 8, then divide both sides by 2 to obtain x = 4. Each step can be viewed as an “inverse operation” – addition corresponds to subtraction, and multiplication to division. The Cambridge KS3 curriculum emphasises that students understand the logic behind each step, rather than mechanically memorising procedures.
七、更复杂的线性方程 — 含变量在两边及含分数的情况 | More Complex Linear Equations — Variables on Both Sides and Fractions
随着学习的深入,KS3学生需要处理变量出现在等式两边的情况,例如3x – 4 = 2x + 1。此时策略是将所有含变量的项移到一边,常数项移到另一边:3x – 2x = 1 + 4,化简得x = 5。此外,含有分数的方程(如x/3 + 2 = 5)则需要先清除分母:两边同乘3得到x + 6 = 15,进而x = 9。剑桥试题中常出现这类多层运算的方程,考察学生综合运用技能的能力。
As learning progresses, KS3 students need to handle situations where variables appear on both sides of the equation, such as 3x – 4 = 2x + 1. The strategy here is to move all variable terms to one side and all constant terms to the other: 3x – 2x = 1 + 4, simplifying to x = 5. Furthermore, equations containing fractions (such as x/3 + 2 = 5) require clearing the denominator first: multiply both sides by 3 to get x + 6 = 15, hence x = 9. Cambridge exam papers frequently feature such multi-step equations, testing students’ ability to apply combined skills.
八、代入求值 — 理解函数关系的起点 | Substitution — The Starting Point for Understanding Functional Relationships
代入法是指将具体的数值代入代数表达式并计算结果。例如,当x = 2时,表达式3x² – 2x + 1的值等于3(4) – 4 + 1 = 12 – 4 + 1 = 9。这一技能不仅用于检验方程的解是否正确,更是理解函数概念的起点 – 每一个输入的x值对应一个输出的表达式值,这种输入-输出关系正是函数的本质。剑桥KS3评估中,代入题常以”evaluate when…”的形式出现。
Substitution involves inserting specific numerical values into an algebraic expression and calculating the result. For example, when x = 2, the value of the expression 3x² – 2x + 1 equals 3(4) – 4 + 1 = 12 – 4 + 1 = 9. This skill is used not only to verify whether a solution to an equation is correct, but also serves as the starting point for understanding the concept of functions – each input value of x corresponds to an output value of the expression, and this input-output relationship is precisely the essence of a function. In Cambridge KS3 assessments, substitution questions often appear in the form “evaluate when…”
九、从文字到代数 — 将实际问题转化为数学语言 | From Words to Algebra — Translating Real-World Problems into Mathematical Language
许多KS3学生在面对”文字题”时感到困难,因为问题没有直接给出方程式。将文字转化为代数表达式的关键在于识别关键词:”某数的两倍”→ 2x;”比某数多5″→ x + 5;”两数之和”→ x + y;”乘积”→ xy。例如,”一个数加上它的三倍等于24″可翻译为n + 3n = 24,解得n = 6。这种转化能力是数学建模的基础,在GCSE及更高阶段的考试中分值占比极高。
Many KS3 students find “word problems” challenging because the question does not directly provide an equation. The key to translating text into algebraic expressions lies in recognising key phrases: “twice a number” becomes 2x; “5 more than a number” becomes x + 5; “the sum of two numbers” becomes x + y; “the product” becomes xy. For example, “a number plus three times itself equals 24” translates to n + 3n = 24, yielding n = 6. This translation ability is the foundation of mathematical modelling and carries significant weight in GCSE and higher-level examinations.
十、序列与代数通项公式 — 发现模式并用代数表达规律 | Sequences and the Algebraic nth Term — Discovering Patterns and Expressing Rules Algebraically
序列(Sequences)是剑桥KS3代数模块的重要延伸内容。线性序列(也称等差数列)中,每项与前一项之差恒为固定值,这个差值称为公差(common difference)。序列的第n项通项公式给出了计算任意位置项值的方法。例如,序列5, 8, 11, 14, 17, … 的公差为3,其通项公式为3n + 2(因为当n=1时,3(1) + 2 = 5)。学生需要从序列的前几项中识别出公差,并反向推算出第零项(即通项公式中的常数项)。
Sequences are a key extension topic within the Cambridge KS3 algebra strand. In linear sequences (also called arithmetic sequences), the difference between each term and the preceding term is constant – this difference is called the common difference. The nth term formula for a sequence provides a method for calculating the value at any position. For example, in the sequence 5, 8, 11, 14, 17, …, the common difference is 3, and the nth term formula is 3n + 2 (because when n = 1, 3(1) + 2 = 5). Students need to identify the common difference from the first few terms of a sequence and work backwards to determine the zeroth term (the constant in the nth term formula).
十一、常见错误与避免方法 — 代数学习中的典型陷阱 | Common Mistakes and How to Avoid Them — Typical Pitfalls in Learning Algebra
代数初学者常犯的错误包括:(1) 混淆负号运算,如计算-3 – 2时误得-1,正确应为-5;(2) 在展开括号时遗漏乘以括号内的每一项,如2(x + 3)误写为2x + 3,正确为2x + 6;(3) 错误地将3x和3x²视为同类项进行合并;(4) 在方程两边操作时忘记同时进行相同运算,导致方程失衡。避免这些错误的最佳方法是:每步运算后即时验证,将解代回原方程检验,以及大量刻意练习。
Common mistakes made by algebra beginners include: (1) Confusing sign operations, such as mistakenly obtaining -1 from -3 – 2, when the correct answer is -5; (2) Forgetting to multiply every term inside brackets when expanding, such as writing 2(x + 3) as 2x + 3, when the correct expansion is 2x + 6; (3) Mistakenly treating 3x and 3x² as like terms and attempting to combine them; (4) Forgetting to perform the same operation on both sides when solving equations, thus breaking the balance. The best ways to avoid these errors are: verifying each step immediately after performing it, substituting solutions back into the original equation to check correctness, and engaging in plenty of deliberate practice.
十二、代数的实际应用 — 从购物折扣到运动物理 | Real-World Applications of Algebra — From Shopping Discounts to Sports Physics
代数的应用在日常生活中无处不在。计算打折价格:一件原价P英镑的衣服打七折后的价格为0.7P;规划旅行预算:租车费用为固定费用F加上每公里c英镑,行驶d公里的总费用为F + cd;体育中的物理分析:一个球从高度h自由落体,经过t秒后下落距离为4.9t²。当学生看到代数与真实世界的连接时,这门学科不再是枯燥的符号游戏,而变成了理解世界运行规律的强大工具。
Applications of algebra are everywhere in daily life. Calculating sale prices: a garment originally priced at P pounds with a 30% discount costs 0.7P; planning travel budgets: a car rental has a fixed fee F plus c pounds per kilometre, so the total cost for d kilometres is F + cd; sports physics analysis: a ball dropped from height h falls a distance of 4.9t² after t seconds. When students see the connection between algebra and the real world, the subject stops being a dry game of symbols and becomes a powerful tool for understanding the laws governing how the world works.
十三、乘法分配律的进阶应用 — 展开两个二项式的乘积 | Advanced Applications of the Distributive Law — Expanding Products of Two Binomials
当KS3学生熟练掌握单项式乘多项式后,下一步自然进展是利用FOIL法则(First, Outer, Inner, Last)或网格法展开两个二项式的乘积。例如,(x + 2)(x + 3) = x² + 3x + 2x + 6 = x² + 5x + 6。网格法将一个二项式放在顶部,另一个放在左侧,填满2×2的网格后求和,该方法可视性强,特别适合直观理解型的学生。特殊乘积模式如平方差公式(a + b)(a – b) = a² – b²也在KS3高阶内容中出现,这类模式识别能力为未来的因式分解学习打下基础。
Once KS3 students have mastered multiplying a monomial by a polynomial, the natural progression is expanding the product of two binomials using the FOIL method (First, Outer, Inner, Last) or the grid method. For example, (x + 2)(x + 3) = x² + 3x + 2x + 6 = x² + 5x + 6. The grid method places one binomial along the top and the other along the side, fills the 2×2 grid and sums the entries – this method is highly visual and particularly suited to students who benefit from seeing the structure directly. Special product patterns such as the difference of squares formula (a + b)(a – b) = a² – b² also appear in higher-level KS3 content; the ability to recognise such patterns lays the groundwork for future work in factorisation.
十四、因式分解入门 — 展开的逆向操作 | Introduction to Factorisation — The Reverse of Expansion
因式分解是展开的逆向操作:将一个多项式表达式分解为其因子的乘积。KS3阶段最常见的因式分解是提取公因式,例如6x + 9 = 3(2x + 3),其中3是6x和9的最大公因数。这一技能要求学生对乘法口诀和因数分解有扎实的掌握。此外,形如x² + 5x + 6的三项式可以分解为(x + 2)(x + 3),这本质上是FOIL展开的逆向思维。剑桥KS3课程通常将因式分解安排在代数模块的后半部分,与展开括号形成紧密的”技能对”。
Factorisation is the reverse operation of expansion: decomposing a polynomial expression into the product of its factors. The most common type of factorisation at KS3 level is extracting the highest common factor, for example 6x + 9 = 3(2x + 3), where 3 is the highest common factor of 6x and 9. This skill requires students to have a solid command of multiplication tables and factor identification. Furthermore, trinomials such as x² + 5x + 6 can be factorised as (x + 2)(x + 3), which is essentially the reverse of FOIL expansion. The Cambridge KS3 curriculum typically places factorisation in the latter half of the algebra strand, forming a tight “skill pair” with bracket expansion.
十五、公式改写与代入 — 将给定公式重新排列为所需形式 | Formula Rearrangement and Substitution — Reordering Given Formulas into Required Forms
在科学和数学的交叉领域,KS3学生经常需要将公式改写为以另一变量为主语的形式。例如,已知速度公式v = d/t,改为求距离的公式d = vt,或求时间的公式t = d/v。这类改写本质上是求解”文字方程” – 将除目标变量外的所有字母视为常数。具体步骤包括:识别目标变量、使用逆向运算逐步隔离它、最终整理为标准形式。例如,将公式y = mx + c改写成以x为变量:先减c得y – c = mx,再除以m得x = (y – c)/m。这一技能在物理和化学计算中极为实用。
At the intersection of science and mathematics, KS3 students frequently need to rearrange formulas so that a different variable becomes the subject. For example, given the speed formula v = d/t, rearranging to make distance the subject yields d = vt, or to make time the subject yields t = d/v. This type of rearrangement is essentially solving a “literal equation” – treating all letters other than the target variable as constants. The specific steps include: identifying the target variable, using inverse operations to gradually isolate it, and finally writing the expression in standard form. For instance, to rearrange y = mx + c to make x the subject: first subtract c to get y – c = mx, then divide by m to obtain x = (y – c)/m. This skill is extremely practical in physics and chemistry calculations.
十六、不等式入门 — KS3代数推理的自然延伸 | Introduction to Inequalities — A Natural Extension of KS3 Algebraic Reasoning
不等式将方程中的等号替换为不等号(<, >, ≤, ≥),表示两个表达式之间的比较关系。剑桥KS3课程通常在代数模块的后期引入基础不等式,例如解x + 3 > 7:两边减3得x > 4,这意味着x可以是任何大于4的数。值得注意的是,当两边同时乘以或除以负数时,不等号的方向需要反转:例如-2x < 6,两边同除以-2得x > -3。这一规则经常在不经意间被忽略。不等式在数轴上的表示(空心圆表示严格不等,实心圆表示包含等号)也是KS3考察的重点。
Inequalities replace the equals sign in an equation with inequality symbols (<, >, ≤, ≥), expressing a comparative relationship between two expressions. The Cambridge KS3 curriculum typically introduces basic inequalities in the latter part of the algebra strand, for example solving x + 3 > 7: subtract 3 from both sides to get x > 4, meaning x can be any number greater than 4. It is worth noting that when both sides are multiplied or divided by a negative number, the direction of the inequality symbol must be reversed: for instance, -2x < 6, dividing both sides by -2 yields x > -3. This rule is frequently overlooked unintentionally. The representation of inequalities on a number line (open circles for strict inequalities, filled circles for inclusive ones) is also a key assessment focus at KS3.
十七、典型练习题与详细解答 | Practice Questions with Detailed Solutions
基础题 | Basic Questions
Q1: Simplify: 4a + 7b – 2a + 3b
Answer: Combine like terms: (4a – 2a) + (7b + 3b) = 2a + 10b
题1:化简 4a + 7b – 2a + 3b
解答:合并同类项:(4a – 2a) + (7b + 3b) = 2a + 10b
Q2: Expand and simplify: 3(2x – 5) + 4(x + 1)
Answer: 3(2x – 5) = 6x – 15; 4(x + 1) = 4x + 4; combined: 6x – 15 + 4x + 4 = 10x – 11
题2:展开并化简 3(2x – 5) + 4(x + 1)
解答:3(2x – 5) = 6x – 15;4(x + 1) = 4x + 4;合并:6x – 15 + 4x + 4 = 10x – 11
进阶题 | Intermediate Questions
Q3: Solve: 5x – 3 = 2x + 9
Answer: 5x – 2x = 9 + 3 → 3x = 12 → x = 4
Check: LHS = 5(4) – 3 = 17; RHS = 2(4) + 9 = 17 ✓
题3:解方程 5x – 3 = 2x + 9
解答:5x – 2x = 9 + 3 → 3x = 12 → x = 4
检验:左边 = 5(4) – 3 = 17;右边 = 2(4) + 9 = 17 ✓
Q4: Find the nth term of the sequence: 7, 11, 15, 19, 23, …
Answer: Common difference = +4. First term = 7, so zeroth term = 7 – 4 = 3. nth term = 4n + 3.
题4:求序列 7, 11, 15, 19, 23, … 的第n项通项公式
解答:公差 = +4。首项 = 7,因此第零项 = 7 – 4 = 3。通项公式 = 4n + 3。
挑战题 | Challenge Questions
Q5: A rectangle has length (2x + 3) cm and width (x – 1) cm. If the perimeter is 34 cm, find x and hence the area of the rectangle.
Answer: Perimeter = 2(length + width) = 2[(2x + 3) + (x – 1)] = 2(3x + 2) = 6x + 4. Set 6x + 4 = 34 → 6x = 30 → x = 5. Length = 2(5) + 3 = 13 cm; Width = 5 – 1 = 4 cm. Area = 13 × 4 = 52 cm².
题5:一个矩形的长为 (2x + 3) 厘米,宽为 (x – 1) 厘米。若周长为34厘米,求x的值及矩形的面积。
解答:周长 = 2(长+宽) = 2[(2x + 3) + (x – 1)] = 2(3x + 2) = 6x + 4。令 6x + 4 = 34 → 6x = 30 → x = 5。长 = 2(5) + 3 = 13厘米;宽 = 5 – 1 = 4厘米。面积 = 13 × 4 = 52平方厘米。
十八、剑桥KS3代数考试技巧与评分要点 | Cambridge KS3 Algebra Exam Tips and Marking Points
在剑桥Lower Secondary Checkpoint考试中,代数题目通常占整卷的25%-35%。以下是根据历年真题总结的高频评分要点:(1) 展示完整运算步骤 – 即使最终答案正确,缺少关键中间步骤也会失分;(2) 合并同类项时务必写出合并后的最终形式,不能停留在”3x + 5x”而应写出”8x”;(3) 解方程后必须将解代入原方程检验 – 这不仅确保正确性,在部分题目中检验步骤本身就计分;(4) 文字题中的单位(cm、kg、pounds等)必须包含在最终答案中,遗漏单位常导致1-2分的损失;(5) 对于序列题,若题目要求”find the nth term”,必须使用n作为变量,不可用其他字母替代。
In the Cambridge Lower Secondary Checkpoint examination, algebra questions typically account for 25%-35% of the total paper. The following are high-frequency marking points summarised from past papers: (1) Show complete working steps – even if the final answer is correct, missing key intermediate steps will result in lost marks; (2) When collecting like terms, always write the final combined form – do not leave “3x + 5x” but write “8x”; (3) After solving an equation, always substitute the solution back into the original equation to verify – this not only ensures correctness but, in some questions, the verification step itself carries marks; (4) Units (cm, kg, pounds, etc.) in word problems must be included in the final answer – omitting units often results in a loss of 1-2 marks; (5) For sequence questions, if the question asks to “find the nth term”, n must be used as the variable – no other letter may be substituted.
十九、从KS3代数到IGCSE的平滑过渡策略 | Strategies for a Smooth Transition from KS3 Algebra to IGCSE
KS3代数为IGCSE数学奠定了约70%的代数基础。两者的核心差异在于IGCSE要求更高的抽象思维和更复杂的多步骤问题解决能力。为做好过渡准备,建议KS3学生:(1) 在七年级结束时熟练掌握一元一次方程的求解和检验;(2) 在八年级引入二次方程的基本概念和因式分解的进阶技巧;(3) 在九年级开始接触联立方程组的前置知识 – 用代入法和消元法求解两个变量的线性方程组;(4) 建立”代数工具箱”笔记本,按主题记录公式、典型题型和常见错误,作为IGCSE阶段快速查阅的参考资料;(5) 定期使用剑桥IGCSE历年真题中的代数基础题进行自测,不仅熟悉题型,更培养考试节奏感。
KS3 algebra lays approximately 70% of the algebraic foundation for IGCSE Mathematics. The core difference between the two lies in IGCSE’s demand for higher-level abstract thinking and more complex multi-step problem-solving ability. To prepare for the transition, KS3 students are advised to: (1) Achieve fluent mastery of solving and verifying linear equations in one variable by the end of Year 7; (2) Introduce the basic concept of quadratic equations and advanced factorisation techniques in Year 8; (3) Begin exploring the prerequisites for simultaneous equations in Year 9 – solving systems of two linear equations in two variables using substitution and elimination methods; (4) Build an “Algebra Toolkit” notebook, organised by topic, recording formulas, typical question types, and common errors, serving as a quick-reference resource at the IGCSE stage; (5) Regularly self-test using the algebra foundation questions from Cambridge IGCSE past papers – this not only builds familiarity with question formats but also develops exam pacing instincts.
Summary | 总结
代数作为数学的”语法系统”,是KS3阶段学生从具体算术迈向抽象推理的重要桥梁。本文系统梳理了代数表达式的基本构成、同类项合并、括号展开、一元一次方程求解、代入法、文字题转化以及序列通项公式等核心知识点,并结合剑桥KS3课程要求提供了典型示例和常见错误分析。掌握这些内容不仅有助于学生在校内评估和IGCSE衔接考试中取得优异成绩,更是培养逻辑思维和问题解决能力的关键。代数的本质不是背诵公式,而是理解”用符号代表数量”这一思维的优雅与力量。
Algebra, as the “grammar system” of mathematics, serves as the crucial bridge for KS3 students transitioning from concrete arithmetic to abstract reasoning. This article has systematically covered the core knowledge areas of algebraic expressions’ basic components, collecting like terms, expanding brackets, solving linear equations in one variable, substitution, translating word problems, and the nth term formula for sequences – all aligned with the Cambridge KS3 curriculum requirements, complete with typical examples and common error analysis. Mastering these topics not only helps students achieve excellent results in school assessments and the IGCSE bridging examination, but is also key to developing logical thinking and problem-solving abilities. The essence of algebra is not memorising formulas, but understanding the elegance and power of “representing quantities with symbols.”
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导