Finding max value of this expression

In summary, the given expression can be simplified using the Law of Sines and Cauchy Schwarz inequality. While there may be a simpler solution, the use of Karush-Kuhn-Tucker conditions is necessary to solve the problem due to the inequality constraints on the variables. The minimum value of the expression is an 'infimum', which is not achievable by any actual triangle.
  • #1
utkarshakash
Gold Member
854
13

Homework Statement


In a triangle ABC let A,B,C denote the angles of the triangle. Then maximum value of the expression
sinA/A + sinB/B + sinC/C is

Homework Equations



The Attempt at a Solution



Applying Cauchy Shwarz inequality
[itex] \dfrac{sinA}{A} + \dfrac{sinB}{B} + \dfrac{sinC}{C} \leq \sqrt{sin^2A + sin^2 B + sin^2 C} \sqrt{\frac{1}{A^2}+\frac{1}{B^2}+\frac{1}{C^2}}[/itex]
 
Physics news on Phys.org
  • #2
utkarshakash said:

Homework Statement


In a triangle ABC let A,B,C denote the angles of the triangle. Then maximum value of the expression
sinA/A + sinB/B + sinC/C is

Homework Equations



The Attempt at a Solution



Applying Cauchy Shwarz inequality
[itex] \dfrac{sinA}{A} + \dfrac{sinB}{B} + \dfrac{sinC}{C} \leq \sqrt{sin^2A + sin^2 B + sin^2 C} \sqrt{\frac{1}{A^2}+\frac{1}{B^2}+\frac{1}{C^2}}[/itex]

This problem can be set up as a Calculus problem in two variables. The resulting optimality conditions are extremely complicated---absolutely calling for use of a symbolic computer algebra/calculus package (I used Maple). The resulting equations are extremely complicated, but can be solve numerically (after first performing a surface plot to gain insight into the location of the solution). The final numerical solution can be converted back into symbolic form and then verified explicitly.

I am sure there must be an easier, more insightful way to solve the problem, but it is late and I am tired and just don't see it.
 
  • #3
Ray Vickson said:
This problem can be set up as a Calculus problem in two variables. The resulting optimality conditions are extremely complicated---absolutely calling for use of a symbolic computer algebra/calculus package (I used Maple). The resulting equations are extremely complicated, but can be solve numerically (after first performing a surface plot to gain insight into the location of the solution). The final numerical solution can be converted back into symbolic form and then verified explicitly.

I am sure there must be an easier, more insightful way to solve the problem, but it is late and I am tired and just don't see it.

I'm still in my high school and the method which you told me is way ahead of my current syllabus. Nonetheless, I was trying Lagrange's Multiplier Method but no success.
 
  • #4
From the Law of Sines, [itex]\displaystyle \frac{\sin(A)}{A} = \frac{\sin(B)}{B} = \frac{\sin(C)}{C}[/itex].

Does that help?
 
  • #5
utkarshakash said:
I'm still in my high school and the method which you told me is way ahead of my current syllabus. Nonetheless, I was trying Lagrange's Multiplier Method but no success.

Congratulations! Your way is hundreds of times simpler than mine. It gives you all the information you need to solve the problem.
 
  • #6
Millennial said:
From the Law of Sines, [itex]\displaystyle \frac{\sin(A)}{A} = \frac{\sin(B)}{B} = \frac{\sin(C)}{C}[/itex].

Does that help?

It would help if it were true---but it isn't. The Law of Sines says
[tex] \frac{\sin A}{a} = \frac{\sin B}{b} = \frac{\sin C}{c}[/tex]
where ##A,B,C## are the angles and ##a,b,c## are the opposite sides.
 
  • #7
Ray Vickson said:
It would help if it were true---but it isn't. The Law of Sines says
[tex] \frac{\sin A}{a} = \frac{\sin B}{b} = \frac{\sin C}{c}[/tex]
where ##A,B,C## are the angles and ##a,b,c## are the opposite sides.

Sorry, I misread the question.

Using Wolfram, I can see that the maximum is reached in an equilateral triangle. However, I don't have an idea on why this is so. Using Lagrange multipliers, it is not hard to see that this is a critical point, but one needs to evaluate the other critical points before coming to the conclusion that this is the maximum.

Any ideas? I am sure there is a simpler solution to this.
 
  • #8
Millennial said:
Sorry, I misread the question.

Using Wolfram, I can see that the maximum is reached in an equilateral triangle. However, I don't have an idea on why this is so. Using Lagrange multipliers, it is not hard to see that this is a critical point, but one needs to evaluate the other critical points before coming to the conclusion that this is the maximum.

Any ideas? I am sure there is a simpler solution to this.

I'm really sorry. The original question was to find the minimum value of this expression. But I don't think this will make the question easier than before. Finding minimum is as difficult as finding the maximum.
 
  • #9
utkarshakash said:
I'm really sorry. The original question was to find the minimum value of this expression. But I don't think this will make the question easier than before. Finding minimum is as difficult as finding the maximum.

Really? The infimum on the range of this function with the given constraint must be quite obvious.
 
  • #10
utkarshakash said:
I'm really sorry. The original question was to find the minimum value of this expression. But I don't think this will make the question easier than before. Finding minimum is as difficult as finding the maximum.

Finding the minimum is an ill-posed problem: there is no true minimum of your expression f = f(A,B,C). The "optimal" solution is to make A = 180 degrees (π radians) and B = C = 0 degrees (0 radians); this makes the triangle collapse down into a line segment.

The smallest possible value is f = 2. However, this minimum is not achievable by any actual triangle; that is, it is an 'infimum', rather than a minimum. You can find triangles giving f = 2.0001 or f = 2.0000001, etc., but no actual triangle giving f = 2. Certainly, you cannot set derivatives to zero or use simple Lagrange multipliers on this problem: you need to use the more complex so-called Karush-Kuhn-Tucker conditions to solve the problem, because you need to impose inequality constraints ##A, B, C \geq 0## on the variables. (These must be imposed as well on the maximization problem, but they turn out to be ignorable, because the Lagrange conditions automatically satisfy them.)
 
  • #11
Ray Vickson said:
Finding the minimum is an ill-posed problem: there is no true minimum of your expression f = f(A,B,C). The "optimal" solution is to make A = 180 degrees (π radians) and B = C = 0 degrees (0 radians); this makes the triangle collapse down into a line segment.

The smallest possible value is f = 2. However, this minimum is not achievable by any actual triangle; that is, it is an 'infimum', rather than a minimum. You can find triangles giving f = 2.0001 or f = 2.0000001, etc., but no actual triangle giving f = 2. Certainly, you cannot set derivatives to zero or use simple Lagrange multipliers on this problem: you need to use the more complex so-called Karush-Kuhn-Tucker conditions to solve the problem, because you need to impose inequality constraints ##A, B, C \geq 0## on the variables. (These must be imposed as well on the maximization problem, but they turn out to be ignorable, because the Lagrange conditions automatically satisfy them.)

Here's the solution for this question given in my book

Let f(x)=sinx/x
We know that sin x<x for all x in (0,pi/2) and limx-->0 (sinx/x)=1.
Hence sinx/x is decreasing function in (0,pi/2).
f(A)>f(π/2)
f(B)>f(π/2)
f(C)>f(π/2)

Hence the answer is 6/π.

But I have confusion from 4th line onwards. Why they chose f(π/2) for comparison?They could have chosen any other angle as well.
 
  • #12
utkarshakash said:
Here's the solution for this question given in my book

Let f(x)=sinx/x
We know that sin x<x for all x in (0,pi/2) and limx-->0 (sinx/x)=1.
Hence sinx/x is decreasing function in (0,pi/2).
f(A)>f(π/2)
f(B)>f(π/2)
f(C)>f(π/2)

Hence the answer is 6/π.

But I have confusion from 4th line onwards. Why they chose f(π/2) for comparison?They could have chosen any other angle as well.

Their answer is incorrect, at least as regards the minimum. What they give is a lower bound, not a best lower bound.

Your original message did not mention that angles were to be ≤ π/2; that changes things a lot!

So, let us look at two possible versions of the problem (with ##f(x) \equiv \sin(x)/x##).

(I) The unrestricted-angle problem:
[tex] \min F = f(A) + f(B) + f(C)\\
\text{subject to}\\
A+B+C=\pi\\
A,B,C \geq 0[/tex]
(II) The restricted-angle problem:
[tex] \min F = f(A) + f(B) + f(C)\\
\text{subject to}\\
A + B + C = \pi\\
0 \leq A,B,C \leq \pi/2[/tex]

There are three solutions of (I): (A,B,C) = (π,0,0) or (0,π,0) or (0,0,π). These all give F = 2, which is strictly larger than your textbook's lower bound of 6/π = 1.909859317. As I said before, these three solutions do not correspond to actual triangles; they are 'degenerate' triangles that have been collapsed down to a line segment. However, for any F > 2 you can find actual triangles giving that value of F.

There are three solutions of (II): (A,B,C) = (π/2,π/2,0) or (π/2,0,π/2) or (0,π/2,π/2), all giving F = 1 + 4/π = 2.273239544. Again, these do not correspond to any real triangles, because no real triangle can have two 90-degree internal angles. However, we can find real triangles that give any value > 1 + 4/π. For example, the triangle with corners (0,0), (1,0) and (0,n) in the Cartesian plane will have internal angles π/2, arctan(n) and arctan(1/n). For very large finite n we have nearly (but not quite) two right angles; in the limit n → ∞ we get our 'solution'.
 
  • #13
Ray Vickson said:
Their answer is incorrect, at least as regards the minimum. What they give is a lower bound, not a best lower bound.

Your original message did not mention that angles were to be ≤ π/2; that changes things a lot!

So, let us look at two possible versions of the problem (with ##f(x) \equiv \sin(x)/x##).

(I) The unrestricted-angle problem:
[tex] \min F = f(A) + f(B) + f(C)\\
\text{subject to}\\
A+B+C=\pi\\
A,B,C \geq 0[/tex]
(II) The restricted-angle problem:
[tex] \min F = f(A) + f(B) + f(C)\\
\text{subject to}\\
A + B + C = \pi\\
0 \leq A,B,C \leq \pi/2[/tex]

There are three solutions of (I): (A,B,C) = (π,0,0) or (0,π,0) or (0,0,π). These all give F = 2, which is strictly larger than your textbook's lower bound of 6/π = 1.909859317. As I said before, these three solutions do not correspond to actual triangles; they are 'degenerate' triangles that have been collapsed down to a line segment. However, for any F > 2 you can find actual triangles giving that value of F.

There are three solutions of (II): (A,B,C) = (π/2,π/2,0) or (π/2,0,π/2) or (0,π/2,π/2), all giving F = 1 + 4/π = 2.273239544. Again, these do not correspond to any real triangles, because no real triangle can have two 90-degree internal angles. However, we can find real triangles that give any value > 1 + 4/π. For example, the triangle with corners (0,0), (1,0) and (0,n) in the Cartesian plane will have internal angles π/2, arctan(n) and arctan(1/n). For very large finite n we have nearly (but not quite) two right angles; in the limit n → ∞ we get our 'solution'.

So my original question corresponds to your problem (II) and according to you the answer should be 1+4/π. Am I right?
 
  • #14
A+B+C=pi defines a plane. 0<A≤pi, 0<B<pi,0<C<pi, the allowed points P(A,B,C) lay on the yellow triangle with vertices (pi,0,0), (0,pi,0), (0,0,pi). In case 0<A≤pi/2,0<B<pi/2, 0<C<pi/2, the points belong to the triangle with vertices (0, pi/2, pi/2), (pi/2, 0, pi/2), (pi/2, pi/2,0)
The function can have either local extrema inside its domain or absolute extrema on the boundaries of its domain. The function is symmetric for the permutations A,B,C. The critical points lay on symmetry elements. In the first case,f(A,B,C)=2 at the vertices. At the centre of the edges (pi/2, pi/2, 0) (and permutations) f=1+4/pi>2. But these places do not belong to either domain of the function. They can be infima, but not minima. There is a special point inside the triangle: its centre. What is f(pi/3, pi/3, pi/3)? The value is greater than at the previous points. We can expect a maximum there.


ehild
 

Attachments

  • extrematri.JPG
    extrematri.JPG
    10 KB · Views: 530
Last edited:

Related to Finding max value of this expression

1. What is the purpose of finding the max value of an expression?

Finding the max value of an expression allows us to determine the highest possible output or result of a given equation or function. It can be useful in a variety of fields, such as finance, physics, and engineering, to optimize performance or make predictions.

2. How do you find the max value of an expression algebraically?

To find the max value of an expression algebraically, you can use calculus techniques such as finding the critical points and using the first or second derivative test. Alternatively, you can also use the quadratic formula or completing the square for simpler expressions.

3. What is the difference between absolute and relative max values?

An absolute max value is the highest possible output of an expression within a given domain, while a relative max value is the highest possible output within a specific interval or range. In other words, an absolute max value is the highest point on the entire graph, while a relative max value is the highest point within a certain section of the graph.

4. Can a function have more than one max value?

Yes, a function can have multiple max values. This can occur when there are multiple peaks or "bumps" in the graph of the function, and each peak represents a max value. It is also possible for a function to have a global max value (highest point on the entire graph) and multiple local max values (highest points within specific intervals).

5. How can finding the max value of an expression be useful in real-life situations?

Finding the max value of an expression can be useful in a variety of real-life situations. For example, in finance, it can help maximize profits by determining the best selling price for a product. In engineering, it can help optimize performance by finding the most efficient design for a structure. In physics, it can help predict the maximum height or distance of an object's trajectory. Overall, finding the max value can aid in decision-making and problem-solving in many different fields.

Similar threads

Replies
19
Views
777
  • Precalculus Mathematics Homework Help
Replies
25
Views
3K
  • Precalculus Mathematics Homework Help
Replies
7
Views
633
  • Precalculus Mathematics Homework Help
Replies
13
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
756
  • Precalculus Mathematics Homework Help
Replies
15
Views
694
Replies
2
Views
795
  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
582
  • Math POTW for Secondary and High School Students
Replies
1
Views
878
Back
Top