Funktionen-Lineare Funktion-Ursprungsgerade
$y = m\cdot x$
1
2
3
4
5
6
7
8
9
10
11
12
$x = \frac{y}{m}$
1
2
3
4
5
6
7
$m = \frac{y}{x}$
1
2
3
4
5
6
7
8
9
Beispiel Nr: 12
$\begin{array}{l}
\text{Gegeben:}\\
\text{Ursprungsgerade:} y=mx\\
\text{x-Koordinate vom Punkt P(x/?)} \\
\text{Variable} \qquad x \qquad \\
\text{Steigung(Propotionalitätsfaktor)} \qquad m \qquad \\
\\ \text{Gesucht:} \\\text{Funktionswert} \qquad y \qquad \\
\\ y = m\cdot x\\ \textbf{Gegeben:} \\ x=3 \qquad m=4 \qquad \\ \\ \textbf{Rechnung:} \\y = m\cdot x \\
x=3\\
m=4\\
y = 4\cdot x\\
y = 4\cdot 3\\
y=12
\\\\ \end{array}$