AP Calculus AB/BC Limit, Derivative, and Integral Exhaustive Study Guide

Limits of Functions and Continuity

  • Limit of a Continuous Function   - If f(x)f(x) is a continuous function for all real numbers, then:   - limxocf(x)=f(c)\lim_{x o c} f(x) = f(c)

  • Limits of Rational Functions   - A. Given a rational function f(x)=p(x)q(x)f(x) = \frac{p(x)}{q(x)} where p(x)p(x) and q(x)q(x) share no common factors and cc is a real number such that q(c)=0q(c) = 0:     - I. limxocf(x)\lim_{x o c} f(x) does not exist (DNE)     - II. limxocf(x)=±\lim_{x o c} f(x) = \pm\infty     - III. x=cx = c is a vertical asymptote   - B. Given a rational function f(x)=p(x)q(x)f(x) = \frac{p(x)}{q(x)}, such that reducing a common factor between p(x)p(x) and q(x)q(x) results in the agreeable function k(x)k(x), then:     - limxocf(x)=limxocp(x)q(x)=limxock(x)=k(c)\lim_{x o c} f(x) = \lim_{x o c} \frac{p(x)}{q(x)} = \lim_{x o c} k(x) = k(c)     - This result indicates a Hole at the point (c,k(c))(c, k(c))

  • Limits of a Function as x Approaches Infinity   - For a rational function defined by f(x)=p(x)q(x)f(x) = \frac{p(x)}{q(x)}, where both are polynomial functions:     - A. If the degree of p(x) > q(x), then limxof(x)=\lim_{x o \infty} f(x) = \infty     - B. If the degree of p(x) < q(x), then limxof(x)=0\lim_{x o \infty} f(x) = 0, and y=0y = 0 is a horizontal asymptote.     - C. If the degree of p(x)=q(x)p(x) = q(x), then limxof(x)=c\lim_{x o \infty} f(x) = c, where cc is the ratio of the leading coefficients; y=cy = c is a horizontal asymptote.

  • Special Trig Limits   - A. limxo0sin(ax)ax=1\lim_{x o 0} \frac{\sin(ax)}{ax} = 1   - B. limxo0axsin(ax)=1\lim_{x o 0} \frac{ax}{\sin(ax)} = 1   - C. limxo01cos(ax)ax=0\lim_{x o 0} \frac{1 - \cos(ax)}{ax} = 0

  • L'Hospital's Rule   - If limxocf(x)\lim_{x o c} f(x) or limxof(x)\lim_{x o \infty} f(x) results in an indeterminate form (0/00/0, /\infty/\infty, 0×0 \times \infty, 000^0, 11^{\infty}, 0\infty^0) and f(x)=p(x)q(x)f(x) = \frac{p(x)}{q(x)}, then:   - limxocp(x)q(x)=limxocp(x)q(x)\lim_{x o c} \frac{p(x)}{q(x)} = \lim_{x o c} \frac{p'(x)}{q'(x)}   - limxop(x)q(x)=limxop(x)q(x)\lim_{x o \infty} \frac{p(x)}{q(x)} = \lim_{x o \infty} \frac{p'(x)}{q'(x)}

  • Definition of Continuity and Types of Discontinuities   - Definition of Continuity: A function f(x)f(x) is continuous at cc if:     - I. limxocf(x)\lim_{x o c} f(x) exists     - II. f(c)f(c) exists     - III. limxocf(x)=f(c)\lim_{x o c} f(x) = f(c)   - Removable Discontinuities (Holes):     - I. limxocf(x)=L\lim_{x o c} f(x) = L (the limit exists)     - II. f(c)f(c) is undefined   - Non-Removable Discontinuities:     - Jumps: limxocf(x)=DNE\lim_{x o c} f(x) = \text{DNE} because limxocf(x)limxoc+f(x)\lim_{x o c^-} f(x) \neq \lim_{x o c^+} f(x)     - Asymptotes (Infinite Discontinuities): limxocf(x)=±\lim_{x o c} f(x) = \pm\infty

Derivatives: Definitions and Basic Rules

  • Intermediate Value Theorem (IVT)   - If ff is a continuous function on the closed interval [a,b][a, b] and kk is any number between f(a)f(a) and f(b)f(b), then there exists at least one value of cc on [a,b][a, b] such that f(c)=kf(c) = k.   - On a continuous function, if f(a) < f(b), any y-value greater than f(a)f(a) and less than f(b)f(b) is guaranteed to exist on the function ff.

  • Average Rate of Change   - The average rate of change, mm, of a function ff on the interval [a,b][a, b] is given by the slope of the secant line:   - m=f(b)f(a)bam = \frac{f(b) - f(a)}{b - a}

  • Definition of the Derivative   - The derivative, or instantaneous rate of change, converts the slope of the secant line to the slope of a tangent line by letting the change in xx (Δx\Delta x or hh) approach zero:   - f(x)=limho0f(x+h)f(x)hf'(x) = \lim_{h o 0} \frac{f(x+h) - f(x)}{h}   - Alternate Definition: f(c)=limxocf(x)f(c)xcf'(c) = \lim_{x o c} \frac{f(x) - f(c)}{x - c}

  • Differentiability and Continuity Properties   - A. If f(x)f(x) is differentiable at x=cx = c, then f(x)f(x) is continuous at x=cx = c.   - B. If f(x)f(x) is not continuous at x=cx = c, then f(x)f(x) is not differentiable at x=cx = c.   - C. The graph of ff is continuous, but not differentiable at x=cx = c if:     - I. The graph has a cusp or sharp point at x=cx = c     - II. The graph has a vertical tangent line at x=cx = c     - III. The graph has an endpoint at x=cx = c

  • Basic Derivative Rules   - Considering cc as a constant:   - 1. Constant Rule: ddx[c]=0\frac{d}{dx}[c] = 0   - 2. Constant Multiple Rule: ddx[cf(x)]=cf(x)\frac{d}{dx}[cf(x)] = cf'(x)   - 3. Sum Rule: ddx[f(x)+g(x)]=f(x)+g(x)\frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x)   - 4. Difference Rule: ddx[f(x)g(x)]=f(x)g(x)\frac{d}{dx}[f(x) - g(x)] = f'(x) - g'(x)   - 5. Product Rule: ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)   - 6. Quotient Rule: ddx[f(x)g(x)]=g(x)f(x)f(x)g(x)[g(x)]2\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{g(x)f'(x) - f(x)g'(x)}{[g(x)]^2}   - 7. Chain Rule: ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x))g'(x)

  • Derivatives of Trig and Inverse Trig Functions   - Trigonometric Functions:     - 1. ddx[sin(x)]=cos(x)\frac{d}{dx}[\sin(x)] = \cos(x)     - 2. ddx[cos(x)]=sin(x)\frac{d}{dx}[\cos(x)] = -\sin(x)     - 3. ddx[tan(x)]=sec2(x)\frac{d}{dx}[\tan(x)] = \sec^2(x)     - 4. ddx[sec(x)]=sec(x)tan(x)\frac{d}{dx}[\sec(x)] = \sec(x)\tan(x)     - 5. ddx[csc(x)]=csc(x)cot(x)\frac{d}{dx}[\csc(x)] = -\csc(x)\cot(x)     - 6. ddx[cot(x)]=csc2(x)\frac{d}{dx}[\cot(x)] = -\csc^2(x)   - Inverse Trigonometric Functions:     - 1. ddx[sin1(x)]=11x2\frac{d}{dx}[\sin^{-1}(x)] = \frac{1}{\sqrt{1 - x^2}}     - 2. ddx[cos1(x)]=11x2\frac{d}{dx}[\cos^{-1}(x)] = \frac{-1}{\sqrt{1 - x^2}}     - 3. ddx[tan1(x)]=11+x2\frac{d}{dx}[\tan^{-1}(x)] = \frac{1}{1 + x^2}     - 4. ddx[sec1(x)]=1xx21\frac{d}{dx}[\sec^{-1}(x)] = \frac{1}{|x|\sqrt{x^2 - 1}}     - 5. ddx[csc1(x)]=1xx21\frac{d}{dx}[\csc^{-1}(x)] = \frac{-1}{|x|\sqrt{x^2 - 1}}     - 6. ddx[cot1(x)]=11+x2\frac{d}{dx}[\cot^{-1}(x)] = \frac{-1}{1 + x^2}

Advanced Differentiation and Theorems

  • Derivatives of Exponential and Logarithmic Functions   - 1. limxo(1+x)=e\lim_{x o \infty} (1+x) = e (Note: likely transcript notation for limn(1+1/n)n=e\lim_{n \to \infty} (1 + 1/n)^n = e)   - 2. ddx[loga(x)]=1xln(a)\frac{d}{dx}[\log_a(x)] = \frac{1}{x \ln(a)} (for a > 0 and a1a \neq 1)   - 3. ddx[ex]=ex\frac{d}{dx}[e^x] = e^x   - 4. ddx[lnx]=1x\frac{d}{dx}[\ln|x|] = \frac{1}{x}   - 5. ddx[logax]=1xln(a)\frac{d}{dx}[\log_a|x|] = \frac{1}{x \ln(a)}   - 6. ddx[eu]=euu\frac{d}{dx}[e^u] = e^u \cdot u'   - 7. ddx[ax]=axln(a)\frac{d}{dx}[a^x] = a^x \ln(a)

  • Explicit and Implicit Differentiation   - Explicit Functions: Function yy is written only in terms of xx (y=f(x)y = f(x)). Derivatives rules apply normally.   - Implicit Differentiation: Expression involving both xx and yy.     - I. Differentiate both sides with respect to xx. Differentiate terms with xx normally; multiply terms with yy by dydx\frac{dy}{dx} per the chain rule.     - II. Group all dydx\frac{dy}{dx} terms on one side.     - III. Factor dydx\frac{dy}{dx} and solve in terms of xx and yy.

  • Tangent Lines and Normal Lines   - Equation of the tangent line at point (a,f(a))(a, f(a)): yf(a)=f(a)(xa)y - f(a) = f'(a)(x - a)   - Equation of the normal line at point (a,f(a))(a, f(a)): yf(a)=1f(a)(xa)y - f(a) = -\frac{1}{f'(a)}(x - a)

  • Mean Value Theorem (MVT) for Derivatives   - If ff is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), there exists at least one c(a,b)c \in (a, b) such that:   - f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}   - Geometrically: The slope of the tangent line at some point is equal to the slope of the secant line.

  • Rolle's Theorem   - A special case of MVT. If ff is continuous on [a,b][a, b], differentiable on (a,b)(a, b), and f(a)=f(b)f(a) = f(b), then there exists at least one c(a,b)c \in (a, b) such that:   - f(c)=0f'(c) = 0

  • Particle Motion   - Position: x(t)x(t)   - Velocity: v(t)=x(t)v(t) = x'(t)   - Speed: v(t)|v(t)|   - Acceleration: a(t)=v(t)=x(t)a(t) = v'(t) = x''(t)   - Rules:     - A. If v(t) > 0, the particle moves right or up. If v(t) < 0, it moves left or down.     - B. If v(t)v(t) and a(t)a(t) have the same sign, speed is increasing. If they have opposite signs, speed is decreasing.     - C. If v(t)=0v(t) = 0 and the sign of v(t)v(t) changes, the particle changes direction.

  • Related Rates   - A. Identify known variables and rates of change (dvariabledt\frac{d\text{variable}}{dt}). Construct a relating equation.   - B. Implicitly differentiate both sides with respect to time (tt). Do not substitute changing variable values before differentiating unless the value is constant.   - C. Substitute known values and solve for the required rate.   - Note: Often uses Pythagorean Theorem, geometric shapes, or similar triangles.

Applications of Derivatives

  • Extrema of a Function   - Absolute Extrema: The highest/lowest y-value on a given interval or domain.   - Relative Extrema:     - Relative Maximum: Where the function changes from increasing to decreasing (or ff' changes from positive to negative).     - Relative Minimum: Where the function changes from decreasing to increasing (or ff' changes from negative to positive).   - Critical Value: Values of xx where f(c)f(c) is defined and f(c)=0f'(c) = 0 or f(c)f'(c) is undefined.

  • Extreme Value Theorem (EVT)   - If ff is continuous on [a,b][a, b], absolute extrema occur at either the endpoints or the critical values.   - Identify extrema by creating a table comparing y-values at endpoints and critical values.

  • Increasing/Decreasing and the First Derivative Test   - Increasing: f'(x) > 0 (tangent has positive slope).   - Decreasing: f'(x) < 0 (tangent has negative slope).   - Constant: f(x)=0f'(x) = 0 (tangent is horizontal).   - First Derivative Test: Use a sign chart for ff' involving discontinuities and critical values:     - Sign change of ff' from - to ++ at x=c    x=c \implies relative minimum.     - Sign change of ff' from ++ to - at x=c    x=c \implies relative maximum.     - No sign change     \implies shelf point.

  • Concavity and the Second Derivative Test   - Concave Up: f''(x) > 0 (f(x)f'(x) is increasing).   - Concave Down: f''(x) < 0 (f(x)f'(x) is decreasing).   - Second Derivative Test (for continuous f(x)f(x) at cc):     - If f(c)=0f'(c) = 0 and f''(c) > 0 \implies relative minimum.     - If f(c)=0f'(c) = 0 and f''(c) < 0 \implies relative maximum.     - If f(c)=0f'(c) = 0 and f(c)=0    f''(c) = 0 \implies test is inconclusive; use First Derivative Test.

  • Point of Inflection   - If ff is continuous at x=cx=c and either f(c)=0f''(c) = 0 or f(c)f''(c) is undefined, a sign change in f(x)f''(x) at x=cx=c indicates a point of inflection.

  • Optimization   - A. Define primary equation (variable to maximize/minimize) and feasible domain.   - B. Use a secondary equation to relate variables and substitute so the primary equation has one variable.   - C. Take the derivative and find critical values.   - D. Check endpoints and critical values for the optimal solution.

  • Derivative of an Inverse   - If ff and its inverse gg (f1f^{-1}) are differentiable, and (c,f(c))(c, f(c)) exists on ff (meaning (f(c),c)(f(c), c) exists on gg):   - ddx[g(x)]=1f(f1(x))=1f(g(x))\frac{d}{dx}[g(x)] = \frac{1}{f'(f^{-1}(x))} = \frac{1}{f'(g(x))}

Integration and Antiderivatives

  • Antiderivatives   - If F(x)=f(x)F'(x) = f(x), then f(x)dx=F(x)+C\int f(x) \, dx = F(x) + C (the Indefinite Integral).

  • Basic Integration Rules (where CC is the constant of integration):   - 1. xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C (where n1n \neq -1)   - 2. kdx=kx+C\int k \, dx = kx + C   - 3. sin(x)dx=cos(x)+C\int \sin(x) \, dx = -\cos(x) + C   - 4. cos(x)dx=sin(x)+C\int \cos(x) \, dx = \sin(x) + C   - 5. sec2(x)dx=tan(x)+C\int \sec^2(x) \, dx = \tan(x) + C   - 6. sec(x)tan(x)dx=sec(x)+C\int \sec(x)\tan(x) \, dx = \sec(x) + C   - 7. csc2(x)dx=cot(x)+C\int \csc^2(x) \, dx = -\cot(x) + C   - 8. csc(x)cot(x)dx=csc(x)+C\int \csc(x)\cot(x) \, dx = -\csc(x) + C

  • Definite Integrals and FTC   - The First Fundamental Theorem of Calculus: If F(x)F(x) is the antiderivative of continuous f(x)f(x):     - abf(x)dx=F(b)F(a)\int_a^b f(x) \, dx = F(b) - F(a)   - Properties of Definite Integrals:     - 1. aaf(x)dx=0\int_a^a f(x) \, dx = 0     - 2. abf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x) \, dx = \int_a^c f(x) \, dx + \int_c^b f(x) \, dx     - 3. abf(x)dx=baf(x)dx\int_a^b f(x) \, dx = -\int_b^a f(x) \, dx     - 4. aaf(x)dx=20af(x)dx\int_{-a}^a f(x) \, dx = 2 \int_0^a f(x) \, dx if function is even.     - 5. aaf(x)dx=0\int_{-a}^a f(x) \, dx = 0 if function is odd.

  • Riemann Sum (Approximations)   - Dividing the interval [a,b][a, b] into nn subintervals, each width is Δx=ban\Delta x = \frac{b-a}{n}.   - A. Right Riemann Sum: AreaΔx[f(x1)+f(x2)++f(xn)]\text{Area} \approx \Delta x [f(x_1) + f(x_2) + … + f(x_n)]   - B. Left Riemann Sum: AreaΔx[f(x0)+f(x1)++f(xn1)]\text{Area} \approx \Delta x [f(x_0) + f(x_1) + … + f(x_{n-1})]   - C. Midpoint Riemann Sum: AreaΔx[f(x1/2)+f(x3/2)+]\text{Area} \approx \Delta x [f(x_{1/2}) + f(x_{3/2}) + …]   - D. Trapezoidal Sum: Area=Δx2[f(x0)+2f(x1)+2f(x2)++2f(xn1)+f(xn)]\text{Area} = \frac{\Delta x}{2} [f(x_0) + 2f(x_1) + 2f(x_2) + … + 2f(x_{n-1}) + f(x_n)]   - Approximation Properties:     - Under-approximation occurs when:       - I. Left sum on increasing function.       - II. Right sum on decreasing function.       - III. Trapezoidal sum on concave down function.     - Over-approximation occurs when:       - I. Left sum on decreasing function.       - II. Right sum on increasing function.       - III. Trapezoidal sum on concave up function.

  • Riemann Sum (Limit Definition of Area)   - For continuous ff on [a,b][a, b]:   - abf(x)dx=limni=1nf(ci)Δx\int_a^b f(x) \, dx = \lim_{n \to \infty} \sum_{i=1}^n f(c_i) \Delta x   - Where cic_i is either left endpoint (a+(i1)Δxa + (i-1)\Delta x) or right endpoint (a+iΔxa + i\Delta x).

  • Average Value of a Function   - On the interval [a,b][a, b]: Average Value=1baabf(x)dx\text{Average Value} = \frac{1}{b-a} \int_a^b f(x) \, dx

  • Second Fundamental Theorem of Calculus   - A. ddx[axf(t)dt]=f(x)\frac{d}{dx} \left[ \int_a^x f(t) \, dt \right] = f(x)   - B. ddx[xbf(t)dt]=f(x)\frac{d}{dx} \left[ \int_x^b f(t) \, dt \right] = -f(x)   - C. ddx[au(x)f(t)dt]=f(u(x))u(x)\frac{d}{dx} \left[ \int_a^{u(x)} f(t) \, dt \right] = f(u(x)) \cdot u'(x)

  • Integration of Exponential and Logarithmic Formulas   - 1. 1xdx=lnx+C\int \frac{1}{x} \, dx = \ln|x| + C   - 2. 1udu=lnu+C\int \frac{1}{u} \, du = \ln|u| + C   - 3. 1xadx=lnxa+C\int \frac{1}{x-a} \, dx = \ln|x-a| + C   - 4. axdx=axln(a)+C\int a^x \, dx = \frac{a^x}{\ln(a)} + C   - 5. exdx=ex+C\int e^x \, dx = e^x + C   - 6. audu=auln(a)u+C\int a^u \, du = \frac{a^u}{\ln(a) \cdot u'} + C (Note: usually requires substitution)   - 7. eudu=eu+C\int e^u \, du = e^u + C

  • Integration of Trig and Inverse Trig   - 1. cos(x)dx=sin(x)+C\int \cos(x) \, dx = \sin(x) + C   - 2. sec2(x)dx=tan(x)+C\int \sec^2(x) \, dx = \tan(x) + C   - 3. sec(x)tan(x)dx=sec(x)+C\int \sec(x)\tan(x) \, dx = \sec(x) + C   - 4. sin(u)du=cos(u)+C\int \sin(u) \, du = -\cos(u) + C   - 5. csc2(u)du=cot(u)+C\int \csc^2(u) \, du = -\cot(u) + C   - 6. csc(u)cot(u)du=csc(u)+C\int \csc(u)\cot(u) \, du = -\csc(u) + C   - 7. 11x2dx=arcsin(x)+C\int \frac{1}{\sqrt{1-x^2}} \, dx = \arcsin(x) + C   - 8. 11x2dx=arccos(x)+C\int \frac{-1}{\sqrt{1-x^2}} \, dx = \arccos(x) + C   - 9. 11+x2dx=arctan(x)+C\int \frac{1}{1+x^2} \, dx = \arctan(x) + C   - 10. 11+x2dx=arccot(x)+C\int \frac{-1}{1+x^2} \, dx = \text{arccot}(x) + C   - 11. 1xx21dx=arcsec(x)+C\int \frac{1}{x\sqrt{x^2-1}} \, dx = \text{arcsec}(x) + C   - 12. 1xx21dx=arccsc(x)+C\int \frac{-1}{x\sqrt{x^2-1}} \, dx = \text{arccsc}(x) + C

Differential Equations and Slope Fields

  • Exponential Growth and Decay   - A. Differential Equation: dydt=ky\frac{dy}{dt} = ky   - B. General Solution: y=Cekty = Ce^{kt}     - I. k > 0 \implies growth.     - II. k < 0 \implies decay.

  • Solving Differential Equations   - Use Separation of Variables:     - 1. Separate variables (yy terms with dydy, xx terms with dxdx).     - 2. Integrate both sides.     - 3. Solve for yy to find the General Solution.     - 4. For a Particular Solution, use the initial condition to solve for CC.

  • Slope Fields   - A graphical representation where the derivative dydx\frac{dy}{dx} provides the slope at each point (x,y)(x, y). Sketch small segments of the tangent lines to visualize potential solutions.

Applications of Integration

  • Area Between Two Curves   - A. Top vs Bottom: Area=ab[f(x)g(x)]dx\text{Area} = \int_a^b [f(x) - g(x)] \, dx   - B. Right vs Left: Area=ab[f(y)g(y)]dy\text{Area} = \int_a^b [f(y) - g(y)] \, dy

  • Volumes of Solids of Revolution: Disk Method   - Region borders the axis of revolution on [a,b][a, b]:   - A. Around x-axis: V=πab(f(x))2dxV = \pi \int_a^b (f(x))^2 \, dx   - B. Around y-axis: V=πab(f(y))2dyV = \pi \int_a^b (f(y))^2 \, dy   - C. Around horizontal line y=ky=k: V=πab(f(x)k)2dxV = \pi \int_a^b (f(x) - k)^2 \, dx   - D. Around vertical line x=mx=m: V=πab(f(y)m)2dyV = \pi \int_a^b (f(y) - m)^2 \, dy

  • Volumes of Solids of Revolution: Washer Method   - Region has space between it and the axis of revolution:   - A. Around x-axis: V=πab([f(x)]2[g(x)]2)dxV = \pi \int_a^b ([f(x)]^2 - [g(x)]^2) \, dx   - B. Around y-axis: V=πab([f(y)]2[g(y)]2)dyV = \pi \int_a^b ([f(y)]^2 - [g(y)]^2) \, dy   - C. Around line y=ky=k: V=πab([f(x)k]2[g(x)k]2)dxV = \pi \int_a^b ([f(x) - k]^2 - [g(x) - k]^2) \, dx   - D. Around line x=mx=m: V=πab([f(y)m]2[g(y)m]2)dyV = \pi \int_a^b ([f(y) - m]^2 - [g(y) - m]^2) \, dy

  • Volumes of Known Cross Sections   - Integrates area formulas A(x)A(x) perpendicular to the axis:   - I. Squares: V=ab[f(x)]2dxV = \int_a^b [f(x)]^2 \, dx   - II. Equilateral Triangles: V=34ab[f(x)]2dxV = \frac{\sqrt{3}}{4} \int_a^b [f(x)]^2 \, dx   - III. Isosceles Right Triangles (leg in base): V=12ab[f(x)]2dxV = \frac{1}{2} \int_a^b [f(x)]^2 \, dx   - IV. Isosceles Right Triangles (hypotenuse in base): V=14ab[f(x)]2dxV = \frac{1}{4} \int_a^b [f(x)]^2 \, dx   - V. Semicircles (diameter in base): V=π8ab[f(x)]2dxV = \frac{\pi}{8} \int_a^b [f(x)]^2 \, dx   - VI. Semicircles (radius in base): V=π2ab[f(x)]2dxV = \frac{\pi}{2} \int_a^b [f(x)]^2 \, dx