Funktionen-Quadratische Funktion-Parabel - Gerade
$\text{Parabel-Gerade}$
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Beispiel Nr: 16
$\begin{array}{l}
\text{Gegeben: } \\
P: y=a_1x^{2}+b_1x+c_1 \qquad g:y=mx+t\\
\text{Gesucht:Schnittpunkte zwischen Parabel und Gerade}
\\ \text{Parabel-Gerade}\\ \textbf{Gegeben:} \\
p: y==-1x^2+2x-2 \qquad g: y==-2x
\\ \\ \textbf{Rechnung:} \\f\left(x\right)=-1x^2+2x-2\qquad g\left(x\right)=-2x\\
\bullet \text{Schnittpunkte zwischen zwei Funktionen} \\ f\left(x\right)=g\left(x\right) \\-1x^2+2x-2=-2x \\
-1x^2+2x-2-(-2x)=0\\
\begin{array}{l|l|l}
\begin{array}{l}
\text{a-b-c Formel}\\ \hline
\\
-1x^{2}+4x-2 =0
\\
x_{1/2}=\displaystyle\frac{-4 \pm\sqrt{4^{2}-4\cdot \left(-1\right) \cdot \left(-2\right)}}{2\cdot\left(-1\right)}
\\
x_{1/2}=\displaystyle \frac{-4 \pm\sqrt{8}}{-2}
\\
x_{1/2}=\displaystyle \frac{-4 \pm2,83}{-2}
\\
x_{1}=\displaystyle \frac{-4 +2,83}{-2} \qquad x_{2}=\displaystyle \frac{-4 -2,83}{-2}
\\
x_{1}=0,586 \qquad x_{2}=3,41
\end{array}&
\begin{array}{l}
\text{p-q Formel}\\ \hline
\\
-1x^{2}+4x-2 =0 \qquad /:-1
\\
x^{2}-4x+2 =0
\\
x_{1/2}=\displaystyle -\frac{-4}{2}\pm\sqrt{\left(\frac{\left(-4\right)}{2}\right)^2- 2}
\\
x_{1/2}=\displaystyle 2\pm\sqrt{2}
\\
x_{1/2}=\displaystyle 2\pm1,41
\\
x_{1}=3,41 \qquad x_{2}=0,586
\end{array}\\ \end{array}\\
\\ \text{Schnittpunkt }1\\
f(0,586)=-1,17\\
S(0,586/-1,17)\\\\ \text{Schnittpunkt }2\\
f(3,41)=-6,83\\
S(3,41/-6,83)\\ \end{array}$