Proving Cosine Inequality with Triangles

Click For Summary

Homework Help Overview

The discussion revolves around proving the inequality ##\cos A + \cos B + \cos C \leq \frac{3}{2}## given that the angles A, B, and C sum to ##\pi##. The subject area includes trigonometry and inequalities related to angles in triangles.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore various methods including Taylor series, calculus, and inequalities like AM-GM. Some question the necessity of calculus while others suggest geometric interpretations involving centroids and properties of cosine functions.

Discussion Status

The discussion is active with multiple approaches being considered. Some participants have provided hints and insights, while others express uncertainty about the methods being proposed. There is no explicit consensus on a single approach, but several lines of reasoning are being explored.

Contextual Notes

Participants note constraints such as the requirement to avoid direct substitution of values and the need to adhere to specific mathematical principles without relying on calculus, which some are not familiar with.

Saitama
Messages
4,244
Reaction score
93

Homework Statement


If ##A+B+C=\pi##, prove that ##\cos A+\cos B+\cos C \leq 3/2##.


Homework Equations





The Attempt at a Solution


I don't really know how to start. ##A+B=\pi-C##. Taking cos on both sides doesn't seem of much help. I need a few hints to start with.
 
Physics news on Phys.org
Taylor series expansion?
 
dirk_mec1 said:
Taylor series expansion?

What?

This is basic trigonometry and I don't think I need to use calculus here.
 
Pranav-Arora said:

Homework Statement


If ##A+B+C=\pi##, prove that ##\cos A+\cos B+\cos C \leq 3/2##.

Homework Equations


The Attempt at a Solution


I don't really know how to start. ##A+B=\pi-C##. Taking cos on both sides doesn't seem of much help. I need a few hints to start with.

Hmm how about ##A = B = C = \frac{\pi}{3}##.

So that ##cos(A) + cos(B) + cos(C) = \frac{3}{2}##
 
Zondrina said:
Hmm how about ##A = B = C = \frac{\pi}{3}##.

So that ##cos(A) + cos(B) + cos(C) = \frac{3}{2}##

I am not allowed to do that. I have to prove it in a proper way instead of substituting the values.
 
That's a tough one then. Wolfram gives :

cos(A+B+C)
= cos(A)cos(B)cos(C) - sin(A)sin(B)cos(C) - sin(A)cos(B)sin(C) - cos(A)sin(B)sin(C)
= cos(A)[cos(B)cos(C) - sin(B)sin(C)] - sin(A)[sin(B)cos(C) - sin(C)cos(B)]
= cos(A)[cos(B+C)] - sin(A)[sin(B-C)]
 
Zondrina said:
That's a tough one then. Wolfram gives :

cos(A+B+C)
= cos(A)cos(B)cos(C) - sin(A)sin(B)cos(C) - sin(A)cos(B)sin(C) - cos(A)sin(B)sin(C)
= cos(A)[cos(B)cos(C) - sin(B)sin(C)] - sin(A)[sin(B)cos(C) - sin(C)cos(B)]
= cos(A)[cos(B+C)] - sin(A)[sin(B-C)]

That's already in my notes. I am sure that I don't have to use this.
 
I've found a way to do this using calculus knowledge. I don't see an easier way.

Start by assuming that we are talking about angles in triangle, so A,B,C are in the range [0,π]. Find the stationary points and show that all are ≤ 3/2. Include an argument that you have found all the stationary points.
 
verty said:
I've found a way to do this using calculus knowledge. I don't see an easier way.

Start by assuming that we are talking about angles in triangle, so A,B,C are in the range [0,π]. Find the stationary points and show that all are ≤ 3/2. Include an argument that you have found all the stationary points.

Sorry but I haven't done calculus problems involving three variables.

Meanwhile, I was trying this. From the AM-GM inequality,
[tex]\frac{\cos^2(A/2)+\cos^2(B/2)}{2} \geq \cos(A/2)\cos(B/2)[/tex]
[tex]\Rightarrow \cos^2(A/2)+\cos^2(B/2) \geq \cos\left(\frac{A+B}{2}\right)+\cos\left(\frac{A-B}{2}\right)[/tex]

Now I can covert A/2 and B/2 to A and B on LHS but at RHS, the term ##\cos\left(\frac{A-B}{2}\right)## troubles me. I can rewrite ##\cos\left(\frac{A+B}{2}\right)=\sin(C/2)##, add ##\cos C## on both the sides and make a perfect square at RHS plus some constant but the term ##\cos\left(\frac{A-B}{2}\right)## is a problem here.
 
  • #10
Here's a hint. On the interval 0 < theta < 90*, cos(x) is a concave function.

That means that if I pick a cos(A) and a cos(B), the midpoint of these points has a y value of

(cos(A)+cos(B))/2

Then that is going to be less than cos(x) at that same point on the x axis.

cos((A+B)/2)

Unless of course, that midpoint is the point itself, or A=B

I'll have to think of a way to do this outside of the 90* interval, but I bet some sort of comparison can be made considering that the sum of cosines will have one negative term.
 
  • #11
Hi Pranav! :wink:

Since A, B, and C can be swapped without changing the equation, any extremum will have equal A, B, and C.
Or rather, A, B, and C will be equal modulo ##2\pi##, since the cosine has a period of ##2\pi##.

So we have:
\begin{array}{lcl}
A+B+C=\pi & \quad & (1)\\
A \equiv B \equiv C \pmod{2\pi} && (2)
\end{array}
Substituing (2) in (1) gives:
\begin{array}{lcl}
3A &\equiv& \pi \pmod{2\pi} \\
3A &=& \pi + 2\pi k \\
A &=& \frac \pi 3 + \frac{2\pi}3 k \\
A &\equiv& \pm \frac \pi 3, \pm \pi \pmod{2\pi}
\end{array}

When enumerating the possible solutions, we find 2 relevant and distinct solutions:
\begin{array}{lcl}
A=B=C=\frac \pi 3 & \quad & \cos(A)+\cos(B)+\cos(C) = \frac 3 2 \\
A=B=\pi,\ C=-\pi && \cos(A)+\cos(B)+\cos(C) = -3
\end{array}

Since there are no boundary solutions we can conclude for this continuous function that:
$$-3 \le \cos(A)+\cos(B)+\cos(C) \le \frac 3 2$$

Alternatively, we can find the same result with the method of Lagrange multipliers.
But then, you didn't want to use calculus. :smile:
 
  • Like
Likes   Reactions: 1 person
  • #12
I like Serena said:
Since A, B, and C can be swapped without changing the equation, any extremum will have equal A, B, and C.

Sorry to hijack, but I didn't know we could conclude that. Could you explain this idea?
 
  • #13
I like Serena said:
Hi Pranav! :wink:

Since A, B, and C can be swapped without changing the equation, any extremum will have equal A, B, and C.
Or rather, A, B, and C will be equal modulo ##2\pi##, since the cosine has a period of ##2\pi##.

You already know that I am not familiar with modular arithmetic. :rolleyes:

Anyways, I asked my teacher about this. He told me to consider three points on the graph of y=cos x ##(A,\cos A), (B,\cos B)## and ##(C,\cos C)## and work on the centroid of the triangle formed.

Centroid is ##\left(\frac{A+B+C}{3},\frac{\cos A+\cos B+\cos C}{3}\right)##. The ordinate on the graph of y=cos x corresponding to the abcissa of centroid is ##\cos\left(\frac{A+B+C}{3}\right)=3/2##. Since ordinate of centroid of is less than or equal to 3/2, the inequality is proved. I guess this is enough for the question.
 
  • #14
Pranav-Arora said:
You already know that I am not familiar with modular arithmetic. :rolleyes:

Anyways, I asked my teacher about this. He told me to consider three points on the graph of y=cos x ##(A,\cos A), (B,\cos B)## and ##(C,\cos C)## and work on the centroid of the triangle formed.

Centroid is ##\left(\frac{A+B+C}{3},\frac{\cos A+\cos B+\cos C}{3}\right)##. The ordinate on the graph of y=cos x corresponding to the abcissa of centroid is ##\cos\left(\frac{A+B+C}{3}\right)=3/2##. Since ordinate of centroid of is less than or equal to 3/2, the inequality is proved. I guess this is enough for the question.

Yes, your teacher's method is exactly what I was getting at earlier. Since the midpoint of (A, cos A), (B, cos B) and the midpoint of (B, cos B), (C, cos B) and the midpoint of (A, cos B), (C, cos C) are always under the graph of cos(x) at those same points, then so is the center of the triangle. The only way it matches cos(x) is if the center of the triangle reduces to be cos(x), which happens when A=B=C.
 
  • #15
Pranav-Arora said:
The ordinate on the graph of y=cos x corresponding to the abcissa of centroid is [itex]\cos\left(\frac{A+B+C}{3}\right)=3/2[/itex].
I think you mean 1/2 here. But It looks like you understand the answer. It is quite a nice solution really.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 18 ·
Replies
18
Views
2K