English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

find a vector with magnitude sqrt(10) in the direction of v = <-1,1>.

How am i supposed to solve this problem? please be detailistic with your answers.

2007-10-07 10:40:52 · 2 answers · asked by Anonymous in Science & Mathematics Mathematics

I was just thinking of multiplying them together, would that be right?

2007-10-07 10:48:33 · update #1

2 answers

The easiest way to do this is first to make <-1,1> a unit vector, this is done by multiplying it by its magnitude's inverse (=Sqrt(2)) so you get vector <-Sqrt(2), Sqrt(2)> then multiply by the magnitude Sqrt(10)<-Sqrt(2),Sqrt(2)>=<-2Sqrt(5),2Sqrt(5)> and this vector has the desired magnitude.

2007-10-07 11:07:32 · answer #1 · answered by jsos88 2 · 0 0

First calculate the magnitude of v.

|| v || = √[(-1)² + 1²] = √(1 + 1) = √2

But you want the magnitude to be √10. So multiply the vector by the factor √10/√2 = √(10/2) = √5

The desired vector is:

(√5)v = (√5)<-1, 1> = <-√5, √5>

2007-10-09 19:11:06 · answer #2 · answered by Northstar 7 · 0 0

fedest.com, questions and answers