5. Calculus

Derivatives And Graphs

Derivatives and Graphs

Welcome, students, to one of the most important ideas in calculus 📈. Derivatives and graphs help us understand how a function behaves, not just what its output is. In IB Mathematics: Analysis and Approaches HL, this topic connects algebra, geometry, and real-world modelling. By the end of this lesson, you should be able to explain what a derivative means, use derivative rules, and interpret the way derivatives describe the shape of a graph.

Learning objectives

  • Explain the main ideas and terminology behind derivatives and graphs.
  • Apply IB Mathematics: Analysis and Approaches HL procedures related to derivatives and graphs.
  • Connect derivatives and graphs to the wider study of calculus.
  • Summarize how derivatives and graphs fit into calculus as a whole.
  • Use examples and evidence to interpret graphs with derivatives.

Think about a road trip 🚗. If a graph shows distance over time, the derivative tells you how fast the distance is changing at each moment. That idea appears in science, economics, and engineering. Derivatives turn a graph from a picture into a story about change.

What a derivative tells us

A derivative measures the rate of change of a function. If $y=f(x)$, then the derivative is written as $f'(x)$ or $\dfrac{dy}{dx}$. It tells us the slope of the tangent to the graph at a point.

This is different from the slope of a line between two points. The slope between two points is average rate of change, while the derivative is instantaneous rate of change. For a curve, the slope may change from point to point, so the derivative gives a more precise description.

For example, if $f(x)=x^2$, then the graph gets steeper as $x$ increases. The derivative is $f'(x)=2x$. At $x=3$, the slope of the tangent is $6$. At $x=-2$, the slope is $-4$. This means the graph is rising at $x=3$ and falling at $x=-2$.

A derivative can also be interpreted physically. If $s(t)$ is position as a function of time, then $s'(t)$ is velocity. If $v(t)$ is velocity, then $v'(t)$ is acceleration. These ideas are central in calculus and kinematics.

Tangents, normals, and local behavior

The tangent line touches a curve and has the same slope as the curve at that point. If the derivative at $x=a$ is $f'(a)$, then the tangent line at $(a,f(a))$ is

$$y-f(a)=f'(a)(x-a).$$

This formula is extremely useful because it gives a linear approximation of the function near $x=a$. That means the curve and its tangent line look very similar close to the point of contact.

A normal line is perpendicular to the tangent line. If the tangent slope is $m$, then the normal slope is $-\dfrac{1}{m}$, provided $m\neq 0$. Normal lines are useful in geometry and physics, especially when studying motion or reflections.

Example: Suppose $f(x)=x^2$ and we want the tangent line at $x=1$. First, $f(1)=1$ and $f'(x)=2x$, so $f'(1)=2$. The tangent line is

$$y-1=2(x-1).$$

So the tangent line is $y=2x-1$. This line matches the curve exactly at $x=1$ and gives a good approximation nearby.

How derivatives reveal graph shape

Derivatives do more than find slope. They help us understand the entire shape of a graph. This is one of the key ideas in the topic “Derivatives and Graphs” 😊.

If $f'(x)>0$ on an interval, then $f(x)$ is increasing there. If $f'(x)<0$, then $f(x)$ is decreasing. If $f'(x)=0$, the function may have a turning point, but not always. A derivative of zero means the tangent is horizontal, which could happen at a local maximum, local minimum, or a point where the graph flattens briefly.

The second derivative gives information about curvature. If $f''(x)>0$, the graph is concave up, like a cup. If $f''(x)<0$, the graph is concave down, like a cap. Concavity tells us how the slope itself is changing.

Inflection points happen where the concavity changes. Often this occurs when $f''(x)=0$ or is undefined, but that condition alone is not enough. You must check that the sign of $f''(x)$ changes.

Example: Let $f(x)=x^3-3x$.

Then

$$f'(x)=3x^2-3=3(x^2-1),$$

and

$$f''(x)=6x.$$

To find where $f$ increases or decreases, solve $f'(x)=0$:

$$3(x^2-1)=0 \Rightarrow x=\pm 1.$$

For $x<-1$, $f'(x)>0$ so the function increases. For $-1<x<1$, $f'(x)<0$ so it decreases. For $x>1$, $f'(x)>0$ so it increases again. Therefore, there is a local maximum at $x=-1$ and a local minimum at $x=1$.

Differentiation rules and IB-style methods

To use derivatives effectively, students, you need fluency with the main differentiation rules. These allow you to find derivatives quickly and accurately.

For powers, if $f(x)=x^n$, then

$$f'(x)=nx^{n-1}.$$

For constants, the derivative of a constant is $0$. For sums and differences, differentiate term by term. For a constant multiple, bring the constant outside. These rules combine to handle many polynomials and simpler expressions.

The product rule is

$$\frac{d}{dx}[uv]=u\frac{dv}{dx}+v\frac{du}{dx},$$

and the quotient rule is

$$\frac{d}{dx}\left(\frac{u}{v}\right)=\frac{v\frac{du}{dx}-u\frac{dv}{dx}}{v^2}.$$

The chain rule is used for composite functions:

$$\frac{d}{dx}[f(g(x))]=f'(g(x))g'(x).$$

This is especially important for IB HL questions because many functions are built from several layers.

Example: Differentiate $y=(3x^2-1)^4$.

Let $u=3x^2-1$. Then $y=u^4$. Using the chain rule,

$$\frac{dy}{dx}=4u^3\cdot \frac{du}{dx}=4(3x^2-1)^3(6x).$$

So

$$\frac{dy}{dx}=24x(3x^2-1)^3.$$

This derivative can then be used to find stationary points, intervals of increase and decrease, and graph features.

From derivative to graph analysis

A full graph sketch often uses a sequence of derivative-based steps. First, find the domain and intercepts. Then find stationary points by solving $f'(x)=0$. Next, use the sign of $f'(x)$ to determine increasing and decreasing intervals. After that, use $f''(x)$ to study concavity and possible inflection points.

This process is powerful because it connects algebraic calculation to visual understanding. Instead of guessing the graph, you use evidence from the derivative.

For instance, if a function has $f'(x)$ positive on the left and negative on the right of a stationary point, then the graph changes from increasing to decreasing, so that point is a local maximum. If the opposite happens, it is a local minimum.

Here is a practical interpretation: imagine a company’s profit graph. If the derivative of profit with respect to sales is positive, increasing sales increases profit. If the derivative becomes negative, extra sales may be causing costs to rise faster than income. The derivative gives decision-making information, not just shape information.

Connections to the wider calculus course

Derivatives and graphs sit at the center of calculus. Limits are the foundation, because the derivative is defined using a limit process:

$$f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}.$$

This definition explains why the derivative is the slope of the tangent and why it captures instantaneous change.

Integration is closely related too. While differentiation measures change, integration measures accumulation. These are linked by the Fundamental Theorem of Calculus. So when students studies derivatives and graphs, you are also building the bridge to integration, area under curves, and many application problems.

Derivatives also appear in differential equations, because many real situations are described by an equation involving a function and its derivative. For example, growth models, cooling, and motion can all be written using derivatives.

In IB Mathematics: Analysis and Approaches HL, this topic is not only about finding answers. It is about understanding how mathematical quantities change and how that change is shown on a graph. That is why derivative graphs, tangent lines, and sign analysis appear so often in exam-style questions.

Conclusion

Derivatives and graphs are a major part of calculus because they turn a graph into a model of change. The derivative gives the slope of a tangent, the rate of change of a function, and a way to understand increasing and decreasing behavior. The second derivative adds information about curvature and turning behavior. Together, these tools let you analyse, sketch, and interpret graphs with confidence. For IB Mathematics: Analysis and Approaches HL, mastering derivatives and graphs builds a strong foundation for integration, kinematics, optimisation, and differential equations.

Study Notes

  • A derivative is the instantaneous rate of change of a function and the slope of the tangent line at a point.
  • If $f'(x)>0$, then $f(x)$ is increasing; if $f'(x)<0$, then $f(x)$ is decreasing.
  • Stationary points occur where $f'(x)=0$.
  • A local maximum often happens when $f'(x)$ changes from positive to negative.
  • A local minimum often happens when $f'(x)$ changes from negative to positive.
  • The second derivative helps describe concavity: $f''(x)>0$ means concave up, and $f''(x)<0$ means concave down.
  • An inflection point is where concavity changes.
  • The tangent line at $x=a$ is given by $$y-f(a)=f'(a)(x-a).$$
  • The chain rule is essential for composite functions, especially in HL problems.
  • Derivatives connect directly to motion: position, velocity, and acceleration.
  • Derivatives are based on limits, so they are a key part of the wider calculus framework.
  • Graph analysis using derivatives helps with sketching, modelling, and optimisation.

Practice Quiz

5 questions to test your understanding

Derivatives And Graphs — IB Mathematics Analysis And Approaches HL | A-Warded