Help with finding parallel vectors

  • Thread starter Thread starter Aske
  • Start date Start date
  • Tags Tags
    Parallel Vectors
AI Thread Summary
To determine the values of n and m for vectors u and v to be parallel or perpendicular, one must use the properties of vector equations. For parallel vectors, u can be expressed as a scalar multiple of v, leading to three equations based on their components. For perpendicular vectors, the dot product of u and v must equal zero, resulting in another equation involving m and n. The solution involves isolating the unknowns and solving the resulting system of equations. Understanding these principles is crucial for effectively tackling the problem.
Aske
Messages
9
Reaction score
0

Homework Statement


The question states "let u= 2i+mj-10k and v=i-3j+nk, find the value of n and m such that u,v are parallel", the second part states asks the same but "u,v are perpendicular"


Homework Equations





The Attempt at a Solution


I attempted to use a dot product solution I guess, because vectors u+v should equal 0 when perpendicular. I'm lost on what to actually do. Thanks in advance.
 
Physics news on Phys.org
Remember the definition of the dot product:

\vec A \cdot \vec B = A_x B_x + A_y B_y + A_z B_z

As you correctly stated, for two perpendicular vectors, the dot product is 0.

Let two vectors, \vec w, \vec q be parallel. That means that they're both in the same direction, and therefore, they only differ by some scalar factor R (For instance, \vec q could be 2 times longer than \vec w (R=2) or it could be the same length, but anti-parallel (A negative R value of -1 would achieve that goal) or 2 times longer, but anti-parallel (R=-2)).

So in general, we can write: \vec q=R\vec w
Note that we've written a vector equation. That's actually 3 scalar equations in one. Simply solve for your three variables, R, m, n and you're done.

What's important is that you understand how we've identified parallel\anti-parallel vectors and perpendicular ones. Are these two points clear to you?
 
If two vectors

u=x1 i +y1 j + z1 k and v=x2 i +y2 j + z2 k

are parallel, then one of them is a multiple of the other

u=a*v (a is a scalar).

That means the same for all components:


x1=a*x2
y2=a*y2
z1=a*z2.

The two vectors are perpendicular if their dot product is 0 which means

x1x2 + y1y2+ z1z2 = 0.


ehild
 
RoyalCat said:
Remember the definition of the dot product:

\vec A \cdot \vec B = A_x B_x + A_y B_y + A_z B_z

As you correctly stated, for two perpendicular vectors, the dot product is 0.

Let two vectors, \vec w, \vec q be parallel. That means that they're both in the same direction, and therefore, they only differ by some scalar factor R (For instance, \vec q could be 2 times longer than \vec w (R=2) or it could be the same length, but anti-parallel (A negative R value of -1 would achieve that goal) or 2 times longer, but anti-parallel (R=-2)).

So in general, we can write: \vec q=R\vec w
Note that we've written a vector equation. That's actually 3 scalar equations in one. Simply solve for your three variables, R, m, n and you're done.

What's important is that you understand how we've identified parallel\anti-parallel vectors and perpendicular ones. Are these two points clear to you?
I somewhat understand what you are saying, so are you saying I need to isolate the unknowns? I still don't fully understand this.
 
Yes, solve the linear system of equations.
 
Ok, trying this with the perpendicular qustion it'd be "(2i+mj-10k) . (i-3j+nk)=0". I would have 2 unknowns, how would I solve this. I still don't know how to go about the parallel question.
 
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Struggling to make relation between elastic force and height'
Hello guys this is what I tried so far. I used the UTS to calculate the force it needs when the rope tears. My idea was to make a relationship/ function that would give me the force depending on height. Yeah i couldnt find a way to solve it. I also thought about how I could use hooks law (how it was given to me in my script) with the thought of instead of having two part of a rope id have one singular rope from the middle to the top where I could find the difference in height. But the...
Back
Top