Analyzing the Setup
Imagine you are standing in a field, tasked with constructing a triangle. This triangle has sides that are three consecutive natural numbers: n, n+1, and n+2.
There is a hidden elegance here, a constraint that forces the triangle into a specific shape. We are told that the largest angle is exactly twice the smallest one.
Let the smallest angle be θ. Consequently, the largest angle must be 2θ.
Geometry dictates that the smallest angle is always opposite the shortest side, and the largest angle is opposite the longest side. Thus, the side of length n is opposite θ, and the side of length n+2 is opposite 2θ.
The Sine Law Bridge
To connect these sides to our angles, we turn to the Sine Law. It is the perfect bridge between the algebraic world of side lengths and the trigonometric world of angles.
The law states that for any triangle, the ratio of a side to the sine of its opposite angle is constant. We focus on the two sides we know best:
This equation is our first major milestone. To handle the term sin2θ, we use the double-angle identity, sin2θ=2sinθcosθ.
Substituting this into our equation, we obtain:
Since θ is an angle in a triangle, $\sin \theta
eq 0$, allowing us to cancel it from both sides. This leaves us with a simplified expression for the cosine of the smallest angle:
The Cosine Law
A Generalization of Pythagoras
We have one expression for cosθ, but we need another to solve for n. We use the Cosine Law, which states that for any angle θ in a triangle with sides a,b,c (where a is opposite θ):
In our specific triangle, a=n, b=n+1, and c=n+2. Substituting these values into the formula, we get:
cosθ=2(n+1)(n+2)(n+1)2+(n+2)2−n2
The Grand Unification
Since both expressions describe the same angle, they must be equal. This leads us to the following algebraic equation:
2nn+2=2(n+1)(n+2)(n+1)2+(n+2)2−n2
We cancel the factor of 2 from both denominators. Expanding the numerator on the right-hand side, we get (n2+2n+1)+(n2+4n+4)−n2, which simplifies to n2+6n+5.
Our equation becomes:
Cross-multiplying gives us:
(n+2)(n+1)(n+2)=n(n2+6n+5)
Expanding both sides, the n3 terms cancel out, leaving us with the quadratic equation:
Factoring this, we get (n−4)(n+1)=0. Since n must be a natural number, we reject n=−1 and accept n=4.
The sides of our triangle are 4, 5, and 6. We have successfully navigated the path from geometry to algebra to find the unique solution.