📚 Solving Equations with Algebraic Fractions | 解含代数分式的方程
In IGCSE Mathematics, equations often contain fractions with variables in the numerator or denominator. This article shows step-by-step methods for clearing denominators and solving these equations accurately.
在 IGCSE 数学中,方程经常含有分子或分母中带变量的分式。本文逐步讲解去分母并准确求解这类方程的方法。
1. What Are Algebraic Fractions? | 什么是代数分式?
An algebraic fraction is a fraction in which the numerator, the denominator, or both contain variables. Examples include (x+2)/3, 5/(x−1), and (2x)/(x²+1).
代数分式是分子、分母或两者含有变量的分式。例如 (x+2)/3、5/(x−1) 和 (2x)/(x²+1)。
In IGCSE exams, you may need to simplify, add, subtract, multiply, divide, or solve equations involving algebraic fractions. This article focuses on solving equations.
在 IGCSE 考试中,你可能需要化简、加、减、乘、除代数分式,或解含有代数分式的方程。本文重点讲解解方程。
2. The Golden Rule: Clear the Denominators | 黄金法则:去分母
When an equation contains fractions, the most efficient first step is to clear the denominators. Multiply every term on both sides by the lowest common denominator, often written as LCD.
当方程含有分式时,最高效的第一步是去分母。用最简公分母 (LCD) 乘以方程两边的每一项。
This is valid because multiplying both sides by the same non-zero expression keeps the equation balanced. After clearing denominators, you should obtain a familiar equation, usually linear or quadratic.
这样做是合理的,因为用同一个非零表达式乘等式两边,等式仍然成立。去分母后,你应该得到一个熟悉的方程,通常是线性方程或二次方程。
3. Finding the Lowest Common Denominator (LCD) | 寻找最简公分母
The lowest common denominator is the smallest expression that is divisible by every denominator in the equation. For numerical denominators, use the lowest common multiple.
最简公分母是能够被方程中每一个分母整除的最小表达式。对于数字分母,使用最小公倍数。
For algebraic denominators, multiply distinct factors with their highest powers. For example, the LCD of (x−1) and (x+2) is (x−1)(x+2).
对于代数分母,将所有不同因子按最高次幂相乘。例如,(x−1) 和 (x+2) 的最简公分母是 (x−1)(x+2)。
- Denominators: 4, 6 → LCD = 12
- Denominators: (x−1), (x+2) → LCD = (x−1)(x+2)
4. Worked Example 1: Linear Equation | 例题 1:线性方程
Solve: (x+2)/3 + (x−1)/2 = 4.
解方程:(x+2)/3 + (x−1)/2 = 4。
Step 1: The LCD of 3 and 2 is 6. Multiply each term by 6.
步骤 1:3 和 2 的最简公分母是 6。将每一项乘以 6。
6 × (x+2)/3 + 6 × (x−1)/2 = 6 × 4
Step 2: Cancel the denominators.
步骤 2:约去分母。
2(x+2) + 3(x−1) = 24
Step 3: Expand and simplify.
步骤 3:展开并化简。
2x + 4 + 3x − 3 = 24
5x + 1 = 24
5x = 23
x = 23/5
Step 4: Check by substituting x = 23/5 into the original equation.
步骤 4:将 x = 23/5 代入原方程进行检验。
5. Worked Example 2: Variables in the Denominator | 例题 2:分母中含有变量
Solve: 3/(x−1) = 2/(x+1).
解方程:3/(x−1) = 2/(x+1)。
Before solving, note that x ≠ 1 and x ≠ −1, because denominators cannot be zero.
求解前,注意 x ≠ 1 且 x ≠ −1,因为分母不能为零。
The LCD is (x−1)(x+1). Multiply both sides by the LCD.
最简公分母是 (x−1)(x+1)。两边同时乘以最简公分母。
3(x+1) = 2(x−1)
Expand and solve:
展开并求解:
3x + 3 = 2x − 2
3x − 2x = −2 − 3
x = −5
x = −5 is allowed because it does not make any denominator zero.
x = −5 是有效的,因为它不会使任何分母为零。
6. Checking Restrictions and Extraneous Solutions | 检查限制条件与增根
Whenever a variable appears in a denominator, you must identify excluded values before solving. A value that makes a denominator zero is not part of the domain.
当分母中出现变量时,求解前必须先确定不允许取的值。使分母为零的值不属于定义域。
If solving produces such a value, it must be rejected as extraneous. Always state the restrictions and check each final solution against the original equation.
如果求解得到这样的值,必须将其作为增根舍去。始终写出限制条件,并把最终解代入原方程检验。
- If denominator is x−3, then x ≠ 3.
- If denominator is x²−4, factor to (x−2)(x+2), so x ≠ 2, −2.
7. Worked Example 3: Leading to a Quadratic | 例题 3:化为二次方程
Solve: x + 1/(x−2) = 4.
解方程:x + 1/(x−2) = 4。
Restriction: x ≠ 2. The LCD is x−2. Multiply both sides by x−2.
限制条件:x ≠ 2。最简公分母是 x−2。两边乘以 x−2。
x(x−2) + 1 = 4(x−2)
Expand:
展开:
x² − 2x + 1 = 4x − 8
Rearrange into standard quadratic form.
整理为标准二次方程形式。
x² − 6x + 9 = 0
(x − 3)² = 0
x = 3
x = 3 satisfies the restriction and is the solution.
x = 3 满足限制条件,是方程的解。
8. Common Mistakes to Avoid | 常见错误
Mistake 1: multiplying only the fraction terms by the LCD and not the whole-number terms. Remember that every term on both sides must be multiplied.
错误 1:只把分式项乘以最简公分母,而漏乘整数项。请记住,两边每一项都必须相乘。
Mistake 2: incorrect distribution after cancellation, especially with negative signs: 2(x−1) = 2x−2, not 2x−1.
错误 2:约分后分配律使用错误,尤其是负号:2(x−1) = 2x−2,而不是 2x−1。
Mistake 3: forgetting to check whether the solution makes an original denominator zero.
错误 3:忘记检验解是否会使原分母为零。
9. Practice Questions | 练习题
Solve (2x+1)/4 − x/3 = 1.
解方程 (2x+1)/4 − x/3 = 1。
Answer: x = 9/2.
答案:x = 9/2。
Solve 5/(x+2) = 3/(x−2).
解方程 5/(x+2) = 3/(x−2)。
Answer: x = 8.
答案:x = 8。
Solve 1/x + 2/(x+1) = 3.
解方程 1/x + 2/(x+1) = 3。
Answer: x = ±√3/3.
答案:x = ±√3/3。
10. Summary and Exam Tips | 总结与考试技巧
To solve equations with algebraic fractions: identify the LCD, state restrictions, multiply every term, solve the resulting equation, and check answers.
解含代数分式的方程的步骤是:确定最简公分母、写出限制条件、乘以每一项、解所得方程并检验答案。
Careful bookkeeping of denominators and signs will help you avoid common errors and secure full marks.
仔细处理分母和符号有助于避免常见错误,获得满分。
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