Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.8K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Proving Pythagorean theorem using Trigonometry

I recently read that two students have proven the Pythagorean Theorem using Trigonometry.
I haven't looked at their proof, but the problem seems straight forward.
Consider a right triangle with sides a and b and hypotenuse c, and angle theta opposite side a.
Then the tan(theta) = a/b.
sine(theta) = a/c.
So c = a/sine(theta) = a/sine(arctan(a/b).
Using Mathematica:

a/Sin[ArcTan[a/b]] evaluates to Sqrt[1 + a^2/b^2] b

which is equivalent to Sqrt[a^2 +b^2]

    In[1]:= a/Sin[ArcTan[a/b]]

    Out[1]= Sqrt[1 + a^2/b^2] b

Am I missing something ?

POSTED BY: Frank Kampas
2 Replies
POSTED BY: Phil Earnhardt

The problem is that the foundation for trigonometry is rooted in the Pythagorean Theorem and that any proof would seemingly be based on circular reasoning. Mathematicians thought any proof based on trigonometry was impossible, but the two High School students provided a proof.

The proof was annotated in a posting by Wolfram Alpha developer @Shenghui Yang. See New trigonometric proof of Pythagorean theorem via law of sines posted in the Wolfram Community discussions about a year ago.

POSTED BY: Phil Earnhardt
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard