Inequality Proof: Proving a(b+c) < 1/sqrt(2)

  • Thread starter Thread starter siddharthmishra19
  • Start date Start date
  • Tags Tags
    Inequality Proof
AI Thread Summary
The discussion revolves around proving that for positive real values of a, b, and c satisfying a² + b² + c² = 1, the inequality a(b+c) < 1/sqrt(2) holds. One participant proposes a trigonometric approach by letting a = sin(x), b = cos(x)sin(y), and c = cos(x)cos(y), demonstrating that the constraint is satisfied. They express a(b+c) in terms of sine and cosine functions and seek assistance in maximizing this expression to show it remains below 1/sqrt(2). Another participant suggests using the Lagrange Multiplier method to find extreme values, while acknowledging the simplicity of the trigonometric method. The conversation highlights various strategies for tackling the inequality proof.
siddharthmishra19
Messages
27
Reaction score
0
1. The Problem

For all positive real values of a,b and c such that a²+b²+c²=1, prove that
a(b+c) < [1/sqrt(2)]

2. My Attempt...

There are probably numerous ways to solve this, but i tried this way...

let a = sin(x)
b = cos(x)sin(y)
c = cos(x)cos(y)

a²+b²+c² = sin²(x)+cos²(x)[sin²(y)+cos²(y)] = 1
This satisfies the above

so a(b+c) = sin(x)cos(x)[sin(y)+cos(y)]
=(1/2)sin2(x)[sin(y)+cos(y)]...

I am sure you can somehow prove that the max value of the give is less than than the value given in the question i.e. 1/sqrt(2)...

I would appreciate any help... with any other methods.
 
Last edited:
Physics news on Phys.org
Write sin(y) + cos(y) in the form A sin(y+p).
 
AlephZero said:
Write sin(y) + cos(y) in the form A sin(y+p).

Sorry I'm quite weak in trigonometry... could you elaborate?
 
Csin(y+ B)= Csin(y)cos(B)+ Ccos(y)sin(B) = C cos(B)sin(y)+ C sin(B)cos(y)

You want to find C and B so that C cos(B)= 1 and C sin(B)= 1. Of course, then C2cos2(B)+ C2sin2(B)= C2= 1+ 1= 2. That is, C= \sqrt{2} so that C cos(B)= 1 becomes \sqrt{2}cos(B)= 1 and
cos(B)= \frac{1}{\sqrt{2}}
 
Any other simpler methods?
 
Your method looks pretty simple.

The "plug and pray" method would be to find the extreme values of f(a,b,c) = a(b+c) with the constraint g(a,b,c) = a^2+b^2+c^2 =1 using the Lagrange Multiplier method.

Personally I think your way is neater for this problem.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top