Turn a function into its derivative by spotting its parts, applying the right rule to each part, and simplifying the result with clean algebra.
“Differentiate” can mean two things. In everyday writing, it means to tell things apart. In calculus, it means to compute a derivative. This article covers both, with most of the space devoted to derivatives, since that’s where students tend to hit a wall.
What Differentiation Means In Math Class
A derivative measures how a function changes as its input changes. You can read it as a rate of change, or as the slope of the tangent line at a point. Both views describe the same output: a number (at one x-value) or a new function (as a formula).
In many classes, the goal is the derivative formula. Once you have it, you can plug in x-values to get slopes, velocities, or growth rates, then use that information to reason about a graph or a word problem.
Derivative Notation You’ll See
You might see f′(x), y′, dy/dx, or Df(x). They all name the same object: the derivative of the original function, written in different styles.
Why The Definition Still Helps
The rules you use in homework come from the limit definition of the derivative. If a step feels shaky, the definition explains why it works and what “slope at a point” means. MIT OpenCourseWare’s lecture notes connect these ideas and show the standard rule set students use in early calculus.
How You Can Differentiate Functions Step By Step
Many errors happen before you apply a single rule. The fix is to label the structure first. Treat the function like a sentence: find the main operation, then the parts it acts on.
Do A First Pass: Identify The Outer Operation
Ask what controls the whole expression. Is it a sum, a product, a quotient, a power, or a function sitting inside another function? That one decision points you toward the first rule.
- Sum or difference: break the expression into terms.
- Product: spot the factors multiplied together.
- Quotient: separate numerator and denominator as their own functions.
- Power: identify the base and exponent, then decide if the base is just x or something more complex.
- Composition: name the outside function and the inside function.
Know The Core Rules By Name
You don’t need a huge formula sheet. You need a small set you can combine. Khan Academy’s differentiation rules review is a clean refresher that shows how the main rules fit together.
- Constant rule: d/dx(c) = 0.
- Power rule: d/dx(xn) = n·xn−1 where the function is defined.
- Constant multiple rule: d/dx(c·f) = c·f′.
- Sum rule: d/dx(f + g) = f′ + g′.
- Product rule: (fg)′ = f′g + fg′.
- Quotient rule: (f/g)′ = (f′g − fg′)/g2, with g ≠ 0.
- Chain rule: (f(g(x)))′ = f′(g(x))·g′(x).
Use A Clean Work Order
- Rewrite the function so it’s easy to read (pull constants out front, rewrite roots as exponents, tidy fractions).
- Pick the top-level rule based on the outer operation.
- Differentiate the needed parts, then combine them exactly as the rule demands.
- Simplify at the end, one change at a time.
Mini Examples That Make The Rules Stick
These examples are short on purpose. Each one shows a single rule choice and a small cleanup step.
Example 1: A Straight Power Rule
Let y = 7x4. Keep the 7, then differentiate x4. So y′ = 7·4x3 = 28x3.
Example 2: A Product Rule Case
Let y = (x2 + 1)(3x − 5). Set f = x2 + 1 and g = 3x − 5. Then f′ = 2x and g′ = 3. Product rule gives y′ = 2x(3x − 5) + 3(x2 + 1).
Example 3: A Chain Rule Case
Let y = (3x − 1)5. Outside: u5. Inside: u = 3x − 1. Differentiate the outside to get 5u4, then multiply by u′ = 3. Final answer: y′ = 15(3x − 1)4.
Example 4: A Quotient Rule Case
Let y = (x2 + 1)/(x − 2). Use f = x2 + 1 and g = x − 2. Then f′ = 2x and g′ = 1. Quotient rule gives y′ = (2x(x − 2) − (x2 + 1)·1)/(x − 2)2.
Rule Map For Common Function Forms
If choosing a starting rule is your main pain point, use this as a decision map. Match the form you see, then follow the first move.
| Function Form You See | Starting Rule | What To Watch |
|---|---|---|
| c | Constant Rule | Derivative is 0, even when c looks complicated |
| c·f(x) | Constant Multiple | Pull c out before you start |
| f(x) + g(x) | Sum Rule | Differentiate term-by-term, then combine like terms |
| f(x)·g(x) | Product Rule | Keep both terms; don’t multiply them out unless asked |
| f(x)/g(x) | Quotient Rule | Use (f′g − fg′) and keep g2 in the denominator |
| [f(x)]n | Chain + Power | Differentiate the outer power, then multiply by f′(x) |
| sin(f(x)), cos(f(x)) | Chain Rule | Derivative changes the trig function, then multiply by f′(x) |
| ef(x), af(x) | Chain Rule | For af(x), include ln(a); then multiply by f′(x) |
| ln(f(x)) | Chain Rule | Derivative is f′(x)/f(x); domain restrictions still apply |
How Can You Differentiate? A Repeatable Routine
Once you know the rule names, you still need a routine you can run under pressure. Use this loop on most textbook problems.
Rewrite For Readability
Rewrite √x as x1/2. Rewrite 1/x3 as x−3. These changes often turn a quotient into a simple power-rule job.
Mark Layers With Parentheses
When you see sin(3x2 − 1), write sin( (3x2 − 1) ) in your scratch work. You’ve now labeled the inside as one unit, which makes the chain rule easier to apply.
Differentiate From The Outside In
For composite functions, work from the outside layer toward the inside layer. Each time you differentiate an outside layer, multiply by the derivative of what sits inside that layer.
Simplify After The Rule Work Is Done
Simplification is where sign errors sneak in. Keep one “rule output” line, then simplify carefully so you can backtrack if a sign flips.
Common Traps And Simple Fixes
Most students don’t need more rules. They need fewer repeated mistakes. Here are the ones that show up a lot, plus a fix you can apply right away.
Mixing Up Power Rule And Chain Rule
If the base is not just x, you usually need a chain factor. x5 becomes 5x4. (3x − 1)5 becomes 15(3x − 1)4 because you also multiply by the derivative of 3x − 1.
Dropping Parentheses In The Quotient Rule
Write the numerator as (f′g − fg′) before you simplify. If you expand without parentheses, minus signs get lost, and the whole answer drifts off course.
Forgetting An Inside Derivative
If you used the chain rule, your final line should include an inside derivative factor somewhere. When the inside is not x, that extra factor is the clue that your chain step is complete.
Ignoring Domain Restrictions
Derivatives follow algebra rules, yet the original function still has a domain. For ln(x − 2), the derivative is 1/(x − 2), and the original function still requires x > 2.
Second Table: Checks That Catch Mistakes
After you differentiate, run one check. It takes seconds and saves points.
| Check | What You Do | Red Flag |
|---|---|---|
| Plug-In Spot Check | Pick an easy x-value, compute slope from the derivative, and compare with a small numerical change in the original function | Signs don’t match, or sizes are wildly off |
| Units Check | If f has units, derivative should read “units of f per unit of x” | You end with units that don’t make sense |
| Shape Check | If f is increasing on a region, derivative should be positive there | Derivative is negative where the graph rises |
| Degree Check | Polynomial degree drops by 1 after differentiating | You get a higher degree than you started with |
| Constant Check | Derivative of a constant term is 0 | A pure constant survives in the derivative |
| Rewrite Check | Rewrite the function in a new algebra form and differentiate again | Two clean rewrites give two different derivatives |
| Chain Check | For composites, look for an inside-derivative multiplier | No inside multiplier appears when the inside is not x |
Where Derivatives Show Up In Real Problems
Derivatives are not only a classroom trick. They’re the tool behind “How fast is it changing right now?” questions. If position is s(t), then s′(t) is velocity. If revenue is R(x), then R′(x) tells you how revenue reacts when you sell one more unit near x.
Derivatives also power optimization problems. When you set a derivative equal to zero, you’re hunting for places where a graph flattens out. Those points often match a highest point, a lowest point, or a change in direction.
Linear Approximation As A Reality Check
A derivative at a point gives a local line that mimics the function near that point. That “tangent line” estimate helps you sanity-check answers. If your derivative suggests the function is rising steeply, your approximation should rise steeply too.
Higher Derivatives In Plain Terms
The second derivative tracks how the first derivative changes. In motion, that’s acceleration. On a graph, it connects to concavity: whether a curve bends upward or downward. You don’t need a special new rule set for higher derivatives—once you’ve found f′(x), you can differentiate again to get f″(x).
How To Differentiate In Writing: Telling Ideas Apart
To differentiate ideas in an essay, you name what they share, then name what separates them. The trick is to use a clear criterion, not a vague opinion.
Use A Three-Part Contrast
- Category: What type of thing is it?
- Criterion: What feature are you judging?
- Evidence: What detail proves your point?
Sentence frame: “Both X and Y are [category], yet X shows [criterion] because [evidence], while Y shows [different criterion] because [evidence].” This keeps your comparison concrete.
Replace Vague Words With Traits
Swap “better” and “worse” for traits a reader can verify, like “uses more data,” “defines terms,” “stays on one topic,” or “cites a stronger source.” Now your difference is visible, not asserted.
References & Sources
- Khan Academy.“Differentiation Rules Review.”Rule list and examples for power, product, quotient, and chain rules.
- MIT OpenCourseWare.“Single Variable Calculus Lecture Notes.”Lecture PDFs and exercises that reinforce derivative definitions and common rules.