B
B
Bengilson2014-11-20 20:07:34
Programming
Bengilson, 2014-11-20 20:07:34

How to find the coordinates of the intersection points of 2 lines?

Given two lines y=k1 * x + b1 ; y = k2 * x + b2.
Find the coordinates of the intersection point.
(The intersection point P(Xp,Yp) belongs to both lines, that is, it is a solution to this system of equations.)
How to solve this? I'm not good with geometry) Thank you in
advance)

Answer the question

In order to leave comments, you need to log in

5 answer(s)
T
TomasHuk, 2014-11-20
@Bengilson

04fa32348bd149438bc4f5caba23e584.jpg
And as I understand it, when k1 and k2 are equal, the lines are parallel.
Mutual arrangement of several straight lines on a plane

P
Power, 2014-11-20
@Power

Well, you are completely lazy.

S
Sergey, 2014-11-20
Protko @Fesor

X can be found from the equality - k1 * x + b1 = k2 * x + b2

V
Vitaly Pukhov, 2014-11-21
@Neuroware

It looks like 6th grade :)

R
Rostik88, 2018-11-12
@Rostik88

Maybe someone will be interested, Delphi project that releases an algorithm for finding the point of intersection of two lines: www.mathros.net.ua/znahodzhennja-tochky-peretynu-d...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question