Difference between revisions of "Exponential and Logarithmic Equations"
(One intermediate revision by the same user not shown) | |||
Line 127: | Line 127: | ||
\therefore T &= 0.1985R^{1.5011} | \therefore T &= 0.1985R^{1.5011} | ||
\end{align}</math> | \end{align}</math> | ||
+ | |||
+ | == Change of Base Formula == | ||
+ | <math>\log_{y}x=\frac{\log_{a}x} {\log_{a}y}</math> where ''a'' is any positive number, distinct from 1. Generally, ''a'' is either 10 (for common logs) or ''e'' (for natural logs). | ||
+ | |||
+ | Proof:<br> | ||
+ | <math>\log_{y}x = b</math> | ||
+ | |||
+ | <math>\ y^b = x</math> | ||
+ | |||
+ | Put both sides to <math>\log_{a}</math> | ||
+ | |||
+ | <math>\log_{a}y^b = \log_{a}x</math> | ||
+ | |||
+ | <math>\ b\log_{a}y = \log_{a}x</math> | ||
+ | |||
+ | <math>\ b = \frac{\log_{a}x}{\log_{a}y}</math> | ||
+ | |||
+ | Replace <math>\ b</math> from first line | ||
+ | |||
+ | <math>\log_{y}x = \frac{\log_{a}x}{\log_{a}y}</math> | ||
+ | |||
+ | == Swap of Base and Exponent Formula == | ||
+ | |||
+ | <math>a^{\log_{b}c}=c^{\log_{b}a}</math> where a or c must not be equal to 1. | ||
+ | |||
+ | Proof: | ||
+ | |||
+ | <math> log_{a}b = \frac{1}{log_{b}a}</math> by the change of base formula above. | ||
+ | |||
+ | Note that <math>a=c^{log_{c}a}</math>. Then | ||
+ | |||
+ | <math>a^{log_{b}c}</math> can be rewritten as | ||
+ | |||
+ | <math>({c^{log_{c}a}})^{ log_{b}c}</math> or by the exponential rule as | ||
+ | |||
+ | <math>c^{{log_{c}a}*{log_{b}c}}</math> | ||
+ | |||
+ | using the inverse rule noted above, this is equal to | ||
+ | |||
+ | <math>c^{ {log_{c}a} * { \frac{1}{log_{c}b} } }</math> | ||
+ | |||
+ | and by the change of base formula | ||
+ | |||
+ | <math>c^{log_{b}a}</math> | ||
==Resources== | ==Resources== | ||
Line 137: | Line 181: | ||
Content obtained and/or adapted from: | Content obtained and/or adapted from: | ||
* [https://en.wikibooks.org/wiki/A-level_Mathematics/CIE/Pure_Mathematics_2/Logarithmic_and_Exponential_Functions Logarithmic and Exponential Functions, Wikibooks: A-level Mathematics] under a CC BY-SA license | * [https://en.wikibooks.org/wiki/A-level_Mathematics/CIE/Pure_Mathematics_2/Logarithmic_and_Exponential_Functions Logarithmic and Exponential Functions, Wikibooks: A-level Mathematics] under a CC BY-SA license | ||
+ | * [https://en.wikibooks.org/wiki/Algebra/Logarithms Logarithms, Wikibooks: Algebra] under a CC BY-SA license |
Latest revision as of 12:40, 23 January 2022
Contents
Logarithms and Exponents
A logarithm is the inverse function of an exponent.
e.g. The inverse of the function is .
In general, , given that .
Laws of Logarithms
The laws of logarithms can be derived from the laws of exponentiation:
These laws apply to logarithms of any given base
Natural Logarithms
The natural logarithm is a logarithm with base , where is a constant such that the function is its own derivative.
The natural logarithm has a special symbol:
The graph exhibits exponential growth when and exponential decay when . The inverse graph is . Here is an interactive graph which shows the two functions as inverses of one another.
Solving Logarithmic and Exponential Equations
An exponential equation is an equation in which one or more of the terms is an exponential function. e.g. . Exponential equations can be solved with logarithms.
e.g. Solve
A logarithmic equation is an equation wherein one or more of the terms is a logarithm.
e.g. Solve
Converting Relationships to a Linear Form
In maths and science, it is easier to deal with linear relationships than non-linear relationships. Logarithms can be used to convert some non-linear relationships into linear relationships.
Exponential Relationships
An exponential relationship is of the form . If we take the natural logarithm of both sides, we get . We now have a linear relationship between and .
e.g. The following data is related with an exponential relationship. Determine this exponential relationship, then convert it to linear form.
x | y |
---|---|
0 | 5 |
2 | 45 |
4 | 405 |
Now convert it to linear form by taking the natural logarithm of both sides:
Power Relationships
A power relationship is of the form . If we take the natural logarithm of both sides, we get . This is a linear relationship between and .
e.g. The amount of time that a planet takes to travel around the sun (its orbital period) and its distance from the sun are related by a power law. Use the following data to deduce this power law:
Planet | Distance from Sun /106 km | Orbital Period /days |
---|---|---|
Earth | 149.6 | 365.2 |
Mars | 227.9 | 687.0 |
Jupiter | 778.6 | 4331 |
Change of Base Formula
where a is any positive number, distinct from 1. Generally, a is either 10 (for common logs) or e (for natural logs).
Proof:
Put both sides to
Replace from first line
Swap of Base and Exponent Formula
where a or c must not be equal to 1.
Proof:
by the change of base formula above.
Note that . Then
can be rewritten as
or by the exponential rule as
using the inverse rule noted above, this is equal to
and by the change of base formula
Resources
- Logarithmic and Exponential Equations. Written notes created by Professor Esparza, UTSA.
- Solving Exponential Equations with Logarithms, Khan Academy
- Solving Exponential and Logarithmic Equations, Metropolitan Community College Kansas City
- Exponential and Logarithmic Equations, Paul's Online Notes
Licensing
Content obtained and/or adapted from:
- Logarithmic and Exponential Functions, Wikibooks: A-level Mathematics under a CC BY-SA license
- Logarithms, Wikibooks: Algebra under a CC BY-SA license