Calculating Vector Lengths: The Dot Product and Pythagorean Theorem

  • Thread starter Thread starter robertjford80
  • Start date Start date
  • Tags Tags
    Length
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 u= &lt;u_x, u_y&gt;, u.u is NOT u_xu_y, it is u_x^2+ u_y^2
u.u= <-.6, -.8>.<-.6, -.8>= (-.6)^2+ (-.8)^3.

The length of vector <a, b> is \sqrt{a^2+ b^2}.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top