?
babyj1970 said:
can you show me … step by step
?
I'll show you the steps for the original exercise. You can use the same strategy.
u = < 3, 3 >
||
v|| = 5
Find the componenets of
v
One strategy is to first calculate the components for a unit vector (i.e., a vector whose length is one unit) in the same direction as vector
u, and then multiply each of those components by 5 because that increases the vector's length to five units.
Finding the unit-vector components takes two steps; increasing the unit vector to five units in length is the third step.
STEP 1: Calculate the magnitude of
u
||
u|| = sqrt(3^2 + 3^2)
= sqrt(9 + 9)
= sqrt(18)
= 3 sqrt(2)
STEP 2: Calculate the unit components of
u
u* = < 3/[3 sqrt(2)], 3/[3 sqrt(2)] >
= < 1/sqrt(2), 1/sqrt(2) >
= < sqrt(2)/2, sqrt(2)/2 >
This unit vector for
u has magnitude 1.
To get a vector with magnitude 5, in the same direction, we multiply the components by a factor of 5.
STEP 3: Increase both components by a factor of 5
v = < 5 sqrt(2)/2, 5 sqrt(2)/2 >
If you need more help, then please reply with your specific questions. Simply stating that you don't understand tells us nothing about why you're stuck.
If I wrote anything that you do not understand, then you need to tell us specifically
what it is that you do not understand because vague requests for help are nearly meaningless.
Perhaps, you don't understand how to find the length of a vector. Perhaps, you've forgotten how to do arithmetic with radicals. Perhaps, you have not yet learned what a vector is. I dunno what you dunno, until you tell me. Okay?
?