Solution: Observe that 31[(a+b−2c)2+2(a+c−2b)2+3(b+c−2a)2]=5a2+4b2+3c2−6ab−4ac−2bc.
Since this is a sum of squares, by the Trivial Inequality, the result follows.
How could we solve a problem like this? As the problem creator, I could randomly write the sum of squares to form the inequality. Does this mean that the only way to solve this problem is to somehow magically guess at what the random combination of variables are? Is there a better approach to solving these types of problems?
In this note, I will show an approach that can be used to deal with all quadratic polynomial inequalities. We will use some results in Linear Algebra, and the most important of which is to know how to diagonalize a matrix.
A quadratic form refers to a homogenous polynomial of degree 2. Such a polynomial can be written in the from ∑i,jaijxixj. We can write it in matrix form in the following way:
What can we gain from writing it in matrix form? Well, we have numerous ways of understanding a matrix. Since M is a symmetric matrix, hence by the finite-dimensional spectral theorem, there exists a real orthogonal matrix Q such that M=QDQT, where D is a diagonal matrix. In other words, every symmetric matrix is, up to choice of an orthonormal basis, a diagonal matrix. This gives us:
XMXT=XQDQTXT=(XQ)D(XQ)T
Hence we can conclude that
i,j∑aijxixj=(XQ)D(XQ)T=∑dI(QXI)2,
where QXI=∑qIjxj.
This gives us an easy way of completing the square.
Let's refer back to the example.
M=⎝⎛5−3−2−34−1−2−13⎠⎞.
First, we find the eigenvalues. det(xI−M)=x3−12x2+33x=x(x−(6+3))(x−(6−3)).
Hence, the eigenvalues are λ1=0,λ2=6+3,λ3=6−3.
We then find the eigenvectors by solving Mvi=λivi, and normalize them. We obtain v1=⎝⎜⎛333333⎠⎟⎞,v2=⎝⎜⎛63+3−33−63−3⎠⎟⎞,v3=⎝⎜⎛63−333−63+3⎠⎟⎞.
Now, it's not as pretty as the equation that we started out with, but that was with a lot of magical foresight, where we knew how to obtain it. If you do not trust the work that has been done, we can always Wolfram verify it.
Follow up questions:
Did we actually need to find Q in order to prove the inequality?
Hint: No! What was the actual work that we needed?
Hint: Under what conditions on {di} can we conclude that ∑dixi2≥0 for all real values of xi.
Prove that for all real a,b,c,3a2+3b2+7c2≥4ab+4ac−4bc.
Prove that for all real a,b,c,29a2−31ab−27ac+18b2−5bc+16c2≥0
Prove that 43−62x−22y+31x2+2xy+11y2≥0
Prove that if Q is an orthonormal matrix (each row is a vector of norm 1, and every two distinct rows are orthogonal), then QQT=I=QTQ.
Hence, conclude that QT=Q−1.
Understand / prove the statement
Since M is a symmetric matrix, hence by the finite-dimensional spectral theorem, there exists a real orthogonal matrix Q such that M=Q−1DQ, where D is a diagonal matrix.
Note: This requires a firm grasp of Linear Algebra.
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
What topic does this come under?
Log in to reply
Linear Algebra.
Log in to reply
Quadratic forms under linear algebra! Never would've made the correlation by myself. Talk about misnomers.
Log in to reply
@Prasun Biswas I had the wrong matrix earlier. While the equations were correct, they could not have been obtained through this process.
Log in to reply
Didn't notice that earlier! Thanks for informing. :)