Lesson 1: Review of Precalculus Concepts

This lesson reviews essential precalculus concepts including exponential functions, logarithms, and trigonometry that will serve as the foundation for calculus. Mastery of these topics is critical for success in differential and integral calculus.

Exponentials

The properties of exponential functions form the basis for many calculus operations, particularly when working with derivatives and integrals involving exponential expressions. Let \(a\), \(m\), and \(n\) be real numbers. The fundamental exponential properties are as follows.

Exponential Properties:

For real numbers \(a\), \(m\), and \(n\), the following properties hold:

\[a^m \cdot a^n = a^{m+n}\] \[\frac{a^m}{a^n} = a^{m-n}\] \[(a^m)^n = a^{mn}\] \[a^{-m} = \frac{1}{a^m}\] \[a^0 = 1, \text{ if } a \neq 0\]

These properties allow us to manipulate exponential expressions algebraically. The product rule states that when multiplying exponentials with the same base, we add the exponents. The quotient rule indicates that when dividing, we subtract exponents. The power rule shows that raising a power to another power results in multiplying the exponents.

Important: The zero exponent rule \(a^0 = 1\) is only valid when \(a \neq 0\), as \(0^0\) is undefined.

Logarithms

Logarithms are the inverse functions of exponentials and play a crucial role in calculus, particularly in solving exponential equations and computing derivatives of logarithmic functions. The logarithm function with base \(c\), denoted \(\log_c(x)\), satisfies \(c^{\log_c(x)} = x\) for \(x > 0\).

Logarithm Properties:

Let \(a\) and \(b\) be real numbers, and let \(c > 0\). The logarithm function \(\log_c(x)\) satisfies:

\[\log_c(ab) = \log_c(a) + \log_c(b)\] \[\log_c\left(\frac{a}{b}\right) = \log_c(a) - \log_c(b)\] \[\log_c(a^b) = b\log_c(a)\] \[\log_c(c) = 1\] \[\log_c(1) = 0\]

These properties mirror the exponential properties due to the inverse relationship between logarithms and exponentials. The product property states that the logarithm of a product equals the sum of the logarithms. The quotient property indicates that the logarithm of a quotient equals the difference of logarithms. The power property allows us to bring exponents out as coefficients.

The Natural Logarithm

Definition: The natural logarithm function is defined as \(\ln(x) = \log_e(x)\), where \(e \approx 2.71828\) is Euler's number.

In calculus, we primarily work with the natural logarithm due to its unique properties when taking derivatives. The natural logarithm inherits all the properties of general logarithms with base \(e\).

Natural Logarithm Properties:

\[\ln(ab) = \ln(a) + \ln(b)\] \[\ln\left(\frac{a}{b}\right) = \ln(a) - \ln(b)\] \[\ln(a^b) = b\ln(a)\] \[\ln(e) = 1\] \[\ln(1) = 0\]

Important: The inverse relationship between the exponential and natural logarithm is expressed by the identity \(e^{\ln(x)} = x\) for all \(x > 0\). Also, \(\ln(e^x)=x\).

Trigonometry

Trigonometric functions are essential in calculus for modeling periodic phenomena and for integration techniques. Understanding the basic values and identities of these functions is crucial.

Common Trigonometric Values

The following table presents the values of sine and cosine at commonly used angles. These values should be memorized as they appear frequently in calculus problems.

Trigonometric Function Values at Standard Angles
Angle \(\theta\) \(\sin(\theta)\) \(\cos(\theta)\)
\(0\) \(0\) \(1\)
\(\frac{\pi}{6}\) \(\frac{1}{2}\) \(\frac{\sqrt{3}}{2}\)
\(\frac{\pi}{4}\) \(\frac{\sqrt{2}}{2}\) \(\frac{\sqrt{2}}{2}\)
\(\frac{\pi}{3}\) \(\frac{\sqrt{3}}{2}\) \(\frac{1}{2}\)
\(\frac{\pi}{2}\) \(1\) \(0\)
\(\pi\) \(0\) \(-1\)
\(\frac{3\pi}{2}\) \(-1\) \(0\)
\(2\pi\) \(0\) \(1\)

Fundamental Trigonometric Identities

The following identities define the remaining trigonometric functions in terms of sine and cosine, and establish fundamental relationships between them.

Trigonometric Identities:

\[\tan(x) = \frac{\sin(x)}{\cos(x)}\] \[\cot(x) = \frac{\cos(x)}{\sin(x)}\] \[\sec(x) = \frac{1}{\cos(x)}\] \[\csc(x) = \frac{1}{\sin(x)}\] \[\sin^2(x) + \cos^2(x) = 1\]

The Pythagorean identity \(\sin^2(x) + \cos^2(x) = 1\) is particularly important and will be used extensively in calculus for simplifying expressions and solving equations involving trigonometric functions.

Practice Problems

Problem 1: Simplify Exponential Expressions

Simplify the following expressions using the exponential properties:

(a) \(e^2 \cdot e^3\)

(b) \((e^2)^3\)

(c) \(e^{-8} \cdot e^m\)

(d) \(\frac{e^{2x} \cdot e^y}{e^z}\)

(e) \(e^{\ln(5x)}\)

(f) \(e^{10-2\ln(5)}\)

Solution:

(a) Using the product rule for exponentials, we add the exponents:

\[e^2 \cdot e^3 = e^{2+3} = e^5\]

(b) Using the power rule for exponentials, we multiply the exponents:

\[(e^2)^3 = e^{2 \cdot 3} = e^6\]

(c) Using the product rule:

\[e^{-8} \cdot e^m = e^{-8+m} = e^{m-8}\]

(d) First apply the product rule to the numerator, then the quotient rule:

\[\frac{e^{2x} \cdot e^y}{e^z} = \frac{e^{2x+y}}{e^z} = e^{2x+y-z}\]

(e) Using the inverse property of exponentials and logarithms:

\[e^{\ln(5x)} = 5x\]

(f) Note that \(2\ln(5) = \ln(5^2) = \ln(25)\). Rewriting using logarithm properties:

\[e^{10-2\ln(5)} = e^{10-\ln(25)} = e^{10} \cdot e^{-\ln(25)} = \frac{e^{10}}{e^{\ln(25)}} = \frac{e^{10}}{25}\]
Problem 2: Solve a Logarithmic Equation

Solve the following equation for \(x\): \(\ln(x^2) = 20\)

Solution:

We use the following trick:

\[e^{\ln(x^2)} = e^{20}\]

Because \(e^{\ln(x)}=x\), then:

\[x^2=e^{20}\]

Taking the square root of both sides:

\[x=\pm\sqrt{e^{20}}=\pm (e^{20})^{1/2}=\pm e^{10}\]
Problem 3: Expand Logarithmic Expressions

Express the following as sums, differences, and multiples of basic logarithmic functions such as \(\ln(x)\), \(\ln(y)\), and \(\ln(z)\):

(a) \(\ln\left(\frac{xy}{z}\right)\)

(b) \(\ln\left(\frac{x^2}{y\sqrt{z}}\right)\)

Solution:

(a) First apply the quotient rule, then the product rule:

\[\ln\left(\frac{xy}{z}\right) = \ln(xy) - \ln(z) = \ln(x) + \ln(y) - \ln(z)\]

(b) Note that \(\sqrt{z} = z^{1/2}\). Apply the quotient rule, product rule, and power rule:

\[\ln\left(\frac{x^2}{y\sqrt{z}}\right) = \ln(x^2) - \ln(y\sqrt{z}) = \ln(x^2) - \ln(y) - \ln(z^{1/2}) = 2\ln(x) - \ln(y) - \frac{1}{2}\ln(z)\]
Problem 4: Compute Trigonometric Values

Suppose \(\cos(\theta) = \frac{2}{3}\), and \(\theta\) is in the fourth quadrant. Compute \(\sin(\theta)\), \(\cot(\theta)\), and \(\sec(\theta)\).

Solution:

We begin by finding \(\sin(\theta)\) using the Pythagorean identity:

\[\sin^2(\theta) + \cos^2(\theta) = 1\] \[\sin^2(\theta) = 1 - \cos^2(\theta) = 1 - \left(\frac{2}{3}\right)^2 = 1 - \frac{4}{9} = \frac{5}{9}\] \[\sin(\theta) = \pm\frac{\sqrt{5}}{3}\]

Since \(\theta\) is in the fourth quadrant, where sine is negative:

\[\sin(\theta) = -\frac{\sqrt{5}}{3}\]

Now we compute \(\cot(\theta)\) using the definition:

\[\cot(\theta) = \frac{\cos(\theta)}{\sin(\theta)} = \frac{\frac{2}{3}}{-\frac{\sqrt{5}}{3}} = -\frac{2}{\sqrt{5}}\]

Finally, we compute \(\sec(\theta)\):

\[\sec(\theta) = \frac{1}{\cos(\theta)} = \frac{1}{\frac{2}{3}} = \frac{3}{2}\]

Important: When using the Pythagorean identity to find sine or cosine values, always consider the quadrant to determine the correct sign of the result. In the fourth quadrant, cosine is positive and sine is negative.