Suppose there are two vectors u and v , where ∣ v ∣ = 1 6 , ∣ u ∣ = 3 0 , and the angle between the vectors is 9 0 ∘ . What is ∣ u + v ∣ ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
30²+16²=|u+v|² so, |u+v|=34
|v|=16. |u|=30 |u+v|=sqrt(|v|^2+|u|^2+2(u.v) |u+v|=sqrt(16^2+30^2+16 30 cos90) |u+v|=sqrt(256+900+0) |u+v|=sqrt(1156) |u+v|=34
|u+v|=( u^2+v^2+2uv*cos90)^(1/2)
={(30)^2+(16)^2}^(1/2)
=(900+256)^(1/2)
=1156^(1/2)
=34
Pythagore : sqrt(16^2+30^2) = 34 (Vector are hypothenuse)
We might be using vector notation, but this is a good old pythagorean distance problem. a 2 + b 2 = c 2
here are some free linear algebra books.
Keith Matthews, Elementary Linear Algebra, http://www.numbertheory.org/book/.
Jim Hefferon, Linear Algebra, http://joshua.smcvt.edu/linalg.html/.
Robert A. Beezer, A First Course in Linear Algebra, available free online at http://linear.ups.edu/.
Problem Loading...
Note Loading...
Set Loading...
since the angle is 90 then cos 90=0
|u+v|=sqrt(|u|^2+|v|^2+2|u||v|cos90)
=sqrt(30^2+16^2)
=34