Let a and b denote 2 2d vectors

  • Thread starter Thread starter ibaforsale
  • Start date Start date
  • Tags Tags
    2d Vectors
Click For Summary

Homework Help Overview

The discussion revolves around proving the inequality involving two 2D vectors, specifically showing that the dot product of the vectors is less than or equal to the product of their magnitudes. The participants are exploring the properties of vector operations and inequalities in the context of linear algebra.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss starting points for the problem, including computing the dot product and magnitudes of the vectors. There is a focus on algebraic manipulation and the validity of the steps taken in the calculations. Questions arise regarding the correctness of formulas and the implications of squaring terms.

Discussion Status

The discussion is ongoing, with participants actively engaging in algebraic manipulation and questioning the validity of their reasoning. Some have provided guidance on how to approach the inequality, while others are still clarifying their understanding of the mathematical concepts involved.

Contextual Notes

Participants are navigating through algebraic errors and misunderstandings regarding vector magnitudes and the properties of inequalities. There is an emphasis on ensuring correct algebraic steps and understanding the implications of each manipulation.

ibaforsale
Messages
31
Reaction score
0

Homework Statement



Let a and b denote two 2D vectors a = <a1, a2> b=<b1, b2>

show directly that a . b ≤ ||a||||b||

Homework Equations


The Attempt at a Solution



Im looking for a place to start here. Should i start by computing the dot product of a and b and then also finding the magnitude of a and b?
 
Last edited:
Physics news on Phys.org
ibaforsale said:

Homework Statement



Let a and b denote two 2D vectors a = <a1, a2> b=<b1, b2>

show directly that a . b ≤ ||a||||b||

Homework Equations





The Attempt at a Solution



Im looking for a place to start here. Should i start by computing the dot product of a and b and then also finding the magnitude of a and b?

Are you asking for our permission?
 
no, a push in the right direction.
 
Well, why don't you be brave and try your own suggestion?
 
i did, " Should i start by computing the dot product of a and b and then also finding the magnitude of a and b"
 
So do it. Show us what you get when you calculate both sides. Can you tell if the inequality is true? Can you work on it so you can tell? Let's see some effort.
 
so after doing it i got a1b1 + a2b2 ≤ (a1+a2)(b1+b2)

which can be expanded out to a1b1 + a2b2 ≤ a1b1 + a1b2 + a2b1 + a2b2
 
Last edited:
since there's more terms on the right side can it be said that its greater than the left side?
 
ibaforsale said:
so after doing it i got a1b1 + a2b2 ≤ (a1+a2)(b1+b2)

which can be expanded out to a1b1 + a2b2 ≤ a1b1 + a1b2 + a2b1 + a2b2

ibaforsale said:
since there's more terms on the right side can it be said that its greater than the left side?

No. The first thing you need to do is use the correct formulas for ##\|a\|## and ##\|b\|##.
 
  • #10
||a|| is not equal to (a1+a2).
 
  • #11
isnt ||a|| = Sqrt(a12 + a22)?
 
  • #12
ibaforsale said:
isnt ||a|| = Sqrt(a12 + a22)?

Yes, but that is not equal to ##a_1+a_2##.
 
  • #13
if theyre both squared can't you just take the sqrt and end up with a1+a2?
 
  • #14
Does ##\sqrt{3^2+4^2} = 3+4##?
 
  • #15
ahh i see

so then i get

a1b1 + a2b2 ≤ √(a12+a22) + √(b12+b22)
 
Last edited:
  • #16
ibaforsale said:
ahh i see

so then i get

a1b1 + a2b2 ≤ √(a12+a22) + √(b12+b22)

Where did that + come from? Fix that and then respond to post #6.
 
  • #17
my mistake

a1b1 + a2b2 ≤ √(a12+a22) √(b12+b22)

how can i determine the truth of the inequality?
 
Last edited:
  • #18
ibaforsale said:
my mistake

a1b1 + a2b2 ≤ √(a12+a22) √(b12+b22)

how can i determine the truth of the inequality?

Work on it. How might you get rid of the square roots?
 
  • #19
(a1b1)2 + (a2b2)2 ≤ (a12+a22) + (b12+b22)

I can then multiply out the right side which gives me something similar to what i got in step 7 just the a and b terms are all squared

can i then subtract the left side to get 0 <= a12b22 + a22b12?
 
Last edited:
  • #20
ibaforsale said:
(a1b1)2 + (a2b2)2 ≤ (a12+a22) + (b12+b22)

I can then multiply out the right side which gives me something similar to what i got in step 7 just the a and b terms are all squared

can i then subtract the left side to get 0 <= a12b22 + a22b12?

You have that bogus + sign in there again and if you are squaring both sides, your algebra is wrong. You are never going to get this problem correct if you can't do algebra correctly.
 
  • #21
made a mistake and posted twice
 
Last edited:
  • #22
You're making the same error squaring the left hand side that you were making with taking square roots earlier.
 
  • #23
so the left side should be (a1b1 + a2b2)2?
 
  • #24
Yes.
It would be easier for us if you put each whole inequality so we don't have to go 10 or 15 posts back to see where you're coming from.
 
  • #25
hopefully there's no algebra mistakes now

i started with
a1b1 + a2b2 ≤ √(a12+a22) + √(b12+b22)

squared both sides to get
(a1b1 + a2b2)2 ≤ (a12+a22) (b12+b22)

after working out both sides i end up with

2a1b1a2b2 <= a12b22 + a22b12
 
Last edited:
  • #26
ibaforsale said:
hopefully there's no algebra mistakes now

i started with
a1b1 + a2b2 ≤ √(a12+a22) + √(b12+b22)

squared both sides to get
(a1b1 + a2b2)2 ≤ (a12+a22) (b12+b22)

after working out both sides i end up with

2a1b1a2b2 <= a12b22 + a22b12

Well yes, you finally have the algebra correct. So what about that last inequality? Is it true? Hint: Collect all the terms on the right hand side and think about what you have.
 
  • #27
That looks correct. In the first line there's a + in the right hand side where it's supposed to be a multiplication, but you use it as a multiplication in the second line, so it doesn't cause any problems with the final line.

Now comes trying to prove the inequality that you have left... any ideas on what to do?
 
  • #28
what terms are there to collect? it seems to me that they are different, the first las a1b2 and the second has a2b1
 
  • #29
Yes, they are all different. I just meant get all the variables on the right side.
 
  • #30
oh okay, so i get

2 <= (a12b22 + a22b12) / a1b1a2b2

or if i move everything i get

0 <= a12b22 + a22b12 - 2a1b1a2b2
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K