MAT pure2&3 logarithms and exponentials Flashcards
What is an exponential function?
An exponential function is of the form y = a^x. Examples include y = 2^x and y = 3^x.
What is exponential growth and its general form?
Exponential growth occurs when something increases at an ever-increasing rate.
General form: y = c * a^(kt), where c > 0 and k > 0.
What is exponential decay and its general form?
Exponential decay occurs when something decreases at a rate that slows over time.
General form: y = c * a^(-kt), where c > 0 and k > 0.
What are logarithms and how are they related to exponentials?
Logarithms are the inverse of exponentials.
If a^x = b, then log_a(b) = x.
Example: Rewrite 3^2 = 9 using logarithms.
log_3(9) = 2
What are the three laws of logarithms?
- log(xy) = log(x) + log(y)
- log(x/y) = log(x) - log(y)
- log(x^n) = n * log(x)
Example: Simplify log(3x^2 / y) using the laws of logarithms.
log(3x^2 / y) = log(3) + 2log(x) - log(y)
What are two special cases of logarithms?
- log_a(a) = 1
- log_a(1) = 0
Example: Evaluate log_2(8).
log_2(8) = 3 because 2^3 = 8.
How do you solve exponential equations using logarithms?
Take the logarithm of both sides and apply the laws of logarithms.
Example: Solve 2^x = 10.
log(2^x) = log(10)
x * log(2) = log(10)
x = log(10) / log(2)
What is an old practical application of logarithms?
Before calculators, logarithms were used for complex calculations like division:
log(a/b) = log(a) - log(b)
Inverse logarithms were used to find the result.
Divide 1432627 by 967253 using logarithms.
log(1432627) ≈ 6.1562
log(967253) ≈ 5.9855
log(1432627 / 967253) = 6.1562 - 5.9855 = 0.1707
Inverse log(0.1707) ≈ 1.481
Result: 1432627 / 967253 ≈ 1.481
What is the purpose of logarithmic modelling?
To find relationships between variables, especially when data does not produce a straight-line graph in its original form.
How do you model curves involving powers?
Use the form y = kx^n. Taking logs of both sides:
log(y) = n * log(x) + log(k)
Plot log(y) against log(x) to get a straight line with gradient n and intercept log(k).
Example: How do you verify that y = kx^n fits data and find constants k and n?
- Take logs: log(y) = n * log(x) + log(k).
- Plot log(y) against log(x).
- Gradient of the line gives n.
- Intercept of the line gives log(k); k = 10^(intercept).