Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools

Derivatives




Introduction to Derivatives

Derivatives are one of the core ideas in calculus and are closely tied to two other fundamental concepts: limits and integrals.As discussed in the section “Limits, Derivatives, and Integrals” these three notions are interconnected—limits provide the mathematical precision needed to define both derivatives and integrals, which are essentially opposite processes—one describes how quantities change, while the other measures how they accumulate.
At its core, a derivative describes how one quantity varies in response to changes in another—it represents the rate at which a function's output shifts as its input changes. Whether describing the speed of a moving object, the slope of a curve, or the rate at which populations grow, derivatives help us understand and predict dynamic behavior.
Derivatives possess important mathematical properties, such as linearity and rules for combining and composing functions. They also extend naturally to higher-order derivatives, which describe more complex changes like acceleration or curvature.




Basic Definitions

As it has been said already in Introduction, derivative of a function is very importand and may be central concept of calculus (and probably mathematic as a whole).
Unsurprisingly, exist many definitions of derivative, each trying to focus on different aspects of this mathematical notion.
Let us start with probably most universal definition reflecting the very essense of derivatives.
The derivative of a function at a specific point is defined as the limit of the ratio between the change in the function’s value and the change in its argument, as the argument change approximates zero.


x y P Q Δx Δy x x + Δx f(x) f(x + Δx) Derivative Definition Function f(x) Secant line Δx (change in x) Δy (change in y)


1. “At a specific point”
We’re focusing on one exact input value of the function. Not a range. Not a neighborhood. Just one number—that’s where we want to know how the function behaves.

2. “Change in the function’s value”
We look at how the output (the result of the function) changes when we slightly move the input. This is the vertical difference on the graph: how much f(x)f(x) becomes f(x+Δx)f(x + \Delta x).

3. “Change in its argument”
This is the input change—how much we shift xx. It’s the horizontal step Δx\Delta x.

4. “Ratio between the change in the function’s value and the change in its argument”
We divide the vertical change by the horizontal change:

average rate of change=f(x+Δx)f(x)Δx\text{average rate of change} = \frac{f(x + \Delta x) - f(x)}{\Delta x}

That’s the average rate of change.

5. “As the argument change approximates zero”
We shrink Δx\Delta x down toward zero. That ratio becomes the instantaneous rate of change—the derivative.

Understanding Derivative Notation

    Before applying derivative rules, it's important to understand the notation used to represent derivatives.

  • Leibniz notation, a derivative is written as dydx\frac{dy}{dx}, dfdx\frac{df}{dx}, or ddxf(x)\frac{d}{dx}f(x), which highlights the rate of change of one variable with respect to another.

  • Prime notation is often used for functions of a single variable: f(x)f'(x) for the first derivative, g(x)g''(x) for the second, and h(n)(x)h^{(n)}(x) for the nn-th derivative. This is compact and convenient, especially for repeated differentiation.

  • Operator notation: Df(x)Df(x), Dnf(x)D^n f(x) — used in some texts, particularly in linear operator or abstract contexts.

  • Each notation expresses the same concept—a derivative—but the choice often depends on context and convention. As you learn and apply derivative rules, you'll see all of these used to express how functions change.

    Find more info about mathematical symbols in calculus along with Latex code on this page.

Derivative Rules

Derivatives are fundamental tools in calculus, and understanding how to calculate them efficiently is essential for working with functions in both theoretical and applied contexts. For better learning experience we assembled all main rules of derivatives in one place.
This page presents the main rules for differentiation, organized into clear categories to simplify learning and reference.
Basic Rules include essential principles like the constant rule, power rule, and the sum, product, and chain rules. These form the foundation for differentiating most algebraic expressions.
Trigonometric Derivatives focus on the standard derivatives of sine, cosine, tangent, and their reciprocal functions. These are key for analyzing periodic behavior and solving problems involving waves and oscillations.
Exponential Derivatives cover both general exponential functions and the special case of the natural exponential function. These rules are particularly useful in modeling growth, decay, and other natural processes.
Logarithmic Derivatives address derivatives of logarithmic functions, including both common and natural logs. These are especially helpful when dealing with functions involving rates or scaling.
Together, these rules allow you to differentiate a wide variety of functions. Mastery of them is crucial for progressing in calculus, differential equations, and many areas of applied mathematics.
Learn More