Skip to content
Home

Pythagorean theorem

In Euclidean geometry, the Pythagorean theorem relates the lengths of the sides of a right triangle: the sum of the squares of the legs equals the square of the hypotenuse; foundational in geometry and distance measurement.

The Pythagorean theorem is a fundamental statement in plane geometry that describes a relation among the three sides of a right-angled triangle. If the two sides that meet at the right angle are called the legs, with lengths a and b, and the side opposite the right angle is the hypotenuse with length c, then the theorem states: a^2 + b^2 = c^2. This relation holds in Euclidean geometry and underlies the familiar distance formula between two points in a coordinate plane.

Image gallery

8 Images

Elements and terminology

A right triangle has one 90° angle. The two sides adjacent to that angle are the legs and the side opposite is the hypotenuse, which is always the longest side. In practice the equality a^2 + b^2 = c^2 provides a test for perpendicularity: if the squared lengths satisfy this relation the triangle is right-angled (the converse of the theorem). The theorem is therefore a tool both for computing unknown lengths and for verifying orthogonality.

History and proofs

Although named for the Greek philosopher Pythagoras, versions of the rule appear in Babylonian and Indian mathematics and in ancient Chinese texts. The attribution to Pythagoras reflects early classical Greek development of proofs. Numerous demonstrations exist — geometric rearrangements, similarity arguments, algebraic derivations and area comparisons — and textbooks often present Euclid's geometric proof and several elementary dissections. One notable modern proof is attributed to James A. Garfield; overall the theorem has inspired many distinct proofs over the centuries.

Pythagorean triples and generation

Integer solutions (a,b,c) of a^2 + b^2 = c^2 are called Pythagorean triples. Many such triples exist, including the familiar (3,4,5) and (5,12,13). Primitive triples, whose entries share no common factor, can be generated by a simple parametric formula: for integers m>n>0, set a = m^2 - n^2, b = 2mn, c = m^2 + n^2; suitable choices of m and n produce all primitive triples. These integer solutions are a classical topic at the intersection of geometry and number theory.

Applications and generalizations

The theorem is widely used: in surveying and construction for computing heights and distances, in navigation and physics for resolving components, and in computer graphics and algorithms for computing Euclidean distances and testing orthogonality of vectors. In analytic form it connects with the dot product and the length of a vector in n-dimensional Euclidean space, where the squared length is the sum of the squares of the components. In non-Euclidean geometries the simple quadratic relation must be replaced by formulas that reflect curvature, and the law of cosines generalizes the relation to arbitrary triangles.

Examples and further reading

  • Classic numerical example: 3^2 + 4^2 = 5^2, so a triangle with legs 3 and 4 has hypotenuse 5.
  • Pythagorean triples can be used to construct integer-sided right triangles for practical and theoretical problems.
  • Many elementary proofs rely on cutting and rearranging right triangles to form squares, illustrating the area interpretation of the identity.
  • For more on the geometric context see articles on the right triangle and on alternative formulations in elementary treatment of triangle relations; for algebraic perspectives consult treatments of vector length and inner products in linear algebra.

The Pythagorean theorem remains central in mathematical education and a gateway to further topics in geometry, algebra and number theory. For introductory expositions and proofs see general references in elementary geometry and historical surveys that discuss the theorem's attribution and development across cultures (right-angle history, angle measurement discussions).

Mathematical statement

The Pythagorean theorem can be formulated as follows:

If a, band cthe side lengths of a right triangle, where aand b are the lengths of the cathets and c is the length of the hypotenuse, then a^{2}+b^{2}=c^{2}.

In geometrical interpretation, in a right triangle the sum of the areas of the two squares over the cathetes is equal to the area of the square over the hypotenuse.

The converse of the proposition is equally true:

If the equation a^{2}+b^{2}=c^{2} holds in a triangle with side lengths a, band c, then this triangle is right-angled, with the right angle copposite the side

Closely related to the Pythagorean Theorem are the Height Theorem and the Cathetus Theorem. These two theorems and the Pythagorean Theorem together form the Pythagorean Theorem Group. The cosine theorem described below is a generalization of the Pythagorean theorem.

Usage

Longitudes in a right triangle

From the Pythagorean theorem it follows directly that the length of the hypotenuse is equal to the square root of the sum of the squares of the cathets, thus

c={\sqrt {a^{2}+b^{2}}}.

A simple and important application of the theorem is to calculate the third side of a right triangle from two known sides. This is possible by transforming the equation for all sides:

\begin{align} a & = \sqrt{c^2 - b^2} \\ b & = \sqrt{c^2 - a^2} \end{align}

The inverse of the theorem can be used to test whether a given triangle is right-angled. This is done by testing whether the equation of the theorem for the sides is true for the given triangle. Thus, just knowing the side lengths of a given triangle is enough to conclude whether it is right-angled or not:

  • if the side lengths are 3, 4and 5, then 3^{2}+4^{2}=9+16=25=5^{2}, and therefore the triangle is right-angled.
  • if the side lengths are 4, 5and 6, then 4^2 + 5^2 = 16 + 25 = 41 \neq 6^2, and therefore the triangle is not right-angled.

From the Pythagorean theorem it follows that in a right triangle the hypotenuse is longer than each of the cathets and shorter than their sum. The latter also follows from the triangle inequality.

Pythagorean Triples

Main article: Pythagorean triple

Among all triples (a,b,c)satisfying the equation a^{2}+b^{2}=c^{2}, there are infinitely many where a, , band are ceach integers. These triples are called Pythagorean triples. The simplest of these triples consists of the numbers 3, 4and 5. Pythagorean triples have been used since ancient times to construct right triangles. An example is the twelve-knot cord used to lay a triangle whose sides have lengths 3, 4and 5. The two short sides then form a right angle.

The great Fermat theorem states that if the nnth n>2 power of a number cannot be represented as the sum of two powers of the same degree. What is meant are basic integers \neq 0and natural superscripts. Generally speaking, this means:

The equation a^{n}+b^{n}=c^{n}has n>2no solution for integer a,b,c \neq 0and natural numbers

This is surprising because for there n\leq 2are infinitely many solutions. For n=2 these are the Pythagorean number triples.

Euclidean distance

Main article: Euclidean distance

The Pythagorean Theorem provides a formula for the distance between two points in a Cartesian coordinate system. Given two points (x_0, y_0)and (x_1, y_1)in a plane, their distance is given cby

c = \sqrt{(x_1-x_0)^2 + (y_1-y_0)^2}

given. This takes advantage of the fact that the coordinate axes are perpendicular to each other. This formula can also be extended to more than two dimensions and then provides the Euclidean distance. For example, in three-dimensional Euclidean space the following applies

c = \sqrt{(x_1-x_0)^2 + (y_1-y_0)^2 + (z_1-z_0)^2}.

Questions and answers

Q: What is the Pythagorean theorem?

A: The Pythagorean theorem is a statement about the sides of a right triangle.

Q: What angle is always equal to 90 degrees in a right triangle?

A: One of the angles of a right triangle is always equal to 90 degrees, which is referred to as the right angle.

Q: What are the two sides next to the right angle called?

A: The two sides next to the right angle are called the legs.

Q: What is the side opposite to the right angle called?

A: The side opposite to the right angle is called hypotenuse and it's always longest side.

Q: Is there an equation for calculating this theorem?

A: Yes, there is an equation for calculating this theorem which states that "the square of length of hypotenuse equals sum of squares of lengths of other two sides".

Q: Are all triangles with 90 degree angles considered "right" triangles?

A: No, not all triangles with 90 degree angles are considered "right" triangles; only those where one side (hypotenuse) is longer than other two sides and forms a 90 degree angle at its end can be classified as "right" triangles.

Related articles

Author

AlegsaOnline.com Pythagorean theorem

URL: https://en.alegsaonline.com/art/80255

Share