Vector perpendicular to only 1 vector

AI Thread Summary
To find a vector perpendicular to a given vector a = [2, -5, 6], the dot product method is suggested, leading to the equation 2x - 5y + 6z = 0. Since this equation has three unknowns, two variables can be freely chosen, allowing for infinite solutions. A visual analogy using pens illustrates that multiple vectors can be perpendicular to a single vector, emphasizing the concept of dimensionality in solutions. The discussion highlights the importance of recognizing the relationship between equations and unknowns in vector mathematics. Ultimately, any chosen values for two variables will yield a valid perpendicular vector.
Ruzic
Messages
5
Reaction score
0

Homework Statement


The vector a = [2,-5,6] is given. Determine one vector that is perpendicular to a.


Homework Equations



Cross product or dot product

The Attempt at a Solution



I messed around with the dot product by making the right side 0 because cos 0 = 90 but i don't think i can do anything with just 1 equation. For the cross product i got [-5z - 6y, 6x - 2z, 2y +5x] and idk where to take it from there.

i thought maybe subbing this into a x b = |a||b|Sin(1) so

[-5z - 6y, 6x - 2z, 2y +5x] = (√65)(√x^2 + y^2 + z^2)

but idk if there's any point in doing that

If you know how to do this please help :)
 
Physics news on Phys.org
Ruzic said:

Homework Statement


The vector a = [2,-5,6] is given. Determine one vector that is perpendicular to a.


Homework Equations



Cross product or dot product

The Attempt at a Solution



I messed around with the dot product by making the right side 0 because cos 0 = 90 but i don't think i can do anything with just 1 equation.
Show us what you did. The dot product is the right way to go.

Ruzic said:
For the cross product i got [-5z - 6y, 6x - 2z, 2y +5x] and idk where to take it from there.

i thought maybe subbing this into a x b = |a||b|Sin(1) so

[-5z - 6y, 6x - 2z, 2y +5x] = (√65)(√x^2 + y^2 + z^2)

but idk if there's any point in doing that

If you know how to do this please help :)
 
Mark44 said:
Show us what you did. The dot product is the right way to go.

i just got 2x - 5y +6z = 0

our teacher said we can make z any number we want then solve which works for finding a normal to a plane but if i do that here everything just cancels out
 
Since you have one equation in three unknowns, there are two free variables. Pick values for any two variables, and then solve for the remaining variable.

The values for x, y, and z will give you a vector that is perpendicular to <2, -5, 6>.
 
Sometimes it helps to visualize what you are doing. Given one vector, can you find a perpendicular one?

Try this experiment. Take two pens, each will represent a vector. You are given the direction of one of them. This is pen number one, set it on the desk so it points vertically. Can you position the second pen to make it perpendicular to the first vertical one? Sure you can, lay the pen horizontally on the table. But you can rotate that pen on the table at any angle and it will still be perpendicular to the first one. There are an infinite number of solutions; your job is to find one of them.

Many possible solutions shows up in math as having too many unknowns for the number of equations you have. A previous poster stated you have one equation and three unknowns, which means you can freely choose two values and solve for the third. The number of free variables will tell you the dimensionality of your possible solutions. Two free variables means your solutions will be 2d (ie lie in a plane, just like your second pen).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top