2.6.5 Exponential Equations with Applications¶
Solving applied problems involving exponential equations in contexts like finance, biology, and physics.
定义¶
Exponential equations with applications refer to equations of the form \(a \cdot b^{f(x)} = c\) or more generally \(a \cdot e^{kx} = c\), where \(a\), \(b\), \(c\), and \(k\) are constants, and \(b > 0\), \(b \neq 1\). These equations model real-world phenomena in finance (compound interest, investment growth), biology (population growth, radioactive decay, bacterial growth), and physics (cooling/heating, half-life). Solving such equations typically involves taking logarithms of both sides to isolate the variable in the exponent. Applications require setting up the exponential model from given information, solving for unknown parameters, and interpreting solutions in context.
核心公式¶
- \(A = P\left(1 + \frac{r}{n}\right)^{nt}\) (Compound Interest Formula)
- \(A = Pe^{rt}\) (Continuous Compound Interest)
- \(N(t) = N_0 e^{kt}\) (Exponential Growth/Decay Model)
- \(N(t) = N_0 \left(\frac{1}{2}\right)^{t/t_{1/2}}\) (Half-Life Formula)
- \(\log_b(x) = y \iff b^y = x\) (Logarithmic-Exponential Equivalence)
易错点¶
- ⚠️ Forgetting to apply logarithms to both sides of the equation when the variable is in the exponent, or incorrectly applying logarithm properties (e.g., \(\log(a+b) \neq \log(a) + \log(b)\))
- ⚠️ Misinterpreting the growth/decay constant \(k\): confusing whether \(k > 0\) indicates growth or decay, or failing to recognize that \(k\) must be negative for decay models
- ⚠️ Failing to check the domain and reasonableness of solutions in context (e.g., accepting negative time values, negative populations, or solutions that violate the problem's constraints)
- ⚠️ Incorrectly converting between different exponential forms (e.g., mixing up \(b^t\) and \(e^{kt}\) forms, or making errors when converting \(r\) to \(k\) in the relationship \(b = e^k\))