What is the unit vector parallel to A at point P(1,-1,2)?

  • Context: Undergrad 
  • Thread starter Thread starter Bingo1915
  • Start date Start date
  • Tags Tags
    Vectors
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Bingo1915
Messages
10
Reaction score
0
How can I calculate the following?
Given A=[tex]\hat{x}[/tex](x+2y)-[tex]\hat{y}[/tex](y+3z)+[tex]\hat{z}[/tex](3x-y)
Determine a unit vector parallel to A at point P(1,-1,2).
 
Physics news on Phys.org
It's straight forward substitution. Find the vector A at the given point and then calculate the unit vector by scaling A by the inverse of its length (thus making the new vector's length one).
 
I agree. By substitution A=-1i-5j+4z, The magnitude of A = Sqrt((-1)2+(-5)2+(4)2). Divide the magnitude into A to get the unit vector.