Are Mu and Lambda the Key to Solving this Line Intersection Problem?

  • Thread starter Thread starter lionely
  • Start date Start date
  • Tags Tags
    Lambda Parameters
AI Thread Summary
The discussion revolves around solving a line intersection problem involving three lines defined by parametric equations. The points A, B, and C are given, with calculations showing that the vectors AC and BC have equal magnitudes, both being root 26. The conversation also addresses finding point D on line AB such that line segment CD is perpendicular to AB, with the conclusion that D should be the midpoint of AB. Participants confirm the use of the dot product to verify the perpendicularity condition. The problem-solving process highlights the importance of vector calculations and geometric relationships in determining the required point.
lionely
Messages
574
Reaction score
2
the lines l2[/SUB and l3
are given by

l1 : r = 10i + j + 9k + μ(3i+j+4k)

l2: x= (y+9)/2= (z-13)/-3

l3 r= -3i-5j-4k + λ(4i+3j+k)

where mu and lambda are parameters.

d) Show that AC=BC

A(4,-1,1) this was given, I calculated and got B as (5,-1,-2) and C (1,-2,-3)

This I what I did so far

2502qvs.png



I found AC ( -3,-1,-4)

BC(-4,-1,-1)

I also found the mods of AC and BC to see if they were equal but, they're not.
 
Last edited by a moderator:
Physics news on Phys.org


lionely said:
the lines l2[/SUB and l3
are given by

l1 : r = 10i + j + 9k + μ(3i+j+4k)

l2: x= (y+9)/2= (z-13)/-3

l3 r= -3i-5j-4k + λ(4i+3j+k)

where μ and λ are parameters.

d) Show that AC=BC

A(4,-1,1) this was given, I calculated and got B as (5,-1,-2) and C (1,-2,-3)

This I what I did so far

2502qvs.png



I found AC ( -3,-1,-4)

BC(-4,-1,-1)

I also found the mods of AC and BC to see if they were equal but, they're not.

It looks like you haven't given us the whole problem, although we can read between the lines to figure out most of what's missing:
Two of the lines intersect at point A, which is at (4,-1,1).

Two of the lines intersect at point B.

Two of the lines intersect at point C.​
...

Now,

Calculate vector AC and see if its magnitude matches the magnitude of either of the other two vectors.

Added in Edit:

B is at (5,1,-2) not (5,-1,-2)
 
Last edited:


it doesn't Magnitude of AC is root 26

while magnitude of B is root 30 and C is root 14.

sorry!
I found BC and the magnitude of it is root 26! Thank you for pointing out the mistake in the coordinates of B!
 


lionely said:
it doesn't Magnitude of AC is root 26

while magnitude of B is root 30 and C is root 14.

sorry!
I found BC and the magnitude of it is root 26! Thank you for pointing out the mistake in the coordinates of B!
Good deal !
 


Ummm there's is one more part to the question , It says write down the coordinates of the point D on AB such that CB is perpendicular to AB.

I'm not sure what to do... do I do something with the dot product?
 


lionely said:
Ummm there's is one more part to the question , It says write down the coordinates of the point D on AB such that CB is perpendicular to AB.

I'm not sure what to do... do I do something with the dot product?
Well, using the dot product will be a good way to check your answer, but think about the overall situation.

Triangle ABC has
length AC = length BC .​
Where should point D be on AB so that ... looks like a typo ?
 


write down the coordinates of the point D on AB such that CD is perpendicular to AB.
 


lionely said:
write down the coordinates of the point D on AB such that CD is perpendicular to AB.
OK! That makes sense.


Now,

Triangle ABC has
length AC = length BC .​
Where should point D be on AB so that CD is perpendicular to AB.
 


In the middle of AB?
 
  • #10


lionely said:
In the middle of AB?
Yes. D is the midpoint of AB .
 
  • #11


LOL so wait I can find find AD then just get D and that's it?
 
  • #12


lionely said:
LOL so wait I can find find AD then just get D and that's it?
Yes. That's it.

You can check your result by seeing if the appropriate dot product is zero.
 
  • #13


Thank you again for the help. Homework is now finished!
 
Back
Top