Tabellen mathematischer Formeln

Referenztabellen: Dezimalmultiplikatoren, Reihen, Fakultäten, binomische Entwicklungen und trigonometrische Identitäten

1. Dezimalmultiplikatoren

\(10^{1}\) deka (da) \(10^{-1}\) deci (d)
\(10^{2}\) hekto (h) \(10^{-2}\) centi (c)
\(10^{3}\) kilo (k) \(10^{-3}\) milli (m)
\(10^{6}\) mega (M) \(10^{-6}\) mikro (u)
\(10^{9}\) giga (G) \(10^{-9}\) nano (n)
\(10^{12}\) tera (T) \(10^{-12}\) piko (p)
\(10^{15}\) peta (P) \(10^{-15}\) femto (f)
\(10^{18}\) exa (E) \(10^{-18}\) atto (a)

2. Reihen

Maclaurin-Reihen

  1. \( e^{x} = 1 + x + \dfrac{x^{2}}{2!} + \dots + \dfrac{x^{n}}{n!} + \dots \) für alle \( x \)
  2. \( \sin x = x - \dfrac{x^{3}}{3!} + \dfrac{x^{5}}{5!} - \dfrac{x^{7}}{7!} + \dots \) für alle \( x \)
  3. \( \cos x = 1 - \dfrac{x^{2}}{2!} + \dfrac{x^{4}}{4!} - \dfrac{x^{6}}{6!} + \dots \) für alle \( x \)
  4. \( \ln(1 + x) = x - \dfrac{x^{2}}{2} + \dfrac{x^{3}}{3} - \dots + (-1)^{n+1} \dfrac{x^{n}}{n} + \dots \) für \( -1 < x \le 1 \)
  5. \( \tan x = x + \dfrac{1}{3} x^{3} + \dfrac{2}{15} x^{5} + \dfrac{17}{315} x^{7} + \dots \) für \( -\dfrac{\pi}{2} < x < \dfrac{\pi}{2} \)
  6. \( \arcsin x = x + \dfrac{1}{2} \dfrac{x^{3}}{3} + \dfrac{1 \cdot 3}{2 \cdot 4} \dfrac{x^{5}}{5} + \dfrac{1 \cdot 3 \cdot 5}{2 \cdot 4 \cdot 6} \dfrac{x^{7}}{7} + \dots \) für \( -1 < x < 1 \)
  7. \( \arctan x = x - \dfrac{x^{3}}{3} + \dfrac{x^{5}}{5} - \dots \) für \( -1 < x < 1 \)
  8. \( \sinh x = x + \dfrac{x^{3}}{3!} + \dfrac{x^{5}}{5!} + \dfrac{x^{7}}{7!} + \dots \) für alle \( x \)
  9. \( \cosh x = 1 + \dfrac{x^{2}}{2!} + \dfrac{x^{4}}{4!} + \dfrac{x^{6}}{6!} + \dots \) für alle \( x \)
  10. \( \text{arcsinh } x = x - \dfrac{1}{2} \dfrac{x^{3}}{3} + \dfrac{1 \cdot 3}{2 \cdot 4} \dfrac{x^{5}}{5} - \dfrac{1 \cdot 3 \cdot 5}{2 \cdot 4 \cdot 6} \dfrac{x^{7}}{7} + \dots \) für \( -1 < x < 1 \)
  11. \( \dfrac{1}{1 - x} = 1 + x + x^{2} + x^{3} + \dots \) für \( -1 < x < 1 \)

Arithmetische Reihen

  1. \( S_{n} = a + (a + d) + (a + 2d) + \dots + (a + [n - 1]d) \\ = \dfrac{n}{2}[\text{erster Term} + \text{letzter Term}] \\ = \dfrac{n}{2}[a + (a + [n - 1]d)] \)

Geometrische Reihen

  1. \( S_{n} = a + ar + ar^{2} + ar^{3} + \dots + ar^{n-1} = a \dfrac{1 - r^{n}}{1 - r} \)

Ganzzahlige Reihen

  1. \( 1 + 2 + 3 + \dots + n = \dfrac{1}{2} n (n + 1) \)
  2. \( 1^{2} + 2^{2} + 3^{2} + \dots + n^{2} = \dfrac{1}{6} n (n + 1)(2n + 1) \)
  3. \( 1^{3} + 2^{3} + 3^{3} + \dots + n^{3} = \left( \dfrac{1}{2} n (n + 1) \right)^{2} \)

3. Fakultät, Permutationen und Kombinationen

  1. \( n \text{ Fakultät} = n! = n \cdot (n - 1) \cdot (n - 2) \cdot \dots \cdot 2 \cdot 1 \)
  2. Permutationen von \( n \) Objekten, die zu je \( r \) entnommen werden:
    \( nP_r = \dfrac{n!}{(n - r)!} \)
  3. Kombinationen von \( n \) Objekten, die zu je \( r \) entnommen werden:
    \( nC_r = \dfrac{n!}{r!(n - r)!} \)

4. Binomische Entwicklung (Formel)

  1. Wenn \( n \) eine positive ganze Zahl ist, können wir \( (x + y)^{n} \) wie folgt entwickeln: \[ (x + y)^{n} = \binom{n}{0} x^{n} + \binom{n}{1} x^{n - 1} y + \binom{n}{2} x^{n - 2} y^{2} + \dots + \binom{n}{n} y^{n} \] Der allgemeine Binomialkoeffizient \( \binom{n}{r} \) ist gegeben durch:
    \( \binom{n}{r} = \dfrac{n!}{r!(n - r)!} \)

5. Trigonometrische Formeln

Summen- / Differenzformeln für Winkel

  1. \( \cos(A + B) = \cos A \cos B - \sin A \sin B \)
  2. \( \cos(A - B) = \cos A \cos B + \sin A \sin B \)
  3. \( \sin(A + B) = \sin A \cos B + \cos A \sin B \)
  4. \( \sin(A - B) = \sin A \cos B - \cos A \sin B \)
  5. \( \tan(A + B) = \dfrac{\tan A + \tan B}{1 - \tan A \tan B} \)
  6. \( \tan(A - B) = \dfrac{\tan A - \tan B}{1 + \tan A \tan B} \)

Summen- / Differenzformeln für trigonometrische Funktionen

  1. \( \sin A + \sin B = 2 \sin\left(\dfrac{A + B}{2}\right) \cos\left(\dfrac{A - B}{2}\right) \)
  2. \( \sin A - \sin B = 2 \cos\left(\dfrac{A + B}{2}\right) \sin\left(\dfrac{A - B}{2}\right) \)
  3. \( \cos A + \cos B = 2 \cos\left(\dfrac{A + B}{2}\right) \cos\left(\dfrac{A - B}{2}\right) \)
  4. \( \cos A - \cos B = -2 \sin\left(\dfrac{A + B}{2}\right) \sin\left(\dfrac{A - B}{2}\right) \)

Produktformeln für trigonometrische Funktionen

  1. \( 2 \sin A \cos B = \sin(A + B) + \sin(A - B) \)
  2. \( 2 \cos A \sin B = \sin(A + B) - \sin(A - B) \)
  3. \( 2 \cos A \cos B = \cos(A + B) + \cos(A - B) \)
  4. \( 2 \sin A \sin B = -\cos(A + B) + \cos(A - B) \)

Formeln für Vielfache Winkel

  1. \( \sin 2A = 2 \sin A \cos A \)
  2. \( \cos 2A = \cos^{2} A - \sin^{2} A = 2 \cos^{2} A - 1 = 1 - 2 \sin^{2} A \)
  3. \( \sin 3A = 3 \sin A - 4 \sin^{3} A \)
  4. \( \cos 3A = 4 \cos^{3} A - 3 \cos A \)

Potenzreduktionsformeln

  1. \( \sin^{2} A = \dfrac{1}{2} [1 - \cos 2A] \)
  2. \( \cos^{2} A = \dfrac{1}{2} [1 + \cos 2A] \)

Weitere Formeltabellen