Benutzer:Stoll-Gym10Erfurt/Mathematik10/Exponentialfunktionen/Lineares und exponentielles Wachstum: Unterschied zwischen den Versionen

Aus ZUM Projektwiki
Keine Bearbeitungszusammenfassung
Markierung: 2017-Quelltext-Bearbeitung
Markierung: 2017-Quelltext-Bearbeitung
Zeile 1: Zeile 1:
=== Lineares und exponentielles Wachstum im Vergleich ===
=== Lineares und exponentielles Wachstum im Vergleich ===
{| class="wikitable"
|+
! colspan="1" |
! colspan="1" |Lineares Wachstum
! colspan="1" |Exponentielles Wachstum
|-
|Charakteristikum
|konstante Zunahme
|konstante prozentuale Zunahme
|-
|Beschreibung durch
|lineare Funktion
|Exponentialfunktion
|-
|Graph
|steigende Gerade
|steigende Exponentialkurve
|-
|Rekursive Darstellung
|<math> B(t+1) = B(t) +m </math>
|<math> B(t+1) = B(t) \cdot q </math>
|-
|Explizite Darstellung
|<math> B(t) = m \cdot t + b </math>
|<math> B(t) = B(0) \cdot q^t </math>
|-
|Änderungsrate (Wachstumsrate)
|<math> \Delta B(t) = m \Longrightarrow konstant</math>
|<math> \Delta B(t) = B(t) \cdot (q-1) \Longrightarrow proportional \; zum \; aktuellen \; Bestand </math>
|-
|
|<math> \ldots mit \; m >0 </math>
|<math> \ldots mit \; q >1 </math>
|-
|Beispiele
|Geld sparen (ohne Zinsen); Auffüllen von Gefäßen
|Zinseszinsrechnung; Wachstum von Populationen
|}

Version vom 26. Dezember 2023, 17:12 Uhr

Lineares und exponentielles Wachstum im Vergleich

Lineares Wachstum Exponentielles Wachstum
Charakteristikum konstante Zunahme konstante prozentuale Zunahme
Beschreibung durch lineare Funktion Exponentialfunktion
Graph steigende Gerade steigende Exponentialkurve
Rekursive Darstellung
Explizite Darstellung
Änderungsrate (Wachstumsrate)
Beispiele Geld sparen (ohne Zinsen); Auffüllen von Gefäßen Zinseszinsrechnung; Wachstum von Populationen