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: 14
$\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== x^2+4x+5 \qquad g: y==-2x+4
\\ \\ \textbf{Rechnung:} \\f\left(x\right)= x^2+4x+5\qquad g\left(x\right)=-2x+4\\
\bullet \text{Schnittpunkte zwischen zwei Funktionen} \\ f\left(x\right)=g\left(x\right) \\ x^2+4x+5=-2x+4 \\
x^2+4x+5-(-2x+4)=0\\
\begin{array}{l|l|l}
\begin{array}{l}
\text{a-b-c Formel}\\ \hline
\\
1x^{2}+6x+1 =0
\\
x_{1/2}=\displaystyle\frac{-6 \pm\sqrt{6^{2}-4\cdot 1 \cdot 1}}{2\cdot1}
\\
x_{1/2}=\displaystyle \frac{-6 \pm\sqrt{32}}{2}
\\
x_{1/2}=\displaystyle \frac{-6 \pm5,66}{2}
\\
x_{1}=\displaystyle \frac{-6 +5,66}{2} \qquad x_{2}=\displaystyle \frac{-6 -5,66}{2}
\\
x_{1}=-0,172 \qquad x_{2}=-5,83
\end{array}&
\begin{array}{l}
\text{p-q Formel}\\ \hline
\\
\\
x^{2}+6x+1 =0
\\
x_{1/2}=\displaystyle -\frac{6}{2}\pm\sqrt{\left(\frac{6}{2}\right)^2- 1}
\\
x_{1/2}=\displaystyle -3\pm\sqrt{8}
\\
x_{1/2}=\displaystyle -3\pm2,83
\\
x_{1}=-0,172 \qquad x_{2}=-5,83
\end{array}\\ \end{array}\\
\\ \text{Schnittpunkt }1\\
f(-5,83)=15,7\\
S(-5,83/15,7)\\\\ \text{Schnittpunkt }2\\
f(-0,172)=4,34\\
S(-0,172/4,34)\\ \end{array}$