|a_1 + a_2 + + a_n| <= sqrt(n)*sqrt((a_1)^2 + (a_2)^2 + + (a_n)^2)

  • Thread starter Thread starter t00dles23
  • Start date Start date
t00dles23
Messages
13
Reaction score
0

Homework Statement


For a natural number n and real numbers a1, a2,...,an, verify that:
|a1 + a2 + ... + an| <= sqrt(n)*sqrt(a12 + a22 + ... + an2)

Homework Equations


I suspect that this can be done using properties of the inner product (i.e. the Cauchy-Schwarz inequality), or the triangle inequality, but I just can't seem to make it come out.

The Attempt at a Solution



It obviously would be sufficient to prove that (a_1 + a_2 + ... + a_n)^2 <= n(a_1)^2 + n(a_2)^2 + ... + n(a_n)^2. But try as I might I can't figure a strategy to show this. The square of an n term sum of numbers is by no means pretty, and I don't have a good formula for it.
 
Physics news on Phys.org
Just trying it out on paper, it seems like an induction proof. To get a feel for what you should do, play around with n = 1. It's a trivial equality. For n = 2, do some rearranging and then consider the AM-GM inequality.
 
Thank you for your reply. I got it figured out. It's essentially the RMS-AM inequality, which I realized by looking at the AM-GM inequality again and remembering that it is one part of a bigger statement. And happily, the RMS-AM part follows directly from the Cauchy-Schwarz inequality:

Cauchy tells us: |<x,y>| <= ||x|| ||y||
Let x=(a_1, a_2, ..., a_n), y=(1,1,...,1)

Then C-S says:
|a_1*1 + a_2*1 + ... + a_n*1| <= sqrt(a_1^2 + a_2^2 + ... + a_n^2)*sqrt(1+1+...+1) ==>
|a_1 + a_2 + ... + a_n | <= sqrt(n)*sqrt(a_1^2 + a_2^2 + ... + a_n^2)
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top