Logarithms & Exponential Functions
1. Explain logarithm and what question it seeks to answer?
$log_b(a) = c$
- Logarithm is a function that represents the exponent $(c)$ or power to which a specific base number $(b)$ must be raised to obtain another term $(a)$.
- The question it seeks to answer: “To what power must I raise a given base to get a particular result?”
2. Provide the two general interchangeable notations for to represent the logarithm function.
$log_b(a) = c <=> b^c = a$
Where
- $b$ = base
- $c$ = exponent
- $a$ = argument
3. Given the equation $log_2(16) = x$, solve for $x$.
4. Explain the restriction $\log_b(a)$, $b > 0$.
- The base must be positive because it is an exponential function. Having a negative number for the base will result in complex functions. $(-3)^\frac{1}{2}$ = $\sqrt{-3} = 3i$.
- Also, 0 raised to any power will always result in the value of 0, making a constant function. Therefore, the base cannot be 0 because it violates properties of exponential functions.
5. Explain the restriction: $\log_b(a)$, $b \neq 1$.
If the base is 1, the value will always be 1 because it is just a repeated multiplication of the base it self.
For example, $log_1(3) = x$ , which is the same as $1^x = 3$, which is not true because anything to the power of 1 will always result in 1.
6. Explain the restriction: $\log_b(a)$, $a > 0$.
7. State the product power logarithm property. Provide an example to prove it works.
Product Rule: $\log_b(xy) = log_b(x) +log_b(y)$
Example: $\log_2(2\cdot4) = \log_2(2) + \log_2(4) =3$
8. State the quotient logarithm property. Provide an example to prove it works.
Quotient Rule: $\log_b(\frac{x}{y}) = log_b(x) - log_b(y)$
Example: $\log_3(\frac{9}{3}) = \log_3(9) - \log_3(3) =1$
9. State the power logarithm property. Provide an example to prove it works.
Power Rule: $\log_b(x^n) = n\cdot \log_b(x)$
Example:
$\log_2(2^2) = \log_2(4) = 2$
$2\cdot\log_2(2)= 2\cdot1=2$
10. State the equality logarithm property.
11. State the change of base property. Provide an example to prove it works.
$\log_a(x)=\frac{log_b(x)}{log_b(a)}$
Example:
- $\log_3(27)=3$
- $\frac{log_3(27)}{log_3(3)} = 3$
12. Provide the special notation and regular notion for the common logarithm.
- Regular notation $\log_{10}(x)$
- Special notation $\log(x)$
13. Provide the special notation and regular notion for the natural logarithm.
- Regular notation $\log_{e}(x)$
- Special notation $\ln(x)$
14. Explain what does the Euler’s number / constant $e$ represent. Also, provide the formula.
$$ e = \lim_{n\rightarrow\infty}(1+\frac{1}{n})^n $$
As $n$ approaches to infinity, the value will approach to 2.718…, which is $e$, the maximum amount we get after 100% continuous compounding growth for one time period.
15. Explain why Euler’s constant value is an irrational number.
16. What does Euler’s constant $e$ represent?
17. Explain exponential functions and its properties.
- Any function that has a constant base $(b)$ with an independent variable $(x)$ that is an exponent.
- $y = ab^x$, where $b > 0$
18. Given the exponential expression: $y = ab^x$, explain what happens when $b < 1$, $b > 1$ and $b = 1$.
- $b>1$, exponential increase at a growth rate of b (exponential growth).
- $b<1$, exponential decrease at a growth rate of b (exponential decay).
- $b =1$, $y = a$ , which is a constant value.
19. Explain the difference between an exponential function and a function with an exponent.
- Exponent with function is when the constant is an exponent. $y = x^2$
- Exponential function is when the independent variable is the exponent. $y = ab^x$
20. Explain $e^{rt}$ and it’s use-case.
- The expression represents exponential growth or decay of quantity over time. Where $r$ is the growth rate and $t$ is the number of time periods.
- Use-Case:
- It lets you predict the impact of any growth rate and time period, given maximum compounding growth
- In other words, it answers how much maximum growth do I get after $t$ units of time, given the growth rate $r$.
21. The network effect can be determined through the formula: $f(x) = ab^x $. Explain the formula’s individual component.
- $f(x)$ is the number of people on the network, a dependent variable
- $x$ is the number of time periods (months), an independent variable
- $a$ is a constant that represents the initial number of people using the network.
- $b$ is the constant that is being repeatedly multiplied each step. A larger $b$ will increase the exponential effect.
22. Explain the natural logarithm $\ln(x)$ intuitively.
$$ \ln(x) <=> log_e(x) $$
$\ln(x)$ seeks to determine the time needed to grow or shrink to $x.$ In other words, it tells you the time it takes for something to grow /shrink continuously.
23. Explain the difference between $e^x$ and $\ln(x)$ in terms of input and output.
- $e^x$ calculates the maximum growth over a time period.
- Input: Time Required → Output: Required Growth
- $\ln(x)$ calculates the time required to reach maximum amount of expected growth.
- Input: Expected Growth → Output: Required Time.
24. Prove $\ln(e) =1$
25. Prove $e^{\ln(x)}= x$
26. Transform $y = e^x$ into $\ln(y) = x$
$$ y=e^x $$ $$ \ln(y) = \ln(e^x) $$ $$ \ln(y) = x $$
Where, $\ln(e^x) = x$
27. Explain the expression $e^3 = 20.08$ and $\ln(e^3) =3$ in words.
- $e^3=20.208$: It takes 3 units of time to get to 20x times what we started with.
- $\ln(20.08) =3$: To get to 20x times what we started with, we need 3 units of time.