Skip to main content

Formeln & Diagramme

Mathematische Formeln (Auswahl) ✨

Hier sind einige klassische und nützliche Formeln – teils inline, teils als Display-Math gesetzt.

  1. Quadratische Formel (Mitternachtsformel)
    [
    x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}
    ]

  2. Binomische Formeln
    [
    (a+b)^2=a^2+2ab+b^2
    \qquad
    (a-b)^2=a^2-2ab+b^2
    ]
    [
    (a+b)(a-b)=a^2-b^2
    ]

  3. Ableitung & Integral (Grundlagen der Analysis)

    • Ableitung von Potenzen: (\frac{d}{dx}x^n = n x^{n-1})
    • Standard-Integral:
      [
      \int x^n,dx=\frac{x^{n+1}}{n+1}+C\quad(n\neq -1)
      ]
    • Gaußsche Glocke (nur als Beispiel für eine häufige Funktion):
      [
      f(x)=\frac{1}{\sigma\sqrt{2\pi}},e^{-\frac{(x-\mu)^2}{2\sigma^2}}
      ]
  4. Euler-Identität (berühmte „schöne“ Gleichung) 😄
    [
    e^{i\pi}+1=0
    ]

  5. Summenformel (arithmetische Reihe)
    [
    \sum_{k=1}^{n} k=\frac{n(n+1)}{2}
    ]


Diagramme (als ASCII/Markdown) 📈

Da ich hier ohne spezielle Plot-Bibliothek arbeite, sind das schematische Diagramme. Wenn du mir sagst, ob du z.B. Python/Matplotlib oder LaTeX/PGFPlots willst, kann ich dir auch direkt lauffähigen Code generieren.

1) Parabel (y=x^2)

y
^
|              *
|           *     *
|        *           *
|     *                 *
|  *                       *
+------------------------------> x
           0

2) Sinuswelle (y=\sin(x))

y
^        *      *      *
|      *   *  *   *  *   *
|----*------**-----**------*----> x
|   *        *       *        *
| *                               *

3) Exponentielles Wachstum (y=e^x)

y
^
|                      *
|                 *
|            *
|        *
|     *
|   *
+-----------------------------> x

4) Balkendiagramm (Beispieldaten)

  • Daten: (A=3,;B=7,;C=5,;D=2)
A | ███
B | ███████
C | █████
D | ██

Was möchtest du als Nächstes? ✅

Damit ich es perfekt passend erstellen kann:

  1. Welche Art von Diagrammen?

    • Funktionsplots (z.B. Polynom, Sinus, Normalverteilung)
    • Statistik (Histogramm, Boxplot, Streudiagramm)
    • Geometrie (Kreis, Dreieck, Vektoren)
  2. In welchem Format?

    • Python (Matplotlib), JavaScript (Plotly) oder LaTeX (PGFPlots)

Wenn du mir 2–3 Funktionen oder Datenpunkte gibst, baue ich dir daraus saubere, „echte“ Diagramme (inkl. Code) 📌