Difference between revisions of "1973 IMO Problems/Problem 3"
(Created page with "asd") |
|||
Line 1: | Line 1: | ||
− | + | Let <math>a</math> and <math>b</math> be real numbers for which the equation | |
+ | <math>x^4 + ax^3 + bx^2 + ax + 1 = 0</math> | ||
+ | has at least one real solution. For all such pairs <math>(a, b)</math>, find the minimum value of <math>a^2 + b^2</math>. | ||
+ | |||
+ | ==Solution== | ||
+ | Substitute <math>z=x+1/x</math> to change the original equation into <math>z^2+az+b-2=0</math>. This equation has solutions <math>z=\frac{-a \pm \sqrt{a^2+8-4b}}{2}</math>. We also know that <math>|z|=|x+1/x| \geq 2</math>. So, | ||
+ | |||
+ | <math>|\frac{-a \pm \sqrt{a^2+8-4b}}{2}| \geq 2</math> | ||
+ | <math>\frac{|a|+\sqrt{a^2+8-4b}}{2} \geq 2</math> | ||
+ | <math>|a|+\sqrt{a^2+8-4b} \geq 4</math> | ||
+ | |||
+ | Rearranging and squaring both sides, | ||
+ | |||
+ | <math>a^2+8-4b \geq a^2-16|a|+16</math> | ||
+ | <math>2|a|-b \geq 2</math> | ||
+ | |||
+ | So, <math>a^2+b^2 \geq a^2+(2-2|a|)^2 = 5a^2-8|a|+4 = 5(|a|-\frac{4}{5})^2+\frac{4}{5}</math>. | ||
+ | |||
+ | Therefore, the smallest possible value of <math>a^2+b^2</math> is <math>\frac{4}{5}</math>, when <math>a=\pm \frac{4}{5}</math> and <math>b=\frac{-2}{5}</math>. | ||
+ | |||
+ | Borrowed from http://www.cs.cornell.edu/~asdas/imo/imo/isoln/isoln733.html |
Revision as of 09:42, 21 October 2014
Let and be real numbers for which the equation has at least one real solution. For all such pairs , find the minimum value of .
Solution
Substitute to change the original equation into . This equation has solutions . We also know that . So,
Rearranging and squaring both sides,
So, .
Therefore, the smallest possible value of is , when and .
Borrowed from http://www.cs.cornell.edu/~asdas/imo/imo/isoln/isoln733.html