I need to find a unit vector perpendicular to vector b

Click For Summary
SUMMARY

The discussion centers on finding a unit vector perpendicular to the vector \(\underline{b} = -8\underline{i} - 6\underline{j}\). Participants clarify that the dot product of the unknown vector \(\underline{z} = a\underline{i} + b\underline{j}\) with \(\underline{b}\) must equal zero, leading to the equation \(-8a - 6b = 0\). Additionally, the unit vector constraint is expressed as \(a^2 + b^2 = 1\). The final solution provided is \(\underline{z} = -0.6\underline{i} + 0.8\underline{j}\), with an acknowledgment of the existence of a second solution, \(\underline{z} = 0.6\underline{i} - 0.8\underline{j}\).

PREREQUISITES
  • Understanding of vector notation and components
  • Knowledge of dot product and its properties
  • Familiarity with unit vectors and normalization
  • Basic algebra for solving simultaneous equations
NEXT STEPS
  • Study the properties of dot products in vector mathematics
  • Learn how to derive unit vectors from given vectors
  • Explore the geometric interpretation of vectors in the Cartesian plane
  • Practice solving simultaneous equations involving vectors
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who need to understand vector operations, particularly in applications involving orthogonality and unit vectors.

danago
Gold Member
Messages
1,118
Reaction score
4
Hey. Here is the question:
<br /> \underline{b}= -8\underline{i} - 6\underline{j}<br />

I need to find a unit vector perpendicular to vector b.

Ive come up with the following:
<br /> 10 \times |\underline{x}| \cos 90 = \underline{b} \bullet \underline{x}<br />

I don't know if what I've done is even close to what i need to do, but from there, I am completely stuck.

Any help greatly appreciated.
Dan.
 
Physics news on Phys.org
danago said:
Hey. Here is the question:
<br /> \underline{b}= -8\underline{i} - 6\underline{j}<br />

I need to find a unit vector perpendicular to vector b.

Ive come up with the following:
<br /> 10 \times |\underline{x}| \cos 90 = \underline{b} \bullet \underline{x}<br />

I don't know if what I've done is even close to what i need to do, but from there, I am completely stuck.

Any help greatly appreciated.
Dan.

Well, the equation you wrote does not give you any information since cos 90 =0.

YWrite your unknown vector as a {\vec i} + b {\vec j} and then impose that the dot product of this with your vector above gives zero (write out the scalar product explicitly in terms of *components*, not in terms of magnitude and angle). You will get one equation for two unknowns so there will be an infinite number of solutions. Just pick a value for a (ANY value, except zero) and solve for b. Then you can normalize your vector by dividing it by its magnitude.
 
Clearly the solution is in the x-y plane. Let's say the solution is \textbf{z}=x\textbf{i}+y\textbf{j}. You want to solve \textbf{z} \cdot \textbf{b} = -8x-6y = 0, subject to the constraint x^2+y^2 =1. How would you normally go about solving these?
 
thanks for both of those posts, but I am not really understanding them. nrqed, you referred to scalar product, and i wouldn't have a clue what that means.

And euclid, I am really lost with what youre trying to say sorry.

Thanks for attempting to help me anyway.
 
Two vectors a and b are orthogonal (by definition) if their dot product is zero.

If \textbf{a} = a_1 \textbf{i}+a_2\textbf{j} and \textbf{b} = b_1\textbf{i}+b_2\textbf{j}, then their dot product is
\textbf{a}\cdot \textbf{b} =a_1b_1+a_2b_2

The length of the vector \textbf{a} is
|a|=\sqrt{a_1^2+a_2^2}.

Hence your probem is to find a vector \textbf{z} such that \textbf{z}\cdot \textbf{b} = 0 and |\textbf{z}|=1. Simply follow the definitions to get the system of equations above.

BTW, nrqed's method is more efficient than solving the two equations directly. It works because if \textbf{a} and \textbf{b} are orthogonal, so are c\textbf{a} and \textbf{b} for any scalar c.
 
Last edited:
danago said:
thanks for both of those posts, but I am not really understanding them. nrqed, you referred to scalar product, and i wouldn't have a clue what that means.

And euclid, I am really lost with what youre trying to say sorry.

Thanks for attempting to help me anyway.

Sorry about the confusion... "scalar product" and "dot product" are two terms representing the same thing. You seem to already know about this type of product between two vectors because this is essential what you wrote as {\undeline b} \cdot {\underline x} in your first post.
However, have you learned that there are *two* ways to calculate this product? One is using the form you wrote, the other way involves multiplying components and adding them, as Euclid wrote. Have you seen this? It's this other way of calculating a dot product that you need to solve this problem. The equation you wrote is correct but not useful for this type of problem.

Hope this helps.

Patrick
 
ahhh i think i understand now.

So from that, i can write two equations:
-8a-6b=0

and

a^2+b^2=1

The first equation as another way of writing the dot product, and the second equation because the solution is a unit vector, then i solve them as simultaneous equations?

I came up with the final vector:
\textbf{z}=-0.6\textbf{i}+0.8\textbf{j}

That sound about right?
 
Yup, that's right!
 
Yay. Thanks so much to both of you for the help. Makes sense to me now :)
 
  • #10
danago said:
ahhh i think i understand now.

So from that, i can write two equations:
-8a-6b=0

and

a^2+b^2=1

The first equation as another way of writing the dot product, and the second equation because the solution is a unit vector, then i solve them as simultaneous equations?

I came up with the final vector:
\textbf{z}=-0.6\textbf{i}+0.8\textbf{j}

That sound about right?

That's perfect!

Notice that there is one other solution (makes sense, right? I mean if you have a vector, it is possible to get *two* different unit vectors which will be perpendicular to it...one at 90 degrees on one side and one on the other side). That other solution comes from when you use a^2+b^2 =1 and you isolate a, let's say, you can take two different roots.

Good for you!

I was glad to help but you did most of the work.

Regards

Patrick
 
  • #11
thats because when i write a^2+b^2=1 in terms of b i get
b=\pm\sqrt{1-a^2} right? which means that the second solution would be \textbf{z}=0.6\textbf{i}-0.8\textbf{j}, the negative of \textbf{z}?

Makes perfect sense to me. Thanks a lot :)
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
3K
Replies
26
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 17 ·
Replies
17
Views
15K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
3
Views
2K