Liste aller grundlegenden Klassen von Funktionen mit Beispielgraph und Wertetabelle:
Allgemeine Form:
 $f(x) = mx + b$
Graph: Gerade Linie
Beispiel:
 $f(x) = 2x + 1$
Wertetabelle:
| x | -2 | -1 | 0 | 1 | 2 | 
|---|---|---|---|---|---|
| f(x) | -3 | -1 | 1 | 3 | 5 | 
Allgemeine Form:
 $f(x) = ax^2 + bx + c$
Graph: Parabel (nach oben oder unten geöffnet)
Beispiel:
 $f(x) = x^2 - 2x$
Wertetabelle:
| x | 0 | 1 | 2 | 3 | 4 | 
|---|---|---|---|---|---|
| f(x) | 0 | -1 | 0 | 3 | 8 | 
Allgemeine Form:
 $f(x) = \frac{a}{x}$
Graph: Hyperbel mit senkrechter und waagrechter Asymptote
Beispiel:
 $f(x) = \frac{1}{x}$
Wertetabelle:
| x | -2 | -1 | -0.5 | 0.5 | 1 | 2 | 
|---|---|---|---|---|---|---|
| f(x) | -0.5 | -1 | -2 | 2 | 1 | 0.5 | 
Allgemeine Form:
 $f(x) = a \cdot b^x$, mit  $b > 0, b \ne 1$
Graph: Steigt oder füllt exponentiell
Beispiel:
 $f(x) = 2^x$
Wertetabelle:
| x | -2 | -1 | 0 | 1 | 2 | 
|---|---|---|---|---|---|
| f(x) | 0.25 | 0.5 | 1 | 2 | 4 | 
Allgemeine Form:
 $f(x) = \log_b(x)$, mit  $b > 1$
Graph: Umkehrung der Exponentialfunktion
Beispiel:
 $f(x) = \log_2(x)$
Wertetabelle:
| x | 0.25 | 0.5 | 1 | 2 | 4 | 
|---|---|---|---|---|---|
| f(x) | -2 | -1 | 0 | 1 | 2 | 
Allgemeine Form:
 $f(x) = \sqrt{x}$
Graph: Halbkurve, nur für $x \ge 0$
Beispiel:
 $f(x) = \sqrt{x}$
Wertetabelle:
| x | 0 | 1 | 4 | 9 | 16 | 
|---|---|---|---|---|---|
| f(x) | 0 | 1 | 2 | 3 | 4 | 
Allgemeine Form:
 $f(x) = |x|$
Graph: V-Form
Beispiel:
 $f(x) = |x|$
Wertetabelle:
| x | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 
|---|---|---|---|---|---|---|---|
| f(x) | 3 | 2 | 1 | 0 | 1 | 2 | 3 | 
Form:
 $f(x) = a_n x^n + \ldots + a_0$, mit  $n \ge 3$
Beispiel:
 $f(x) = x^3 - x$
Graph: Kurve mit Wendepunkt
Wertetabelle:
| x | -2 | -1 | 0 | 1 | 2 | 
|---|---|---|---|---|---|
| f(x) | -6 | 0 | 0 | 0 | 6 | 
Wertetabelle (x in $^{\circ}$):
| x [$^{\circ}$] | 0 | 90 | 180 | 270 | 360 | 
|---|---|---|---|---|---|
| f(x) | 0 | 1 | 0 | -1 | 0 | 
| x [$^{\circ}$] | 0 | 90 | 180 | 270 | 360 | 
|---|---|---|---|---|---|
| f(x) | 1 | 0 | -1 | 0 | 1 | 
  | Funktionstyp | Beispiel | Graphform | ||
|---|---|---|---|---|
| Linear | $f(x) = 2x + 1$ | Gerade | ||
| Quadratisch | $f(x) = x^2$ | Parabel | ||
| Gebrochen-rational | $f(x) = 1/x$ | Hyperbel | ||
| Exponential | $f(x) = 2^x$ | Kurve (wachsend) | ||
| Logarithmisch | $f(x) = \log_2(x)$ | Kurve (langsam steigend) | ||
| Wurzel | $f(x) = \sqrt{x}$ | Halbkurve | ||
| Betrag | $f(x)=|x|$ | V-Form | ||
| Polynom (n>2) | $f(x) = x^3$ | Kurvig | ||
| Sinus | $f(x) = \sin(x)$ | Wellenförmig |