Differentiating Special Functions
students, calculus becomes much more powerful when you can find derivatives of functions that are not just simple polynomials. In this lesson, you will learn how to differentiate important special functions such as exponential, logarithmic, trigonometric, and inverse trigonometric functions. These tools appear constantly in physics, economics, biology, and technology π
Learning objectives:
- Explain the main ideas and terminology behind differentiating special functions.
- Apply IB Mathematics: Analysis and Approaches HL methods to find derivatives of special functions.
- Connect differentiating special functions to the broader study of calculus.
- Summarize how these rules help model change in real situations.
- Use examples to show accurate differentiation of special functions.
The key idea is simple: once you know the derivative rules for special functions, you can analyze growth, decay, rates of change, and curved motion much more efficiently. These functions are called βspecialβ because they often need their own derivative rules rather than being handled only by the power rule.
Why special functions matter in calculus
A derivative tells us the instantaneous rate of change of a function. For example, if $s(t)$ gives the position of a car at time $t$, then $s'(t)$ gives its velocity. Many real models use functions like $e^x$, $\ln x$, $\sin x$, and $\cos x$, because they describe natural patterns such as continuous growth, oscillation, and changing rates.
For IB Mathematics: Analysis and Approaches HL, you are expected to differentiate these functions confidently and use them in reasoning and problem solving. Knowing these derivatives helps you solve optimization problems, motion problems, and differential equations later in the course.
A basic reminder: differentiation works best when the function is defined and smooth enough at the point you are studying. For example, $\ln x$ is only defined for $x>0$, so its derivative only makes sense there.
The core derivative rules for special functions
Some derivatives are essential memorization tools. They are also the foundation for more advanced methods like the chain rule.
The main rules are:
$$\frac{d}{dx}(e^x)=e^x$$
$$\frac{d}{dx}(\ln x)=\frac{1}{x}, \quad x>0$$
$$\frac{d}{dx}(\sin x)=\cos x$$
$$\frac{d}{dx}(\cos x)=-\sin x$$
$$\frac{d}{dx}(\tan x)=\sec^2 x$$
These rules are important because they show how quickly the function changes at each point. Notice something special: the exponential function $e^x$ is its own derivative. That makes it extremely useful in models of continuous growth and decay.
For example, if $f(x)=3e^x$, then by the constant multiple rule,
$$f'(x)=3e^x$$
If $g(x)=5\ln x$, then
$$g'(x)=\frac{5}{x}$$
If $h(x)=2\sin x-4\cos x$, then
$$h'(x)=2\cos x+4\sin x$$
The minus sign changes because the derivative of $-4\cos x$ is $-4(-\sin x)=4\sin x$.
Using the chain rule with special functions
Most exam questions do not stop at simple forms. You often need the chain rule, which handles composition of functions. If $y=f(g(x))$, then
$$\frac{dy}{dx}=f'(g(x))g'(x)$$
This is especially common with special functions.
Example 1: Differentiate $y=e^{3x^2}$.
The outside function is $e^u$, and the inside function is $u=3x^2$. Using the chain rule,
$$\frac{dy}{dx}=e^{3x^2}\cdot 6x=6xe^{3x^2}$$
Example 2: Differentiate $y=\ln(2x-1)$.
Let $u=2x-1$. Then
$$\frac{dy}{dx}=\frac{1}{2x-1}\cdot 2=\frac{2}{2x-1}$$
Example 3: Differentiate $y=\sin(x^3)$.
Using the chain rule,
$$\frac{dy}{dx}=\cos(x^3)\cdot 3x^2=3x^2\cos(x^3)$$
These examples show a common IB skill: identify the inside function first, then multiply by its derivative. This process is essential for later applications like finding tangents and solving optimization questions.
Trigonometric derivatives and meaning
Trigonometric functions describe cycles and waves. In real life, they model sound waves, tides, seasonal patterns, and rotating systems. Their derivatives describe how quickly the wave value is changing.
For example, if $y=\sin x$, then $y'=\cos x$. This means the slope of the sine curve at each point is given by the cosine curve. At $x=0$, since $\cos 0=1$, the graph of $y=\sin x$ is rising steeply.
If $y=\cos x$, then $y'=-\sin x$. At $x=0$, the derivative is $0$, which means the cosine curve has a horizontal tangent there.
You can also differentiate trig functions with chains. For instance, if
$$y=\cos(5x)$$
then
$$\frac{dy}{dx}=-\sin(5x)\cdot 5=-5\sin(5x)$$
This matters in modelling periodic motion where the frequency is changed by a constant factor.
Exponential and logarithmic functions in context
Exponential and logarithmic functions are closely linked. The function $e^x$ is the inverse of $\ln x$. That relationship explains why their derivatives are connected.
The derivative of $e^x$ is itself:
$$\frac{d}{dx}(e^x)=e^x$$
This is why $e^x$ is so useful in continuous growth. If a population or investment grows proportionally to its current amount, an exponential model often appears.
The derivative of $\ln x$ is
$$\frac{d}{dx}(\ln x)=\frac{1}{x}$$
This result is important because logarithms help turn multiplication into addition and make complicated growth models easier to analyze.
Example: Differentiate $y=x^2\ln x$.
This requires the product rule:
$$\frac{d}{dx}(uv)=u'v+uv'$$
Let $u=x^2$ and $v=\ln x$. Then $u'=2x$ and $v'=\frac{1}{x}$. So
$$\frac{dy}{dx}=2x\ln x+x^2\cdot\frac{1}{x}=2x\ln x+x$$
This kind of combination is very common in HL questions.
Inverse trigonometric functions
Inverse trigonometric functions are also special functions in calculus. They arise when solving equations or finding angles from ratios. The common derivatives are:
$$\frac{d}{dx}(\arcsin x)=\frac{1}{\sqrt{1-x^2}}, \quad -1<x<1$$
$$\frac{d}{dx}(\arccos x)=-\frac{1}{\sqrt{1-x^2}}, \quad -1<x<1$$
$$\frac{d}{dx}(\arctan x)=\frac{1}{1+x^2}$$
These formulas are often used with the chain rule.
Example: Differentiate $y=\arcsin(2x)$.
Using the chain rule,
$$\frac{dy}{dx}=\frac{1}{\sqrt{1-(2x)^2}}\cdot 2=\frac{2}{\sqrt{1-4x^2}}$$
Remember to think about domain restrictions. Since $\arcsin x$ is only defined for inputs between $-1$ and $1$, the expression inside must satisfy $-1\le 2x\le 1$, so $-\frac{1}{2}\le x\le \frac{1}{2}$.
Real-world example: motion and growth
Suppose a particle moves according to
$$s(t)=t^2e^t$$
To find the velocity, differentiate using the product rule:
$$v(t)=s'(t)=2te^t+t^2e^t=e^t(2t+t^2)$$
This tells us how fast the particle is moving at any time $t$. If $v(t)=0$, the particle is momentarily at rest.
Now consider a bacterial culture modeled by
$$N(t)=N_0e^{kt}$$
Its growth rate is
$$N'(t)=kN_0e^{kt}=kN(t)$$
This shows the rate of change is proportional to the amount present. That is a central idea in calculus and one reason exponential functions are so important.
Common exam skills and mistakes
When differentiating special functions, students, there are a few skills to practice carefully:
- Memorize the basic derivatives accurately.
- Use the chain rule whenever the input is not just $x$.
- Use the product rule for products like $x\ln x$ or $x^2e^x$.
- Check the domain, especially for $\ln x$ and inverse trig functions.
- Simplify your final answer clearly.
Common mistakes include forgetting the negative sign in $\frac{d}{dx}(\cos x)$, forgetting the chain rule factor, and writing derivatives where the function is not defined. For example, $\ln(-x)$ is not defined for all real $x$, so the derivative must be considered only where the expression inside the logarithm is positive.
Conclusion
Differentiating special functions is a major part of calculus because it lets you analyze change in functions that model real systems. The derivatives of $e^x$, $\ln x$, trig functions, and inverse trig functions are essential tools in IB Mathematics: Analysis and Approaches HL. Once students understands these rules and applies them with the product rule and chain rule, more advanced topics like optimization, kinematics, and differential equations become much easier to handle. These functions are not isolated facts; they connect directly to the broader structure of calculus and to many real-world problems π
Study Notes
- The basic derivatives are $\frac{d}{dx}(e^x)=e^x$, $\frac{d}{dx}(\ln x)=\frac{1}{x}$, $\frac{d}{dx}(\sin x)=\cos x$, $\frac{d}{dx}(\cos x)=-\sin x$, and $\frac{d}{dx}(\tan x)=\sec^2 x$.
- Use the chain rule for functions like $e^{3x^2}$, $\ln(2x-1)$, and $\sin(x^3)$.
- Use the product rule for expressions like $x^2\ln x$ or $t^2e^t$.
- Inverse trig derivatives include $\frac{d}{dx}(\arcsin x)=\frac{1}{\sqrt{1-x^2}}$ and $\frac{d}{dx}(\arctan x)=\frac{1}{1+x^2}$.
- Always check domain restrictions, especially for $\ln x$ and inverse trig functions.
- Special functions are important in modelling growth, decay, waves, and motion.
- Mastering these derivatives supports later calculus topics like applications, differential equations, and optimization.
