📚 PDF资源导航

IB Mathematics: Graphs and Properties of Functions with Asymptotes | IB数学:含渐近线的函数图像与性质

📚 IB Mathematics: Graphs and Properties of Functions with Asymptotes | IB数学:含渐近线的函数图像与性质

In the IB Mathematics curriculum (Analysis and Approaches SL/HL and Applications and Interpretation HL), asymptotes are a central concept in understanding the behaviour of functions. An asymptote is a line that a curve approaches arbitrarily closely but never actually touches (or, in some cases, only intersects at infinity). Mastery of asymptotes is essential for sketching graphs, evaluating limits, and solving a wide range of exam questions.

在 IB 数学课程(分析和方法 SL/HL、应用和解释 HL)中,渐近线是理解函数行为的核心概念。渐近线是一条曲线无限接近但永远不会真正接触的直线(某些情况下仅可在无穷远处相交)。掌握渐近线对于绘制函数图像、计算极限以及解答各类考试题目至关重要。


1. Definition of Asymptotes | 渐近线的定义

An asymptote of a curve is a line such that the distance between the curve and the line approaches zero as one of the coordinates (x or y) tends to infinity or to a specific finite value. In IB, you will encounter three main types: vertical asymptotes, horizontal asymptotes, and oblique (slant) asymptotes.

曲线的渐近线是一条直线,使得曲线与该直线之间的距离随着某个坐标(x 或 y)趋于无穷大或某个有限值而趋近于零。在 IB 中,你会遇到三种主要类型:垂直渐近线、水平渐近线和斜渐近线。


2. Vertical Asymptotes | 垂直渐近线

For a rational function f(x)=P(x)/Q(x), a vertical asymptote occurs at x=a if Q(a)=0 while P(a)≠0. The line x=a is a vertical asymptote, and as x approaches a, the function values tend to +∞ or −∞.

对于有理函数 f(x)=P(x)/Q(x),当 Q(a)=0 且 P(a)≠0 时,在 x=a 处存在垂直渐近线。直线 x=a 是垂直渐近线,当 x 趋近 a 时,函数值趋向 +∞ 或 −∞。

Example: f(x)=1/(x−2). The denominator is zero at x=2, so x=2 is a vertical asymptote. As x→2⁺, f(x)→+∞; as x→2⁻, f(x)→−∞.

例如:f(x)=1/(x−2)。分母在 x=2 处为零,因此 x=2 是垂直渐近线。当 x→2⁺ 时,f(x)→+∞;当 x→2⁻ 时,f(x)→−∞。


3. Horizontal Asymptotes | 水平渐近线

For a rational function f(x)=P(x)/Q(x), the horizontal asymptote is determined by comparing the degrees of the numerator and denominator.

对于有理函数 f(x)=P(x)/Q(x),水平渐近线由分子和分母的次数比较决定。

  • If deg(P) < deg(Q), the horizontal asymptote is y=0.
  • 如果 deg(P) < deg(Q),水平渐近线为 y=0。
  • If deg(P) = deg(Q), the horizontal asymptote is y = (leading coefficient of P) / (leading coefficient of Q).
  • 如果 deg(P) = deg(Q),水平渐近线为 y = P 的首项系数 / Q 的首项系数。
  • If deg(P) > deg(Q), there is no horizontal asymptote; in such cases an oblique asymptote may exist.
  • 如果 deg(P) > deg(Q),则不存在水平渐近线;此时可能存在斜渐近线。

Example: f(x)=(3x²+1)/(x²−4). Both degrees are 2, so y=3/1=3 is the horizontal asymptote.

例如:f(x)=(3x²+1)/(x²−4)。分子分母次数均为 2,因此水平渐近线为 y=3/1=3。


4. Oblique Asymptotes | 斜渐近线

An oblique asymptote exists for a rational function when the degree of the numerator is exactly one higher than the degree of the denominator. To find it, divide the numerator by the denominator using polynomial long division; the quotient gives the oblique asymptote y=mx+c.

当分子的次数比分母恰好高 1 时,有理函数存在斜渐近线。求解方法是使用多项式长除法将分子除以分母;所得的商即为斜渐近线 y=mx+c。

Example: f(x)=(x²+1)/(x−1). Long division gives (x²+1)=(x−1)(x+1)+2, so the quotient is x+1 and the oblique asymptote is y=x+1.

例如:f(x)=(x²+1)/(x−1)。长除法得 (x²+1)=(x−1)(x+1)+2,因此商为 x+1,斜渐近线为 y=x+1。


5. Finding Asymptotes from an Equation | 从方程求渐近线

The following summary is extremely useful for IB revision.

以下总结对 IB 复习非常有用。

Type / 类型 Condition / 条件 Asymptote / 渐近线
Vertical / 垂直 Q(a)=0, P(a)≠0 x=a
Horizontal / 水平 deg(P) < deg(Q) y=0
Horizontal / 水平 deg(P)=deg(Q) y = leading coefficient ratio / 首项系数比
Oblique / 斜 deg(P)=deg(Q)+1 y = quotient of division / 除法得到的商

Note that a function may have more than one vertical asymptote, but it can have at most one horizontal asymptote and at most one oblique asymptote.

注意:一个函数可能有多条垂直渐近线,但最多只能有一条水平渐近线和一条斜渐近线。


6. Behaviour Near Asymptotes | 渐近线附近的行为

To determine whether f(x) tends to +∞ or −∞ near a vertical asymptote, examine the sign of the function on intervals to the left and right of the asymptote. Construct a sign table by testing one point in each interval.

要判断 f(x) 在垂直渐近线附近趋向 +∞ 还是 −∞,需要检查渐近线左右两侧区间内函数的符号。在每个区间内测试一个点来构建符号表。

Example: f(x)=1/(x−2). For x<2, x−2<0 so f(x)<0; for x>2, x−2>0 so f(x)>0. Therefore as x→2⁻, f(x)→−∞ and as x→2⁺, f(x)→+∞.

例如:f(x)=1/(x−2)。对于 x<2,x−2<0 所以 f(x)<0;对于 x>2,x−2>0 所以 f(x)>0。因此当 x→2⁻ 时,f(x)→−∞,当 x→2⁺ 时,f(x)→+∞。


7. Graphing Rational Functions | 绘制有理函数图像

When graphing a rational function with asymptotes, follow these steps:

在绘制带渐近线的有理函数图像时,请遵循以下步骤:

  1. Find the vertical asymptotes by setting Q(x)=0.
  2. 求垂直渐近线:令 Q(x)=0。
  3. Find the horizontal or oblique asymptote using degree rules.
  4. 利用次数规则求水平或斜渐近线。
  5. Find x-intercepts by setting P(x)=0, and the y-intercept by computing f(0).
  6. 令 P(x)=0 求 x 截距,计算 f(0) 求 y 截距。
  7. Use a sign table to determine where the curve lies relative to the x-axis.
  8. 使用符号表确定曲线相对 x 轴的位置。
  9. Sketch the curve, ensuring it approaches the asymptotes correctly.
  10. 绘制曲线,确保其正确趋近渐近线。

Example: f(x)=(2x+1)/(x−3). Vertical asymptote x=3; horizontal asymptote y=2; x-intercept at x=−1/2; y-intercept at y=−1/3.

例如:f(x)=(2x+1)/(x−3)。垂直渐近线 x=3;水平渐近线 y=2;x 截距 x=−1/2;y 截距 y=−1/3。


8. Asymptotes of Exponential and Logarithmic Functions | 指数与对数函数的渐近线

Published by TutorHao | IB Mathematics Revision Series | aleveler.com

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

Comments

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

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

Exit mobile version