Vectors: Determine whether the lines intersect and if so find the point of intersection and the cosine of the angle of intersection.
I'm posting up the problems right now. Hold on...
okay.
x = 4t +2,y=3, z = -t+1 x= 2s+2, y = 2s+3, z=s+1
Would I have to factor each of these equations out and set them equal to zero to find their pts of intersection?
no, u have to equate all the x and y and z togther. u will get a system of equations consisting of s and t.
x = 4t +2,y=3, z = -t+1 x= 2s+2, y = 2s+3, z=s+1 equating all the x, y and z. U get 3 equations, 4t+2= 2s+2 3=2s+3 -t+1=s+1 Solving them, u get s=0 and t=0 That means to say, the 2 points will intersect at the point when s=0 and t =0 Intersection point x=0,y=3,z=0
As for cos of the angle of intersection, i forgot how to do it. im relearning on wiki gimme a while.
at s=t=0, wouldn't x = 2 and z=1
oh ya. opps. made a mistake there! thx for pointing it out =D
Oh okay thankyou. I think I can figure out the rest of the problem from here.
Anw i got a question how to u find the component vector from the eqn of a line. i learned vectors so long ago, i forgot how lol.
the component vector is your "slope" parts. just pull the constants off your t or s variables
x = 2 + 4t y = 3 + 0t ; your anchor point is (2,3,1); your scaling vector is <4,0,-1> z = 1 - 1t
the cos of the angle between them is a consequence of the law of cosines; the length of a side is equal to the diffence of, the sum of the squares of the other 2 sides, and two times the product of the other sides and the cosine of the angle opposite. c^2 =(a^2+b^2) - 2(ab cos(C)) when we have 2 vectors we can determine the length of all the "sides" created so we just solve for cos(C) c^2 - (a^2+b^2) -------------- = cos(C) 2ab or in vector talk |c|^2 - |a|^2 - |b|^2 ------------------ = cos(C) 2|a||b| the issue is then if relating this to the dot product of vectors a and b \[\frac{(c_x ^2+c_y ^2+c_z ^2)-(a_x ^2+a_y ^2+a_z ^2)-(b_x ^2+b_y ^2+b_z ^2)}{2\sqrt{a_x ^2+a_y ^2+a_z ^2)}\sqrt{(b_x ^2+b_y ^2+b_z ^2)}}=cos(C)\] but c is made of the components of a-b \[\frac{((a-b)_x ^2+(a-b)_y ^2+()_z ^2)-(a_x ^2+a_y ^2+a_z ^2)-(b_x ^2+b_y ^2+b_z ^2)}{2\sqrt{a_x ^2+a_y ^2+a_z ^2)}\sqrt{(b_x ^2+b_y ^2+b_z ^2)}}=cos(C)\] in the end it boils down
to a.b ------ = cos(C) |a||b|
how did you get 4,0,-1?
oh wait nevermind I see.
Join our real-time social learning platform and learn together with your friends!