Logarithmen-Ergebnis
log₁₀(x)–
ln(x) – natürlicher Log.–
log₂(x) – Binärlog.–
log_b(x)–
Überprüfung (10^Ergebnis)–
log₁₀(x) = lg(x)
ln(x) = logₑ(x)
log₂(x) = ld(x)
log_b(x) = ln(x)/ln(b)
Häufig gestellte Fragen
Der Logarithmus ist die Umkehrfunktion der Potenz. log_b(x) = y bedeutet: b^y = x. Beispiel: log₁₀(1000) = 3, weil 10³ = 1000. Gebräuchliche Basen: 10 (dekadisch), e ≈ 2,718 (natürlich, ln), 2 (binär, Informatik).
log (ohne Angabe) = Logarithmus zur Basis 10 (dekadischer Logarithmus). ln = Logarithmus zur Basis e (eulersche Zahl, ca. 2,71828). In der Mathematik: log oft = ln. In der Technik/Schule: log = log₁₀.
Produktregel: log(a×b) = log(a) + log(b). Quotientenregel: log(a/b) = log(a) − log(b). Potenzregel: log(aⁿ) = n × log(a). Basiswechsel: log_b(x) = ln(x)/ln(b) = log(x)/log(b).
Dezibel (dB = 10×log₁₀), pH-Wert (−log[H⁺]), Richter-Skala, Zinseszins/Investitionen (Zeitberechnung), Informatik (Komplexität O(log n)), Statistik, Physiologie (Weber-Fechner-Gesetz).