Before we start, one figure to fix the meaning of "′": it is a slope, the steepness of the curve at a point. Everything on this page is bookkeeping on slopes.
Look at the red tangent line: its steepness is the number f′(x). When we "add slopes," we are literally adding the steepness of two such red lines.
Now you apply several rules in one problem, including a rewrite before you can see the power.
Recall Solution 2.1
Split every term (sum/difference), pull out constants, power-rule each:
y′=3⋅4x3−5⋅2x+6⋅1−0=12x3−10x+6.
Recall Solution 2.2
Step 1 — rewrite as powers.WHY: the power rule needs the form xn; a fraction and a root are hidden powers.
x2=2x−1,x=x1/2.Step 2 — differentiate.y′=2⋅(−1)x−2+21x−1/2=−x22+2x1.
Recall Solution 2.3
Linearity lets the trig terms coexist without interacting. Recall sin′=cos, cos′=−sin:
f′(x)=2cosx−3(−sinx)+0=2cosx+3sinx.
Note the double sign flip on the cosine term: subtracting 3cosxandcos′=−sin turns into +3sinx.
Here signs and grouping bite. You must reason about how the minus distributes.
Recall Solution 3.1
WHAT: A subtraction of a whole multi-term function g(x)=2x2−5x+1.
WHY care: the minus is really (−1)⋅g, so it multiplies every term of g.
First distribute conceptually: y=x3−2x2+5x−1.
y′=3x2−4x+5−0=3x2−4x+5.
Recall Solution 3.2
Step 1 — rewrite as scaled powers. Dividing by 2 is multiplying by 21, and x=x1/2:
g(x)=21x2+3x1/2.Step 2 — differentiate term by term.g′(x)=21⋅2x+3⋅21x−1/2=x+2x3.
Recall Solution 3.3
Rewrite: x35=5x−3 and 7x=71x.
y′=5(−3)x−4−4⋅21x−1/2+71=−x415−x2+71.
Now combine linearity with an extra condition — evaluate a derivative, find a slope, or solve for a point.
Recall Solution 4.1
Step 1 — differentiate (linearity + power rule):
y′=6x2−x.Step 2 — evaluate at x=2: y′(2)=6(4)−2=24−2=22.
The slope is 22.
Recall Solution 4.2
WHY a derivative: "horizontal tangent" means slope =0, and slope is f′(x).
f′(x)=3x2−12=0⇒x2=4⇒x=±2.
Both cases matter: x=2andx=−2. Never drop the negative root.
Prove and generalize. Here you connect linearity to its deeper home: Linear operators and Definition of the derivative (limit of difference quotient).
Recall Solution 5.1
Let h(x)=3f(x)−2g(x). By definition:
h′(x)=limΔx→0Δx[3f(x+Δx)−2g(x+Δx)]−[3f(x)−2g(x)].Regroupf-terms with f-terms, g with g (addition is commutative):
=limΔx→0[3⋅Δxf(x+Δx)−f(x)−2⋅Δxg(x+Δx)−g(x)].Apply limit laws (sum splits; constants pull out — legal because both limits exist):
=3limΔx→0Δxf(x+Δx)−f(x)−2limΔx→0Δxg(x+Δx)−g(x)=3f′(x)−2g′(x).■
This is exactly the one-line linearity statement dxd[af+bg]=af′+bg′ with a=3,b=−2.
Recall Solution 5.2
Take f(x)=g(x)=x. Then f(x)g(x)=x2, so dxd[fg]=2x.
But f′(x)g′(x)=1⋅1=1.
Since 2x=1 for all x (they agree only at x=21), the naive product-split is false. Products need the Product rule: (fg)′=f′g+fg′=1⋅x+x⋅1=2x. ✅
Recall Solution 5.3
General form. Linearity splits the sum and pulls out each coefficient; power rule handles each xk:
P′(x)=∑k=1nkakxk−1.
The k=0 term (a0, the constant) vanishes.
Apply to 4x5−3x2+9: P′(x)=20x4−6x.Evaluate at x=1: P′(1)=20−6=14.