Core Ideas in Plain Terms

Study Sheet

Core Ideas in Plain Terms

Derivatives and integrals, in everyday language

The Derivative = Instantaneous Rate

Concept
Slope at a single instant
xyslope 2

The derivative f(x)f'(x) is the slope of the graph right at a point — how fast the output is changing at that exact instant. If ff is your position over time, ff' is your speed. The power rule (xn)=nxn1(x^n)' = nx^{n-1} is the fast way to compute it for powers.

Reminder — The differentiation rules:(xn)=nxn1,(fg)=fg+fg,(fg)=fgfgg2,(f(g(x)))=f(g(x))g(x)(x^{n})'=nx^{n-1},\quad (fg)'=f'g+fg',\quad \left(\tfrac{f}{g}\right)'=\frac{f'g-fg'}{g^{2}},\quad \big(f(g(x))\big)'=f'(g(x))g'(x)
Example
Derivative of x^2

(x2)=2x(x^2)' = 2x. At x=3x = 3 the slope is 23=62\cdot 3 = 6 — the curve is rising six units up per unit across at that instant.

The Integral = Accumulated Total

Concept
Adding up tiny pieces

An integral abf(x)dx\int_a^b f(x)\,dx adds up infinitely many thin slices to get a total — most often the area under the curve between aa and bb. If ff is your speed over time, the integral is the total distance you travelled.

Example
Area under y = 2x from 0 to 2
xy(2, 4)

022xdx=[x2]02=4\int_0^2 2x\,dx = [x^2]_0^2 = 4. That is exactly the area of the triangle under the line — base 22, height 44, area 1224=4\tfrac12\cdot2\cdot4 = 4.

The Fundamental Theorem, Plainly

Concept
Derivatives and integrals are opposites

The Fundamental Theorem of Calculus says that integrating and differentiating undo each other. To find abf\int_a^b f, find a function FF whose derivative is ff, then just compute F(b)F(a)F(b) - F(a) — no adding up tiny slices by hand.

Reminder — The Fundamental Theorem of Calculus:abf(x)dx=F(b)F(a)where F=f\int_a^b f(x)\,dx = F(b)-F(a) \quad\text{where } F'=f
Example
Using an antiderivative

To integrate 2x2x: an antiderivative is x2x^2 (its derivative is 2x2x). So 132xdx=3212=8\int_1^3 2x\,dx = 3^2 - 1^2 = 8.

Going Deeper: The Chain Rule and Why Integrals Are Areas

Concept
The chain rule: rates multiply through

If yy changes 33 times as fast as uu, and uu changes 22 times as fast as xx, then yy changes 66 times as fast as xx. That is the whole chain rule: ddxf(g(x))=f(g(x))g(x)\dfrac{d}{dx}f(g(x)) = f'(g(x)) \cdot g'(x) — differentiate the outside, keep the inside, then multiply by the inside's rate.

Example
Chain rule in action

ddx(x2+1)3=3(x2+1)22x=6x(x2+1)2\dfrac{d}{dx}\left(x^2 + 1\right)^3 = 3\left(x^2+1\right)^2 \cdot 2x = 6x\left(x^2+1\right)^2.

Concept
Why the integral measures area

Slice the region under a curve into thin vertical strips. Each strip is nearly a rectangle: height f(x)f(x), tiny width. The definite integral abf(x)dx\int_a^b f(x)\,dx is what those rectangle areas add up to as the strips get thinner — which is also why integrating a rate (like speed) recovers a total (like distance). That derivative–integral link is the Fundamental Theorem of Calculus: abF(x)dx=F(b)F(a)\int_a^b F'(x)\,dx = F(b) - F(a).

Example
Tangent line to a curve (multi-step)

Find the tangent line to y=x2y = x^2 at x=3x = 3.

Step 1 — power rule: y=2xy' = 2x.

Step 2 — the slope there is 23=62 \cdot 3 = 6.

Step 3 — point-slope form through (3,9)(3, 9): y9=6(x3)y - 9 = 6(x - 3), so y=6x9y = 6x - 9.

Problem-Solving Playbook

Concept
Rate, total, or slope? Name it first

Before touching symbols, say what the question IS: a rate or slope → differentiate; an accumulated total or area → integrate. And always check an integral by differentiating your antiderivative — it should give back the integrand.

Example
Worked: integrate, then check

02(3x2+2)dx\int_0^2 (3x^2 + 2)\,dx. Antiderivative: x3+2xx^3 + 2x. Evaluate: (8+4)0=12(8 + 4) - 0 = 12. Check by the power rule: ddx(x3+2x)=3x2+2\dfrac{d}{dx}(x^3 + 2x) = 3x^2 + 2 — the integrand, so the answer stands.

How to Find Limits

Concept
Five moves, in the order to try them

1. Plug in. If nothing breaks, that's the limit. 2. Factor and cancel when plug-in gives 00\tfrac00 — both parts share the root, so divide it out. 3. Multiply by the conjugate when a square root blocks the factoring. 4. L'Hôpital's rule is a way: on a genuine 00\tfrac00 or \tfrac\infty\infty form, take the derivative of the top and the bottom separately and try again. 5. Squeeze an oscillating expression between two bounds that agree.

Reminder — L'Hôpital's Rule:limxcf(x)g(x)=limxcf(x)g(x)when 00 or \lim_{x\to c}\frac{f(x)}{g(x)} = \lim_{x\to c}\frac{f'(x)}{g'(x)} \quad\text{when } \tfrac{0}{0} \text{ or } \tfrac{\infty}{\infty}
Example
The ladder on one problem

limx9x3x9\lim_{x\to 9}\dfrac{\sqrt{x}-3}{x-9}: plug-in gives 00\tfrac00; the conjugate turns it into 1x+316\dfrac{1}{\sqrt{x}+3} \to \dfrac16. (L'Hôpital also works: 1/(2x)116\dfrac{1/(2\sqrt x)}{1} \to \dfrac16 — two rungs of the ladder, same answer.)

Concept
When L'Hôpital is NOT allowed

The rule needs an actual 00\tfrac00 or \tfrac{\infty}{\infty}. Using it on limx0x+1x+2=12\lim_{x\to0}\tfrac{x+1}{x+2} = \tfrac12 (not an indeterminate form) gives the WRONG answer 11. Check the form first, every time.