Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Proving $a^2+b^2=c^2$ where $a,b,c$ are side lengths of a right triangle.

First, I have never done a proof before, sorry I am so poor here. I have spent many hours but my actions have mostly used wrong ideas. I will only say what I have done that I think is right. If you need my other writing I can write it out but it was mostly about fitting shapes inside the triangles and I think the big mistake is that if the equal statement $a^2+b^2=c^2$ were to be wrong then anything about the inside triangles cannot prove the statement to be wrong because the algebra is connected to the geometry of the triangle and the shapes are inside the geometry of the triangle.

Start: I started by drawing a square with sides $d,e,f,g$ all the same as a. The biggest possible right triangle has two sides the same length. This square can fit at least two right triangles inside it both no smaller than the other with one side equal to a. That is true because if you made one smaller than the other and pushed it into one corner of the square then the bigger triangle touching it would overlap the corners of the square which is wrong.

So then the sum $d+e+f+g=4a$ is more than $a+b+c$ where $a,b,c$ are the side lengths of one of the triangles and $4a>a+b+c$. Then I square

$$\begin{eqnarray*} 16a^2&>& (a+b+c)^2\\ &=&a^2+b^2+c^2+2(ab+bc+ac)\\ \end{eqnarray*}$$

The only thing I can do here is use the equation at the top so if $a^2+b^2=c^2$ isn’t true for the triangle then it’s $a^2+b^2=c^2+z$ for some $z$. But I subtracted that from the expression and it wasn’t wrong which I thought it would have to be since I added the $z$. I guess the extra $z$ can’t show the equation is wrong since any number could be equal to it including those like zero which it is not really equal to atleast if the equation were wrong. But if there is a rule that $z$ isn’t zero included somehow there should be a way to conclude having $z$ not be zero is wrong. But then I checked and found $a,b,c,z$ with $z$ not zero so that the inequality holds so I’m very confused. Maybe the squares are too simple and I should have chosen a rectangle or put squares around the outside of the triangle. I know a book that proves this but I want just some clues whether my actions are appropriate to solving this and otherwise a clue for a new way since I don’t care about it for a class I just like to think about the question.

Edit. I have corrected (a+b+c)^2 I think. I am also grateful for the answer below which gives a good clue and just as much as I wished for. It is certainly an interesting choice of shapes and different from what I was doing in that there are no gaps between the shapes. It helps clarify that as I am asking about ways that work I am also asking if an approach using gaps between shapes and estimations rather than exactness could work as an approach (perhaps just because I have spent some hours and wish to recover some value). Is that known? Or perhaps the notion of grouping proofs into approaches is just because the mind is simple and we can't talk about the correctness of approaches only whether one proof we are handed is right or wrong.

share|improve this question
2  
A related thread. – J. M. Jan 3 '12 at 4:33
I don't think you expressed $(a + b + c)^2$ correctly. – The Chaz 2.0 Jan 3 '12 at 5:07
How about proving via rule of cosines? – Quixotic Jan 3 '12 at 5:32
Well, the poster apparently has little experience with proofs(and probably geometry) and I doubt if the OP knows about the cosine rule. :) – Eisen Jan 3 '12 at 8:39

2 Answers

This is my favourite way of proving the pythagorean theorem. Can you proceed from here based on the picture? You can take a look at the link here if unsure.

share|improve this answer
5  
To my eyes, the diagram looks like it is tilting towards the left. An interesting optical illusion. – marty cohen Jan 3 '12 at 5:14
There is a wonderful old book first published in 1927, compiled by Elisha Loomis, called The Pythagorean Proposition, in which he categorized and listed 370 different (though sometimes related) proofs. [see mathlair.allfunandgames.ca/pythprop.php ] It is long out-of-print (second edition appeared in 1940), but thanks to the Miracle Of The Internet, a .pdf file is available (though I'd need to hunt down the link again). [Forget trying to buy a physical copy -- those fetch antiquarian prices over $100 and more!] – RecklessReckoner Apr 19 at 5:11

Draw $AD\perp BC$.Now notice that $\triangle ADC \sim \triangle BAC$ where $\angle BAC=90^\circ$.From that similarity, we have $\frac{BC}{AC}=\frac{AC}{DC}$ and so $AC^2=BC\cdot DC$(Here, you need to express an angle as $\alpha$ and the other angle in that triangle excluding the right angle will now be $90^\circ-\alpha$).

I leave it to you prove that $AB^2=BC\cdot BD$.Adding up, we get $AB^2+AC^2=BC^2$.

Notice that here I am proving $a^2=b^2+c^2$ but that is because of the choice of $\angle A$ as the right angle.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.