IB Math: Quotients and Reciprocals — IB数学:商与倒数函数详解

引言 | Introduction

在IB数学分析与方法(Analysis & Approaches)课程中,商函数(quotient functions)与倒数函数(reciprocal functions)是函数章节的核心内容。这些函数不仅是考试中的高频考点,更是理解更复杂的有理函数(rational functions)的基础。本文将系统讲解商与倒数的概念、定义域与值域、渐近线的确定、图像变换以及典型IB考题类型。

In the IB Mathematics Analysis & Approaches (AA) curriculum, quotient functions and reciprocal functions form the core of the functions chapter. These functions are not only frequently tested in exams but also serve as the foundation for understanding more complex rational functions. This article systematically covers the concepts of quotients and reciprocals, domain and range, asymptote determination, graph transformations, and typical IB exam question types.

一、基本概念 | 1. Basic Concepts

1.1 商函数 | Quotient Functions

商函数是指形如 f(x) = p(x)/q(x) 的函数,其中 p(x) 和 q(x) 都是多项式,且 q(x) ≠ 0。当 p(x) 和 q(x) 都是一次多项式时,我们得到形如 f(x) = (ax+b)/(cx+d) 的有理函数,这是IB课程中最常考察的形式。

A quotient function is a function of the form f(x) = p(x)/q(x), where p(x) and q(x) are both polynomials and q(x) ≠ 0. When both p(x) and q(x) are linear polynomials, we obtain a rational function of the form f(x) = (ax+b)/(cx+d), which is the most commonly examined form in the IB curriculum.

例如 / Example:f(x) = (2x+3)/(x-1) 是一个典型的商函数。理解这种函数的行为模式对于IB数学AA考试至关重要。

For instance, f(x) = (2x+3)/(x-1) is a typical quotient function. Understanding the behavior patterns of such functions is crucial for the IB Math AA exam.

1.2 倒数函数 | Reciprocal Functions

倒数函数是商函数的特例,形如 f(x) = 1/g(x),即分子为1。最基本的倒数函数是 f(x) = 1/x,其图像是一条双曲线,具有两条渐近线:垂直渐近线 x = 0 和水平渐近线 y = 0。

A reciprocal function is a special case of quotient functions, of the form f(x) = 1/g(x), where the numerator is 1. The most fundamental reciprocal function is f(x) = 1/x, whose graph is a hyperbola with two asymptotes: a vertical asymptote at x = 0 and a horizontal asymptote at y = 0.

1.3 商的倒数 vs 倒数的商 | Quotient of Reciprocals vs Reciprocal of Quotients

学生常混淆两个概念:

Students often confuse two concepts:

  • 倒数的商 / Quotient of reciprocals:(1/a)/(1/b) = b/a,即分子分母分别取倒数再相除,结果等于颠倒后的分数。
  • 商的倒数 / Reciprocal of a quotient:1/(a/b) = b/a,即先计算商再取倒数。

有趣的是,这两个结果相同,都等于 b/a。但它们在函数语境下的处理方式有所不同,理解这一点有助于避免常见的代数错误。

Interestingly, both results are the same, equaling b/a. However, they are treated differently in the context of functions, and understanding this helps avoid common algebraic errors.

二、定义域与值域 | 2. Domain and Range

2.1 求定义域 | Finding the Domain

对于商函数 f(x) = p(x)/q(x),定义域是使分母不为零的所有实数值。关键步骤:

For a quotient function f(x) = p(x)/q(x), the domain is all real values that make the denominator non-zero. Key steps:

  1. 令分母等于零 / Set denominator equal to zero:q(x) = 0
  2. 解方程求出排除值 / Solve for the excluded values
  3. 定义域为所有实数去掉排除值 / Domain is all real numbers except the excluded values

例 / Example 1:求 f(x) = 1/(x+2) 的定义域。

解:令 x+2 = 0,得 x = -2。因此定义域为 x ∈ R, x ≠ -2。

Solution: Set x+2 = 0, giving x = -2. Therefore the domain is x ∈ R, x ≠ -2.

例 / Example 2:求 f(x) = (x+1)/(x²-4) 的定义域。

解:分母 x²-4 = (x-2)(x+2) = 0,得 x = 2 或 x = -2。因此定义域为 x ∈ R, x ≠ ±2。

Solution: Denominator x²-4 = (x-2)(x+2) = 0, giving x = 2 or x = -2. Domain: x ∈ R, x ≠ ±2.

2.2 求值域 | Finding the Range

对于形如 f(x) = (ax+b)/(cx+d) 的有理函数,值域可以通过以下方法确定:

For rational functions of the form f(x) = (ax+b)/(cx+d), the range can be determined by:

方法一:求反函数法 / Method 1: Inverse Function Approach

令 y = (ax+b)/(cx+d),解出 x 关于 y 的表达式:

Let y = (ax+b)/(cx+d), solve for x in terms of y:

y(cx+d) = ax+b
ycx + yd = ax + b
ycx – ax = b – yd
x(yc – a) = b – yd
x = (b-yd)/(yc-a)

该反函数的分母 yc-a ≠ 0 给出值域的排除值:y ≠ a/c。

The denominator of this inverse function, yc-a ≠ 0, gives the excluded value for the range: y ≠ a/c.

方法二:水平渐近线法 / Method 2: Horizontal Asymptote Approach

对于商函数 f(x) = (ax+b)/(cx+d),水平渐近线为 y = a/c(当 x → ±∞ 时的极限)。值域为除去该水平渐近线外的所有实数。

For quotient functions f(x) = (ax+b)/(cx+d), the horizontal asymptote is y = a/c (the limit as x → ±∞). The range is all real numbers except this horizontal asymptote value.

例 / Example:求 f(x) = (2x+1)/(x-3) 的值域。

水平渐近线为 y = 2/1 = 2,因此值域为 y ∈ R, y ≠ 2。

The horizontal asymptote is y = 2/1 = 2, so the range is y ∈ R, y ≠ 2.

三、渐近线 | 3. Asymptotes

3.1 垂直渐近线 | Vertical Asymptotes

垂直渐近线出现在分母为零但分子不为零的x值处。对于 f(x) = p(x)/q(x):

Vertical asymptotes occur at x-values where the denominator is zero but the numerator is not. For f(x) = p(x)/q(x):

  • 解方程 q(x) = 0 得到可能的垂直渐近线位置 / Solve q(x) = 0 for possible vertical asymptote locations
  • 如果在该点 p(x) ≠ 0,则有一条垂直渐近线 / If at that point p(x) ≠ 0, there is a vertical asymptote
  • 如果在该点 p(x) = 0,则为可去间断点(洞)/ If at that point p(x) = 0, it is a removable discontinuity (hole)

例 / Example:f(x) = (x-1)/[(x-1)(x+2)]

分子分母同时有因子 (x-1),因此在 x = 1 处有一个可去间断点(洞),而非垂直渐近线。在 x = -2 处有一条垂直渐近线。

Both numerator and denominator share the factor (x-1), so there is a removable discontinuity (hole) at x = 1, not a vertical asymptote. There is a vertical asymptote at x = -2.

3.2 水平渐近线 | Horizontal Asymptotes

水平渐近线描述的是当 x → ±∞ 时函数的行为:

Horizontal asymptotes describe the behavior of the function as x → ±∞:

分子次数 vs 分母次数
Degree of Numerator vs Denominator
水平渐近线
Horizontal Asymptote
deg(p) < deg(q) y = 0
deg(p) = deg(q) y = (leading coeff of p)/(leading coeff of q)
deg(p) > deg(q) 无水平渐近线(可能有斜渐近线)
No horizontal asymptote (possibility of oblique asymptote)

例 / Examples

  • f(x) = 1/x²:deg(p)=0, deg(q)=2 → y = 0 为水平渐近线
  • f(x) = (3x+1)/(2x-5):deg(p)=deg(q)=1 → y = 3/2 为水平渐近线
  • f(x) = (x²+1)/(x-2):deg(p)=2 > deg(q)=1 → 无水平渐近线

3.3 斜渐近线 | Oblique Asymptotes

当分子次数恰好比分母高一次时,存在斜渐近线。通过多项式长除法求得:

When the degree of the numerator is exactly one greater than the denominator, there is an oblique asymptote. It is found through polynomial long division:

例 / Example:f(x) = (x² + 2x + 1)/(x – 1)

进行长除法 / Perform long division:(x² + 2x + 1) ÷ (x – 1) = x + 3 + 4/(x-1)

因此斜渐近线为 / Therefore the oblique asymptote is:y = x + 3

四、图像变换 | 4. Graph Transformations

理解倒数函数的图像变换是IB数学AA考试的重要技能。从基本函数 y = 1/x 出发:

Understanding graph transformations of reciprocal functions is an important skill for the IB Math AA exam. Starting from the basic function y = 1/x:

4.1 平移变换 | Translation

  • 水平平移 / Horizontal translation:y = 1/(x-h),垂直渐近线移至 x = h
  • 垂直平移 / Vertical translation:y = 1/x + k,水平渐近线移至 y = k
  • 组合:y = 1/(x-h) + k,垂直渐近线为 x = h,水平渐近线为 y = k

Combined: y = 1/(x-h) + k has vertical asymptote x = h and horizontal asymptote y = k.

4.2 伸缩变换 | Stretching

  • 垂直伸缩 / Vertical stretch:y = a/x(当 a > 0 时图像被拉伸,当 a < 0 时图像被反射)
  • When a > 0, the graph is stretched; when a < 0, the graph is reflected across the x-axis.

4.3 一般形式 | General Form

所有线性有理函数都可以写成:

All linear rational functions can be written as:

f(x) = a/(x-h) + k

要从 f(x) = (ax+b)/(cx+d) 转换到此形式,使用长除法或代数操作。

To convert from f(x) = (ax+b)/(cx+d) to this form, use long division or algebraic manipulation.

五、典型IB考题 | 5. Typical IB Exam Questions

题型1:求定义域和值域 | Type 1: Find Domain and Range

题目 / Question:Given f(x) = (3x-2)/(x+4), find (a) the domain, (b) the range.

解答 / Solution
(a) Denominator x+4 = 0 ⇒ x = -4. Domain: x ∈ R, x ≠ -4.
(b) Horizontal asymptote: y = 3/1 = 3. Range: y ∈ R, y ≠ 3.

题型2:求反函数 | Type 2: Find the Inverse Function

题目 / Question:Let f(x) = (2x+1)/(x-3), x ≠ 3. Find f-1(x).

解答 / Solution
Let y = (2x+1)/(x-3)
y(x-3) = 2x+1
xy – 3y = 2x + 1
xy – 2x = 3y + 1
x(y-2) = 3y + 1
x = (3y+1)/(y-2)
∴ f-1(x) = (3x+1)/(x-2), x ≠ 2.

注意:f(x) 的定义域排除 x = 3,值域排除 y = 2;f-1(x) 的定义域排除 x = 2,值域排除 y = 3。这体现了定义域与值域的互换关系。

Note: f(x) has domain excluding x = 3 and range excluding y = 2; f-1(x) has domain excluding x = 2 and range excluding y = 3. This demonstrates the interchange relationship between domain and range.

题型3:渐近线与图像 | Type 3: Asymptotes and Graph Sketching

题目 / Question:Sketch f(x) = 1/(x-2) + 1, clearly showing all asymptotes.

解答 / Solution
Vertical asymptote: x = 2 (when denominator = 0)
Horizontal asymptote: y = 1 (as x → ±∞, 1/(x-2) → 0)
x-intercept: Set y = 0: 0 = 1/(x-2) + 1 ⇒ 1/(x-2) = -1 ⇒ x-2 = -1 ⇒ x = 1
y-intercept: Set x = 0: y = 1/(-2) + 1 = 0.5

题型4:解倒数不等式 | Type 4: Solving Reciprocal Inequalities

题目 / Question:Solve 2/(x+1) > 1.

解答 / Solution
Step 1: 2/(x+1) – 1 > 0
Step 2: (2-(x+1))/(x+1) > 0 ⇒ (1-x)/(x+1) > 0
Step 3: Critical values are x = 1 and x = -1. Create a sign chart:
  When x < -1: Both numerator (+) and denominator (-) → fraction (-)
  When -1 < x < 1: Numerator (+), denominator (+) → fraction (+)
  When x > 1: Numerator (-), denominator (+) → fraction (-)
Solution: -1 < x < 1

六、常见错误与技巧 | 6. Common Mistakes and Tips

常见错误 | Common Mistakes

  1. 忘记检查可去间断点:约分后记得标注”洞”的位置 / Forgetting to check for removable discontinuities: After simplifying, remember to note the location of “holes”.
  2. 混淆水平和垂直渐近线:水平渐近线是y值(极限),垂直渐近线是x值(分母零点) / Confusing horizontal and vertical asymptotes: Horizontal asymptotes are y-values (limits), vertical asymptotes are x-values (denominator zeros).
  3. 解不等式时直接交叉相乘:当分母符号不确定时,直接交叉相乘会改变不等号方向 / Directly cross-multiplying in inequalities: When the sign of the denominator is uncertain, direct cross-multiplication may reverse the inequality direction.
  4. 忽略定义域的书写规范:必须写成 x ∈ R, x ≠ a 而非仅仅 x ≠ a / Neglecting domain notation: Must write as x ∈ R, x ≠ a rather than just x ≠ a.

考试技巧 | Exam Tips

  1. 遇到有理函数问题,首先找垂直渐近线和水平渐近线 / When encountering a rational function problem, first find the vertical and horizontal asymptotes.
  2. 求值域时使用水平渐近线作为检查点——值域排除的值就是水平渐近线值 / Use the horizontal asymptote as a checkpoint when finding range.
  3. 绘制图像时务必标注渐近线、截距和关键点 / When sketching graphs, always label asymptotes, intercepts, and key points.
  4. 检查你的反函数:如果 f(g(x)) = x 且 g(f(x)) = x,则 g 确实是 f 的反函数 / Check your inverse: If f(g(x)) = x and g(f(x)) = x, then g is indeed the inverse of f.

总结 | Conclusion

商函数和倒数函数是IB数学AA课程中函数模块的重要组成部分。掌握定义域、值域、渐近线和图像变换这四个核心维度,就能轻松应对考试中的相关题目。建议同学们多做练习,尤其是历年真题中的有理函数部分,逐步建立对这些函数的直观理解。

Quotient functions and reciprocal functions are essential components of the functions module in the IB Math AA curriculum. By mastering the four core dimensions — domain, range, asymptotes, and graph transformations — students can confidently tackle related exam questions. It is recommended that students practice extensively, especially with past paper questions on rational functions, to gradually develop an intuitive understanding of these functions.

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading