A Pythagorean triangle is a right triangle in which all three sides are integer lengths. Let a , b be the legs of a Pythagorean triangle, and h be the altitude to the hypotenuse.
How many non-congruent triangles are there such that a 1 + b 1 + h 1 = 1 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Fantastic! Thanks for posting the solution:)
No prob, Sathvik!
Nice! How do we know that ( p , q ) = ( 2 , 1 ) is the only solution to the Diophantine equation q ( p − q ) = 1 ?
Log in to reply
Because a necessary and sufficient requirement for a Pythagorean triplet is for p > q (both natural numbers). The only way the product of two integers can equal 1 is 1 = 1 X 1.
Log in to reply
Precisely! Thanks Tom :)
Starting with the target condition 1 / a + 1 / b + 1 / h = 1 and rearranging to solve for h , we see that h = a b / ( a b − a − b ) .
Now, let's call the hypotenuse c . The area of the triangle, then, equals 0 . 5 a b = 0 . 5 h c Solving for c , we get c = a b / h . And plugging in our above definition of h , we see that c = a b − a − b .
By the Pythagorean Theorem, we know a 2 + b 2 = c 2 , and plugging in our new expression for c , we get a 2 + b 2 = a 2 b 2 + a 2 + b 2 − 2 a 2 b − 2 a b 2 + 2 a b . Simplifying, we get 0 = a 2 b 2 − 2 a 2 b − 2 a b 2 + 2 a b , and since neither a nor b can be 0 , we can divide through by a b and use SFFT to get 0 = ( a − 2 ) ( b − 2 ) − 2 . Since both a and b have to be integers, the only solutions to this are where one of the factors is 2, and the other is 1. So there is only one triangle that satisfies the target condition, which ends up having a = 3 and b = 4 .
a 2 + b 2 = c 2 , h ∗ c = a b . ∴ a 1 + b 1 + h 1 = 1 , ⟹ a b a + b + a b a 2 + b 2 = 1 . S q u a r i n g t o e l i m i n a t e s q u a r e r o o t s i g n a n d s i m p l i f y i n g , s i n c e a b = 0 , w e g e t , a b = 2 ( a + b − 1 ) , r e d u c e s t o a ∗ b − 1 b − 2 = 2 . . . . . . . ( 1 ) a , b a r e i n t e g e r s , b − 1 b − 2 , a f r a c t i o n . ∴ l e t , b − 1 a = n , a + t i v e i n t e g e r . S o n ∗ ( b − 2 ) = 2 . L e t n = 1 , ⟹ , b = 4 , a n d a ∗ 3 2 = 2 , t h a t i s a = 3 . I f n = 2 , ( 1 ) i s n o t s a t i s f i e d . I f n > 2 , f r o m ( 1 ) w e s e e b d o e s n o t r e m a i n a n i n t e g e r . S o o n l y o n e s o l u t i o n , 3 − 4 − 5 .
Problem Loading...
Note Loading...
Set Loading...
Knowing that all Pythagorean triplets ( a , b , c ) can be expressed as:
a = p 2 − q 2 , b = 2 p q , c = p 2 + q 2 ; ( p , q ∈ N , p > q )
and solving for the altitude in question gives:
sin θ = 2 p q h = p 2 + q 2 p 2 − q 2 ⇒ h = p 2 + q 2 ( 2 p q ) ( p 2 − q 2 ) (where θ is one of the acute angles).
Now substitution of these expressions gives:
a 1 + b 1 + h 1 = p 2 − q 2 1 + 2 p q 1 + ( 2 p q ) ( p 2 − q 2 ) p 2 + q 2 = 1 ;
or ( 2 p q ) + ( p 2 − q 2 ) + ( p 2 + q 2 ) = ( 2 p q ) ( p 2 − q 2 ) ;
or 2 p ( p + q ) = 2 p q ( p + q ) ( p − q ) ;
or 1 = q ( p − q ) ;
or p = 2 , q = 1 .
This result shows that the 3-4-5 Pythagorean triangle is the only solution that satisfies a 1 + b 1 + h 1 = 1 .