Prove (u+v)dot(u-v)=0 iff |u|=|v|

  • Thread starter Thread starter f25274
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 11K views
f25274
Messages
24
Reaction score
0

Homework Statement


Show that (u+v)dot(u-v)=0 iff |u| = |v|


Homework Equations


if u= x1, y1
and if v= x2, y2
then u dot v= x1x2 + y1y2

The Attempt at a Solution


((x1+x2),(y1+y2)) dot ((x1-x2),(y1-y2))=
(x1^2-x2^2)+(y1^2-y2^2)=
if |u|=|v| then sqr(x1^2+y1^2)=sqr(x2^2+y2^2)
x1^2+y1^2=x2^2+y2^2
Now back to problem
x1^2+y1^2-x2^2-y2^2=0
let x1^2+y1^2=a
since x1^2+y1^2=x2^2+y2^2, x2^2+y2^2=a
a-a=0

i've shown the if part but how do I show the iff part?
 
Physics news on Phys.org
f25274 said:

Homework Statement


Show that (u+v)dot(u-v)=0 iff |u| = |v|


Homework Equations


if u= x1, y1
and if v= x2, y2
then u dot v= x1x2 + y1y2

The Attempt at a Solution


((x1+x2),(y1+y2)) dot ((x1-x2),(y1-y2))=
(x1^2-x2^2)+(y1^2-y2^2)=
if |u|=|v| then sqr(x1^2+y1^2)=sqr(x2^2+y2^2)
x1^2+y1^2=x2^2+y2^2
Now back to problem
x1^2+y1^2-x2^2-y2^2=0
let x1^2+y1^2=a
since x1^2+y1^2=x2^2+y2^2, x2^2+y2^2=a
a-a=0

i've shown the if part but how do I show the iff part?
Assume that (u + v)[itex]\cdot[/itex](u - v) = 0.

Use the fact that (a + b)[itex]\cdot[/itex](c + d) = a [itex]\cdot[/itex] c + a [itex]\cdot[/itex] d + b [itex]\cdot[/itex] c + b [itex]\cdot[/itex] d.
 
Mark44 said:
Assume that (u + v)[itex]\cdot[/itex](u - v) = 0.

Use the fact that (a + b)[itex]\cdot[/itex](c + d) = a [itex]\cdot[/itex] c + a [itex]\cdot[/itex] d + b [itex]\cdot[/itex] c + b [itex]\cdot[/itex] d.

ohhhhhhhh
u dot u= u^2 right?

(u+v) dot (u-v) = u2 + u dot -v + u dot v -v2
-x1x2-y1y2+x1x2+y1y2=0
(u+v) dot (u-v) = u^2-v^2
:o okay now what do I do...
 
f25274 said:
ohhhhhhhh
u dot u= u^2 right?
No. u [itex]\cdot[/itex] u = |u|2
f25274 said:
(u+v) dot (u-v) = u2 + u dot -v + u dot v -v2
-x1x2-y1y2+x1x2+y1y2=0
(u+v) dot (u-v) = u^2-v^2
:o okay now what do I do...
 
oh :I
ok I got it now thanks!