2. Derivatives

Derivatives Of Transcendentals

Differentiate exponential, logarithmic, and trigonometric functions, including inverse trig derivatives and logarithmic differentiation.

Derivatives of Transcendental Functions

Hey students! šŸ‘‹ Welcome to one of the most exciting chapters in calculus - derivatives of transcendental functions! In this lesson, you'll master the art of differentiating exponential, logarithmic, and trigonometric functions. These aren't just abstract mathematical concepts; they're the building blocks for modeling everything from population growth to sound waves to radioactive decay. By the end of this lesson, you'll have powerful tools to tackle real-world problems involving rates of change in complex systems. Get ready to expand your calculus toolkit! šŸš€

Exponential Functions and Their Derivatives

Let's start with exponential functions, students! These are functions where the variable appears in the exponent, like $f(x) = a^x$ or the natural exponential function $f(x) = e^x$.

The most important exponential function is $f(x) = e^x$, where $e ā‰ˆ 2.71828$ is Euler's number. What makes this function special? Its derivative is itself! That's right:

$$\frac{d}{dx}(e^x) = e^x$$

This unique property makes $e^x$ incredibly useful in modeling natural phenomena. For example, bacterial growth follows an exponential pattern. If a bacterial colony starts with 100 bacteria and doubles every hour, the population after $t$ hours is $P(t) = 100e^{0.693t}$. The rate of growth at any time is $P'(t) = 69.3e^{0.693t}$ bacteria per hour! 🦠

For general exponential functions $f(x) = a^x$ where $a > 0$ and $a ≠ 1$, the derivative formula is:

$$\frac{d}{dx}(a^x) = a^x \ln(a)$$

Notice how when $a = e$, we get $\ln(e) = 1$, which brings us back to our special case!

When dealing with more complex exponential functions like $f(x) = e^{g(x)}$, we use the chain rule:

$$\frac{d}{dx}(e^{g(x)}) = e^{g(x)} \cdot g'(x)$$

For instance, if $f(x) = e^{x^2}$, then $f'(x) = e^{x^2} \cdot 2x = 2xe^{x^2}$.

Logarithmic Functions and Logarithmic Differentiation

Now let's tackle logarithmic functions, students! The natural logarithm $\ln(x)$ is the inverse of $e^x$, and its derivative is beautifully simple:

$$\frac{d}{dx}(\ln(x)) = \frac{1}{x}$$

This formula only works for $x > 0$. For the general logarithm base $a$, we have:

$$\frac{d}{dx}(\log_a(x)) = \frac{1}{x \ln(a)}$$

When working with composite functions like $\ln(g(x))$, we apply the chain rule:

$$\frac{d}{dx}(\ln(g(x))) = \frac{1}{g(x)} \cdot g'(x) = \frac{g'(x)}{g(x)}$$

Logarithmic Differentiation is a powerful technique, especially useful for functions that are products, quotients, or powers of other functions. Here's how it works:

  1. Take the natural logarithm of both sides of $y = f(x)$
  2. Differentiate both sides with respect to $x$
  3. Solve for $\frac{dy}{dx}$

For example, let's find the derivative of $y = x^x$ (yes, this is possible!):

  • Step 1: $\ln(y) = \ln(x^x) = x \ln(x)$
  • Step 2: $\frac{1}{y} \frac{dy}{dx} = \ln(x) + x \cdot \frac{1}{x} = \ln(x) + 1$
  • Step 3: $\frac{dy}{dx} = y(\ln(x) + 1) = x^x(\ln(x) + 1)$

This technique is incredibly useful in economics when dealing with compound interest models or in physics when analyzing exponential decay! šŸ’°

Trigonometric Functions and Their Derivatives

Trigonometric functions are everywhere in the real world, students - from sound waves to pendulum motion to seasonal temperature changes! Let's master their derivatives.

The six basic trigonometric derivatives you need to memorize are:

$$\frac{d}{dx}(\sin(x)) = \cos(x)$$

$$\frac{d}{dx}(\cos(x)) = -\sin(x)$$

$$\frac{d}{dx}(\tan(x)) = \sec^2(x)$$

$$\frac{d}{dx}(\cot(x)) = -\csc^2(x)$$

$$\frac{d}{dx}(\sec(x)) = \sec(x)\tan(x)$$

$$\frac{d}{dx}(\csc(x)) = -\csc(x)\cot(x)$$

Notice the pattern? The derivatives of cofunctions (cosine, cotangent, cosecant) have negative signs!

Here's a real-world application: The height of a Ferris wheel car can be modeled as $h(t) = 50 + 40\sin(\frac{\pi t}{30})$ feet, where $t$ is time in seconds. The rate at which the height changes is $h'(t) = 40 \cdot \frac{\pi}{30} \cos(\frac{\pi t}{30}) = \frac{4\pi}{3}\cos(\frac{\pi t}{30})$ feet per second. At $t = 15$ seconds, the car is moving vertically at $-\frac{4\pi}{3} ā‰ˆ -4.19$ feet per second (downward)! šŸŽ”

For composite trigonometric functions, we use the chain rule. If $f(x) = \sin(g(x))$, then:

$$f'(x) = \cos(g(x)) \cdot g'(x)$$

Inverse Trigonometric Functions

Inverse trigonometric functions help us find angles when we know the ratios, students! These functions "undo" what the regular trig functions do. Their derivatives are particularly elegant:

$$\frac{d}{dx}(\arcsin(x)) = \frac{1}{\sqrt{1-x^2}}$$

$$\frac{d}{dx}(\arccos(x)) = -\frac{1}{\sqrt{1-x^2}}$$

$$\frac{d}{dx}(\arctan(x)) = \frac{1}{1+x^2}$$

$$\frac{d}{dx}(\text{arccot}(x)) = -\frac{1}{1+x^2}$$

$$\frac{d}{dx}(\text{arcsec}(x)) = \frac{1}{|x|\sqrt{x^2-1}}$$

$$\frac{d}{dx}(\text{arccsc}(x)) = -\frac{1}{|x|\sqrt{x^2-1}}$$

These derivatives are incredibly useful in physics and engineering! For instance, when a spotlight tracks a moving object, the rate of change of the angle involves inverse trigonometric derivatives. If a 10-foot tall streetlight creates a shadow, and a 6-foot person walks away from it at 4 ft/s, the angle $\theta$ that the light ray makes with the vertical changes according to $\frac{d\theta}{dt} = \frac{1}{1+\tan^2(\theta)} \cdot \frac{d}{dt}(\tan(\theta))$. šŸ”¦

For composite inverse trig functions, we again use the chain rule. If $f(x) = \arcsin(g(x))$, then:

$$f'(x) = \frac{1}{\sqrt{1-(g(x))^2}} \cdot g'(x)$$

Advanced Applications and Problem-Solving Strategies

When you encounter complex transcendental functions, students, remember these strategies:

  1. Identify the base function type (exponential, logarithmic, or trigonometric)
  2. Look for composition and prepare to use the chain rule
  3. Consider logarithmic differentiation for products, quotients, or variable exponents
  4. Break down complex expressions into simpler parts

For example, to differentiate $f(x) = e^{\sin(x^2)} \ln(\cos(x))$, you'd use:

  • Product rule for the overall structure
  • Chain rule for $e^{\sin(x^2)}$
  • Chain rule again for $\ln(\cos(x))$

The result: $f'(x) = e^{\sin(x^2)} \cos(x^2) \cdot 2x \cdot \ln(\cos(x)) + e^{\sin(x^2)} \cdot \frac{-\sin(x)}{\cos(x)}$

Conclusion

Congratulations, students! You've now mastered the derivatives of transcendental functions - exponential, logarithmic, trigonometric, and inverse trigonometric functions. These tools open up a world of possibilities for modeling real-world phenomena, from population dynamics to wave motion to optimization problems. Remember that exponential functions grow at rates proportional to themselves, logarithmic functions help us handle multiplicative relationships, and trigonometric functions capture periodic behavior. With logarithmic differentiation and the chain rule in your toolkit, you can tackle even the most complex combinations of these functions. Keep practicing, and these derivatives will become second nature! šŸŽÆ

Study Notes

• Natural exponential derivative: $\frac{d}{dx}(e^x) = e^x$

• General exponential derivative: $\frac{d}{dx}(a^x) = a^x \ln(a)$

• Chain rule for exponentials: $\frac{d}{dx}(e^{g(x)}) = e^{g(x)} \cdot g'(x)$

• Natural logarithm derivative: $\frac{d}{dx}(\ln(x)) = \frac{1}{x}$

• General logarithm derivative: $\frac{d}{dx}(\log_a(x)) = \frac{1}{x \ln(a)}$

• Chain rule for logarithms: $\frac{d}{dx}(\ln(g(x))) = \frac{g'(x)}{g(x)}$

• Logarithmic differentiation steps: Take ln of both sides → differentiate → solve for dy/dx

• Sine and cosine derivatives: $\frac{d}{dx}(\sin(x)) = \cos(x)$, $\frac{d}{dx}(\cos(x)) = -\sin(x)$

• Tangent and cotangent derivatives: $\frac{d}{dx}(\tan(x)) = \sec^2(x)$, $\frac{d}{dx}(\cot(x)) = -\csc^2(x)$

• Secant and cosecant derivatives: $\frac{d}{dx}(\sec(x)) = \sec(x)\tan(x)$, $\frac{d}{dx}(\csc(x)) = -\csc(x)\cot(x)$

• Arcsine derivative: $\frac{d}{dx}(\arcsin(x)) = \frac{1}{\sqrt{1-x^2}}$

• Arccosine derivative: $\frac{d}{dx}(\arccos(x)) = -\frac{1}{\sqrt{1-x^2}}$

• Arctangent derivative: $\frac{d}{dx}(\arctan(x)) = \frac{1}{1+x^2}$

• Chain rule applies to all composite transcendental functions

• Cofunctions (cos, cot, csc) have negative derivatives

• Use logarithmic differentiation for products, quotients, and variable exponents

Practice Quiz

5 questions to test your understanding

Derivatives Of Transcendentals — High School Calculus | A-Warded