Finding values to make a unit vector

Sammy600
Messages
2
Reaction score
0

Homework Statement


Find all values of a such that w=ai+\frac{a}{8}j is a unit vector.

Homework Equations


unit vector has length of 1. and for a vector v unit vectors would be v/magv

The Attempt at a Solution


1=magw=\sqrt (a2+(a/8)2)
1=a2+(a2/64)
64=2a2
32=a2
a=\sqrt{32}

i know that the solution is: +/- \frac{8}{\sqrt{65}} but am at a loss as to how it was obtained. any help is appreciated.
 
Physics news on Phys.org
sqrt(a^2+a^2/64)=1
so this means sqrt((64a^2+a^2)/64)=1
so sqrt(65a^2/64)=1
this means 65a^2/64=1
and then you get the result
 
Sammy600 said:

Homework Statement


Find all values of a such that w=ai+\frac{a}{8}j is a unit vector.

Homework Equations


unit vector has length of 1. and for a vector v unit vectors would be v/magv

The Attempt at a Solution


1=magw=\sqrt (a2+(a/8)2)
1=a2+(a2/64)
64=2a2
Your mistake is above. Multiply each term on the right side by 64. You don't get 2a2.
Sammy600 said:
32=a2
a=\sqrt{32}

i know that the solution is: +/- \frac{8}{\sqrt{65}} but am at a loss as to how it was obtained. any help is appreciated.
 
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