This post is for students who already worked through the Week 1 limit proofs and now want to turn those results into usable derivative rules. Week 2 of calculus focuses on trigonometric differentiation and the chain rule for composite functions. This is where the limits and addition formulas from the previous week become concrete derivative formulas such as (sinx)′, (cosx)′, and (tanx)′. The aim is to follow the flow from the definition of the derivative to those formulas, not simply recite them.
1. Differentiating trigonometric functions
1.1 (sinx)′=cosx
Trig differentiation starts from the limit definition. Last week we already proved limh→0hsinh=1 and limh→0h1−cosh=0. Those two limits are exactly what lets the derivative calculation finish cleanly.
Taking limits kills the first term and leaves the second term, so
dxdsinx=cosx.
Geometrically, this says the y-coordinate on the unit circle changes at a rate of cosx when the angle changes slightly. That picture matches the limit calculation, but the derivative formula is justified by the algebra above.
1.2 (cosx)′=−sinx
Cosine follows the same script, now using limh→0hcosh−1=0 explicitly.
dxdcosx=h→0limhcos(x+h)−cosx.
Use the angle-addition formula
cos(x+h)=cosxcosh−sinxsinh,
and substitute it into the difference quotient:
hcos(x+h)−cosx=h(cosxcosh−sinxsinh)−cosx.
After regrouping,
hcos(x+h)−cosx=cosx⋅hcosh−1−sinx⋅hsinh.
Taking limits yields
dxdcosx=−sinx.
Geometrically, sine and cosine are rotated versions of each other, so one derivative naturally becomes the negative of the other.
1.3 Core trig derivative table
These formulas become reference points for everything that follows. Functions like secx or cscx are best re-derived from sine and cosine via the quotient rule or reciprocals.
f(x)
f′(x)
sinx
cosx
cosx
−sinx
tanx
sec2x
cotx
−csc2x
secx
secxtanx
cscx
−cscxcotx
These formulas hold on the parts of the domain where each original function is defined.
Group them mentally:
sinx and cosx form a pair.
Differentiating cosine flips the sign.
Tangent and secant stay linked via sec2x and secxtanx.
Cotangent and cosecant usually introduce a minus sign.
If you want to see where that tangent-secant link comes from, re-derive (secx)′ from secx=cosx1:
The key identity in the middle is sin2x+cos2x=1. The most common mistakes are forgetting to square the denominator or reversing u′v−uv′. If needed, verbalize it: "differentiate the top times the bottom minus the top times the derivative of the bottom, over the bottom squared."
Another example:
f(x)=xcosx
leads to
f′(x)=x2(−sinx)⋅x−(cosx)⋅1=x2−xsinx−cosx.
Computing a few of these by hand makes later mixed problems far less intimidating.
2.2 Chain rule
For a composition f(g(x)),
dxdf(g(x))=f′(g(x))⋅g′(x).
Think of it as differentiating the outer function first, then multiplying by the derivative of the inner function. Examples:
All three share the same backbone: differentiate the outer layer, then multiply by the inner derivative.
Before moving on, keep two common chain-rule mistakes in view:
dxdsin(3x)=cos(3x) is incomplete because it forgets the inner derivative 3.
dxd(x2+1)5=5(x2+1)4 is also incomplete because it forgets the inner derivative 2x.
In both cases, the outer derivative is only the first half of the work.
2.3 Choosing between quotient rule and chain rule
Students often ask which rule should come first. A quick test helps:
If one function is wrapped around another, as in sin(x2+1), start with the chain rule.
If two separate functions are divided, as in x2+1sinx, start with the quotient rule.
If both happen at once, differentiate the inside pieces correctly and then assemble the larger rule.
2.4 Trig problems plus the chain rule
We rarely differentiate trig functions with a bare x inside. Typical expressions look like
sin(5x−1)
cos(x2)
tan(x).
For example,
dxdcos(x2)=−sin(x2)⋅2x,
A frequent misunderstanding is to stop at −sin(x2) and forget the 2x. That means the outer derivative was found, but the inner derivative was skipped. Memorizing trig derivatives alone only gets you halfway; multiplying by the inner derivative completes the job.
3. Quick checks
Checkpoint 1
Differentiate f(x)=sin(3x+4π).
Show answer
f′(x)=3cos(3x+4π).
The factor 3 comes from differentiating the inside expression 3x+4π.
Checkpoint 2
Find f′(x) for f(x)=(2x2+1)4.
Show answer
Chain rule gives
f′(x)=4(2x2+1)3⋅4x=16x(2x2+1)3.
Stopping at 4(2x2+1)3 would mean forgetting the derivative of the inside.
Checkpoint 3
Differentiate f(x)=x2+1sinx.
Show answer
Let u=sinx and v=x2+1. Then u′=cosx and v′=2x, so
f′(x)=v2u′v−uv′=(x2+1)2cosx(x2+1)−sinx(2x).
Checkpoint 4
Differentiate f(x)=esinx.
Show answer
Outer function eu, inner u=sinx, so
f′(x)=esinxcosx.
Checkpoint 5
Differentiate f(x)=cos(x2+1).
Show answer
Applying the chain rule,
f′(x)=−sin(x2+1)⋅2x=−2xsin(x2+1).
4. Frequent mistakes
Dropping the minus sign in (cosx)′=−sinx.
Writing (tanx)′=secx instead of sec2x.
Reversing u′v−uv′ in the quotient rule.
Stopping after differentiating the outer layer in chain-rule problems.
Differentiating sin(3x) but rewriting it as 3cosx and losing the entire inside.
5. Key takeaway
This week tied trig derivatives to the chain rule. The main lesson is not the table itself, but recognizing where each ingredient appears: addition formulas and limits justify the base derivatives, the quotient rule extends them, and the chain rule makes them usable in real problems.
In short:
Week 1 limits built the Week 2 trig derivatives.
Sine and cosine derivatives set up tangent (and friends).
Once the chain rule joins in, we can tackle genuine exam-style expressions.
So treat this week as practice in understanding how formulas arise and in which order to apply them, rather than rote memorization.
💬 댓글
이 글에 대한 의견을 남겨주세요