Verifying Vector Intersection: Two Questions

AI Thread Summary
The discussion addresses two main questions regarding vector intersection. First, it explores the conditions under which the vectors i+3j-k and i+aj+k are inclined at a 30-degree angle, leading to the conclusion that a=sqrt(22), and also examines when the vectors are perpendicular, resulting in a=0. Second, it discusses how to determine if two lines intersect by equating their vector equations and solving for parameters s and t. The correct approach involves setting up equations based on the x, y, and z components and checking if the solutions satisfy all equations. The conversation emphasizes that non-parallel lines in three dimensions do not guarantee intersection, highlighting the need for a systematic approach to find the point of intersection.
Fila
Messages
5
Reaction score
0
I have two questions I need to make sure if I'm doing correctly. Its vectors.


1)
For what values of a are the vectors i+3j-k and i+aj+k

i) inclined at 30 degree angle
cos@ = n1.n2 / |n1||n2|
cos^2(30) * 11(2+a^2) = ((3a)^2)
a=sqrt22


ii) perpendicular
(1,3,-1).(1,a,1)=0
1+3a-1=0
a=0


2)
Show that the lines
r=s(i+2j+3k)
r=(3i+5j+4k)+t(2i+3j+k)
intersect

I believe I should try and prove that they are not parallel. If their dot product is zero, then it means the lines are parallel. So if the answer is not zero, then I proved that the lines do intersect.
Do I just take the cross product of (1,2,3) and (2,3,1)? I want to know if I'm using the correct vectors to do the dot product.
 
Physics news on Phys.org
1) is correct.

Your reasoning for 2) is not correct. Two lines in 3 dimensions which are not parallel do not necessarily intersect. Instead, simply try working out the point of intersection.
 
Thanks!

How do I get started with finding the point of intersection in #2? I couldn't find this 3 dimension problem in the book.
 
Last edited:
I'll try to help get you started. You have two vector equations and two parameters. You can set up three equations, each of which have the same two unknowns, by equating the x, y and z components of each vector equation. You equate x,y and z(or i,j and k depending on how you wish to state it) components of the two vector equations because at the POI they are equal.

i: s = 3 + 2t (1)
j: 2s = 5 + 3t (2)
k: 3s = 4 + t (3)

Solve any two of the three equations simultaneously to obtain values for t and s. So for example solving (1) and (2) simultaneously will yield: s = 1 and t = -1. Does (s,t) = (1,-1) satisify equation 3? If they do not satisfy equation 3 then the lines cannot intersect. If they do satisfy equation 3 then I'll leave it up to you to figure out what that means.
 
I had no idea how to write the two lines into those 3 equations to solve it. Now I know what to do. Thanks!
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
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 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Back
Top