Vector perpendicular to two vectors

In summary, to find a vector perpendicular to vectors A and B, the user solved for AxB and divided it by the length of AxB. This resulted in the vector W=2i/\sqrt{38}-5j/\sqrt{38}-3k/\sqrt{38}. However, the problem did not specify that a unit vector was needed.
  • #1
aigerimzh
15
0

Homework Statement


A=(i+j-k) B=(2i-j+3k)
Need to find vector perpenducilar to them

Homework Equations





The Attempt at a Solution


I've solved by finding A*B and then divided it to (A*B), the result was W=2i/[itex]\sqrt{38}[/itex]-5j/[itex]\sqrt{38}[/itex]-3k/[itex]\sqrt{38}[/itex]. Is it correct?
 
Last edited:
Physics news on Phys.org
  • #2
What do you mean by A*B? I know scalar product, dot product, and cross product of vectors but none of those use "*". And what is the difference between "A*B" and "(A*B)"? If you mean |A*B|, the length of the vector, I see no reason to divide. The problem did not ask for a unit vector.
 
  • #3
I mean AxB, and (AxB) means length of AxB. Do mean that my answer is not correct?
 
  • #4
No, I meant that I did not understand your answer. Yes, AxB is perpendicular to A and B and so satisfies the condition of the problem. And so AxB/|AxB| is a unit vector perpendicular to both A and B. But the problem did not ask for a unit vector.
 
  • #5


Your solution is partially correct. To find a vector perpendicular to two vectors, you can use the cross product. In this case, the cross product of A and B would be a vector that is perpendicular to both A and B.

To find the cross product, you can use the formula: A x B = (A_y*B_z - A_z*B_y)i - (A_x*B_z - A_z*B_x)j + (A_x*B_y - A_y*B_x)k

Plugging in the values for A and B, we get: (1*3 - (-1)*1)i - (1*3 - (-1)*2)j + (1*(-1) - (-1)*2)k = 4i + 1j - 1k

Therefore, the vector (4, 1, -1) is perpendicular to both A and B. You can verify this by taking the dot product of this vector with both A and B, which should result in 0.

So in summary, your solution is correct in terms of finding a vector perpendicular to A and B, but the method you used (dividing A*B by (A*B)) is not the most accurate way. Instead, you can use the cross product to find a vector that is perpendicular to both A and B.
 

FAQ: Vector perpendicular to two vectors

1. What is the definition of a vector perpendicular to two vectors?

A vector perpendicular to two vectors is a vector that forms a 90-degree angle with both of the given vectors. This means that the dot product of the perpendicular vector with each of the given vectors is equal to zero.

2. How can I find the vector perpendicular to two given vectors?

To find the vector perpendicular to two given vectors, you can use the cross product. The cross product of two vectors will result in a vector that is perpendicular to both of the given vectors. You can also use the dot product to check if the resulting vector is perpendicular to the given vectors.

3. Can two vectors have more than one vector perpendicular to them?

No, two vectors can only have one vector that is perpendicular to them. This is because the perpendicular vector is unique and is determined by the direction of the given vectors.

4. How can I use the concept of a vector perpendicular to two vectors in real-life applications?

The concept of a vector perpendicular to two vectors is used in various fields such as engineering, physics, and computer graphics. It is used to determine the direction of forces, the orientation of objects, and the rotation of objects in 3D space.

5. Is it possible for two vectors to have a perpendicular vector that is also parallel to one of the given vectors?

No, it is not possible for a vector to be both perpendicular and parallel to another vector. This is because perpendicular vectors form a 90-degree angle with each other, while parallel vectors have the same direction. Therefore, a vector cannot be both perpendicular and parallel to another vector at the same time.

Back
Top