How can I get the intersection of these lines

AI Thread Summary
The discussion focuses on finding the intersection of two lines, specifically the highest line and another line extended from a horizontal slope. The user is struggling with their calculations, consistently arriving at an incorrect intersection point of -1.87, while the expected value is below -5.5. A key point raised is the incorrect use of the slope in the equation, where the gradient should be -1 instead of +1. Adjusting this slope may resolve the calculation issue. The user is encouraged to revisit their equations with this correction in mind.
median27
Messages
58
Reaction score
0

Homework Statement


Kindly view my 1st attachment. I need help to get the intersection of the highest line and the line extended by a slope from the horizontal line.


Homework Equations


y=mx+b
y-y1=m(x-x1)


The Attempt at a Solution


Kindly view my 2nd attachment.
By substitution, I always get the answer -1.87 which is obviously wrong. The answer should be lesser than -5.5.

Thanks in advance.
 

Attachments

  • Untitled.png
    Untitled.png
    9.8 KB · Views: 545
  • 1.png
    1.png
    1.5 KB · Views: 504
Physics news on Phys.org
The first equation (y = x+105.5) is not quite correct. The gradient does have a magnitude of 1, however the line slopes downwards along the x-axis, therefore the gradient should be -1, not +1 as you have used. See if that fixes the problem.
 
thanks, i'll work on it
 
Last edited:
Back
Top