📚 PDF资源导航

A-Level Mathematics: Comprehensive Triangle Problem Solving | A-Level数学:三角形综合问题解题

📚 A-Level Mathematics: Comprehensive Triangle Problem Solving | A-Level数学:三角形综合问题解题

Triangles are one of the most fundamental shapes in geometry, and solving them is a cornerstone of A-Level Mathematics. Whether you are working with the sine rule, cosine rule, or area formulas, mastering these techniques is essential for success in your Edexcel exams. This guide gives you a complete, step-by-step approach to tackling any triangle problem with confidence.

三角形是几何中最基本的图形之一,而解三角形是 A-Level 数学的核心内容。无论你是在使用正弦定理、余弦定理还是面积公式,掌握这些技巧对于在 Edexcel 考试中取得好成绩都至关重要。本指南将为你提供一套完整、循序渐进的方法,帮助你自信地解决任何三角形综合问题。


1. Basic Elements and Key Formulas | 三角形基本元素与常用公式

Before diving into problem-solving, it is essential to recall the standard notation. In triangle ABC, the angles are denoted by capital letters A, B, C, and the sides opposite to them are denoted by lowercase letters a, b, c respectively. The sum of interior angles is always 180° (or π radians).

在开始解题之前,必须回顾标准记号。在三角形 ABC 中,角用大写字母 A、B、C 表示,它们所对的边分别用小写字母 a、b、c 表示。三角形内角和恒为 180°(即 π 弧度)。

  • A + B + C = 180° (π radians) | A + B + C = 180°(π 弧度)
  • a is opposite A, b is opposite B, c is opposite C | a 与角 A 相对,b 与角 B 相对,c 与角 C 相对
  • The longest side is opposite the largest angle; the shortest side is opposite the smallest angle | 最长边对应最大角,最短边对应最小角

The three main tools you will use are the sine rule, the cosine rule, and the area formula. Each is appropriate in different situations, so knowing when to apply each one is a skill in itself.

你将使用的三个主要工具是正弦定理、余弦定理和面积公式。它们各自适用于不同的情形,因此知道何时使用每一个本身就是一种技能。


2. The Sine Rule and Its Applications | 正弦定理及其应用

The sine rule connects sides and angles in any triangle (not just right-angled ones). It is especially useful when you know two angles and one side (AAS), or two sides and a non-included angle (SSA).

正弦定理将任意三角形(不仅是直角三角形)中的边与角联系起来。它特别适用于已知两角一边(AAS)或两边及其中一边的对角(SSA)的情形。

a ÷ sin A = b ÷ sin B = c ÷ sin C = 2R

Here R is the circumradius. In practice, you often use the form:

其中 R 是外接圆半径。在实际计算中,你常常使用以下形式:

a / sin A = b / sin B = c / sin C

When applying the sine rule, it is often convenient to use the reciprocal form when you are solving for an angle:

在应用正弦定理求角时,使用倒数形式往往更方便:

sin A / a = sin B / b = sin C / c

Example 1: In triangle ABC, angle A = 35°, angle B = 75°, and side b = 12 cm. Find side a.

例 1:在三角形 ABC 中,角 A = 35°,角 B = 75°,边 b = 12 cm。求边 a。

Using the sine rule:

使用正弦定理:

a / sin 35° = 12 / sin 75°

a = 12 × sin 35° ÷ sin 75° ≈ 12 × 0.5736 ÷ 0.9659 ≈ 7.13 cm

A useful tip: always round your final answer to a sensible degree of accuracy (usually 3 significant figures) unless the question specifies otherwise.

实用提示:除非题目另有规定,否则通常将最终答案四舍五入到合理的精度(通常为 3 位有效数字)。


3. The Cosine Rule and Its Applications | 余弦定理及其应用

The cosine rule is used when you know two sides and the included angle (SAS), or when you know all three sides (SSS) and need to find an angle. It is a generalisation of the Pythagorean theorem.

余弦定理用于已知两边及其夹角(SAS)或已知三边(SSS)求角的情形。它是勾股定理的推广。

a² = b² + c² − 2bc cos A

To find an angle, rearrange the formula:

若需求角,可将公式变形:

cos A = (b² + c² − a²) ÷ (2bc)

Example 2: In triangle ABC, a = 7 cm, b = 9 cm, and angle C = 60°. Find side c.

例 2:在三角形 ABC 中,a = 7 cm,b = 9 cm,角 C = 60°。求边 c。

Here the included angle is C, so we use the form:

这里夹角为 C,因此使用以下形式:

c² = a² + b² − 2ab cos C = 7² + 9² − 2 × 7 × 9 × cos 60°

c² = 49 + 81 − 63 = 67 ⇒ c = √67 ≈ 8.19 cm

Note that the cosine rule is particularly powerful in problems involving three sides, because it never produces ambiguous results when finding an angle between 0° and 180°.

注意,余弦定理在处理三边问题时特别强大,因为当角在 0° 到 180° 之间时,它永远不会产生歧义解。


4. Area of a Triangle | 三角形面积公式

You are already familiar with the formula area = ½ × base × height. However, when the height is not known, you can use the trigonometric area formula:

你已经熟悉公式 面积 = ½ × 底 × 高。然而,当高未知时,你可以使用三角函数面积公式:

Area = ½ ab sin C = ½ bc sin A = ½ ca sin B

Here the formula uses two sides and the included angle. This formula is essential in many compound problems, especially when combined with the sine or cosine rule.

这里的公式使用两边及其夹角。该公式在许多复合问题中至关重要,尤其是与正弦定理或余弦定理结合使用时。

Example 3: Find the area of triangle ABC where b = 10 cm, c = 14 cm, and angle A = 40°.

例 3:求三角形 ABC 的面积,其中 b = 10 cm,c = 14 cm,角 A = 40°。

Area = ½ bc sin A = ½ × 10 × 14 × sin 40° ≈ 70 × 0.6428 ≈ 45.0 cm²

Heron’s formula also exists for cases where only the three side lengths are known:

当只知道三条边长时,还可以使用海伦公式:

Area = √[s(s − a)(s − b)(s − c)],其中 s = (a + b + c) ÷ 2

Though Heron’s formula is not always required in Edexcel A-Level, it can be a useful backup in multi-step problems.

虽然 Edexcel A-Level 并不总是要求海伦公式,但在多步骤问题中它可以作为一个有用的备用方法。


5. The Ambiguous Case (SSA) | 三角形解的个数(SSA 情形)

The ambiguous case is one of the most common sources of lost marks. When you are given two sides and a non-included angle, the sine rule may yield two possible triangles.

歧义解情形是失分最常见的来源之一。当已知两边及其中一边的对角时,正弦定理可能产生两个可能的三角形。

For example, suppose in triangle ABC, a = 8 cm, b = 10 cm, and angle A = 30°. When you solve for angle B using the sine rule:

例如,假设在三角形 ABC 中,a = 8 cm,b = 10 cm,角 A = 30°。当你使用正弦定理求解角 B 时:

sin B / b = sin A / a ⇒ sin B = (10 × sin 30°) ÷ 8 = 0.625

B ≈ 38.7° 或 B ≈ 141.3°

Both angles have the same sine. Which one is valid? You must check that the remaining angle C = 180° − A − B is positive.

这两个角的正弦值相同。哪一个有效?你必须检查剩余的角 C = 180° − A − B 是否为正。

  • If B ≈ 38.7°, then C ≈ 111.3° — valid | 若 B ≈ 38.7°,则 C ≈ 111.3° — 有效
  • If B ≈ 141.3°, then C ≈ 8.7° — also valid | 若 B ≈ 141.3°,则 C ≈ 8.7° — 同样有效

Therefore, two different triangles exist. A common exam question will ask you to determine whether one or two triangles are possible. The general condition for two solutions is: b sin A < a < b.

因此,存在两个不同的三角形。常见的考试题目会要求你判断存在一个还是两个三角形。出现两个解的一般条件是:b sin A < a < b。

How to avoid errors: Always draw a rough sketch. If the given angle is obtuse, there can be only one possible triangle. If the side opposite the given angle is the longest, there is only one possible triangle. If the given angle is acute and a lies between b sin A and b, there are two possible triangles.

如何避免错误:总是画一个粗略的草图。如果给定角为钝角,则只能存在一个三角形。如果给定角所对的边是最长边,则只能存在一个三角形。如果给定角为锐角且 a 位于 b sin A 与 b 之间,则存在两个可能的三角形。


6. General Strategy for Mixed Problems | 综合问题解题策略

Many exam questions require you to combine multiple formulas in one problem. Here is a reliable step-by-step strategy:

许多考试题目要求你在一个问题中组合多个公式。以下是一个可靠的逐步解题策略:

  • Step 1: Draw a clear diagram and label all given information. | 第一步:画一个清晰的图形,并标出所有已知信息。
  • Step 2: Identify which parts of the triangle you need to find. | 第二步:确定你需要求三角形的哪些部分。
  • Step 3: Choose the appropriate rule: SAS → cosine rule; SSS → cosine rule; AAS or SSA → sine rule. | 第三步:选择合适的法则:SAS → 余弦定理;SSS → 余弦定理;AAS 或 SSA → 正弦定理。
  • Step 4: Calculate intermediate values with sufficient precision (carry at least 4 significant figures in working). | 第四步:以足够的精度计算中间值(计算过程中至少保留 4 位有效数字)。
  • Step 5: Check the possibility of multiple solutions in the SSA case. | 第五步:在 SSA 情形中检查是否存在多个解。
  • Step 6: Round your final answer appropriately and include units. | 第六步:合理四舍五入最终答案并包含单位。

A common type of problem involves finding the area of a composite shape by splitting it into triangles, or finding an inaccessible distance using triangulation. In such problems, break the figure into right-angled or general triangles, then solve each part sequentially.

常见的问题类型包括通过将复合图形分割为三角形来求其面积,或使用三角测量求不可直接测量的距离。对于这类问题,将图形分解为直角三角形或一般三角形,然后依次求解各个部分。


7. Worked Example: A Full Triangle Problem | 典型例题详解:完整三角形问题

Let us work through a complete exam-style problem to see how all the pieces fit together.

让我们完整地解答一道考试风格的题目,看看所有部分是如何结合在一起的。

Problem: In triangle ABC, AB = 8 cm, BC = 11 cm, and angle ABC = 42°. (a) Find the length AC. (b) Find the area of triangle ABC. (c) Find the angle ACB.

题目:在三角形 ABC 中,AB = 8 cm,BC = 11 cm,角 ABC = 42°。(a) 求边 AC 的长度。(b) 求三角形 ABC 的面积。(c) 求角 ACB。

Solution (a): We have two sides (AB and BC) and the included angle (B), so we use the cosine rule.

解答 (a):已知两边(AB 和 BC)及其夹角(B),因此使用余弦定理。

AC² = AB² + BC² − 2(AB)(BC) cos B

AC² = 8² + 11² − 2 × 8 × 11 × cos 42° = 64 + 121 − 176 × 0.7431

AC² = 185 − 130.79 ≈ 54.21 ⇒ AC ≈ 7.36 cm

Solution (b): The area formula using the included angle B:

解答 (b):使用夹角 B 的面积公式:

Area = ½ × AB × BC × sin B = ½ × 8 × 11 × sin 42°

Area ≈ 44 × 0.6691 ≈ 29.4 cm²

Solution (c): Now we know all three sides. To find angle C, we use the cosine rule rearranged:

解答 (c):现在我们已知三边。为求角 C,使用余弦定理的变形:

cos C = (AC² + BC² − AB²) ÷ (2 × AC × BC)

cos C = (7.36² + 11² − 8²) ÷ (2 × 7.36 × 11) = (54.17 + 121 − 64) ÷ 161.92 ≈ 0.6867

C ≈ 46.6°

As a check: A + B + C ≈ 91.4° + 42° + 46.6° = 180°. The angles are consistent.

作为检验:A + B + C ≈ 91.4° + 42° + 46.6° = 180°。各角一致。


8. Working with Radians and Degrees | 弧度与角度的换算

In Edexcel A-Level Mathematics, angle problems may appear in either degrees or radians. You must ensure your calculator is in the correct mode before performing any calculation.

在 Edexcel A-Level 数学中,角度问题可能以度数或弧度出现。在进行任何计算之前,你必须确保计算器处于正确的模式。

Key conversions to remember:

需要记住的关键换算:

  • 180° = π radians | 180° = π 弧度
  • 90° = π ÷ 2 radians | 90° = π ÷ 2 弧度
  • 60° = π ÷ 3 radians | 60° = π ÷ 3 弧度
  • 45° = π ÷ 4 radians | 45° = π ÷ 4 弧度
  • 30° = π ÷ 6 radians | 30° = π ÷ 6 弧度

When solving triangles in radians, the sine and cosine rules work identically, but you must evaluate the trigonometric functions in radian mode. The area formula also remains the same, and angles in a triangle sum to π radians.

在用弧度解三角形时,正弦定理和余弦定理完全相同,但你必须以弧度模式计算三角函数。面积公式也保持不变,三角形内角和为 π 弧度。


9. Common Pitfalls and How to Avoid Them | 常见陷阱与易错点

Even strong students lose marks on triangle problems due to small but avoidable mistakes. Here are the most common pitfalls and solutions.

即使是优秀的学生也会因为细小但可避免的错误而在三角形问题上丢分。以下是最常见的陷阱及解决方案。

  • Using the wrong rule: Confusing SSA with SAS. Always write down which sides and angles are given before choosing the rule. | 使用错误的法则:混淆 SSA 与 SAS。在选择法则之前,务必写下已知哪些边和角。
  • Calculator mode errors: Forgetting whether your calculator is in degrees or radians can ruin an otherwise perfect solution. Check this first. | 计算器模式错误:忘记计算器处于度数还是弧度模式可能毁掉一个本来完美的解答。先检查这一点。
  • Forgetting the ambiguous case: When solving for an angle using the sine rule, remember that sin θ = sin (180° − θ). | 忘记歧义解:当使用正弦定理求角时,记住 sin θ = sin (180° − θ)。
  • Rounding too early: If you round intermediate values to 2 decimal places, your final answer may be inaccurate. Retain more digits during working. | 过早四舍五入:如果中间值保留 2 位小数,最终答案可能不准确。计算过程中应保留更多位数。
  • Incorrect side-angle correspondence: The side a must be opposite angle A. Mixing these up is a common mistake. | 边角对应错误:边 a 必须与角 A 相对。混淆它们是一个常见错误。
  • Sign errors in the cosine rule: The term −2bc cos A is easy to miswrite as +2bc cos A. Check the formula carefully. | 余弦定理中的符号错误:−2bc cos A 很容易被误写成 +2bc cos A。请仔细检查公式。

10. Practice Problem Set | 练习题库

Try these problems to consolidate your understanding. Answers are provided in brief after each question.

尝试以下问题以巩固你的理解。每道题后附有简要答案。

Problem 1: In triangle PQR, p = 15 cm, q = 20 cm, angle R = 50°. Find side r and the area of the triangle.

练习 1:在三角形 PQR 中,p = 15 cm,q = 20 cm,角 R = 50°。求边 r 和三角形面积。

r² = 15² + 20² − 2 × 15 × 20 × cos 50° = 625 − 385.7 ≈ 239.3 ⇒ r ≈ 15.5 cm

Area = ½ × 15 × 20 × sin 50° ≈ 150 × 0.7660 ≈ 115 cm²

Problem 2: In triangle XYZ, angle X = 35°, side y = 12 cm, side x = 8 cm. Determine whether one or two triangles can be formed, and find angle Y in each case.

练习 2:在三角形 XYZ 中,角 X = 35°,边 y = 12 cm,边 x = 8 cm。判断可以形成一个还是两个三角形,并分别求出角 Y。

Since x < y and angle X is acute, we check: y sin X = 12 × sin 35° ≈ 6.88. Because 6.88 < 8 < 12, two triangles exist.

由于 x < y 且角 X 为锐角,我们检查:y sin X = 12 × sin 35° ≈ 6.88。因为 6.88 < 8 < 12,所以存在两个三角形。

sin Y = (12 × sin 35°) ÷ 8 ≈ 0.8604 ⇒ Y ≈ 59.4° 或 120.6°

Problem 3: The sides of a triangle are 6 cm, 8 cm, and 10 cm. Find the largest angle.

练习 3:一个三角形的三边为 6 cm、8 cm、10 cm。求最大角。

The largest angle is opposite the longest side (10 cm):

最大角对着最长边(10 cm):

cos θ = (6² + 8² − 10²) ÷ (2 × 6 × 8) = 0 ⇒ θ = 90°

This is a right-angled triangle, which the cosine rule happily identifies as well.

这是一个直角三角形,余弦定理同样可以轻松识别这一点。


11. Connecting Triangles with Coordinate Geometry | 三角形与坐标几何的结合

Higher-level problems often merge triangle solving with coordinate geometry. For example, you may be asked to find the distance between two points, then use the sine rule to find another length. The distance formula itself is essentially an application of the cosine rule when the included angle is 90°.

更高层次的问题常常将解三角形与坐标几何结合。例如,你可能被要求先求出两点之间的距离,然后使用正弦定理求另一个长度。距离公式本质上是余弦定理在夹角为 90° 时的应用。

If you know the coordinates of a triangle’s vertices, you can find side lengths using:

如果你知道三角形顶点的坐标,可以使用以下公式求边长:

d = √[(x₂ − x₁)² + (y₂ − y₁)²]

Once all three side lengths are known, you can find angles using the cosine rule, and the area using Heron’s formula or the determinant method:

一旦三边长度都已知,就可以使用余弦定理求角,并使用海伦公式或行列式方法求面积:

Area = ½ | x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂) |

This approach is particularly useful in problems with points on a circle or in vector geometry.

这种方法在处理圆上点的题目或向量几何问题中特别有用。


12. Summary of Techniques | 解题技巧总结

Solving triangle problems is a systematic process. Here is your final checklist for any triangle question:

解三角形问题是一个系统化的过程。以下是你解答任何三角形问题的最终检查清单:

  • Draw and label a diagram. | 画图并标注所有信息。
  • Identify known and unknown sides/angles. | 识别已知与未知的边和角。
  • Choose the sine rule, cosine rule, or area formula based on the given information. | 根据已知信息选择正弦定理、余弦定理或面积公式。
  • Check for the ambiguous case when using the sine rule with SSA. | 在 SSA 情形使用正弦定理时检查歧义解。
  • Keep full precision in intermediate steps; round only at the end. | 中间步骤保持充分精度,仅在最后四舍五入。
  • Verify your answer with angle sum = 180° or with a different method when possible. | 尽可能用内角和 = 180° 或另一种方法验证答案。

The sine rule, cosine rule, and area formula together form a complete toolkit. With consistent practice and careful attention to detail, you can solve even the most complex triangle problems quickly and accurately in your Edexcel examination.

正弦定理、余弦定理和面积公式共同构成了一套完整的工具箱。通过持续练习和对细节的仔细关注,你可以在 Edexcel 考试中快速准确地解决即使是最复杂的三角形问题。


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