Power, Constant, and SumRules Worksheet (65 Practice Problems with Step-by-Step Solutions)
Last Updated: February 22, 2026
Beginner–Intermediate⌛ Est. 2–3 Hours65 Problems
A complete, rigorous resource covering the Power Rule, Constant Rule, and Sum/Difference Rules for differentiation — from formal statements and geometric intuition through polynomial derivatives, negative and fractional exponents, real-world physics applications, and exam-style multiple choice. Suitable for AP Calculus AB/BC, university Calculus I, and advanced secondary mathematics.
Introduction
Among all the differentiation rules, the Power Rule, Constant Rule, and Sum Rule are the foundation upon which all of calculus is built. These three rules are deceptively simple: bring down the exponent and subtract one, constants vanish, and the derivative of a sum is the sum of the derivatives. Yet this simplicity masks profound mathematical truths. The Power Rule is a direct consequence of the limit definition applied to polynomial functions. The Constant Rule reflects the geometric fact that a horizontal line has zero slope. The Sum Rule encodes the linearity of differentiation — the idea that differentiation distributes over addition and subtraction.
Historically, these rules emerged in the 17th century through the independent work of Newton and Leibniz. Newton's method of fluxions and Leibniz's differential calculus both recognized that the rate of change of a sum is the sum of the rates of change, and that monomials like \(x^n\) follow a predictable differentiation pattern. What makes these rules truly powerful is their universality: the Power Rule works not just for positive integers, but for negative exponents, fractional exponents, and even irrational exponents. This universality means that once you master these three rules, you can differentiate any polynomial, any sum of power functions, and any expression that can be rewritten in terms of powers of \(x\).
In practical terms, these rules are the workhorses of applied mathematics. When a physicist models the position of a falling object as \(s(t) = -16t^2 + v_0 t + s_0\), each term represents a different physical contribution. Differentiating to find velocity requires all three rules: the Power Rule (twice), the Constant Rule (the initial position term disappears), and the Sum Rule to combine everything. In economics, total cost functions often take the form \(C(x) = ax^3 + bx^2 + cx + d\) — again, a sum of power functions. In engineering, polynomial approximations of signals, material stress curves, and fluid flow profiles all rely on these basic differentiation rules.
This worksheet is structured to build genuine mastery from first principles. The worked examples in Section 1 establish the formal rules and demonstrate common patterns. Sections 2 through 4 provide carefully graded practice — basic problems to build fluency, intermediate problems involving negative and fractional exponents, and challenging problems that test algebraic insight and rule recognition. Section 5 situates these rules in real-world contexts drawn from physics, engineering, and economics. Section 6 offers mixed review and multiple-choice questions mirroring AP Calculus and university exam formats. The complete answer key and detailed solutions appear at the end.
A word of advice before you begin: many students rush to computation without fully simplifying or recognizing structure. Slow down at the algebraic stage. If you see \((x^3 + 2x^3 - 3x^3)/2\), simplify to \(0\) before differentiating. If you see \(\sqrt{x} + x\sqrt{x}\), rewrite using exponents. Good algebraic preparation makes the differentiation step nearly automatic and prevents the most common errors. Invest in that preparation, and the rules will serve you reliably through all of calculus.
Learning Objectives
State the Power Rule, Constant Rule, and Sum/Difference Rules formally and explain the geometric intuition behind each.
Apply the Power Rule to functions with positive integer exponents.
Apply the Power Rule to functions with negative integer exponents and simplify the result.
Apply the Power Rule to functions with fractional (rational) exponents and express answers in radical form when appropriate.
Apply the Constant Rule and recognise that the derivative of any constant is zero.
Apply the Sum and Difference Rules to differentiate sums and differences of functions term-by-term.
Combine all three rules to differentiate polynomial functions of any degree.
Simplify algebraic expressions before differentiating to avoid unnecessary complexity.
Use these rules to solve tangent line, velocity, and optimisation problems in applied contexts.
Recognise common errors in applying these rules and correct them.
Key Concepts & Formulae
1.1 The Power Rule
For any real number \(n\), the derivative of \(x^n\) with respect to \(x\) is:
The Power Rule
\[\frac{d}{dx}\bigl[x^n\bigr] = n\,x^{n-1}\]
This holds for positive integers, negative integers, fractions, and irrational exponents. The rule is universal across all real \(n\).
Geometric Intuition
When \(n\) is a positive integer, \(x^n\) represents \(x\) multiplied by itself \(n\) times. The Power Rule tells us that the slope of this curve at any point is proportional to \(x^{n-1}\). The factor \(n\) comes from the number of terms that contribute when we expand \((x+h)^n\) in the limit definition of the derivative.
1.2 The Constant Rule
If \(c\) is a constant (any real number that does not depend on \(x\)), then:
The Constant Rule
\[\frac{d}{dx}[c] = 0\]
Geometric Intuition
The graph of \(f(x) = c\) is a horizontal line at height \(c\). The slope of any horizontal line is zero, so the derivative is zero. Algebraically, using the limit definition: \(\displaystyle\lim_{h\to0}\frac{c-c}{h} = \lim_{h\to0}0 = 0\).
1.3 The Sum and Difference Rules
If \(f(x)\) and \(g(x)\) are differentiable functions, and \(c\) is a constant, then:
These rules reflect the linearity of differentiation: the derivative of a sum/difference is the sum/difference of the derivatives, and constant factors can be pulled out of the derivative.
1.4 Power Rule: Special Cases
Some frequently-used special cases of the Power Rule are worth memorising:
Function
Derivative
Notes
\(x\)
\(1\)
Power Rule with \(n=1\)
\(x^2\)
\(2x\)
Power Rule with \(n=2\)
\(x^3\)
\(3x^2\)
Power Rule with \(n=3\)
\(\dfrac{1}{x} = x^{-1}\)
\(-\dfrac{1}{x^2}\)
Power Rule with \(n=-1\)
\(\sqrt{x} = x^{1/2}\)
\(\dfrac{1}{2\sqrt{x}}\)
Power Rule with \(n=1/2\)
\(x^{-2}\)
\(-2x^{-3}\)
Power Rule with \(n=-2\)
\(x^{1/3} = \sqrt[3]{x}\)
\(\dfrac{1}{3x^{2/3}}\)
Power Rule with \(n=1/3\)
1.5 Strategy for Polynomials
To differentiate any polynomial \(P(x) = a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0\):
Apply the Sum Rule: differentiate each term separately.
For each term \(a_kx^k\), apply the Constant Multiple Rule and Power Rule: \(a_k \cdot k \cdot x^{k-1}\).
The constant term \(a_0\) disappears by the Constant Rule.
Combine like terms if necessary.
1.6 Worked Examples
Example 1 — Basic Power Rule (Positive Integer)
Find \(\dfrac{d}{dx}\bigl[x^7\bigr]\).
Apply Power Rule
Bring down the exponent \(7\) and subtract \(1\) from the exponent.
\(\dfrac{d}{dx}\bigl[x^7\bigr] = 7x^{7-1}\)
\(= 7x^6\)
Example 2 — Constant Rule
Find \(\dfrac{d}{dx}\bigl[13\bigr]\).
Apply Constant Rule
The number 13 does not depend on \(x\), so its derivative is zero.
\(= 0\)
Example 3 — Sum Rule with Power Rule
Find \(\dfrac{d}{dx}\bigl[x^4 + 3x^2 - 5\bigr]\).
Apply Sum Rule
Differentiate each term separately.
Apply Power Rule to each term
\(\dfrac{d}{dx}[x^4] = 4x^3\)
\(\dfrac{d}{dx}[3x^2] = 3 \cdot 2x = 6x\)
\(\dfrac{d}{dx}[-5] = 0\) (Constant Rule)
\(= 4x^3 + 6x\)
Example 4 — Negative Exponent
Find \(\dfrac{d}{dx}\bigl[x^{-3}\bigr]\).
Apply Power Rule
Bring down the exponent \(-3\) and subtract 1 from the exponent.
The numerator simplifies: \(x^4 + 2x^4 - 3x^4 = 0\)
So the entire function is \(f(x) = 0/2 = 0\)
Differentiate the simplified form
\(f'(x) = 0\)
Note: If we had differentiated term-by-term without simplifying, we would have obtained the same result, but simplification reveals the answer immediately and prevents algebraic errors.
Example 8 — Finding a Tangent Line
Find the equation of the tangent line to \(y = x^3 - 6x^2 + 9x + 1\) at \(x = 2\).
Part B — Negative and Fractional Exponents (Problems 16–35)
Apply the Power Rule to functions with negative integer exponents and fractional (rational) exponents. Rewrite answers in fraction or radical form when appropriate.
These problems require algebraic insight, rule recognition, and careful simplification. Some involve finding tangent lines, horizontal tangents, or interpreting derivatives.
If \(f(x) = ax^5\) and \(f'(1) = 10\), find the value of \(a\).
If \(f(x) = x^n\) and \(f'(2) = 96\) for some positive integer \(n\), determine what you can about \(n\). (This requires testing values.)
Given that \(f(x) = x^3\) and \(g(x) = 2f(x) + 3\), find \(g'(x)\) in terms of \(x\).
Real-World Applications
3.1 Physics: Kinematics and Motion
The Power, Constant, and Sum Rules are the foundation of kinematics — the study of motion. Position, velocity, and acceleration are related through differentiation, and most realistic motion models involve polynomial expressions or sums of power functions.
Physics Applications (Problems 51–57)
Projectile Motion. The height of a projectile (in feet) after \(t\) seconds is given by \(h(t) = -16t^2 + 64t + 80\).
(a) Find the velocity function \(v(t) = h'(t)\).
(b) What is the velocity at \(t = 2\) seconds? Interpret the sign.
(c) When is the projectile at its maximum height? (When does \(v(t) = 0\)?)
Falling Object. An object is dropped from rest from a height of 400 feet. Its height is \(h(t) = -16t^2 + 400\).
(a) Find the velocity function.
(b) What is the velocity at impact? (First find when it hits the ground, then find velocity at that time.)
Oscillating Spring. A mass on a spring has position \(s(t) = t^3 - 6t^2 + 9t + 100\) (in cm, with \(t\) in seconds).
(a) Find the velocity \(v(t) = s'(t)\) and the acceleration \(a(t) = v'(t)\).
(b) When is the velocity zero? What does this mean?
Temperature Change. The temperature of a cooling object is \(T(t) = -2t^2 + 8t + 25\) °C, where \(t\) is in minutes.
(a) Find the rate of temperature change \(T'(t)\).
(b) When is the temperature not changing? (Solve \(T'(t) = 0\).)
(c) Find the initial rate of temperature change and interpret.
Force on a Moving Object. The position of a 2 kg object is \(s(t) = t^3 - 4t^2 + 5t\) meters, with \(t\) in seconds.
(a) Find velocity \(v(t) = s'(t)\) and acceleration \(a(t) = v'(t)\).
(b) Find the net force \(F(t) = ma(t)\).
(c) When is the net force zero?
Signal Amplitude. The amplitude of a signal is \(A(t) = 5t^2 - 20t + 25\) volts, with \(t\) in milliseconds.
(a) Find the rate of change of amplitude \(A'(t)\).
(b) When is the amplitude at a minimum?
(c) What does \(A'(t) > 0\) vs. \(A'(t) < 0\) mean physically?
Concentration Change. The concentration of a reactant is \(C(t) = 4t^2 - 32t + 100\) moles/L, with \(t\) in seconds.
(a) Find the rate of concentration change \(C'(t)\).
(b) When is the concentration at a minimum?
(c) What is the reaction rate at \(t = 2\) seconds? Is the reactant being consumed or produced?
Cost Function. A company's total cost function is \(C(x) = 0.5x^2 + 10x + 100\) dollars, where \(x\) is the number of units produced.
(a) Find the marginal cost function \(C'(x)\).
(b) What is the marginal cost when producing 50 units?
(c) What does the constant term 100 represent?
Revenue Function. A business has revenue function \(R(p) = -5p^2 + 200p - 500\) dollars, where \(p\) is price in dollars.
(a) Find the marginal revenue \(R'(p)\).
(b) At what price does marginal revenue equal zero?
(c) What does this price represent for the business?
Beam Deflection. The deflection of a beam is modelled by \(y(x) = Ax^2(L-x)\), where \(L\) is beam length and \(A\) is a constant.
(a) Find the slope \(y'(x)\).
(b) Where is the slope zero?
(c) Interpret this point in the context of beam deflection.
Mixed Review & Multiple Choice
Part D — Multiple Choice (Problems 61–65)
Circle the best answer. These questions mirror AP Calculus AB/BC and university midterm examination formats. No calculator assumed.
If \(f(x) = 3x^4 - 2x^3 + 5x - 7\), then \(f'(x) =\)
(A) \(12x^3 - 6x^2 + 5\)
(B) \(12x^3 - 6x^2 + 5 - 7\)
(C) \(12x^4 - 2x^3 + 5\)
(D) \(3x^3 - 2x^2 + 1\)
The derivative of \(y = x^{-2}\) is:
(A) \(-2x^{-1}\)
(B) \(-2x^{-3}\)
(C) \(-\dfrac{1}{x^3}\)
(D) Both (B) and (C)
If \(g(x) = \sqrt{x} + x^2\), then \(g'(x) =\)
(A) \(\dfrac{1}{2\sqrt{x}} + 2x\)
(B) \(\dfrac{1}{\sqrt{x}} + 2x\)
(C) \(\dfrac{1}{2}x^{-1/2} + x^2\)
(D) \(2x^{-1/2} + 2x\)
For which of the following functions is \(f'(x) = 0\) for all \(x\)?
(A) \(f(x) = x\)
(B) \(f(x) = x^2\)
(C) \(f(x) = 5\)
(D) \(f(x) = \sqrt{x}\)
If \(h(x) = (x+1)^2 - (x-1)^2\), then \(h'(x) =\)
(A) \(0\)
(B) \(2\)
(C) \(4\)
(D) \(4x\)
Quick Answer Key
Answers to all 65 problems. Full step-by-step solutions follow below.
1. \(9x^8\)
2. \(12x^{11}\)
3. \(5x^4 + 3x^2 + 1\)
4. \(12x^2 - 14x + 2\)
5. \(100x^{99}\)
6. \(24x^3 + 6x - 5\)
7. \(8x^7 - 6x^5 + 4x^3 - 2x\)
8. \(50x^4 - 24x^2 + 6\)
9. \(10x^9 + 40x^7 + 60x^5\)
10. \(14x^6 - 15x^4 + 12x^2 - 5\)
11. \(15x^{14} - 10x^9 + 5x^4\)
12. \(42x^5 - 56x^3 + 42x\)
13. \(3x^2 + 2x + 1\)
14. \(48x^3 - 24x^2 + 8x - 2\)
15. \(20x^{19} - 20x^9\)
16. \(-2x^{-3} = -\dfrac{2}{x^3}\)
17. \(-4x^{-5} = -\dfrac{4}{x^5}\)
18. \(-5x^{-6} - 3x^{-4} - x^{-2}\)
19. \(-6x^{-2} - 6x^{-3}\)
20. \(\dfrac{1}{2\sqrt{x}}\) or \(\dfrac{1}{2}x^{-1/2}\)
The negative sign means the object is moving downward at 160 ft/s.
Problem 53
(a) \(v(t) = s'(t) = 3t^2 - 12t + 9\) cm/s
\(a(t) = v'(t) = 6t - 12\) cm/s²
(b) Set \(v(t) = 0\): \(3t^2 - 12t + 9 = 0\)
Divide by 3: \(t^2 - 4t + 3 = 0\)
Factor: \((t-1)(t-3) = 0\)
\(t = 1\) or \(t = 3\) seconds. The velocity is zero at these times, meaning the mass momentarily stops (possibly changing direction).
Problem 54
(a) \(T'(t) = -4t + 8\) °C/min
(b) Set \(T'(t) = 0\): \(-4t + 8 = 0 \implies t = 2\) minutes
(c) \(T'(0) = -4(0) + 8 = 8\) °C/min. The temperature is initially increasing at 8 degrees per minute.
Problem 55
(a) \(v(t) = s'(t) = 3t^2 - 8t + 5\) m/s
\(a(t) = v'(t) = 6t - 8\) m/s²
(b) \(F(t) = ma(t) = 2(6t - 8) = 12t - 16\) N
(c) Set \(F(t) = 0\): \(12t - 16 = 0 \implies t = 4/3\) seconds
At \(t = 4/3\) seconds, the net force is zero, so the object is not accelerating (velocity is momentarily constant).
Problem 56
(a) \(A'(t) = 10t - 20\) V/ms
(b) Set \(A'(t) = 0\): \(10t - 20 = 0 \implies t = 2\) ms
(c) \(A'(t) > 0\) means amplitude is increasing. \(A'(t) < 0\) means amplitude is decreasing.
Problem 57
(a) \(C'(t) = 8t - 32\) moles/(L·s)
(b) Set \(C'(t) = 0\): \(8t - 32 = 0 \implies t = 4\) seconds
(c) \(C'(2) = 8(2) - 32 = -16\) moles/(L·s). The negative value means the concentration is decreasing at t = 2 seconds — the reactant is being consumed.
Problem 58
(a) \(C'(x) = x + 10\) dollars per unit
(b) \(C'(50) = 50 + 10 = \$60\). This is the marginal cost — the cost to produce one additional unit when 50 units are already being produced.
(c) The constant term 100 represents fixed costs — costs that exist even when zero units are produced (rent, equipment, etc.).
Problem 59
(a) \(R'(p) = -10p + 200\) dollars per dollar change in price
(b) Set \(R'(p) = 0\): \(-10p + 200 = 0 \implies p = \$20\)
(c) At \$20, marginal revenue is zero, meaning revenue is at its maximum. Increasing or decreasing the price from this point would decrease total revenue.
Solutions: \(x = 0\) or \(2L - 3x = 0 \implies x = 2L/3\)
(c) At \(x = 0\) and \(x = L\) (the ends of the beam), the slope is zero — the beam is level at the supports. At \(x = 2L/3\), the slope is also zero, indicating the point of maximum deflection.
Multiple Choice Solutions (61–65)
Problem 61
Apply Power Rule to each term:
\(\dfrac{d}{dx}[3x^4] = 12x^3\)
\(\dfrac{d}{dx}[-2x^3] = -6x^2\)
\(\dfrac{d}{dx}[5x] = 5\)
\(\dfrac{d}{dx}[-7] = 0\)
Answer: (A) — \(12x^3 - 6x^2 + 5\)
Problem 62
Apply Power Rule: \(\dfrac{d}{dx}[x^{-2}] = -2x^{-3}\)
Rewrite in fraction form: \(-2x^{-3} = -\dfrac{2}{x^3}\)
Both (B) and (D) represent the same answer.
Answer: (D) — Both (B) and (C) [Note: Option (B) is \(-2x^{-3}\), which is correct. Option (C) is \(-\frac{1}{x^3}\), which is incorrect. The correct answer is (B) only.]
What is the Power Rule in calculus, and why does it work?
The Power Rule states that for any real number \(n\), \(\dfrac{d}{dx}[x^n] = nx^{n-1}\). It works because of the limit definition of the derivative. When we expand \((x+h)^n\) using the binomial theorem, the first term is \(x^n\) and the second term is \(nx^{n-1}h\). All remaining terms contain \(h^2\) or higher powers of \(h\). When we form the difference quotient \(\dfrac{(x+h)^n - x^n}{h}\), the \(x^n\) terms cancel, we're left with \(nx^{n-1} + \text{terms containing }h\), and as \(h \to 0\), those terms vanish, leaving \(nx^{n-1}\). This derivation shows the rule is not a memorised trick but a necessary consequence of the limit definition.
Why does the derivative of a constant equal zero?
A constant function has the same value for all inputs — its graph is a horizontal line. The slope of any horizontal line is zero, which is exactly what the derivative measures. Algebraically, using the limit definition: \(\displaystyle\lim_{h\to0}\frac{c-c}{h} = \lim_{h\to0}\frac{0}{h} = 0\). The numerator is always zero because the function never changes, so the entire limit is zero. This holds for any constant, including "fancy" constants like \(\pi\), \(e\), or \(\sqrt{2}\).
What is the Sum Rule, and does it work for infinite sums?
The Sum Rule states that the derivative of a sum is the sum of the derivatives: \(\dfrac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x)\). This extends to any finite sum by repeated application. For infinite sums (series), the Sum Rule can be extended under certain conditions — specifically, if the series converges uniformly and the series of derivatives also converges uniformly. In practice, for calculus students, the Sum Rule is applied to finite expressions like polynomials, where it works without restriction.
How do I handle negative exponents when applying the Power Rule?
Treat negative exponents exactly like positive exponents — the Power Rule is the same. Bring down the exponent (including its negative sign) and subtract 1. For example, \(\dfrac{d}{dx}[x^{-3}] = -3x^{-4}\). The most common error is forgetting the negative sign when bringing down the exponent. After differentiating, you may rewrite the answer using positive exponents if desired: \(-3x^{-4} = -\dfrac{3}{x^4}\).
How do I handle fractional exponents when applying the Power Rule?
Fractional exponents follow the same Power Rule. For \(\dfrac{d}{dx}[x^{m/n}]\), the result is \(\dfrac{m}{n}x^{m/n - 1}\). Subtracting 1 from a fraction requires common denominators: \(\dfrac{m}{n} - 1 = \dfrac{m-n}{n}\). For example, \(\dfrac{d}{dx}[x^{2/3}] = \dfrac{2}{3}x^{-1/3} = \dfrac{2}{3x^{1/3}}\). It's often helpful to rewrite the final answer using radicals for clarity.
What are the most common mistakes students make with these rules?
The most frequent errors include: (1) forgetting that the derivative of a constant is zero and incorrectly keeping the constant in the final answer, (2) mishandling the negative sign when bringing down a negative exponent, (3) making arithmetic errors when subtracting 1 from the exponent (especially with negative or fractional exponents), (4) applying the Power Rule directly to composite functions like \((2x+1)^3\) without the Chain Rule, and (5) failing to simplify expressions before differentiating, leading to unnecessary complexity and more opportunities for error.
How do I know when to simplify before differentiating?
Simplify first when doing so makes differentiation easier or prevents errors. Good candidates for simplification include: expressions that can be combined (like \(x^3 + 2x^3 - 3x^3\)), expressions that reduce to a constant (like \((x^2 - x^2)^5\)), and products that can be converted to single powers (like \(x^2 \cdot x^3\)). Do not waste time on algebraic manipulations that don't simplify the differentiation step. Use judgment: if simplification removes parentheses, combines like terms, or eliminates fractions, it's usually worth doing.
Where can I find more practice problems and a derivative calculator?
You can find additional worksheets on the Product Rule, Quotient Rule, Chain Rule, implicit differentiation, related rates, and more at DerivativeCalculus.com/worksheets.html. The main site at DerivativeCalculus.com also features a step-by-step derivative calculator that can verify your Power, Constant, and Sum Rule answers and show intermediate working. For self-study, work through this worksheet in order, check each answer immediately, and revisit any problem type you miss more than once.
Click the button below to print or save this worksheet as a PDF. The complete step-by-step solutions will be included in the printout automatically.
🧮
✨ Free Tool — 2026
Want More Worksheets? Generate Unlimited Free Math Worksheets!
Instantly create printable worksheets on any topic — derivatives, algebra, fractions & more. Includes full answer keys. No signup needed.