Dykstra Extension to the Pythagorean Theorem | ||
Edsger W. Dykstra of the University of Texas at Austin proposes that the equation sgn(α + β - γ) = sgn(A2 + B2 - C2) is a superior, generalized form of the Pythagorean Equation. | ||
| ||
ProofTo prove: sgn(α + β - γ) = sgn(A2 + B2 - C2) Take a triangle of sides A, B, and C, where the length of all the sides is greater than zero. Let the angles opposite each of the sides be α, β, and γ, respectively. A formal expression of the Pythagorean Theorem can be stated as: The problem is with the transcendental π. Since α + β + γ = π, π can be eliminated. Elementary arithmetic gives: Professor Dykstra proposes this can be strengthened to: While he does not propose a reason for this, I assume it is because Euclid has already proved the inverse of the Pythagorean Equation: One can get an equivalent form by negating both sides: Professor Dykstra then proposes, since the large angle is opposite the larger side, that: A2 + B2 < C2 ≡ γ < α + β These equivalencies can be jointly formulated using the sgn function, defined as sgn = ( sgn(x) = 0 ≡ x = 0 ) | ( sgn(x) = 1 ≡ x > 0 ) | ( sgn(x) = -1 ≡ x < 0). Note: a different formulation for the sign function, more amenable to computer math is sign(x) = x/abs(x) if x ≠ 0, otherwise sign(x)=0. This formulation is as follows: QED | ||
More Information | ||