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: 09
            
        
           $\begin{array}{l} 
      \text{Gegeben:}\\
      \text{Punkt P(x/y)}
      \text{Funktionswert} \qquad y \qquad  \\
      \text{Variable} \qquad x \qquad   \\
      \\ \text{Gesucht:} \\
      \text{Gerade durch den Ursprung}\\
      \text{Steigung(Propotionalitätsfaktor)} \qquad m \qquad  \\
     \\ m = \frac{y}{x}\\ \textbf{Gegeben:} \\ y=-3 \qquad x=5 \qquad \\ \\ \textbf{Rechnung:} \\m = \frac{y}{x} \\
      y=-3\\
      x=5\\
      m = \frac{y}{x}\\
      m = \frac{-3}{5}\\
      m=-\frac{3}{5} \\
  y=-\frac{3}{5}x
   \\\\  \end{array}$