p(x) = g(x)
1/2·x^2 + c = - 2·x - 3
1/2·x^2 + 2·x + c + 3 = 0
x^2 + 4·x + 2·c + 6 = 0
x = - 4/2 ± √((4/2)^2 - (2·c + 6))
Nur eine Lösung, wenn die Diskriminante gleich 0 ist
D = (4/2)^2 - (2·c + 6) = 0 --> c = -1
x = - 4/2 ± √((4/2)^2 - (2·(-1) + 6)) = - 2 (2-fach)
g(- 2) = 1 → P(-2 | 1)
Gerade h durch p senkrecht zu g aufstellen
h(x) = 1/2·(x + 2) + 1 = 1/2·x + 2
Zweiter Schnittpunkt von h und p
1/2·x^2 - 1 = 1/2·x + 2 --> x = -2 ∨ x = 3
h(3) = 1/2·3 + 2 = 3.5 → P2(3 | 3.5)
Skizze
~plot~ 1/2x^2-1;-2x-3;1/2x+2;{-2|1};{3|3.5} ~plot~