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: 07
            
        
           $\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=4 \qquad m=5 \qquad \\ \\ \textbf{Rechnung:} \\y = m\cdot x \\
      x=4\\
      m=5\\
      y = 5\cdot x\\
      y = 5\cdot 4\\
      y=20
    \\\\  \end{array}$