Difference between revisions of "Inequality Introductory Problem 2"
(New page: == Problem == Show that <math>\sum_{k=1}^{n}a_k^2 \geq a_1a_2+a_2a_3+\cdots+a_{n-1}a_n+a_na_1</math>. == Solutions == ===First Solution=== Working backwards from the next inequality we...) |
(→First Solution) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
== Solutions == | == Solutions == | ||
− | === | + | ===Solution=== |
− | + | Multiply both sides by <math>2</math>: | |
<center> | <center> | ||
− | <math> | + | <math>2\sum_{k=1}^{n}a_{k}^{2}\ge 2(a_{1}a_{2}+a_{2}a_{3}+\cdots+a_{n-1}a_{n}+a_{n}a_{1})</math> |
− | |||
− | |||
− | 2 | ||
− | |||
− | |||
− | |||
− | |||
− | </math> | ||
</center> | </center> | ||
+ | |||
+ | By subtracting each side by the RHS, you result in: | ||
+ | |||
+ | <center> | ||
+ | <math>(a_1-a_n)^2+(a_2-a_1)^2+(a_3-a_2)^2+\cdots+(a_n-a_{n-1})^2\ge 0</math> | ||
+ | </center> | ||
+ | |||
+ | Which is always true. |
Latest revision as of 14:18, 23 May 2009
Problem
Show that .
Solutions
Solution
Multiply both sides by :
By subtracting each side by the RHS, you result in:
Which is always true.