Triangle Area Formulas Summary | 三角形面积公式汇总

📚 Triangle Area Formulas Summary | 三角形面积公式汇总

The area of a triangle is one of the most fundamental concepts in geometry. Depending on the information available, there are many different ways to calculate it. This article summarizes all essential triangle area formulas that you may need for A-level mathematics and beyond.

三角形面积是几何学中最基础的概念之一。根据已知条件的类型,我们有多种不同的方法可以计算它。本文汇总了在 A-level 数学及进一步学习中可能需要用到的全部重要三角形面积公式。


1. Basic Base-Height Formula | 基本底高公式

For any triangle, if you know the length of one side (the base \( b \)) and the perpendicular height (\( h \)) to that base, the area \( A \) is:

对于任意三角形,若已知一条边的长度(底 \( b \))以及该边上的垂直高度(\( h \)),则面积 \( A \) 为:

A = ½ × b × h

This formula works for all triangles: scalene, isosceles, equilateral and right-angled. The height must be measured perpendicular to the chosen base, not along a slanted side.

此公式适用于所有三角形:不等边三角形、等腰三角形、等边三角形和直角三角形。高度必须垂直于所选底边测量,而不是沿斜边测量。


2. SAS Formula (Two Sides and Included Angle) | 两边夹角公式

If two sides \( a \) and \( b \) and the included angle \( C \) are known, the area can be found using trigonometry:

若已知两条边 \( a \)、\( b \) 及其夹角 \( C \),则可通过三角函数求面积:

A = ½ × a × b × sin C

This formula arises from viewing one side as the base and using \( b \sin C \) as the perpendicular height. It is especially useful in non-right-angled triangles.

该公式的来源是将一条边视为底边,而 \( b \sin C \) 正好是垂直高度。它在非直角三角形中尤其常用。


3. Heron’s Formula | 海伦公式

When only the three side lengths \( a, b, c \) are known, Heron’s formula provides the area without requiring any angle or height. First compute the semiperimeter \( s \):

当仅已知三边长度 \( a、b、c \) 时,海伦公式无需任何角度或高度即可求出面积。首先计算半周长 \( s \):

s = (a + b + c) / 2

Then the area is:

面积则为:

A = √[s(s − a)(s − b)(s − c)]

Heron’s formula is extremely powerful when dealing with pure side lengths, but it is slightly more computationally intensive than other formulas.

海伦公式在处理纯边长条件时非常强大,但它的计算量比其他公式稍大。


4. Circumradius Formula | 外接圆半径公式

If a triangle has circumradius \( R \) (the radius of the circle passing through all three vertices), the area can be expressed as:

若三角形的外接圆半径为 \( R \)(即经过三个顶点的圆的半径),则面积可表示为:

A = abc / (4R)

Equivalently, using the angles of the triangle, the area is:

等价地,利用三角形的各角,面积也可表示为:

A = 2R² × sin A × sin B × sin C

These formulas are useful when the problem involves a circle circumscribed around the triangle.

当题目涉及三角形外接圆时,这些公式非常有用。


5. Inradius Formula | 内切圆半径公式

If the triangle has inradius \( r \) (the radius of the inscribed circle tangent to all three sides), then the area is related to the semiperimeter \( s \):

若三角形的内切圆半径为 \( r \)(与三边都相切的圆的半径),则面积与半周长 \( s \) 的关系为:

A = r × s

This is because the triangle can be divided into three smaller triangles, each with height \( r \) and bases \( a, b, c \). Summing their areas gives \( ½ r(a + b + c) = r s \).

这是因为三角形可以被分成三个小三角形,它们的高均为 \( r \),底边分别长为 \( a、b、c \)。它们的面积之和即为 \( ½ r(a + b + c) = r s \)。


6. Coordinate Formula (Shoelace) | 坐标公式(鞋带公式)

For three vertices with coordinates \((x_1,y_1)\), \((x_2,y_2)\), \((x_3,y_3)\), the signed area is given by the shoelace formula:

对于三个顶点坐标为 \((x_1,y_1)\)、\((x_2,y_2)\)、\((x_3,y_3)\) 的三角形,其有向面积由鞋带公式给出:

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

The absolute value ensures that the area is positive regardless of the orientation of the vertices. This formula works for any triangle in the Cartesian plane.

取绝对值是为了保证无论顶点方向如何,面积始终为正。该公式适用于直角坐标平面上的任意三角形。


7. Vector Cross Product Formula | 向量叉积公式

If two sides of a triangle are represented by vectors \(\vec{u}\) and \(\vec{v}\) from the same vertex, the area is half the magnitude of their cross product:

若三角形的两条边由同一顶点出发的向量 \(\vec{u}\) 和 \(\vec{v}\) 表示,则面积为叉积模长的一半:

A = ½ × |\vec{u} × \vec{v}|

In two dimensions, if \(\vec{u} = (u_1, u_2)\) and \(\vec{v} = (v_1, v_2)\), then:

在二维平面中,若 \(\vec{u} = (u_1, u_2)\),\(\vec{v} = (v_1, v_2)\),则:

A = ½ × |u₁v₂ − u₂v₁|

The vector formula is particularly elegant in 3D geometry and in mechanics problems.

向量公式在三维几何和力学问题中尤为简洁优雅。


8. Horizontal Width and Vertical Height Formula | 水平宽铅垂高公式

For a triangle placed on a coordinate plane, if one side is chosen as the “base line” and the opposite vertex has a maximum vertical distance to that line, the area can be computed as:

对于放在坐标平面中的三角形,若选择一条边作为“底线”,并且对顶点到底线的最大垂直距离可求,则面积可计算为:

A = ½ × horizontal width × vertical height

Here “horizontal width” is the horizontal distance between the two endpoints of the base, and “vertical height” is the perpendicular distance from the third vertex to the line containing the base. This method is often used in integration and coordinate geometry.

其中“水平宽”是底边两个端点之间的水平距离,“铅垂高”是第三个顶点到底边所在直线的垂直距离。此方法常用于积分和坐标几何中。


9. Equilateral Triangle Formula | 等边三角形公式

For an equilateral triangle with side length \( a \), all angles are \( 60^\circ \), and the area simplifies to:

对于边长为 \( a \) 的等边三角形,所有角均为 \( 60^\circ \),面积简化为:

A = (√3 / 4) × a²

This formula can be derived from the SAS formula with \( \sin 60^\circ = √3/2 \). It is frequently used in regular polygons and tiling problems.

此公式可由两边夹角公式结合 \( \sin 60^\circ = √3/2 \) 推导得出。它在正多边形和密铺问题中经常使用。


10. Right Triangle Special Case | 直角三角形特例

For a right-angled triangle, the two legs are perpendicular, so the area is simply half the product of the two legs:

对于直角三角形,两条直角边互相垂直,因此面积就是两条直角边乘积的一半:

A = ½ × a × b

where \( a \) and \( b \) are the perpendicular sides. If the hypotenuse is used as the base, the corresponding height is also needed.

其中 \( a \) 和 \( b \) 是两条直角边。如果以斜边为底,则需要相应的斜边高。


11. Area Using Two Angles and a Side | 已知两角一边的面积公式

If one side \( a \) and the two angles \( B \) and \( C \) adjacent to the opposite endpoints are known, the area can be found using the sine rule:

若已知一条边 \( a \) 以及与其两端相邻的角 \( B \) 和 \( C \),则可通过正弦定理求面积:

A = a² × sin B × sin C / (2 × sin A)

where \( A = 180^\circ – B – C \). This version is helpful when the triangle is defined by a side and two angles rather than two sides.

其中 \( A = 180^\circ – B – C \)。当三角形由一条边和两个角定义,而不是由两条边定义时,这个公式很有帮助。


12. Summary Table | 公式总结表

The following table summarises the key area formulas for quick revision:

下表总结了关键的面积公式,方便快速复习:

Known Information Area Formula
Base and height A = ½ bh
Two sides and included angle A = ½ ab sin C
Three sides A = √[s(s−a)(s−b)(s−c)]
Circumradius R A = abc / (4R)
Inradius r A = rs
Coordinates of vertices A = ½ |x₁(y₂−y₃)+x₂(y₃−y₁)+x₃(y₁−y₂)|
Vectors u and v A = ½ |u × v|
Equilateral side a A = (√3/4)a²

Mastering these formulas allows you to choose the most efficient method for any triangle problem. Always check which quantities are given and which are needed before selecting a formula.

掌握这些公式后,你就能在面对任何三角形问题时选择最有效的方法。在选用公式前,务必检查题目给出了哪些量,又需要求出哪些量。


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