The derivative is one of the two central ideas in calculus (the other being the integral). At its core, a derivative measures how fast something is changing at a given instant. If you think of a car speedometer, the reading on the dial is the derivative of your position with respect to time.
Mathematically, the derivative of f(x) at point a is defined as the limit of (f(a+h) - f(a)) / h as h approaches zero. This gives you the slope of the tangent line to the curve at that point. Geometrically, the derivative tells you which direction and how steeply the function is heading at any given x value.
There are several rules that make finding derivatives much easier than using the limit definition every time. The power rule says that the derivative of xⁿ is nxⁿ⁻¹. The constant multiple rule lets you pull constants out front. The sum rule says the derivative of a sum is the sum of the derivatives.
The product rule handles f(x)g(x): the derivative is f′g + fg′. The chain rule handles compositions: if you have f(g(x)), the derivative is f′(g(x)) · g′(x). These five rules cover the vast majority of derivatives you will encounter in a first-semester calculus course.
Derivatives have applications in physics (velocity and acceleration), economics (marginal cost and revenue), biology (population growth rates), and machine learning (gradient descent). Any time you need to find a rate of change or optimize something, derivatives are the tool.
Practice finding derivatives by hand, then verify with our Derivative Calculator to build confidence.