The Geometry of the Sine Arch
A Journey into Concavity
My dear student, welcome to a beautiful exploration of one of the most elegant inequalities in trigonometry. Today, we are not just solving a problem; we are uncovering the hidden geometry of the sine function.
We are tasked with proving that for any angles 0<Ai<π, the sum of their sines is bounded by n times the sine of their average:
i=1∑nsinAi≤nsin(n∑i=1nAi)
This is a classic, and it is the gateway to understanding Jensen's Inequality.
Phase 1
Visualizing the Playground
Imagine you are standing on a coordinate plane, looking at the graph of y=sinx between 0 and π. You see a beautiful, symmetric arch.
If you were to place a ruler between any two points on this arch, the ruler would lie entirely below the curve. This is the definition of a strictly concave function.
In the language of calculus, because the second derivative:
is negative on this interval, the curve is always 'bulging' upwards. This geometric reality is our most powerful weapon.
Phase 2
The Inductive Leap
We begin our proof with the base case, n=1. The inequality becomes sinA1≤1⋅sin(A1/1), which is simply sinA1≤sinA1. It is trivially true, a solid foundation upon which we can build.
Now, we assume the statement holds for some natural number k. We define the average of the first k angles as Aˉk=k∑i=1kAi.
Our inductive hypothesis is:
This is our 'known' truth.
Phase 3
The Weighted Average Trick
Now, we step up to n=k+1. We write the sum as:
i=1∑k+1sinAi=(i=1∑ksinAi)+sinAk+1
Using our hypothesis, we bound the first part:
i=1∑k+1sinAi≤ksinAˉk+sinAk+1
Here is where the magic happens. We have ksinAˉk+sinAk+1, but we need to use the concavity property, which requires a weighted average. We multiply and divide by (k+1) to get:
(k+1)[k+1ksinAˉk+k+11sinAk+1]
Now, look at the coefficients: p=k+1k and (1−p)=k+11. They sum to exactly 1! We can now apply the concavity property:
psinx+(1−p)siny≤sin(px+(1−p)y)
Phase 4
The Final Destination
By applying this property, our expression becomes:
(k+1)sin(k+1kAˉk+k+11Ak+1)
Look closely at the argument inside the sine function. The expression k+1kAˉk+Ak+1 is simply the arithmetic mean of all k+1 angles, which we can call Aˉk+1.
Thus, we have shown that:
i=1∑k+1sinAi≤(k+1)sinAˉk+1
The induction is complete! We have traversed the path from a simple base case to a general truth, using the elegant geometry of the sine curve. Remember, mathematics is not just about symbols; it is about seeing the shapes behind the equations.