Maths Olympiad Prep

Library / /12 of 520

Algebra Difficulty 4.6 AIME Prove it

Let (a,b,c)(a, b, c) be a Pythagorean triple, i.e., a triplet of positive integers with a2+b2=c2a^{2}+b^{2}=c^{2}.

a) Prove that (c/a+c/b)2>8(c / a+c / b)^{2}>8.

b) Prove that there does not exist any integer nn for which we can find a Pythagorean triple (a,b,c)(a, b, c) satisfying (c/a+c/b)2=n(c / a+c / b)^{2}=n.

## a) Solution 1

Let (a,b,c)(a, b, c) be a Pythagorean triple. View a,ba, b as lengths of the legs of a right angled triangle with hypotenuse of length cc; let θ\theta be the angle determined by the sides with lengths aa and cc. Then

(ca+cb)2=(1cosθ+1sinθ)2=sin2θ+cos2θ+2sinθcosθ(sinθcosθ)2=4(1+sin2θsin22θ)=4sin22θ+4sin2θ \begin{aligned} \left(\frac{c}{a}+\frac{c}{b}\right)^{2} & =\left(\frac{1}{\cos \theta}+\frac{1}{\sin \theta}\right)^{2}=\frac{\sin ^{2} \theta+\cos ^{2} \theta+2 \sin \theta \cos \theta}{(\sin \theta \cos \theta)^{2}} \\ & =4\left(\frac{1+\sin 2 \theta}{\sin ^{2} 2 \theta}\right)=\frac{4}{\sin ^{2} 2 \theta}+\frac{4}{\sin 2 \theta} \end{aligned}

Note that because 0<sin2θ10 < \sin 2\theta \leq 1, we have 4sin22θ+4sin2θ>8\frac{4}{\sin ^{2} 2 \theta}+\frac{4}{\sin 2 \theta} > 8. Therefore, (ca+cb)2>8\left(\frac{c}{a}+\frac{c}{b}\right)^{2} > 8.

Solution

Defining θ\theta as in Solution 1, we have c/a+c/b=secθ+cscθc / a + c / b = \sec \theta + \csc \theta. By the AM-GM inequality, we have (secθ+cscθ)/2secθcscθ(\sec \theta + \csc \theta) / 2 \geq \sqrt{\sec \theta \csc \theta}. So

c/a+c/b2sinθcosθ=22sin2θ22 c / a + c / b \geq \frac{2}{\sqrt{\sin \theta \cos \theta}} = \frac{2 \sqrt{2}}{\sqrt{\sin 2 \theta}} \geq 2 \sqrt{2}

Since a,b,ca, b, c are integers, we have c/a+c/b>22c / a + c / b > 2 \sqrt{2} which gives (c/a+c/b)2>8(c / a + c / b)^{2} > 8.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.