Discovering Parallel, Intersecting, and Skew Lines: A Vector Calculus Problem

AI Thread Summary
The discussion revolves around determining the relationship between three lines in space: whether they are parallel, intersecting, or skew. The lines are given in parametric form, and the user is unsure how to proceed after confirming they are not parallel using the cross product. To find intersections, it is suggested to express the lines in terms of a common variable, such as z, and analyze the resulting equations for consistency. The outcomes of these equations will indicate the nature of the lines, with specific cases revealing whether they intersect or are skew. Understanding these relationships is crucial for solving the vector calculus problem effectively.
lijet13
Messages
1
Reaction score
0
Ok here is the problem:

Given two lines in space, either they are parallel, or they intersect or they are skew. Determine whether the lines taken two at a time, are parallel, intersect or are skew. If they intersect find the point of intersection.

line 1: x=1+2t, y=-1-t, z=3t; -infiniti<t<infiniti
line 2: x=2-s, y=3s, z=1+2; -infiniti<s<infiniti
line 3: x=5+2r, y=1-r, z=8+3r; -infiniti<r<infiniti

I'm not really sure where to go with this. I found the normal vector forms of the equations and I don't think any of them are parallel using the cross product=0 when vectors are parallel but i have no idea how to find itnersection or skew when given the parametric equations. Did I do the parallel part right? and where would I begin for the other parts. Do you use each part (x,y,z) from the parametric as three points to find the equation of the plane formed?

Thanks so much for any help
 
Physics news on Phys.org
Pick some axis, say z, (make sure none of the lines are perpendicular to this axis first; I haven't checked) and solve for x and y in terms of z for each line. Then solve for the z where two lines have the same x, say. There are a few possibilities:

1. This equation is inconsistent (reduces to somethine like 1=2).
2. The equation holds for all z (reduces to something like 1=1).
3. The y values are also the same at this z.
4. The y values are different at this z.

I'll let you figure out which each case means, but as a clue, I'll tell you that 2 of the above cases tell you they don't intersect, one tells you they do and one requires a little more work to get an answer.
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top