Satz des Pythagoras

a² + b² = c² — die Formel, die jedes rechtwinklige Dreieck befolgt

Geprüft von [email protected], Geometry Calculator Developer & Online Math Educator Zuletzt aktualisiert am May 21, 2026

Der Satz des Pythagoras besagt, dass in jedem rechtwinkligen Dreieck das Quadrat der Hypotenuse (der Seite gegenüber dem rechten Winkel) gleich der Summe der Quadrate der beiden anderen Seiten ist. Vor etwa 2500 Jahren von den alten Griechen entdeckt, ist er bis heute die am häufigsten verwendete Formel in der Geometrie – für Entfernungsberechnungen, Navigation, Bauwesen, Computergrafik und weit darüber hinaus. Die Formel a² + b² = c² ist kurz zu merken, aber nur auf rechtwinklige Dreiecke beschränkt.

Die Formeln

Name Formel Hinweise
Standardform a² + b² = c² a, b = die beiden Katheten (Seiten am rechten Winkel); c = Hypotenuse (gegenüber dem rechten Winkel, immer die längste Seite).
Hypotenuse berechnen c = √(a² + b²) Wenn beide Katheten bekannt sind. Immer positiv (Längen sind nicht negativ).
Eine Kathete berechnen (gegeben Hypotenuse + andere Kathete) a = √(c² − b²) Quadrate subtrahieren, dann die Quadratwurzel ziehen. Erfordert c > b.
Pythagoreische Identitätsprüfung a² + b² ≟ c² Zum Testen, ob 3 gegebene Seitenlängen ein rechtwinkliges Dreieck bilden. Wenn wahr, ist das Dreieck rechtwinklig; wenn nicht, ist es spitz- oder stumpfwinklig.
Abstandsformel (2D) d = √((x₂−x₁)² + (y₂−y₁)²) Pythagoras angewendet auf die Koordinatengeometrie – die Katheten sind horizontal Δx und vertikal Δy. Siehe Seite zur Abstands- und Mittelpunktformel.
Abstandsformel (3D) d = √((x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²) 3D-Erweiterung. Gleiche Idee: Summe der quadrierten Komponentendifferenzen, dann Quadratwurzel.
Pythagoreische Tripel a:b:c = 3:4:5 / 5:12:13 / 8:15:17 / 7:24:25 / 20:21:29 Seitenlängenverhältnisse, die den Satz des Pythagoras immer mit ganzzahligen Werten erfüllen. Nützlich für schnelle Überprüfungen und häufige Testaufgaben.
Vielfache von Tripeln k·a, k·b, k·c Jedes positive Vielfache k eines pythagoreischen Tripels ist ebenfalls ein pythagoreisches Tripel: 6-8-10, 9-12-15, 30-40-50 funktionieren alle.
Erzeugung von Tripeln (Euklid) a = m²−n², b = 2mn, c = m²+n² Für beliebige positive ganze Zahlen m > n erzeugt dies ein pythagoreisches Tripel. (m=2,n=1) → 3,4,5; (m=3,n=2) → 5,12,13.
Umkehrsatz If a² + b² = c² → triangle is right Die umgekehrte Richtung: Wenn die Seitenquadrat-Gleichung gilt, MUSS der Winkel gegenüber c 90° betragen.

Gelöste Beispiele

Beispiel 1: Rechtwinkliges Dreieck mit Katheten 3 und 4 – Hypotenuse berechnen

  1. c² = a² + b² = 3² + 4² = 9 + 16 = 25
  2. c = √25 = 5
  3. Recognize: this is the classic 3-4-5 Pythagorean triple.

Beispiel 2: Hypotenuse 13, eine Kathete 5 – die andere Kathete berechnen

  1. b² = c² − a² = 13² − 5² = 169 − 25 = 144
  2. b = √144 = 12
  3. Recognize: this is the 5-12-13 triple.

Beispiel 3: Ist ein Dreieck mit den Seiten 6, 8, 11 rechtwinklig?

  1. Test the converse: does 6² + 8² = 11²?
  2. 36 + 64 = 100 ; 11² = 121
  3. 100 ≠ 121 → NOT a right triangle (it's obtuse since 100 < 121).

Beispiel 4: Diagonale eines 6×8 Rechtecks

  1. The diagonal forms the hypotenuse of a right triangle with legs 6 and 8.
  2. d = √(36 + 64) = √100 = 10 units

Proofs of the Pythagorean Theorem

The validity of the relationship between the sides of a right triangle can be demonstrated through multiple rigorous methods. One of the most intuitive approaches is the rearrangement proof, which relies on area conservation. Consider four identical right triangles arranged inside a larger square. In the first configuration, the triangles are positioned such that their hypotenuses form a smaller square in the center. The area of this central square is equal to the sum of the areas of the two smaller squares formed by the legs when the triangles are rearranged differently within the same bounding square. This geometric manipulation visually confirms that the area associated with the longest side equals the combined areas of the other two.

An algebraic proof offers a different perspective by utilizing similar triangles. By drawing an altitude from the right angle vertex to the hypotenuse, the original triangle is divided into two smaller triangles that are similar to the parent triangle and to each other. Using the ratios of corresponding sides, one can derive equations that, when summed, yield the standard formula. Another common algebraic method involves constructing squares on each side of the triangle. The area of the square on the hypotenuse is shown to be exactly equal to the sum of the areas of the squares on the two legs. These proofs establish the theorem not merely as a rule for calculation, but as a fundamental property of Euclidean geometry.

Understanding these derivations helps clarify why the theorem holds true specifically for right triangles. The converse of Pythagorean theorem is also critical here; if the square of the longest side of any triangle equals the sum of the squares of the other two sides, then the triangle must contain a right angle. This bidirectional logic allows mathematicians and engineers to verify angular properties based solely on side measurements. Whether using visual rearrangements or algebraic manipulations involving similar triangles, the core principle remains consistent: the geometric integrity of the right triangle is defined by this precise mathematical equality.

Step-by-Step Examples

Applying the formula requires identifying which sides correspond to the variables. In a right triangle, the hypotenuse is always the side opposite the right angle and is the longest side, denoted as c. The other two sides are called legs, labeled a and b. When solving for the hypotenuse, you square both legs, add them together, and take the square root of the result. For example, if leg a is 3 units and leg b is 4 units, the calculation proceeds as follows: 3 squared is 9, and 4 squared is 16. Adding these gives 25. The square root of 25 is 5. Thus, the hypotenuse measures 5 units. This specific set of integers (3, 4, 5) is known as a Pythagorean triple, where all three sides are whole numbers satisfying the equation.

Solving for a missing leg requires a slight variation in the algebraic steps. If the hypotenuse c is 10 and one leg a is 6, you must isolate the unknown leg b. First, square the known values: 10 squared is 100, and 6 squared is 36. Since the formula states a² + b² = c², you subtract the square of the known leg from the square of the hypotenuse. The equation becomes 36 + b² = 100. Subtracting 36 from both sides yields b² = 64. Taking the square root of 64 gives b = 8. Therefore, the missing leg is 8 units long. This process demonstrates how the theorem allows for flexible problem-solving depending on which dimension is unknown.

These examples illustrate the practical utility of the theorem in basic arithmetic. It is important to ensure that the triangle is indeed a right triangle before applying these calculations. If the calculated value for the hypotenuse is less than the longest given leg, or if the sum of the squares does not match, the initial assumption about the triangle's type may be incorrect. Mastery of these step-by-step procedures enables accurate determination of unknown distances in various geometric contexts.

Real-World Applications

The Pythagorean theorem extends far beyond classroom exercises, serving as a foundational tool in construction, navigation, and physics. In construction, carpenters and builders frequently use the theorem to ensure structures are square. By measuring diagonals across rectangular frames, workers can verify that corners are exactly 90 degrees. If the diagonal length matches the calculation derived from the width and height, the frame is properly aligned. This application is crucial for installing cabinets, laying foundations, and framing walls, ensuring stability and precision in built environments.

In navigation, the theorem calculates the shortest distance between two points, often referred to as the Euclidean distance. When plotting a course on a map, the direct path between two coordinates forms the hypotenuse of a right triangle created by north-south and east-west displacements. Pilots and sailors use this calculation to determine fuel requirements and travel time more accurately than following grid lines. Similarly, in physics, the theorem is essential for resolving vectors. When forces or velocities act at angles, they can be broken down into perpendicular components. The magnitude of the resultant vector is found using the theorem, allowing engineers to analyze structural loads and motion dynamics effectively.

These applications highlight the theorem's role in measuring spatial relationships. Whether determining the length of a ladder needed to reach a roof, calculating the displacement of a projectile, or verifying the alignment of a building, the ability to relate perpendicular dimensions to a diagonal distance is indispensable. The consistency of the mathematical relationship ensures reliable results across diverse fields, making it a universal standard for distance measurement in flat, two-dimensional space.

Frequently Asked Questions

What is the formula?

The formula for the Pythagorean theorem is a² + b² = c². In this equation, a and b represent the lengths of the two legs of a right triangle, while c represents the length of the hypotenuse, which is the side opposite the right angle and typically the longest side.

Who discovered it?

Although the theorem is named after the ancient Greek mathematician Pythagoras, evidence suggests that Babylonian and Indian mathematicians knew of the relationship centuries earlier. Pythagoras or his followers are credited with providing the first formal proof, establishing it as a fundamental principle of geometry.

Can it be used for obtuse angles?

No, the standard theorem applies exclusively to right triangles. However, the Law of Cosines generalizes this concept for any triangle. For obtuse triangles, the square of the longest side will be greater than the sum of the squares of the other two sides, indicating that the angle opposite that side is greater than 90 degrees.

Are there other forms?

Yes, the converse of Pythagorean theorem is a distinct form used to identify right triangles. It states that if a² + b² = c² holds true for a triangle's sides, then the triangle must contain a right angle. Additionally, in coordinate geometry, the theorem is used to calculate the distance between two points, known as the Euclidean distance formula.

Manuelle Berechnung überspringen

Geben Sie Ihre Zahlen ein und erhalten Sie sofort Schritt-für-Schritt-Ergebnisse.

Use Pythagorean Theorem Calculator Alle Geometrieformeln ansehen