4.2.2Calculus II — Integration

Basic integration rules — power, trig, exponential, log

1,764 words8 min readdifficulty · medium

WHY does integration even need a "+C"?


The Power Rule — derived from scratch

Derivation. Guess that the antiderivative looks like xn+1x^{n+1}. Test it: ddxxn+1=(n+1)xn.\frac{d}{dx}\,x^{n+1} = (n+1)\,x^{n}. That's (n+1)(n+1) times too big. Why this step? Differentiation multiplied by the old power+1, so we cancel it by dividing by (n+1)(n+1): ddx[xn+1n+1]=(n+1)xnn+1=xn.\frac{d}{dx}\left[\frac{x^{n+1}}{n+1}\right] = \frac{(n+1)x^n}{n+1} = x^n. \checkmark


Trig Rules — read the derivatives backwards

Derivation of cosxdx\int \cos x\,dx. We want FF with F=cosxF' = \cos x. Since ddxsinx=cosx\frac{d}{dx}\sin x=\cos x, take F=sinxF=\sin x. Done.

Derivation of sinxdx\int \sin x\,dx. We want F=sinxF' = \sin x. We know ddxcosx=sinx\frac{d}{dx}\cos x = -\sin x, which is the negative of what we want. Why this step? Multiply by 1-1: ddx(cosx)=sinx.\frac{d}{dx}(-\cos x) = \sin x. So sinxdx=cosx+C\int\sin x\,dx = -\cos x + C.


Exponential Rule

exdx=ex+C.\int e^x\,dx = e^x + C.

For a general base a>0a>0: we know ddxax=axlna\frac{d}{dx}a^x = a^x\ln a. That's lna\ln a times too big, so divide by lna\ln a: axdx=axlna+C.\int a^x\,dx = \frac{a^x}{\ln a} + C.


Log Rule — the patch for n=1n=-1

1xdx=lnx+C.\int \frac{1}{x}\,dx = \ln|x| + C.

Figure — Basic integration rules — power, trig, exponential, log

Linearity — why we can split and scale


Worked Examples


Recall Feynman: explain to a 12-year-old

Differentiating is like asking "how fast is this changing?" Integrating is the detective version: I tell you the speed at every moment and you reconstruct where the car was. But there's a catch — you don't know the car's starting point, so every answer ends with "+ some unknown start" (that's the +C+C). To integrate, just ask "what did I have to differentiate to make this?" and write it down — then divide or flip a sign so it comes out exactly right.


Flashcards

What does +C+C represent and WHY must it appear?
The lost constant — differentiation sends any constant to 0, so the antiderivative can't recover it; +C+C encodes all possibilities.
State the power rule and its one exception.
xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1}+C for n1n\neq -1; at n=1n=-1 you'd divide by zero.
1xdx=?\int \frac1x dx = ? and why x|x|?
lnx+C\ln|x|+C; absolute value extends validity to x<0x<0 since ddxlnx=1x\frac{d}{dx}\ln|x|=\frac1x everywhere except 0.
sinxdx=?\int \sin x\,dx = ?
cosx+C-\cos x + C (note the minus sign).
cosxdx=?\int \cos x\,dx = ?
sinx+C\sin x + C.
sec2xdx=?\int \sec^2 x\,dx = ?
tanx+C\tan x + C.
exdx=?\int e^x dx = ? and why unchanged?
ex+Ce^x + C; exe^x is the fixed point of differentiation.
axdx=?\int a^x dx = ?
axlna+C\frac{a^x}{\ln a}+C, derived by dividing out the extra lna\ln a from ddxax\frac{d}{dx}a^x.
Is there a product rule for integration?
No — products need substitution or integration by parts.
How do you always verify an integral?
Differentiate your answer; it must reproduce the integrand.

Connections

Concept Map

read backwards

flattens constants

defines

means

raise power then divide

requires n not equal -1

filled by

flip derivatives

cos gives

minus sign trap

verify by

verify by

verify by

Differentiation rules

Integration = anti-differentiation

Add +C

Indefinite integral F plus C

F prime equals f

Power rule

Excludes n = -1

Integral of 1 over x = ln abs x

Trig integrals

Integral cos = sin

Integral sin = -cos

Differentiate the answer

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, integration ka asli matlab hai ulta differentiation — "aisa kaunsa function tha jise differentiate karke ye mila?" Bas. Tum already saari derivatives jaante ho, to bas table ko right-to-left padho. Power rule yaad rakhna easy hai: power ko ek badhao aur usi se divide karo, yani xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1}+C. Lekin ek catch hai — jab n=1n=-1 ho to denominator 00 ho jaata hai, isliye wahan power rule fail karta hai aur jagah leta hai lnx\ln|x|.

Trig wala part muft milta hai agar derivatives pakke hain. ddxsinx=cosx\frac{d}{dx}\sin x=\cos x, to cosx=sinx\int\cos x=\sin x. Aur ddxcosx=sinx\frac{d}{dx}\cos x=-\sin x, isliye sinx=cosx\int\sin x = -\cos xminus sign mat bhoolna, yahi sabse common galti hai. Exponential mein exe^x ka mazaa ye hai ki integrate karo ya differentiate, wahi rehta hai. General base ke liye lna\ln a se divide kar dena.

Ye +C+C kyun lagta hai? Kyunki constant differentiate karne par 00 ho jaata hai, to ulta chalte waqt humein pata hi nahi chalta original constant kya tha — isliye "+ koi bhi constant" likh dete hain. Sabse powerful trick: apna answer differentiate karke check karo. Agar wapas integrand mil gaya, to answer 100% sahi hai. Isi Forecast-then-Verify se exam mein kabhi galti nahi hogi.

Go deeper — visual, from zero

Test yourself — Calculus II — Integration

Connections