Is this Pythagorean Theorem proof legitimate and correct?

  • Thread starter Thread starter mohamadh95
  • Start date Start date
  • Tags Tags
    Proof Theorem
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
mohamadh95
Messages
43
Reaction score
0
I found this proof of Pythagoras theorem, I need to find if it's "legitimate" and if it's correct. I mean by that: does the trigonometric relations I used need Pythagoras to be proved , or they were found by another method. Thank you in advance.
 

Attachments

  • Untitled_Panorama1.jpg
    Untitled_Panorama1.jpg
    16.8 KB · Views: 505
Physics news on Phys.org
They are found in much simpler methods, but it looks right.
 
mohamadh95 said:
I found this proof of Pythagoras theorem, I need to find if it's "legitimate" and if it's correct. I mean by that: does the trigonometric relations I used need Pythagoras to be proved , or they were found by another method. Thank you in advance.

Your proof is invalid: it uses ##\sin(\theta) = \sqrt{1-\cos^2(\theta)},## but this property requires Pythagoras in its proof!
 
It depends on how you define the trigonometric functions. If you use the definition over their series
[tex]\cos x=\sum_{k=0}^{\infty} \frac{(-1)^k}{(2k)!} x^{2k}, \quad \sin x=\sum_{k=0}^{\infty} \frac{(-1)^k}{(2k+1)!} x^{2k+1},[/tex]
which defines these functions for all [itex]\mathbb{R}[/itex], you can easily prove that
[tex]\cos' x=-\sin x, \quad \sin' x=\cos x[/tex]
and from this
[tex]\frac{\mathrm{d}}{\mathrm{d} x}[\cos^2 x+\sin^2 x]=0 \; \Rightarrow \cos^2 x+\sin^2 x=\text{const},[/tex]
and from that, because of [itex]\cos 0=1, \quad \sin 0=0[/itex] you get [itex]\cos^2 x + \sin^2 x=1[/itex].
Then you can define the number [itex]\pi/2[/itex] as the smallest positive solution of [itex]\cos(\pi/2)=0[/itex].

In this way you can derive step by step all the properties of sin and cos without using any geometric definitions. Then you can prove the geometrical properties of these functions from the unit circle's standard parametrization
[tex]x=\cos \varphi, \quad y=\sin \varphi, \quad \varphi \in [0,2 \pi).[/tex]
This is, however, obviously not precalculus anymore.
 
Ray Vickson said:
Your proof is invalid: it uses ##\sin(\theta) = \sqrt{1-\cos^2(\theta)},## but this property requires Pythagoras in its proof!
Well about this equality I saw on Wikipedia that (sin(x))^2=(1-cos(2x))/2 is obtained from the cosine double-angle formula which can be proved without Pythagoras. And that's how I can find this equality without Pythagoras.
 
vanhees71 said:
It depends on how you define the trigonometric functions. If you use the definition over their series
[tex]\cos x=\sum_{k=0}^{\infty} \frac{(-1)^k}{(2k)!} x^{2k}, \quad \sin x=\sum_{k=0}^{\infty} \frac{(-1)^k}{(2k+1)!} x^{2k+1},[/tex]
which defines these functions for all [itex]\mathbb{R}[/itex], you can easily prove that
[tex]\cos' x=-\sin x, \quad \sin' x=\cos x[/tex]
and from this
[tex]\frac{\mathrm{d}}{\mathrm{d} x}[\cos^2 x+\sin^2 x]=0 \; \Rightarrow \cos^2 x+\sin^2 x=\text{const},[/tex]
and from that, because of [itex]\cos 0=1, \quad \sin 0=0[/itex] you get [itex]\cos^2 x + \sin^2 x=1[/itex].
Then you can define the number [itex]\pi/2[/itex] as the smallest positive solution of [itex]\cos(\pi/2)=0[/itex].

In this way you can derive step by step all the properties of sin and cos without using any geometric definitions. Then you can prove the geometrical properties of these functions from the unit circle's standard parametrization
[tex]x=\cos \varphi, \quad y=\sin \varphi, \quad \varphi \in [0,2 \pi).[/tex]
This is, however, obviously not precalculus anymore.
Thank you very much, I should have thought of that earlier. Now I can confirm that the proof is right.
 
mohamadh95 said:
Thank you very much, I should have thought of that earlier. Now I can confirm that the proof is right.

Of course---Rudin does it this way. But that is hardly pre-calculus, as you say.