Du stellst die beiden Geradengleichungen auf
1. Gerade (-1/0), (0/3)
m = (3-0)/(0-(-1)) = 3
f(x) = 3 * (x - Px) + Py = 3 * (x - 0) + 3 = 3x + 3
2. Gerade (2/0), (0/6)
m = (6 - 0)/(0-(2)) = 6/-2 = -3
g(x) = -3 * (x - Px) + Py = -3 * (x - 0) + 6 = -3x + 6
Nun setzt man die Funktionsgleichungen gleich
f(x) = g(x)
3x + 3 = -3x + 6 | + 3x - 3
6x = 3 | :6
x = 1/2 = 0.5
f(0.5) = 3*0.5 + 3 = 4.5
g(0.5) = -3*0.5 + 6 = 4.5
Der Schnittpunkt liegt bei S(0.5 | 4.5).