Proving Schwarz's Inequality for Proportional a's and b's

  • Thread starter Thread starter courtrigrad
  • Start date Start date
  • Tags Tags
    Relations
Click For Summary

Homework Help Overview

The discussion revolves around proving the conditions under which equality holds in Schwarz's Inequality, specifically focusing on the proportionality of sequences a and b. The original poster seeks guidance on how to approach this proof, referencing the inequality itself and expressing uncertainty about the implications of proportionality.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants explore the implications of the condition ca_v + db_v = 0 and question its meaning. Some suggest using vector representations, while others express a lack of familiarity with vectors. There are attempts to derive conditions for equality through specific cases, such as n=1 and n=2, and discussions about the generalization of these conditions for larger n.

Discussion Status

The discussion is ongoing, with participants sharing insights and hypotheses about the conditions for equality in the inequality. Some have proposed specific relationships between the elements of sequences a and b, while others are still grappling with foundational concepts. There is no explicit consensus yet, but several productive lines of reasoning are being explored.

Contextual Notes

Some participants express confusion about the relationship between the Cauchy inequality and the conditions for equality, indicating a potential gap in their understanding of the topic. Additionally, references to external resources suggest that participants are seeking further clarification and context.

courtrigrad
Messages
1,236
Reaction score
2
Hello all

Show that the equality signs in Schwarz's Inequality holds if, and only if, the a's and b's are proportional; that is; [tex]ca_{v} + db_{v} = 0[/tex] for all v's where c and d are independent of v and not both zero. How would I even begin this? I know Schwarz's Inequality is:

[tex](a_1b_1 + a_2b_2 + ... + a_nb_n)^2 \leq (a_1^2 +... + a_n^2)(b_1^2 + ...+ b_n^2)[/tex] Now we need to show that the equality sign holds given the above conditions.

Would i use the fact of direct proportionality, [tex]y = kx[/tex]?

Thanks :smile:
 
Last edited:
Physics news on Phys.org
I am not really sure what [tex]ca_v + db_v = 0[/tex] is implying.
 
Use:
[tex]\vec a \cdot \vec b = |\vec a||\vec b|\cos \theta[/tex]
 
i have not really studied vectors help. could you please elaborate further?

Thanks
 
courtrigrad said:
Hello all

Show that the equality signs in Schwarz's Inequality holds if, and only if, the a's and b's are proportional; that is; [tex]ca_{v} + db_{v} = 0[/tex] for all v's where c and d are independent of v and not both zero. How would I even begin this? I know Schwarz's Inequality is:

[tex](a_1b_1 + a_2b_2 + ... + a_nb_n)^2 \leq (a_1^2 +... + a_n^2)(b_1^2 + ...+ b_n^2)[/tex] Now we need to show that the equality sign holds given the above conditions.

Would i use the fact of direct proportionality, [tex]y = kx[/tex]?

Thanks :smile:

I don't understand this at all. I have been studying the Cauchy inequality for about a month and I have yet to run across anything that says for equality to hold that a and b must be proportional.

Lets see if we can come up with some instances where equality would hold.

First of all a more general form of the Cauchy inequality is

[tex]|a_1b_1+a_2b_2+...+a_nb_n| \leq {(a_1^2+a_2^2+...+a_n^2)}^{\frac{1}{2}}{(b_1^2+b_2^2+...+b_n^2)}^{\frac{1}{2}}[/tex]

Now for n=1 equality holds but what about n=2?

[tex]|a_1b_1+a_2b_2| \leq \sqrt{a_1^2+a_2^2} \sqrt{b_1^2+b_2^2}[/tex]

[tex]{(a_1b_1+a_2b_2)}^2 \leq (a_1^2+a_2^2)(b_1^2+b_2^2)[/tex]

If you expand both sides of the inequality you have

[tex]a_1^2b_1^2+2a_1b_1a_2b_2+a_2^2b_2^2 \leq a_1^2b_1^2+a_1^2b_2^2+a_2^2b_1^2+a_2^2b_2^2[/tex]

Which can be simplified to

[tex]2a_1b_2a_2b_1 \leq (a_1b_2)^2+(a_2b_1)^2[/tex]

Which we can see the second degree polynomial there and so we move the RHS to the LHS and we have

[tex]0 \leq (a_1b_2)^2-2a_1b_2a_2b_1+(a_2b_1)^2[/tex]

And the RHS factors into a perfect square which is clearly always either greater than or equal to 0. But we are interested in when it is equal to 0. We want to know under what conditions the RHS is 0. So we must solve

[tex](a_1b_2-a_2b_1)^2=0 \\\\\ \mbox{ so we just solve } \\\\ a_1b_2=a_2b_1[/tex]

Now that might be something. I will work on this some more because I think it is very interesting. But for right now I need to run...

Best of luck
 
Last edited:
Muzza said:


Thanks for the links...I will spend some time studying them. I suppose that I would eventually have reached a stoping point or come to the same conclusion about a being proportional to b. That or made a mistake somewhere and thought I had something I really did not have.

I still want to see where my reasoning takes me.

Regards
 
Last edited by a moderator:
I will just continue on from post #5 I made earlier, some family stopped by but they are gone now so I am back to it. By the way I am not sure where I am going with this but I think I can get to where you need to be. Please feel free to just jump in and add to anything I have.

So far I have shown that one way to equality to hold is for [itex]n=2\\\mbox{ when }\\\ {a_1b_2=a_2b_1}[/itex]

Well I worked out the gory details to check this for n=3 and there was no surprises. After simplifying, factoring and all that goodness I ended up with

[tex]0 \leq (a_1b_2-a_2b_1)^2+(a_1b_3-a_3b_1)^2+(a_2b_3-a_3b_2)^2[/tex]

Which leaves me with a hypothesis that one way for equality to hold we need the following conditions to hold.

For each [tex]a_n[/tex]

[tex]\frac{a_{n-1}}{a_n} = \frac{b_{n-1}}{b_n}[/tex]

I am going to try to show this is true for all n in the set of natural numbers. I will leave all that out of here but basically I am going to try induction to see where it takes me. If we can show this is true perhaps we can use normalization to get to where we want to go. I am sure this has been done before and it may well be a waste of my time to go through all of this but at the very least I find it fun to see what I can do.

I'll be back, as the govenator would say...

Regards
 
Last edited:
Townsend's missing code

Townsend wrote:

[tex]\frac{a_{n-1}}{a_n} = \frac{b_{n-1}}{b_n}[/tex]

note to townsend: you left out a curly bracket
 
  • #10
I got it...in trying to show this is true by induction I came up with some interesting results.

My hypothesis was that for the Cauchy inequality to have equality we must have

[tex]\frac{a_1}{a_2}=\frac{b_1}{b_2}[/tex]

[tex]\frac{a_1}{a_3}=\frac{b_1}{b_3}[/tex]

and so on through n. And then the same squence of equations for a_2 and b_2 and then the same through a_3, b_3 until we get to a_{n-1}, b_{n_1} in which we just have

[tex]\frac{a_{n-1}}{a_n} = \frac{b_{n-1}}{b_n}[/tex]

Well when we add these equations together we end up with a very complicated looking expresion. I will try to write it out so you can see it but then I am going to try to normalize the series to make things look much cleaner. Not too sure if I can push this thing around like I wish but I will do my best.

I am going to break this up into the LHS and the RHS just to make it easier.


[tex](\frac{a_1}{a_2}+\frac{a_1}{a_3}+\cdots+\frac{a_1}{a_n})+(\frac{a_2}{a_3}+\frac{a_2}{a_4}+\cdots+\frac{a_2}{a_n})+\cdots+\frac{a_{n-1}}{a_n}[/tex]

Now the LHS looks the same only with b's instead of a's

[tex](\frac{b_1}{b_2}+\frac{b_1}{b_3}+\cdots+\frac{b_1}{b_n})+(\frac{b_2}{b_3}+\frac{b_2}{b_4}+\cdots+\frac{b_2}{b_n})+\cdots+\frac{b_{n-1}}{b_n}[/tex]

So in my mind we need to see how to make the LHS and the RHS into a single fraction and at the same time hopefully simplify the equation a bit. This part is kind of hard, at least for me it is, so I am going to leave you with this until I can make some more sense out of everything.

Regards
 
Last edited:
  • #11
Without vectors, the usual way this is proven is:

(I): Assume x and y are proportional. It's easy to show equality holds.
(II): Assume they are not proportional: [itex]\lambda y-x\not=0[/itex] for all [itex]\lambda \in \mathbb{R}[/itex].

[tex]0<|\lambda y-x|^2=\sum_{i=1}^n(\lambda y_i-x_i)^2[/tex]

expand the right side. You'll get a quadratic equation in [itex]\lambda[/itex] which is never 0, hence it doesn't have any real roots and it's discriminant is therefore negative. Write the discriminant down, the solution is immediate.
 

Similar threads

Replies
6
Views
2K
  • · Replies 16 ·
Replies
16
Views
16K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K