Dot Product Proof: Prove |a|^2 = 2|b|^2

EmilyHopkins
Messages
8
Reaction score
0

Homework Statement


The point P and Q have postion vectors a + b, and 3a - 2b respectively, relative to the origin O.Given that OPQR is a parallelogram express the vector PQ and PR in terms of a and b. By evaluating two scalar products show that if OPQR is a square then |a |2 = 2 |b |2

The Attempt at a Solution



OP = a + b

OQ = 3a -2b

PQ = OR= PO + OQ = -OP +OQ = -(a + b) + (3a - 2b) = 2a - 3b

PR = PO + OR = -OP + OR = -(a + b) + (2a - 3b) = a - 4b

So now the question says use two scalar products to show |a |2 = 2 |b |2. I'm assuming since the question ask for these two vectors in terms of a, and b that you will have to utilize it to get the result. So I drew out the square for a visualization.

Prtp9.gif


So since its a square it means the dot product of

OP.PQ= 0
(a + b)(2a - 3b) = 2a2 -ab -3b2 = 0

ab = 2a2 -3b2

PR.OQ= 0 (Since their perpendicular)
(a-4b)(3a - 2b) =0
3a2 - 14ab +8b2=0
3a2 -14(2a2 -3b2) +8b2=0
3a2 -28b2 +42a2 + 8b2=0
-25a2+50b2=0
25a2=50b2
a2= 2b2

Is their a faster way to work it or is this correct ?
?
 
Physics news on Phys.org
What is the relationship between a and b? Are they just two arbitrary, non parallel, vectors? Orthogonal unit vectors? What?

Does the diagram come with the question or is it one you have drawn assuming that the parallelogram is a square? Note: the angles in a parallelogram do not have to be 90 degrees. Q does not have to be on the opposite corner to O. (Off the question alone, I'd have taken OP and OQ to be adjacent sides, and OR=OP+OQ.)
 
Simon Bridge said:
What is the relationship between a and b? Are they just two arbitrary, non parallel, vectors? Orthogonal unit vectors? What?

Does the diagram come with the question or is it one you have drawn assuming that the parallelogram is a square? Note: the angles in a parallelogram do not have to be 90 degrees. Q does not have to be on the opposite corner to O. (Off the question alone, I'd have taken OP and OQ to be adjacent sides, and OR=OP+OQ.)

I'm assuming a and b are two non-parallel arbitrary vectors, as the question never specified what their relationship was. The diagram was used to visualize and help solve the second part of the question where they stated that if the parallelogram OPQR was a square, show by using two scalar products that |a |2 = 2 |b |2 .
 
Oh I missed the "if it were square" part.
The relationship means that a is the hypotenuse of a 1-1-root-2 triangle.

If you swap the positions of Q and R on your square, will it still fit the description?

In the following:
(a + b)(2a - 3b) = 2a2 -ab -3b2 = 0
you only expanded to three terms;
since a and b are vectors, a.a = a2 is a little ambiguous;
I think you need to choose a notation that distinguishes between the length of a vector and the vector itself. In the above case:
(a+b).(2a-3b)=2a.a+2b.a-3a.b-3b.b=2|a|2-3|b|2+... how would you handle the mixed dot products? Is a.b the same as b.a?

Other than that - I think you have the actual method intended.
The only wrinkle remaining is the thing about the position of Q and R.
Does it make a difference?
 
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