← Back to High School Math

Triangles & Pythagorean Theorem

High School Math · GeometryPreview

1. Introduction

The triangle is the simplest closed shape — three sides, three angles — yet it is the structural backbone of nearly all of geometry. Any polygon can be cut into triangles, bridges and roof trusses are built from triangles because they are rigid, and trigonometry is, at its heart, the study of triangles. Among all triangles, the right triangle (one 9090^\circ angle) is the most important, and the Pythagorean Theorem is the single most famous relationship in elementary mathematics.

The theorem says: in a right triangle, the square built on the hypotenuse (the side opposite the right angle) has the same area as the two squares built on the legs combined. Symbolically, a2+b2=c2a^2 + b^2 = c^2. This lets us compute distances we cannot measure directly, test whether an angle is truly square, and it generalizes into the distance formula, the law of cosines, and the unit circle.

In this article we define triangles carefully, classify them, derive the Pythagorean Theorem and its converse, master the two special right triangles, explore geometric mean relationships in right triangles, and connect everything to coordinate geometry. Because we can't show diagrams, sketch each triangle as you read — orient the right angle at the bottom-left, legs along the axes, hypotenuse rising to the right.

The Pythagorean Theorem is the bridge between shape and number: it turns a geometric right angle into an algebraic check on side lengths. Every distance problem on a grid, every ladder-against-a-wall story, and every "is this triangle right?" question is ultimately asking whether a2+b2=c2a^2 + b^2 = c^2. Learning to spot special triangles and integer triples is as valuable as memorizing the formula itself.

2. Core Concepts

2.1 Classifying Triangles

Triangles are named two ways. By sides: a scalene triangle has three different side lengths; an isosceles triangle has (at least) two equal sides and two equal base angles; an equilateral triangle has three equal sides and three 6060^\circ angles. By angles: an acute triangle has all angles less than 9090^\circ; a right triangle has exactly one 9090^\circ angle; an obtuse triangle has one angle greater than 9090^\circ.

Two universal facts hold for every triangle:

  • Angle sum: the three interior angles add to 180180^\circ.
  • Triangle inequality: the sum of any two side lengths exceeds the third; otherwise the sides cannot close up into a triangle.

2.2 The Right Triangle and Its Parts

In a right triangle, the 9090^\circ angle is the right angle. The side directly opposite it is the hypotenuse, always the longest side. The two sides forming the right angle are the legs. The two non-right angles are complementary (they sum to 9090^\circ, since all three sum to 180180^\circ).

2.3 The Pythagorean Theorem and a Proof

The theorem states that for legs aa, bb and hypotenuse cc, a2+b2=c2.a^2 + b^2 = c^2.

A proof by rearrangement. Take a large square of side a+ba + b. Inside it, place four copies of our right triangle, each with legs aa and bb, arranged so their hypotenuses form a tilted inner square of side cc. The area of the big square can be counted two ways. First, directly: (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2. Second, as the inner square plus the four triangles: c2+412ab=c2+2abc^2 + 4\cdot \tfrac{1}{2}ab = c^2 + 2ab. Setting the two equal: a2+2ab+b2=c2+2ab    a2+b2=c2.a^2 + 2ab + b^2 = c^2 + 2ab \implies a^2 + b^2 = c^2. The 2ab2ab terms cancel, leaving exactly the Pythagorean relationship. This is one of hundreds of known proofs, and it requires nothing more than counting area.

2.4 The Converse

The converse is equally useful: if the three sides of a triangle satisfy a2+b2=c2a^2 + b^2 = c^2 (with cc the longest), then the triangle is right. This is how builders check that a corner is square — the "3-4-5 method." A sharper version classifies any triangle:

  • If a2+b2=c2a^2 + b^2 = c^2: right.
  • If a2+b2>c2a^2 + b^2 > c^2: acute.
  • If a2+b2<c2a^2 + b^2 < c^2: obtuse.

2.5 Pythagorean Triples

A Pythagorean triple is a set of positive integers (a,b,c)(a, b, c) with a2+b2=c2a^2 + b^2 = c^2. The famous ones to recognize instantly are (3,4,5)(3, 4, 5), (5,12,13)(5, 12, 13), (8,15,17)(8, 15, 17), and (7,24,25)(7, 24, 25). Any multiple of a triple is also a triple: scaling (3,4,5)(3,4,5) by 22 gives (6,8,10)(6, 8, 10). Recognizing these saves time because you can read off the answer without a calculator.

Generating triples: For integers m>n>0m > n > 0, the formulas a=m2n2a = m^2 - n^2, b=2mnb = 2mn, c=m2+n2c = m^2 + n^2 always produce a triple (possibly after reordering legs).

2.6 Special Right Triangles

Two right triangles have fixed angle measures and therefore fixed side ratios:

  • 4545^\circ4545^\circ9090^\circ (isosceles right triangle): the two legs are equal, and the hypotenuse is 2\sqrt{2} times a leg. Ratio 1:1:21 : 1 : \sqrt{2}. If a leg is xx, the hypotenuse is x2x\sqrt{2}.
  • 3030^\circ6060^\circ9090^\circ: the side opposite 3030^\circ is the shortest, opposite 6060^\circ is 3\sqrt{3} times it, and the hypotenuse (opposite 9090^\circ) is twice the shortest. Ratio 1:3:21 : \sqrt{3} : 2. If the short leg is xx, the sides are xx, x3x\sqrt{3}, 2x2x.

Where do these come from? Split a square along its diagonal to get two 4545-4545-9090 triangles; the diagonal of a unit square is 12+12=2\sqrt{1^2 + 1^2} = \sqrt 2. Split an equilateral triangle of side 22 down its height to get a 3030-6060-9090 triangle with short leg 11, hypotenuse 22, and long leg 2212=3\sqrt{2^2 - 1^2} = \sqrt 3.

2.7 From Triangle to Coordinate Plane

The Pythagorean Theorem becomes the distance formula. The distance between (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is the hypotenuse of a right triangle with horizontal leg x2x1|x_2 - x_1| and vertical leg y2y1|y_2 - y_1|: d=(x2x1)2+(y2y1)2.d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.

2.8 Altitude to the Hypotenuse and Geometric Mean

In a right triangle, drop an altitude from the right angle to the hypotenuse. It splits the hypotenuse into two segments and creates three similar triangles. The altitude is the geometric mean of the two hypotenuse segments: h2=pq,h^2 = p \cdot q, where pp and qq are the two pieces of the hypotenuse. Each leg is also a geometric mean: a2=cpa^2 = c \cdot p and b2=cqb^2 = c \cdot q. These relationships power many contest-style problems.

2.9 Triangle Area

Every triangle has area A=12bhA = \tfrac{1}{2}bh where bb is any base and hh is the perpendicular height to that base. In a right triangle, the two legs serve as base and height directly: A=12(leg1)(leg2)A = \tfrac{1}{2}(\text{leg}_1)(\text{leg}_2). Heron's formula gives area from three sides aa, bb, cc alone: with semiperimeter s=a+b+c2s = \tfrac{a+b+c}{2}, A=s(sa)(sb)(sc)A = \sqrt{s(s-a)(s-b)(s-c)}.

2.10 The Law of Cosines (Preview)

For any triangle (not just right), the law of cosines generalizes Pythagoras: c2=a2+b22abcosC.c^2 = a^2 + b^2 - 2ab\cos C. When C=90C = 90^\circ, cosC=0\cos C = 0 and this reduces to c2=a2+b2c^2 = a^2 + b^2. Use it when you know two sides and the included angle, or all three sides.

2.11 Coordinate Geometry and Right Triangles

Slope and distance combine in coordinate proofs. A triangle with vertices on a grid is right if two sides have slopes whose product is 1-1 (perpendicular), or if the side lengths satisfy the Pythagorean converse. The distance formula is the workhorse for verifying right angles on the plane.

2.12 Isosceles and Equilateral Triangles in Context

An isosceles right triangle is a 4545-4545-9090 triangle.

2.13 The Distance Formula and Midpoint Connection

The midpoint of (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is (x1+x22,y1+y22)\left(\tfrac{x_1+x_2}{2}, \tfrac{y_1+y_2}{2}\right). The distance formula measures the segment length between endpoints; together they support coordinate proofs that a triangle is isosceles (two equal distances from a vertex) or right (Pythagorean check on side lengths computed from coordinates). These tools bridge algebra and geometry without any trigonometry. An equilateral triangle split by an altitude yields two 3030-6060-9090 triangles — a standard way to find height and area of equilateral triangles. Connecting special triangles to these familiar figures speeds up many calculations.

Continue reading with Premium

Upgrade to read the full article and unlock all Premium features.

Free

  • Unlimited practice — all difficulties
  • 3 hints / day
  • Community solutions
  • 2 timed mocks / month

Premium

  • Full article + all 57+ theory guides
  • Unlimited hints on practice problems
  • Unlimited timed mock exams & PDF worksheets
Log in