Vector of a certain length given unit vector

Pengwuino
Gold Member
Messages
5,112
Reaction score
20
I have a unit vector

frac{{{\rm - 2}}}{{\sqrt {{\rm 89}} }},\frac{{\rm 7}}{{\sqrt {{\rm 89}} }},\frac{{{\rm - 6}}}{{\sqrt {{\rm 89}} }}

I need to figure out a vector with a length of 4 with that as a unit vector. Now I'm thinking that I can just do…

t(\frac{{{\rm - 2}}}{{\sqrt {{\rm 89}} }},\frac{{\rm 7}}{{\sqrt {{\rm 89}} }},\frac{{{\rm - 6}}}{{\sqrt {{\rm 89}} }})

Distribute T and then do the \sqrt {a^2 + b^2 + c^2 }

Thing to get the length to equal 4?

4 = \sqrt {(\frac{{{\rm - 2t}}}{{\sqrt {{\rm 89}} }})^2 + (\frac{{{\rm 7t}}}{{\sqrt {{\rm 89}} }})^2 + (\frac{{{\rm - 6t}}}{{\sqrt {{\rm 89}} }})^2 }

? Is that how you would figure it out?
 
Physics news on Phys.org
?
You have a unit vector right? and you need a vector in the same direction as this and of length 4?

Since the unit vector has length 1, all you need to do is multiply the unit vector by 4! Its as simple as that.

unit vector= ai + bj + ck
root of( a^2 + b^2 + c^2) = 1
new vector= 4ai + 4bj + 4ck
its length= root of( 4^2 * 1) = 4
 
haha damn I'm dumb

Moments like these make me question my understanding of math.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top