Tangent and Normal Lines: Slope Calculation Exam Points | 切线与法线:斜率计算考点解析

📚 Tangent and Normal Lines: Slope Calculation Exam Points | 切线与法线:斜率计算考点解析

In coordinate geometry and calculus, the tangent line to a curve at a given point represents the instantaneous direction of the curve, while the normal line is perpendicular to the tangent at that same point. Mastering the calculation of these slopes is a core skill for A-Level mathematics examinations.

在坐标几何与微积分中,曲线在某一点的切线代表曲线在该点的瞬时方向,而法线则是过同一点与切线垂直的直线。掌握斜率计算是A-Level数学考试的核心技能。


1. The Geometric Meaning of the Derivative | 导数的几何意义

The derivative of a function f(x) at a point x = a, denoted as f'(a), gives the slope of the tangent line to the curve y = f(x) at the point (a, f(a)). This is the fundamental link between algebra and geometry in calculus.

函数 f(x) 在 x = a 处的导数,记作 f'(a),表示曲线 y = f(x) 在点 (a, f(a)) 处切线的斜率。这是微积分中代数与几何之间的基本联系。

For a curve defined by y = f(x), the slope of the tangent at x = a is:

对于由 y = f(x) 定义的曲线,在 x = a 处的切线斜率为:

m_tangent = f'(a) = lim (h → 0) [f(a + h) – f(a)] / h

This limit definition is the formal foundation, but in practice, you will use differentiation rules to compute f'(x) and then substitute x = a.

这一极限定义是形式化基础,但在实际解题中,你通常使用求导法则计算 f'(x),然后将 x = a 代入即可。


2. Definition of the Normal Line | 法线的定义

The normal line at a point on a curve is the line that passes through that point and is perpendicular to the tangent line. If the tangent has slope m_tangent, the normal has slope m_normal.

曲线上某一点的法线是过该点且与切线垂直的直线。若切线的斜率为 m_tangent,则法线的斜率为 m_normal。

Since the product of the slopes of two perpendicular lines (neither vertical) equals -1, we have:

由于两条互相垂直的直线(均非竖直)的斜率乘积为 -1,因此有:

m_tangent × m_normal = -1 → m_normal = -1 / m_tangent

Equivalently, if f'(a) ≠ 0, the normal slope is -1 / f'(a). If f'(a) = 0, the tangent is horizontal and the normal is vertical.

等价地,若 f'(a) ≠ 0,则法线斜率为 -1 / f'(a)。若 f'(a) = 0,则切线水平,法线竖直。


3. Equation of the Tangent Line | 切线方程的求解

Once you know the slope m_tangent = f'(a) and the point of tangency (a, f(a)), you can write the equation of the tangent using the point-slope form:

一旦知道斜率 m_tangent = f'(a) 和切点 (a, f(a)),即可使用点斜式写出切线方程:

y – f(a) = f'(a) · (x – a)

For example, consider f(x) = x². At the point (2, 4), we have f'(x) = 2x, so f'(2) = 4. The tangent equation is y – 4 = 4(x – 2), which simplifies to y = 4x – 4.

例如,考虑 f(x) = x²。在点 (2, 4) 处,f'(x) = 2x,因此 f'(2) = 4。切线方程为 y – 4 = 4(x – 2),化简得 y = 4x – 4。

  • Key step: Always identify both the point and the slope before writing the equation.
  • 关键步骤:在写出方程前,务必先确定切点坐标与斜率。
  • Common mistake: Using the wrong x-value when substituting into the derivative.
  • 常见错误:将 x 值代入导数时用错坐标。

4. Equation of the Normal Line | 法线方程的求解

To find the normal line, first compute the tangent slope f'(a), then take its negative reciprocal. Using the same point (a, f(a)), apply the point-slope form again:

求法线方程时,先计算切线斜率 f'(a),再取其负倒数。使用同一点 (a, f(a)),再次应用点斜式:

y – f(a) = -1 / f'(a) · (x – a) (provided f'(a) ≠ 0)

Using the same example f(x) = x² at (2, 4), the tangent slope is 4, so the normal slope is -1/4. The normal equation is y – 4 = -1/4 (x – 2), which simplifies to y = -x/4 + 9/2.

以同样的例子 f(x) = x² 在 (2, 4) 处,切线斜率为 4,故法线斜率为 -1/4。法线方程为 y – 4 = -1/4 (x – 2),化简为 y = -x/4 + 9/2。

Note that the normal line is often written in the form ax + by + c = 0 in examination questions, so practice converting between forms.

注意,考试题中法线方程常写成 ax + by + c = 0 的形式,因此要练习不同形式之间的转换。


5. Finding the Point of Tangency | 切点的求解

Some problems give you the slope of the tangent (or normal) and ask you to find the point of tangency. In such cases, set f'(a) equal to the given slope and solve for a.

有些题目给出切线(或法线)的斜率,要求求出切点坐标。此时令 f'(a) 等于给定的斜率,解出 a 即可。

For instance, if f(x) = x³ – 3x and the tangent slope is 0, then f'(x) = 3x² – 3. Setting 3x² – 3 = 0 gives x = ±1. The corresponding points are (1, -2) and (-1, 2).

例如,若 f(x) = x³ – 3x 且切线斜率为 0,则 f'(x) = 3x² – 3。令 3x² – 3 = 0,得 x = ±1。对应点为 (1, -2) 和 (-1, 2)。

If the problem involves a normal line, remember to convert the normal slope to the tangent slope first by taking the negative reciprocal before solving.

若题目涉及法线,记得先取负倒数将法线斜率转换为切线斜率,再进行求解。


6. Special Cases: Horizontal and Vertical Lines | 特殊情况:水平线与竖直线

When f'(a) = 0, the tangent is horizontal with equation y = f(a). The normal is then vertical with equation x = a. Vertical lines have no defined slope, so you cannot use the product rule m1 × m2 = -1.

当 f'(a) = 0 时,切线为水平线,方程为 y = f(a)。此时法线为竖直线,方程为 x = a。竖直线没有确定的斜率,因此不能使用 m1 × m2 = -1 的乘积规则。

Conversely, if a curve has a vertical tangent (which occurs when the derivative tends to infinity), the normal will be horizontal. Examiners often test these edge cases at stationary points.

反之,若曲线在某点有竖直切线(导数为无穷大时),则法线为水平线。考官经常在驻点处考查这些特殊情形。


7. Tangent to a Parametric Curve | 参数曲线的切线

For curves defined parametrically by x = x(t) and y = y(t), the slope of the tangent is given by dy/dx = (dy/dt) / (dx/dt), provided dx/dt ≠ 0.

对于由参数方程 x = x(t)、y = y(t) 定义的曲线,切线斜率为 dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt ≠ 0。

At a parameter value t = t₀, the tangent slope is:

在参数值 t = t₀ 处,切线斜率为:

m_tangent = (dy/dt)|₍t₀₎ / (dx/dt)|₍t₀₎

Once you find the slope, substitute x(t₀) and y(t₀) into the point-slope form. The normal slope is again the negative reciprocal.

求出斜率后,将 x(t₀) 和 y(t₀) 代入点斜式即可。法线斜率同样是负倒数。


8. Tangent to Implicit Curves | 隐式曲线的切线

When a curve is defined implicitly by an equation such as x² + y² = 25, you differentiate both sides with respect to x and solve for dy/dx.

当曲线由隐式方程定义时,如 x² + y² = 25,你需要对方程两边关于 x 求导,然后解出 dy/dx。

For example, differentiating x² + y² = 25 gives 2x + 2y · dy/dx = 0, so dy/dx = -x/y. At the point (3, 4), the tangent slope is -3/4.

例如,对 x² + y² = 25 求导得 2x + 2y · dy/dx = 0,因此 dy/dx = -x/y。在点 (3, 4) 处,切线斜率为 -3/4。

  • Tip: After implicit differentiation, always substitute both coordinates to find the slope.
  • 提示:隐函数求导后,务必代入x和y两个坐标值来求斜率。
  • Caution: If y = 0 in the denominator, the tangent is vertical at that point.
  • 注意:若分母中 y = 0,则该点处切线为竖直线。

9. Common Exam Question Types | 常见考试题型

Examination questions on tangents and normals typically fall into several recurring patterns. Recognising these patterns helps you choose the right method quickly.

关于切线与法线的考试题通常有几种固定模式。识别这些模式有助于你快速选择正确的解题方法。

Question Type / 题型 Method / 解法
Find the tangent equation at a given point / 求给定点处的切线方程 Differentiate, substitute x-value, use point-slope form / 求导,代入x值,使用点斜式
Find the normal equation at a given point / 求给定点处的法线方程 Tangent slope → negative reciprocal → point-slope form / 切线斜率取负倒数,用点斜式
Given the slope, find the point / 已知斜率求切点 Set f'(x) = slope, solve for x, then find y / 令 f'(x)=斜率,解出x,再求y
Show a line is tangent to a curve / 证明直线与曲线相切 Intersect equations, discriminant = 0 / 联立方程,判别式 = 0
Find where the tangent meets the axes / 求切线与坐标轴的交点 Set x = 0 and y = 0 in the tangent equation / 在切线方程中令 x=0、y=0

Graphical interpretation questions, such as “sketch the tangent and normal at point P,” are also common in part (b) of longer questions.

图形解释类问题,如”画出点P处的切线和法线”,常见于长题目的第(b)问。


10. Worked Example (Full Solution) | 完整例题解析

Let us solve a complete exam-style problem to consolidate the techniques covered above.

让我们完整解答一道考试风格题目,以巩固上述技巧。

Problem / 题目: A curve has equation y = x² – 4x + 3. Find the equation of the tangent and the normal at the point where x = 3.

题目:曲线方程为 y = x² – 4x + 3。求在 x = 3 处的切线方程与法线方程。

Solution / 解答: First, find the y-coordinate: y(3) = 3² – 4(3) + 3 = 9 – 12 + 3 = 0. So the point is (3, 0).

解答:首先求纵坐标:y(3) = 3² – 4(3) + 3 = 9 – 12 + 3 = 0。所以切点为 (3, 0)。

Next, differentiate: dy/dx = 2x – 4. At x = 3, the tangent slope is m_tangent = 2(3) – 4 = 2.

接着求导:dy/dx = 2x – 4。在 x = 3 处,切线斜率为 m_tangent = 2(3) – 4 = 2。

Tangent equation: y – 0 = 2(x – 3), which simplifies to y = 2x – 6.

切线方程:y – 0 = 2(x – 3),化简为 y = 2x – 6。

Normal slope: m_normal = -1/2. Normal equation: y – 0 = -1/2 (x – 3), which simplifies to y = -x/2 + 3/2.

法线斜率:m_normal = -1/2。法线方程:y – 0 = -1/2 (x – 3),化简为 y = -x/2 + 3/2。


11. Common Pitfalls and How to Avoid Them | 常见陷阱与规避方法

Students frequently lose marks in tangent and normal problems due to a small number of recurring errors. Being aware of these pitfalls can significantly improve your accuracy.

在切线与法线问题中,学生常因若干重复出现的错误而失分。了解这些陷阱可以显著提高准确率。

  • Forgetting to find the y-coordinate: Always compute f(a) before writing the equation.
  • 忘记求纵坐标:在写方程前,务必先计算 f(a)。
  • Confusing tangent and normal slopes: Recall that m_normal = -1/m_tangent, not m_normal = m_tangent.
  • 混淆切线与法线斜率:记住 m_normal = -1/m_tangent,而非 m_normal = m_tangent。
  • Misapplying the product rule for perpendicular lines: m1 × m2 = -1 is only valid when both lines are non-vertical and non-horizontal.
  • 误用垂直直线斜率乘积公式:m1 × m2 = -1 仅在两条直线均非竖直且非水平时成立。
  • Sign errors in algebra: Double-check your simplification, especially when subtracting negative coordinates.
  • 代数运算中的符号错误:检查化简过程,尤其是减去负坐标时。

Additionally, when working with parametric or implicit functions, verify that the derivative is correctly computed before proceeding.

此外,处理参数方程或隐函数时,先确认导数计算正确再进行后续步骤。


12. Revision Strategy and Practice Tips | 复习策略与练习建议

To master tangent and normal problems, follow this structured revision approach. First, ensure you are fluent in basic differentiation rules, including power, product, quotient and chain rules.

要掌握切线与法线问题,请遵循以下结构化复习方法。首先,确保熟练基本求导法则,包括幂法则、乘积法则、商法则和链式法则。

Then, practise the point-slope equation format until you can write tangent and normal equations in under one minute each. Work through past papers and categorise each tangent/normal question by type, as listed in Section 9.

然后,练习点斜式方程格式,直到你能在一分钟内写出切线和法线方程。做历年真题,并按第9节的分类将每道切线与法线题目归类。

Finally, check your solutions by verifying that the tangent and normal slopes multiply to -1, and that both lines pass through the given point of tangency. This self-verification step catches most errors.

最后,通过验证切线与法线斜率相乘为 -1,且两条直线均通过给定切点来检查你的解答。这一自我验证步骤能捕捉大多数错误。

For parametric curves, practise converting the parameter value to Cartesian coordinates explicitly before applying the point-slope form. For implicit curves, routinely check whether the denominator of dy/dx is zero at the point of interest.

对于参数曲线,练习先将参数值转化为笛卡尔坐标,再使用点斜式。对于隐式曲线,养成在切点处检查 dy/dx 分母是否为零的习惯。


Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系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