Unit vector perpendicular to two known vectors

Click For Summary
SUMMARY

The discussion focuses on finding a unit vector perpendicular to two given vectors, a = 4i + 2j - 3k and b = 2i - 3j + k. The initial approach involved using the dot product to derive equations, leading to the vector c = 7i + 10j + 16k. However, the correct unit vector is (1/9√5)(7i + 10j + 16k), which ensures a magnitude of 1. The discussion highlights that using the cross product of vectors a and b provides a more straightforward solution for finding a perpendicular vector.

PREREQUISITES
  • Understanding of vector operations, specifically dot products and cross products.
  • Familiarity with vector notation in three-dimensional space.
  • Knowledge of how to calculate the magnitude of a vector.
  • Basic algebraic manipulation skills to solve equations.
NEXT STEPS
  • Learn how to compute the cross product of vectors in three-dimensional space.
  • Study the properties of unit vectors and how to normalize vectors.
  • Explore applications of perpendicular vectors in physics and engineering.
  • Review vector calculus concepts related to vector fields and gradients.
USEFUL FOR

Students studying linear algebra, physics enthusiasts, and anyone interested in vector mathematics and its applications in various fields.

cjwalle
Messages
36
Reaction score
0

Homework Statement


Find a unit vector which is perpendicular to both of the vectors a = 4i + 2j - 3k and b = 2i - 3j + k

c = xi + yj + zk


Homework Equations


a\botc \longrightarrow a \bullet c

The Attempt at a Solution


Okay, here's what I've done so far.

Take the dot-product of a and c, and b and c
a \bulletb: 4x + 2y -3z = 0
b \bulletb: 2x - 3y + z = 0

(1) 4x + 2y -3z = 0
(2) 2x - 3y + z = 0

I isolate z and get rid of x by multiplying (1) with -2 and (2) with 4, then add them:
(1) -8x -4y = -6z
+
(2) 8x -12y = 5z

-16y = 10z

y/z = 10/16

Which again means that:
y = 10m
z = 16m
where m is a constant and \neq 0

And then I insert this into (1) to find x:
4x + 2(10m) - 3(16m) = 0
4x + 20m - 48m = 0
x = 7m

c = m(7i + 10j + 16k)

For the easiest possible solution, m = 1.
c = 7i + 10j + 16k
As far as I can tell, this is a perfectly valid answer.

However, the answer key has the answer:
(1/9\sqrt{5})(7i + 10j + 16k)

While this does not contradict my solution, that is a far too weird m to have been chosen randomly. Does anyone see how they were thinking?

Thanks
 
Physics news on Phys.org
The question asked for a unit vector ie a vector with magnitude of 1. Hence m must be chosen so that the magnitude of the vector is one.
Also, there is a much much easier way of solving the problem. The cross product of two vectors yields a third vector that is perpendicular to both original vectors. In this case, simply take the cross product with a with b, and adjust to obtain a unit vector.
 
Fightfish said:
The question asked for a unit vector ie a vector with magnitude of 1. Hence m must be chosen so that the magnitude of the vector is one.
Also, there is a much much easier way of solving the problem. The cross product of two vectors yields a third vector that is perpendicular to both original vectors. In this case, simply take the cross product with a with b, and adjust to obtain a unit vector.

*facepalm*

Yes, of course.

And this exercise is from the sub-chapter before cross products, so I figured I'd try to do it the way they wanted me to do it.

Thanks a lot :)


Edit: Just to complete the solution:

| c | = \sqrt{7^{2} + 10^{2} + 16^{2}} = \sqrt{405}
= \sqrt{81}\sqrt{5} = 9\sqrt{5}

Thus m = 1/ 9\sqrt{5}
 
Last edited:

Similar threads

  • · Replies 22 ·
Replies
22
Views
4K
Replies
39
Views
6K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
12
Views
4K
Replies
3
Views
2K