NOTE: You may view the original PDFs of the notes written in class by clicking on the link for the 1:30 Section or 2:30 Section, respectively.
Lecture 1: Review of Precalculus
GOAL: Recall the basic properties of trig, exponential, and logarithmic functions.
Figure 1
Trig Functions
\[ \begin{gathered} \sin \theta = \frac{\text{opp}}{\text{hyp}} = \frac{y}{1} = y \\[0.5em] \cos \theta = \frac{\text{adj}}{\text{hyp}} = \frac{x}{1} = x \\[0.5em] \tan \theta = \frac{\text{opp}}{\text{adj}} = \frac{y}{x} = \frac{\sin \theta}{\cos \theta} \end{gathered} \]Reciprocal Functions
\[ \frac{1}{\sin \theta} = \csc \theta \qquad \frac{1}{\cos \theta} = \sec \theta \qquad \frac{1}{\tan \theta} = \cot \theta \]Pythagorean Identity
\[ \begin{gathered} x^2 + y^2 = 1 \\[0.5em] \cos^2 \theta + \sin^2 \theta = 1 \end{gathered} \]We note that \(\sin \theta^2\) is ambigous since it could either mean \([\sin\theta]^2\) or \(\sin(\theta^2)\). To avoid this, we write \(\sin^2 \theta \) to mean \([\sin \theta]^2\)
Special Right Triangles:
Figure 2
Figure 3
Example 1
If \( \sin \theta = \frac{5}{13} \) and \( \theta \) is in the \( 2^{\text{nd}} \) quadrant. What 3 the value of the other trig functions?
SOLUTION: We know \( \sin \theta = \frac{5}{13} \). We need to know \( \cos \theta \)
Figure 4
Since \( \theta \) is in the second quadrant, \( \cos \theta = \frac{-12}{13}\). We use \(\sin\theta\) and \(\cos \theta\) to find the values for the remaining trig functions.
\[ \begin{gathered} \sin \theta = \frac{5}{13} \\[0.5em] \cos \theta = \frac{-12}{13} \\[0.5em] \tan \theta = \frac{\sin \theta}{\cos \theta} = \frac{5/13}{-12/13} = -5/12 \\[0.5em] \csc \theta = \frac{1}{\sin \theta} = \frac{1}{5/13} = 13/5 \\[0.5em] \sec \theta = \frac{1}{\cos \theta} = \frac{1}{-12/13} = -13/12 \\[0.5em] \cot \theta = \frac{1}{\tan \theta} = \frac{1}{-5/12} = -12/5 \end{gathered} \]The Exponential Function \( y = e^x \); \( e \approx 2.718281\ldots \)
Figure 5
Properties
- \( e^0 = 1 \)
- \( e^x > 0 \)
- \( e^a e^b = e^{a+b} \)
- \( e^a / e^b = e^{a-b} \)
- \( [e^a]^b = e^{ab} \)
Ex 2
- \[ e^x e^{-5} = e^{x-5} \]
-
\[ \frac{e^{3x}}{e^{5x}} = e^{3x-5x} = e^{-2x} =
\frac{1}{e^{2x}} \]
We note that in the last example, we used the property \( e^{-a} = \frac{1}{e^a} \).
-
\[ \left(e^x\right)^2 = e^{2 \cdot x} = e^{2x} \]
A very common mistake is to assume \( [e^x]^2 = e^{x^2}\). THIS IS NOT TRUE.
- \[ \frac{e^{2x} e^3}{e^x} = \frac{e^{2x+3}}{e^x} = e^{(2x+3)-x} = e^{x+3} \]
The Natural Log Function
\[ y = \ln(x) = \log_e(x) = \text{The exponent such that } e^y = x \]Figure 6
Properties
- \( \ln(1) = 0 \)
- \( \ln(ab) = \ln(a) + \ln(b) \)
- \( \ln\left(\frac{a}{b}\right) = \ln(a) - \ln(b) \)
- \( \ln\left(a^b\right) = b \ln a \)
Ex 3
- \( \ln(e) = 1 \)
- \[ \ln\left(e^{2x}\right) = 2x \ln e = 2x \]
- \[ e^{18 + \ln(20x)} = e^{18} e^{\ln(20x)} = e^{18}(20x) \]
- \[ \begin{gathered} e^{6 \ln\left(\sqrt{5x}\right)} = e^{6 \ln\left([5x]^{\frac{1}{2}}\right)} \\[0.5em] = e^{6\left(\frac{1}{2}\right) \ln(5x)} = e^{3 \ln(5x)} \\[0.5em] = \left[e^{\ln(5x)}\right]^3 = (5x)^3 = 125x^3 \end{gathered} \]
- \[ \ln\left(\frac{xy}{z}\right) = \ln(xy) - \ln(z) = \ln(x) + \ln(y) - \ln(z) \]
To determine the value of \(\ln e\), we need to find what number goes into the box in the equation \( e^{\square} = e \). Which, in this case, is 1.
Ex 4
Solve for \( x \) in the equation \(\ln\left(x^2\right) = 5\).
SOLUTION: Here we need to use the fact \(e^x\) and \(\ln x\) are inverses. I.e., \[ e^{\ln(x)} = x = \ln(e^x) \]With this in mind,
\[ \begin{gathered} \ln\left(x^2\right) = 5 \\[0.5em] e^{\ln\left(x^2\right)} = e^5 \\[0.5em] x^2 = e^5 \\[0.5em] x = \pm\sqrt{e^5} \\[0.5em] = \pm\left(e^5\right)^{\frac{1}{2}} = \pm e^{\frac{5}{2}} \end{gathered} \]