Finding values to make a unit vector

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
Sammy600
Messages
2
Reaction score
0

Homework Statement


Find all values of a such that w=ai+[itex]\frac{a}{8}[/itex]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=[itex]\sqrt{32}[/itex]

i know that the solution is: +/- [itex]\frac{8}{\sqrt{65}}[/itex] 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+[itex]\frac{a}{8}[/itex]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=[itex]\sqrt{32}[/itex]

i know that the solution is: +/- [itex]\frac{8}{\sqrt{65}}[/itex] but am at a loss as to how it was obtained. any help is appreciated.