Facebook Pixel
Mathos AI logo

Exponential and Logarithmic Modeling

Exponential and Logarithmic Modeling

Many real-world phenomena grow or decay at rates proportional to their current size, or span such massive ranges that standard linear scales fail. We use exponential and logarithmic functions to model these situations accurately.

Exponential Growth and Decay

The standard model for continuous exponential growth or decay is:

A(t)=A0ektA(t) = A_0 e^{kt}

  • A(t)A(t) is the amount after time tt.
  • A0A_0 is the initial amount (when t=0t = 0).
  • kk is the continuous rate of growth (k>0k > 0) or decay (k<0k < 0).
  • tt is time.

Example: Continuous Compounding

Problem: An investment of $5000 grows at 4% compounded continuously. Find the value after 10 years.

Solution: Use the continuous compounding formula A=PertA = P e^{rt}:

  • P=5000P = 5000
  • r=0.04r = 0.04
  • t=10t = 10

A=5000e0.04ร—10A = 5000 e^{0.04 \times 10} A=5000e0.4โ‰ˆ5000ร—1.49182=7459.12A = 5000 e^{0.4} \approx 5000 \times 1.49182 = 7459.12

The investment will be worth roughly $7,459.12.

Half-Life Modeling

Half-life is the time required for a decaying substance to reduce to exactly half of its initial amount. The formula for half-life is:

A(t)=A0(12)thA(t) = A_0 \left(\frac{1}{2}\right)^{\frac{t}{h}}

Where hh is the half-life duration.

Example: Radioactive Decay

Problem: A substance has a half-life of 8 hours. How long until only 10% remains?

Solution: We want the final amount A(t)A(t) to be 0.10A00.10 A_0.

0.10A0=A0(12)t80.10 A_0 = A_0 \left(\frac{1}{2}\right)^{\frac{t}{8}}

Divide both sides by A0A_0:

0.10=0.5t80.10 = 0.5^{\frac{t}{8}}

Take the natural logarithm (lnโก\ln) of both sides to solve for tt:

lnโก(0.10)=lnโก(0.5t8)\ln(0.10) = \ln\left(0.5^{\frac{t}{8}}\right) lnโก(0.10)=t8lnโก(0.5)\ln(0.10) = \frac{t}{8} \ln(0.5) t=8lnโก(0.10)lnโก(0.5)โ‰ˆ8(โˆ’2.3026)โˆ’0.6931โ‰ˆ26.58t = \frac{8 \ln(0.10)}{\ln(0.5)} \approx \frac{8(-2.3026)}{-0.6931} \approx 26.58

It will take approximately 26.58 hours for only 10% of the substance to remain.

Logarithmic Modeling

Logarithmic functions are the inverses of exponential functions. They are primarily used when working with values that vary over enormous magnitudes.

  • pH Scale: Measures the acidity of a solution based on hydrogen ion concentration: pH=โˆ’logโก[H+]\text{pH} = -\log[H^+]
  • Richter Scale: Measures the magnitude of earthquakes: M=logโก(II0)M = \log\left(\frac{I}{I_0}\right)
  • Decibels: Measures sound intensity.

In all these models, an increase of 1 on the logarithmic scale corresponds to a 10-fold increase in the actual physical quantity (since they typically use base-10 logarithms).