Finding a Vector

47.
given:
||v||=10
u=<-3,4>


first find the magnitude of vector u:

||u||=sqrt((-3)^2+4^2)=sqrt(9+16)=sqrt(25)=5

So the magnitude is 5. Compare that with magnitude of v (||v||=10). You see that the magnitude of u is 2 times smaller than the magnitude of v.
So to find vector v, we just multiply vector u by 2 and we get the following

v=<-3*2,4*2>
v=<-6,8>
 
47.
given:
||v||=10
u=<-3,4>


first find the magnitude of vector u:

||u||=sqrt((-3)^2+4^2)=sqrt(9+16)=sqrt(25)=5

So the magnitude is 5. Compare that with magnitude of v (||v||=10). You see that the magnitude of u is 2 times smaller than the magnitude of v.
So to find vector v, we just multiply vector u by 2 and we get the following

v=<-3*2,4*2>
v=<-6,8>


IMG_20220124_095444.jpg


IMG_20220124_095452.jpg
 


Write your reply...

Members online

No members online now.

Forum statistics

Threads
2,529
Messages
9,858
Members
696
Latest member
fairdistribution
Back
Top