Calculating Vector Lengths: The Dot Product and Pythagorean Theorem

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

Homework Statement



u =
[-.6]
[ .8]
compute the lengths ||u||


The Attempt at a Solution



I thought to compute ||u|| you multiply the absolute value of u * u then take the square root. That would be .6 * .8 which is .48 The square root of that is roughly .7 The book says the answer is 1 what am I doing wrong.
 
Physics news on Phys.org
robertjford80 said:
I thought to compute ||u|| you multiply the absolute value of u * u then take the square root.

Yes, assuming by '*' you mean the dot product.

robertjford80 said:
That would be .6 * .8

No.
 
Why not? Saying no, doesn't help me. I already knew it was wrong. And yes I mean dot product.
 
never mind about this. i got the answer now.
 
The dot product of two vectors, <a, b> and <c, d>, is ac+ bd.

If [itex]u= <u_x, u_y>[/itex], u.u is NOT [itex]u_xu_y[/itex], it is [itex]u_x^2+ u_y^2[/itex]
u.u= <-.6, -.8>.<-.6, -.8>= (-.6)^2+ (-.8)^3.

The length of vector <a, b> is [itex]\sqrt{a^2+ b^2}[/itex].