4.1.13 · D5Calculus I — Limits & Derivatives

Question bank — Sum, difference, constant multiple rules

1,724 words8 min readBack to topic

The two pictures below are the entire engine behind these rules. Every trap on the page is really just one of these pictures misread — glance back at them whenever an answer says "the slopes add" or "the constant rides along".

Figure — Sum, difference, constant multiple rules
Figure — Sum, difference, constant multiple rules

True or false — justify

The derivative of a sum is the sum of the derivatives, for any two differentiable functions.
True — this is exactly the sum rule . Picture s01: the combined curve's rise over any step is just 's rise plus 's rise, so the slopes stack; formally the sum law for limits lets the difference quotient split into two.
The derivative of a product is the product of the derivatives.
False — this is the classic over-generalisation. Linearity covers only; products need the Product rule . Test: but .
for every constant and every differentiable .
True — the constant multiple rule; the never depends on (the tiny step), so in the difference quotient it factors out and rides straight through the limit unchanged.
is a different rule from the constant multiple rule.
False — it is the same rule. Multiplying by a constant is commutative, so and are identical, and both give .
If depends on — say — then still holds.
False — "constant" must literally mean constant. If then needs the product rule, giving , not .
The derivative of requires its own separate proof from the limit definition.
False — since , the sum rule plus the constant multiple rule (with ) hand it to you for free.
Linearity works for three or more terms at once, e.g. .
True — apply the sum rule repeatedly (group as ). Linearity extends to any finite number of terms with any scalar coefficients.
can be computed without ever going back to the difference quotient.
True — that is the whole payoff of linearity: differentiate each known piece and recombine, no limits needed at the point of use.

Spot the error

"." — find the mistake.
The derivative of the constant is , not . Correct: . A constant is a flat line, so its slope is zero.
"." — find the mistake.
The minus sign must distribute over the whole bracket. Treat it as : derivative is , so the answer is .
"." — find the mistake.
Products don't split. This wrongly applied the sum-style rule to a product. Use the product rule: .
"." — find the mistake.
is , a constant times , so its derivative is . The student confused it with .
"." — find the mistake.
A constant multiplies , it does not add to it. The constant multiple rule gives , not .
"Since , then ." — find the mistake.
The added constant has derivative , so , not . Adding a constant shifts the graph up but never tilts it, so the slope is unchanged.

Why questions

Why does the sum rule fall out of the limit definition but the product rule does not?
Look at s01: the numerator regroups into an -difference plus a -difference — two clean difference quotients. A product instead leaves a cross-term that refuses to separate, forcing the extra structure.
Why is it legitimate to pull a constant outside the limit in the constant multiple proof?
Because does not depend on (the shrinking step), so as it stays fixed; the limit law "constant factors pull out of limits" applies exactly. In s02 the whole curve is stretched vertically by , so every slope is scaled by too.
Why must and each be differentiable for the sum rule to hold?
The sum law for limits needs both limits (both slopes) to exist before you can split them. If either or fails to exist, the split is not justified — even though the sum might still be differentiable in special cases (see the last edge case below).
Why is calling a "linear operator" more than just a slogan?
Because it satisfies the two defining properties of linearity — additivity and scalar homogeneity — captured in . This places it alongside other Linear operators and mirrors Linearity of integration.
Why does the difference rule not need its own limit-law?
Difference is just addition of a negative: . So the same two ingredients (sum law + constant pulls out, both pictured in s01 and s02) already cover it — subtraction introduces nothing new.
Why can linearity mix a sine, an exponential, and a logarithm in one derivative without any interaction between them?
Because each term is a scalar times a function that is added to the others; linearity treats each summand independently (each is its own layer in the s01 stack). Interaction only appears when functions are multiplied or composed, which linearity does not govern.

Edge cases

What is ?
It is — a valid instance of the constant multiple rule with . The function is flattened onto the -axis, so its slope is zero everywhere.
What is ?
The difference rule gives , consistent with the fact that is the constant function . Both routes agree — a nice sanity check.
Does linearity say anything about versus ?
The first is (constant multiple, since ). The second has the variable in the denominator, so it is not a constant multiple and needs the quotient/chain rules instead.
If is differentiable but is not, can still exist?
Yes, in principle the sum could be differentiable even when one piece is not — but the sum rule does not apply, because it requires both slopes to exist to split the limit. You must analyse the sum directly.
Two functions that are each non-differentiable can sum to a smooth function — how? (See figure.)
Take and : each has a sharp corner at where no single slope exists. But is a flat line, perfectly differentiable with derivative . Picture s03: the two corners are mirror images and cancel. The lesson — you may not invoke the sum rule here (neither nor exists), even though the sum is differentiable. Always check both pieces first.
What does the constant multiple rule give for a negative constant, e.g. ?
It gives ; the sign rides along just like any other constant. This is exactly the mechanism () that generates the difference rule.
Is a special case of the constant multiple rule?
Yes — write the constant as where the function is the constant ; then . A flat line has zero slope in every case.

Connections

  • Sum, difference, constant multiple rules — parent note with the full proofs.
  • Limit laws (sum, scalar, product of limits) — justifies every split above.
  • Definition of the derivative (limit of difference quotient) — the ground floor.
  • Power rule — pairs with linearity to differentiate any polynomial.
  • Product rule — the non-linear sibling these traps keep pointing at.
  • Linearity of integration · Linear operators — the same structure, elsewhere.