Limits & Continuity

~10%

The Concept of a Limit

The limit lim(x→a) f(x) = L means f(x) gets arbitrarily close to L as x approaches a, without necessarily equaling f(a). One-sided limits: the left-hand limit lim(x→a⁻) f(x) and right-hand limit lim(x→a⁺) f(x) must both exist and be equal for the two-sided limit to exist. If they differ, the limit does not exist.

Limit Laws and Evaluation Techniques

For polynomials and rational functions where the denominator is nonzero, direct substitution works: lim(x→a) p(x) = p(a). For 0/0 indeterminate forms, try: (1) factoring and canceling, (2) rationalizing by multiplying by conjugate, (3) L'Hôpital's Rule — if lim f/g → 0/0 or ∞/∞, then lim f/g = lim f'/g'. The Squeeze Theorem: if g(x) ≤ f(x) ≤ h(x) near a, and lim g(x) = lim h(x) = L, then lim f(x) = L. Famous limit: lim(x→0) sin(x)/x = 1.

Limits at Infinity and Infinite Limits

As x → ±∞, polynomial behavior is dominated by the leading term. For rational functions: if degree of numerator < denominator, limit = 0; if equal, limit = ratio of leading coefficients; if numerator > denominator, limit = ±∞. Vertical asymptotes occur where the denominator approaches 0 and the numerator doesn't; horizontal asymptotes are the limits at ±∞.

Continuity

A function f is continuous at a if: (1) f(a) is defined, (2) lim(x→a) f(x) exists, (3) lim(x→a) f(x) = f(a). Removable discontinuities (holes) can be fixed by redefining; jump discontinuities and infinite discontinuities cannot. Polynomials, rational functions (at non-zero denominator points), trig, exponential, and log functions are all continuous on their domains. The Intermediate Value Theorem (IVT): if f is continuous on [a,b] and N is between f(a) and f(b), then there exists c ∈ (a,b) with f(c) = N.

d/dx

Differential Calculus

~35%

The Derivative: Definition and Interpretation

The derivative f'(x) = lim(h→0) [f(x+h) − f(x)] / h is the instantaneous rate of change of f at x, and the slope of the tangent line to the graph at (x, f(x)). Differentiability implies continuity (but not vice versa). A function fails to be differentiable at corners, cusps, vertical tangents, and discontinuities.

Basic Differentiation Rules

Constant rule: d/dx[c] = 0. Power rule: d/dx[xⁿ] = nxⁿ⁻¹. Constant multiple: d/dx[cf] = c·f'. Sum/difference: (f ± g)' = f' ± g'. Product rule: (fg)' = f'g + fg'. Quotient rule: (f/g)' = (f'g − fg')/g². Chain rule: d/dx[f(g(x))] = f'(g(x))·g'(x). Know these cold — they are the engine of differential calculus.

Derivatives of Standard Functions

Trigonometric: d/dx[sin x] = cos x; d/dx[cos x] = −sin x; d/dx[tan x] = sec²x; d/dx[cot x] = −csc²x; d/dx[sec x] = sec x tan x; d/dx[csc x] = −csc x cot x. Exponential: d/dx[eˣ] = eˣ; d/dx[aˣ] = aˣ ln a. Logarithmic: d/dx[ln x] = 1/x; d/dx[log_a x] = 1/(x ln a). Inverse trig: d/dx[arcsin x] = 1/√(1−x²); d/dx[arctan x] = 1/(1+x²).

Higher-Order Derivatives and Implicit Differentiation

The second derivative f''(x) is the derivative of f'(x); the nth derivative is denoted f⁽ⁿ⁾(x). f''(x) represents the rate of change of slope (concavity). Implicit differentiation: differentiate both sides with respect to x, treating y as a function of x and applying the chain rule to y-terms. Example: d/dx[y²] = 2y · dy/dx. Then solve for dy/dx algebraically.

Related Rates

Related rates problems involve two or more quantities changing with respect to time. Strategy: (1) draw and label the situation, (2) write an equation relating the quantities, (3) differentiate both sides with respect to t, (4) substitute known values and solve for the unknown rate. Common setups: ladder sliding down wall, balloon inflating, water draining from a cone.

📊

Applications of Derivatives

~20%

Mean Value Theorem and Rolle's Theorem

Rolle's Theorem: if f is continuous on [a,b], differentiable on (a,b), and f(a) = f(b), then there exists c ∈ (a,b) where f'(c) = 0. The Mean Value Theorem (MVT): if f is continuous on [a,b] and differentiable on (a,b), then there exists c where f'(c) = [f(b) − f(a)] / (b − a). The MVT means that the instantaneous rate of change equals the average rate of change at some point.

Increasing/Decreasing Functions and Critical Points

f is increasing where f'(x) > 0 and decreasing where f'(x) < 0. Critical points occur where f'(x) = 0 or f'(x) is undefined. First Derivative Test: if f' changes from + to − at c, then c is a local maximum; if from − to +, a local minimum; if no sign change, neither. To find absolute extrema on [a,b]: evaluate f at all critical points and endpoints, then compare.

Concavity and Second Derivative Test

f is concave up where f''(x) > 0 (f' is increasing, graph curves upward) and concave down where f''(x) < 0. Inflection points are where concavity changes — find by setting f''(x) = 0 and checking for sign change. Second Derivative Test for local extrema: if f'(c) = 0 and f''(c) > 0, then c is a local minimum; if f''(c) < 0, a local maximum; if f''(c) = 0, the test is inconclusive.

Optimization Problems

Strategy: (1) identify the quantity to maximize/minimize, (2) write the objective function, (3) use a constraint to reduce to a single variable, (4) differentiate and find critical points, (5) determine whether each is a max or min using the First or Second Derivative Test, (6) check endpoints if on a closed interval. Common examples: maximizing area with fixed perimeter, minimizing cost with fixed volume.

Linear Approximation and Differentials

The linearization of f at a is L(x) = f(a) + f'(a)(x − a). This is the tangent line approximation. The differential dy = f'(x) dx approximates the change in y for a small change dx in x. Newton's Method uses the linearization iteratively to approximate roots: xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ).

Integral Calculus

~25%

Antiderivatives and Indefinite Integrals

The antiderivative F(x) of f(x) satisfies F'(x) = f(x). The indefinite integral ∫f(x)dx = F(x) + C, where C is the constant of integration. Basic antiderivatives: ∫xⁿdx = xⁿ⁺¹/(n+1) + C (n ≠ −1); ∫eˣdx = eˣ + C; ∫1/x dx = ln|x| + C; ∫sin x dx = −cos x + C; ∫cos x dx = sin x + C; ∫sec²x dx = tan x + C. The constant of integration must always be included.

The Definite Integral and Riemann Sums

The definite integral ∫[a to b] f(x)dx is the limit of Riemann sums: divide [a,b] into n subintervals of width Δx = (b−a)/n, pick a sample point xᵢ* in each, and sum f(xᵢ*)Δx as n → ∞. Left, right, and midpoint Riemann sums approximate the area. The definite integral represents the signed area between f and the x-axis — positive above the x-axis, negative below.

Fundamental Theorem of Calculus

Part 1: If F(x) = ∫[a to x] f(t)dt, then F'(x) = f(x). Differentiation and integration are inverse operations. Part 2: ∫[a to b] f(x)dx = F(b) − F(a), where F is any antiderivative of f. Properties of definite integrals: ∫[a to b] = −∫[b to a]; ∫[a to a] = 0; ∫[a to c] + ∫[c to b] = ∫[a to b]; linearity (sums and constants factor out).

Integration Techniques

u-substitution: identify an inner function u = g(x), compute du = g'(x)dx, rewrite the integral in terms of u, integrate, then back-substitute. This is the chain rule in reverse. Integration by parts: ∫u dv = uv − ∫v du. Choose u using LIATE (Logarithms, Inverse trig, Algebraic, Trig, Exponential) — u is the first applicable type. Partial fractions for rational functions where denominator factors into linear factors.

Improper Integrals

An integral is improper if (1) a limit of integration is ±∞, or (2) the integrand has a vertical asymptote in [a,b]. Evaluate by replacing the problematic limit with a variable, integrating, then taking the limit. ∫[1 to ∞] 1/xᵖ dx converges if p > 1, diverges if p ≤ 1. ∫[0 to ∞] eˉˣ dx = 1 (converges). If the limit exists, the integral converges; if not, it diverges.

📐

Applications of Integrals

~20%

Area Between Curves

Area between f(x) and g(x) on [a,b] where f ≥ g: A = ∫[a to b] [f(x) − g(x)] dx. Find intersection points to determine the interval. If curves cross, split the integral and ensure you subtract the lower from the upper in each interval. For curves expressed as functions of y, integrate with respect to y: A = ∫[c to d] [right(y) − left(y)] dy.

Volumes of Revolution

Disk method (around x-axis): V = π∫[a to b] [f(x)]² dx. Washer method (region between two curves, around x-axis): V = π∫[a to b] {[f(x)]² − [g(x)]²} dx. Shell method (around y-axis): V = 2π∫[a to b] x·f(x) dx. The shell method is often easier when the axis of revolution is parallel to the direction of integration. Choose the method based on which gives a simpler integrand.

Arc Length and Surface Area

Arc length of y = f(x) on [a,b]: L = ∫[a to b] √(1 + [f'(x)]²) dx. Surface area of revolution around the x-axis: S = 2π∫[a to b] f(x)√(1 + [f'(x)]²) dx. These integrals are often difficult to evaluate exactly — recognize the setup even if the computation is complex.

Average Value of a Function

The average value of f on [a,b] is f_avg = 1/(b−a) · ∫[a to b] f(x) dx. The Mean Value Theorem for Integrals: if f is continuous on [a,b], there exists c ∈ [a,b] such that f(c) = f_avg. This means a continuous function attains its average value somewhere in the interval.

Differential Equations (Separation of Variables)

A differential equation involves a function and its derivatives. Separable equations: rewrite as g(y)dy = f(x)dx, integrate both sides, and solve for y. The initial value problem (IVP) adds a condition like y(x₀) = y₀ to determine C. Exponential growth/decay: dy/dt = ky → y = y₀eᵏᵗ. Population models, radioactive decay, and Newton's Law of Cooling are common examples.

Σ

Series, Sequences & Additional Topics

~10%

Taylor and Maclaurin Series

The Taylor series for f(x) centered at a is: f(a) + f'(a)(x−a) + f''(a)/2!(x−a)² + f'''(a)/3!(x−a)³ + … Maclaurin series (a = 0). Memorize: eˣ = Σxⁿ/n! = 1 + x + x²/2! + x³/3! + …; sin x = Σ(−1)ⁿ x²ⁿ⁺¹/(2n+1)! = x − x³/6 + …; cos x = Σ(−1)ⁿ x²ⁿ/(2n)! = 1 − x²/2 + …; 1/(1−x) = Σxⁿ = 1 + x + x² + … (|x| < 1).

Convergence of Series

Infinite series Σaₙ converges if the sequence of partial sums converges. Key tests: Geometric series Σarⁿ converges iff |r| < 1 (sum = a/(1−r)). p-series Σ1/nᵖ converges iff p > 1. Ratio Test: if lim|aₙ₊₁/aₙ| < 1, converges absolutely; > 1, diverges; = 1, inconclusive. Divergence Test (nth Term Test): if lim aₙ ≠ 0, series diverges. Alternating Series Test: if alternating series has decreasing terms → 0, it converges.

Parametric Differentiation

For x = f(t), y = g(t): dy/dx = (dy/dt)/(dx/dt) = g'(t)/f'(t). Second derivative: d²y/dx² = [d/dt(dy/dx)] / (dx/dt). Arc length in parametric form: L = ∫√((dx/dt)² + (dy/dt)²) dt. Speed = √((dx/dt)² + (dy/dt)²) at a given t.

Polar Calculus

For polar curves r = f(θ): area enclosed = ½∫[α to β] r² dθ. dy/dx = (dr/dθ sin θ + r cos θ)/(dr/dθ cos θ − r sin θ). Area between two polar curves: ½∫[α to β] (r_outer² − r_inner²) dθ. Common polar curves: r = a (circle), r = a cos θ (circle shifted right), r = a(1 + cos θ) (cardioid), r = a cos(nθ) (rose with n petals if n is odd, 2n if even).

L'Hôpital's Rule and Indeterminate Forms

When a limit yields 0/0 or ∞/∞, L'Hôpital's Rule applies: lim f(x)/g(x) = lim f'(x)/g'(x). Apply as many times as necessary until the indeterminate form is resolved. Other forms require algebraic manipulation to get 0/0 or ∞/∞: 0·∞ → rewrite as a quotient; ∞−∞ → combine over common denominator; 1^∞, 0⁰, ∞⁰ → take natural log and apply L'Hôpital's, then exponentiate.

Key Figures in the History of Calculus

MathematicianEra / NationalityContribution to Calculus
Archimedesc. 287–212 BCE, GreekMethod of exhaustion for areas and volumes — a precursor to integration; computed π and area of a parabolic segment
Johannes Kepler1571–1630, GermanUsed infinitesimal methods to find areas and volumes, motivating the integral; laws of planetary motion required calculus-like reasoning
Pierre de Fermat1601–1665, FrenchMethod for finding maxima/minima by setting a derivative-like expression to zero; early work on tangent lines
René Descartes1596–1650, FrenchCartesian coordinates providing the framework within which calculus is expressed; tangent line methods
John Wallis1616–1703, EnglishIntroduced the symbol ∞; infinite product for π/2; early work on integration of powers
Isaac Barrow1630–1677, EnglishPrecursor to the Fundamental Theorem of Calculus; geometric proof connecting differentiation and integration; mentor to Newton
Isaac Newton1643–1727, EnglishCo-inventor of calculus (called "method of fluxions"); discovered laws of motion and gravitation; developed Taylor series
Gottfried Wilhelm Leibniz1646–1716, GermanCo-inventor of calculus; introduced the notation dy/dx and ∫ that we still use today; the priority dispute with Newton shaped the field's history
Jakob Bernoulli1655–1705, SwissApplications of calculus; polar coordinates; the Bernoulli numbers; early work on differential equations
Johann Bernoulli1667–1748, SwissDeveloped L'Hôpital's Rule (which he actually discovered); major contributor to differential equations and calculus of variations
Guillaume de l'Hôpital1661–1704, FrenchPublished the first calculus textbook (1696); L'Hôpital's Rule for indeterminate forms bears his name (though Bernoulli derived it)
Leonhard Euler1707–1783, SwissProlific formalization of analysis; introduced e, i, f(x) notation; Euler's method for differential equations; power series
Joseph-Louis Lagrange1736–1813, French-ItalianLagrange's notation f'(x); foundations of calculus of variations; mean value theorem proof
Joseph Fourier1768–1830, FrenchFourier series — representing functions as trigonometric series; fundamental to applications of integration
Augustin-Louis Cauchy1789–1857, FrenchRigorous ε-δ definition of limits and continuity; formal foundations of differential and integral calculus
Bernhard Riemann1826–1866, GermanRiemann integral — formal definition of the definite integral via Riemann sums; Riemann hypothesis
Karl Weierstrass1815–1897, GermanRigorous foundations of real analysis; constructed continuous nowhere-differentiable function; formal ε-δ proofs
Brook Taylor1685–1731, EnglishTaylor series and the Taylor expansion of functions; foundational tool of calculus and numerical analysis
Colin Maclaurin1698–1746, ScottishMaclaurin series (Taylor series at 0); applied calculus to physics and geometry; extended Newton's methods
Georg Friedrich Riemann1826–1866, GermanReimagined integration rigorously; Riemannian geometry providing the mathematical framework for general relativity

Key Terms & Definitions

Antiderivative
A function F(x) such that F'(x) = f(x). The general antiderivative ∫f(x)dx = F(x) + C includes an arbitrary constant C.
Chain Rule
d/dx[f(g(x))] = f'(g(x))·g'(x). Differentiates composite functions by multiplying the outer derivative by the inner derivative.
Concavity
A function is concave up where f'' > 0 (curves like a cup) and concave down where f'' < 0 (curves like a cap).
Continuity
f is continuous at a if f(a) is defined, the limit exists at a, and the limit equals f(a). A function continuous on [a,b] has no breaks, jumps, or holes.
Critical Point
An x-value where f'(x) = 0 or f'(x) is undefined. All local maxima and minima occur at critical points, but not all critical points are extrema.
Definite Integral
∫[a to b] f(x)dx — the signed area between the curve and x-axis from a to b. Computed using the Fundamental Theorem: F(b) − F(a).
Derivative
f'(x) = lim(h→0)[f(x+h)−f(x)]/h. Measures the instantaneous rate of change of f at x; geometrically, the slope of the tangent line.
Differential Equation
An equation involving a function and its derivatives (e.g., dy/dx = ky). Solutions are functions, not numbers.
Differentiable
f is differentiable at a if f'(a) exists. Differentiability implies continuity; continuity alone does not imply differentiability.
Disk/Washer Method
Method to find volumes of revolution. Disk: V = π∫[f(x)]²dx. Washer: V = π∫{[f(x)]² − [g(x)]²}dx.
Fundamental Theorem of Calculus
Two-part theorem connecting derivatives and integrals: differentiation and integration are inverse operations; ∫[a to b] f dx = F(b) − F(a).
Improper Integral
An integral with an infinite limit of integration or an integrand with a vertical asymptote; evaluated as a limit. Converges if the limit is finite.
Inflection Point
A point where the concavity of f changes from up to down or vice versa. Occurs where f'' changes sign (not simply where f'' = 0).
Integration by Parts
∫u dv = uv − ∫v du. Used to integrate products of functions; u is chosen by LIATE priority.
Intermediate Value Theorem
If f is continuous on [a,b] and N is between f(a) and f(b), then ∃c ∈ (a,b) with f(c) = N. Guarantees a root exists between sign changes.
L'Hôpital's Rule
For 0/0 or ∞/∞ indeterminate forms: lim f/g = lim f'/g'. Apply by differentiating numerator and denominator separately, then taking the limit.
Limit
lim(x→a) f(x) = L: f(x) approaches L as x approaches a. Formal ε-δ definition; practical evaluation by substitution, factoring, or L'Hôpital's.
Local Extremum
A local maximum is a point where f(c) ≥ f(x) nearby; local minimum where f(c) ≤ f(x) nearby. Found via the First or Second Derivative Test.
Mean Value Theorem
On a differentiable function over [a,b], there exists c where f'(c) = [f(b)−f(a)]/(b−a). The instantaneous rate equals the average rate somewhere.
Power Rule
d/dx[xⁿ] = nxⁿ⁻¹. Applies for any real n. For antiderivatives: ∫xⁿdx = xⁿ⁺¹/(n+1) + C (n ≠ −1).
Product Rule
(fg)' = f'g + fg'. Used to differentiate products of two functions; cannot simply differentiate each factor separately.
Quotient Rule
(f/g)' = (f'g − fg')/g². Differentiates ratios; remember the order: "lo d-hi minus hi d-lo, over lo-lo."
Riemann Sum
Approximation of ∫f dx using rectangles: Σf(xᵢ*)Δx. Left, right, or midpoint Riemann sums give different approximations.
Related Rates
Problems involving multiple quantities changing with time. Differentiate the equation relating them with respect to t, then solve for the unknown rate.
Taylor/Maclaurin Series
Power series representation of a function: f(x) = Σ f⁽ⁿ⁾(a)(x−a)ⁿ/n!. Maclaurin series is centered at a=0.
u-Substitution
Technique to simplify integrals: let u = g(x), du = g'(x)dx, rewrite in terms of u. Reverses the Chain Rule.

Video Resources

▶ YouTube
Professor Leonard — Calculus 1 Full Course
The most comprehensive free calculus lecture series available. Covers limits, derivatives, and integrals with full university-level rigor and clarity.
Watch on YouTube →
▶ Khan Academy
AP®/College Calculus AB — Khan Academy
Complete calculus course aligned to college-level content. Limits, derivatives, integrals, and applications with interactive practice problems.
Watch on Khan Academy →
▶ YouTube
The Organic Chemistry Tutor — Calculus
Extensive library of calculus videos — derivatives, integration techniques, related rates, optimization, series — worked example by example.
Watch on YouTube →
▶ Modern States
CLEP Calculus — Modern States
Free CLEP-specific calculus course with video lessons and quizzes matched to the College Board's content outline for the exam.
Watch on Modern States →
▶ YouTube
3Blue1Brown — Essence of Calculus
Visually stunning conceptual introduction to calculus. Essential for building intuition about limits, derivatives, and integrals before diving into mechanics.
Watch on YouTube →
▶ YouTube
patrickJMT — Calculus
Short, focused videos for every calculus topic. Great for quick review of specific techniques: chain rule, u-sub, integration by parts, series tests.
Watch on YouTube →

Practice Questions (200)

1Evaluate: lim(x→3) (x² − 9)/(x − 3)

A) 0

B) 3

C) 6

D) Undefined

Correct Answer: C
Factor: (x²−9)/(x−3) = (x+3)(x−3)/(x−3) = x+3. As x→3, this → 3+3 = 6.
2What is lim(x→∞) (3x² + 5)/(x² − 2)?

A) 0

B) 1

C) 3

D) ∞

Correct Answer: C
Equal degrees in numerator and denominator: the limit equals the ratio of leading coefficients = 3/1 = 3.
3What is d/dx[x⁵ − 3x² + 7]?

A) x⁴ − 6x

B) 5x⁴ − 6x + 7

C) 5x⁴ − 6x

D) 5x⁶ − x³

Correct Answer: C
Apply power rule term by term: d/dx[x⁵] = 5x⁴; d/dx[−3x²] = −6x; d/dx[7] = 0. Total: 5x⁴ − 6x.
4Find d/dx[sin(x²)].

A) cos(x²)

B) 2x cos(x²)

C) −2x sin(x²)

D) cos(2x)

Correct Answer: B
Chain rule: outer = sin(u), inner u = x². d/dx[sin(x²)] = cos(x²) · 2x = 2x cos(x²).
5Find d/dx[eˣ · ln x].

A) eˣ/x

B) eˣ ln x + eˣ/x

C) eˣ + eˣ/x

D) eˣ ln x − eˣ/x

Correct Answer: B
Product rule: (eˣ)'·ln x + eˣ·(ln x)' = eˣ ln x + eˣ · (1/x) = eˣ ln x + eˣ/x.
6What is the derivative of f(x) = tan(3x)?

A) sec²(3x)

B) 3 sec²(3x)

C) −3 csc²(3x)

D) 3 sec(3x)

Correct Answer: B
Chain rule: d/dx[tan(u)] = sec²(u) · u'. Here u = 3x, u' = 3. So f'(x) = 3 sec²(3x).
7Find the equation of the tangent line to f(x) = x³ at x = 2.

A) y = 12x − 16

B) y = 12x + 8

C) y = 3x − 4

D) y = 6x − 4

Correct Answer: A
f(2) = 8, f'(x) = 3x², f'(2) = 12. Tangent: y − 8 = 12(x − 2) → y = 12x − 16.
8At which x-value does f(x) = x³ − 3x have a local minimum?

A) x = 0

B) x = −1

C) x = 1

D) x = 3

Correct Answer: C
f'(x) = 3x² − 3 = 0 → x = ±1. f''(x) = 6x. f''(1) = 6 > 0 → local minimum at x = 1. f''(−1) = −6 < 0 → local maximum at x = −1.
9Find ∫(4x³ − 2x + 5) dx.

A) 12x² − 2 + C

B) x⁴ − x² + 5x + C

C) 4x⁴ − 2x² + 5x + C

D) x⁴ + x² + 5 + C

Correct Answer: B
∫4x³dx = x⁴; ∫−2x dx = −x²; ∫5 dx = 5x. Total: x⁴ − x² + 5x + C.
10Evaluate: ∫[0 to 2] (3x²) dx

A) 6

B) 8

C) 12

D) 24

Correct Answer: B
∫3x² dx = x³ + C. Evaluate from 0 to 2: [x³] from 0 to 2 = 8 − 0 = 8.
11Use u-substitution to evaluate ∫2x(x² + 1)⁴ dx.

A) (x² + 1)⁵/5 + C

B) 8x(x² + 1)³ + C

C) 2(x² + 1)⁵ + C

D) (x² + 1)⁵ + C

Correct Answer: A
Let u = x² + 1, du = 2x dx. Integral becomes ∫u⁴ du = u⁵/5 + C = (x² + 1)⁵/5 + C.
12What is the area under f(x) = sin x from x = 0 to x = π?

A) 0

B) 1

C) 2

D) π

Correct Answer: C
∫[0 to π] sin x dx = [−cos x] from 0 to π = −cos(π) − (−cos 0) = −(−1) − (−1) = 1 + 1 = 2.
13If F'(x) = f(x) and F(2) = 5, what does the Fundamental Theorem tell us about ∫[2 to 4] f(x) dx if F(4) = 11?

A) 16

B) 6

C) 11

D) 5

Correct Answer: B
By FTC Part 2: ∫[2 to 4] f(x)dx = F(4) − F(2) = 11 − 5 = 6.
14Which of the following functions is NOT continuous at x = 2?

A) f(x) = x² − 4

B) f(x) = |x − 2|

C) f(x) = 1/(x − 2)

D) f(x) = √(x − 1)

Correct Answer: C
f(x) = 1/(x−2) is undefined at x = 2 (division by zero → vertical asymptote). The other three functions are all defined and continuous at x = 2.
15Find the inflection point(s) of f(x) = x⁴ − 6x².

A) x = 0 only

B) x = ±1

C) x = ±√3

D) x = ±3

Correct Answer: B
f'(x) = 4x³ − 12x; f''(x) = 12x² − 12. Set f'' = 0: 12x² = 12 → x² = 1 → x = ±1. Check sign changes: f'' changes from positive to negative (and back), confirming inflection points at x = ±1.
16Apply L'Hôpital's Rule: lim(x→0) sin(x)/x

A) 0

B) ∞

C) 1

D) −1

Correct Answer: C
0/0 form. L'Hôpital's: lim [d/dx(sin x)] / [d/dx(x)] = lim cos(x)/1 = cos(0)/1 = 1. This is the famous fundamental trig limit.
17Differentiate implicitly: x² + y² = 25. Find dy/dx.

A) dy/dx = y/x

B) dy/dx = x/y

C) dy/dx = −x/y

D) dy/dx = −y/x

Correct Answer: C
Differentiate both sides: 2x + 2y(dy/dx) = 0 → 2y(dy/dx) = −2x → dy/dx = −x/y.
18A particle's position is s(t) = t³ − 6t² + 9t. At what time(s) is the particle at rest (velocity = 0)?

A) t = 1 and t = 3

B) t = 2 only

C) t = 0 and t = 6

D) t = 3 only

Correct Answer: A
v(t) = s'(t) = 3t² − 12t + 9. Set v = 0: 3(t² − 4t + 3) = 3(t−1)(t−3) = 0 → t = 1 and t = 3.
19∫cos x dx =

A) −sin x + C

B) sin x + C

C) tan x + C

D) sec x + C

Correct Answer: B
The antiderivative of cos x is sin x (since d/dx[sin x] = cos x). Remember: ∫sin x dx = −cos x + C.
20Find the area of the region bounded by y = x² and y = x on [0, 1].

A) 1/6

B) 1/3

C) 1/2

D) 1/4

Correct Answer: A
On [0,1], x ≥ x². Area = ∫[0 to 1] (x − x²)dx = [x²/2 − x³/3] from 0 to 1 = 1/2 − 1/3 = 1/6.
21What is d/dx[ln(x² + 1)]?

A) 1/(x² + 1)

B) 2x/(x² + 1)

C) ln(2x)

D) 2/(x² + 1)

Correct Answer: B
Chain rule: d/dx[ln(u)] = (1/u)·u'. Here u = x² + 1, u' = 2x. Result: 2x/(x² + 1).
22The volume of the solid formed by rotating y = √x about the x-axis from x = 0 to x = 4 is:

A) 4π

B) 8π

C) 16π

D) 2π

Correct Answer: B
Disk method: V = π∫[0 to 4] (√x)² dx = π∫[0 to 4] x dx = π[x²/2] from 0 to 4 = π(8 − 0) = 8π.
23Which series converges?

A) Σ 1/n (harmonic)

B) Σ n²

C) Σ (1/2)ⁿ

D) Σ (−1)ⁿ

Correct Answer: C
Σ(1/2)ⁿ is a geometric series with r = 1/2, |r| < 1 → converges to (1/2)/(1 − 1/2) = 1. The harmonic series diverges; Σn² diverges; Σ(−1)ⁿ diverges (terms don't → 0).
24Evaluate ∫x eˣ dx using integration by parts.

A) x eˣ + C

B) eˣ(x − 1) + C

C) eˣ(x + 1) + C

D) x² eˣ/2 + C

Correct Answer: B
Let u = x, dv = eˣ dx → du = dx, v = eˣ. ∫x eˣ dx = x eˣ − ∫eˣ dx = x eˣ − eˣ + C = eˣ(x − 1) + C.
25The average value of f(x) = x² on [0, 3] is:

A) 3

B) 6

C) 9

D) 4.5

Correct Answer: A
f_avg = 1/(3−0) · ∫[0 to 3] x² dx = (1/3)[x³/3] from 0 to 3 = (1/3)(27/3) = (1/3)(9) = 3.
26A ladder 10 ft long is leaning against a wall. The bottom is sliding away at 2 ft/s. How fast is the top sliding down when the bottom is 6 ft from the wall?

A) −3/2 ft/s

B) −2/3 ft/s

C) 3/2 ft/s

D) 2/3 ft/s

Correct Answer: A
x² + y² = 100. When x = 6: y = 8. Differentiate: 2x(dx/dt) + 2y(dy/dt) = 0 → 6(2) + 8(dy/dt) = 0 → dy/dt = −12/8 = −3/2 ft/s. Negative sign means the top is sliding down.
27What does the Mean Value Theorem guarantee for f(x) = x² on [1, 3]?

A) f has a zero in [1,3]

B) f'(c) = 4 for some c in (1,3)

C) f achieves its maximum at x = 3

D) f'(c) = 0 for some c

Correct Answer: B
MVT: f'(c) = [f(3)−f(1)]/(3−1) = (9−1)/2 = 8/2 = 4. There exists c ∈ (1,3) with f'(c) = 2c = 4 → c = 2. Confirmed.
28Evaluate: ∫[1 to ∞] 1/x² dx

A) Diverges

B) 1/2

C) 1

D) 2

Correct Answer: C
∫[1 to t] x⁻² dx = [−x⁻¹] from 1 to t = −1/t + 1. As t → ∞: −1/t → 0, so the integral = 1. The p-series test: p = 2 > 1, so this converges.
29Solve the initial value problem: dy/dx = 3x², y(0) = 5.

A) y = x³

B) y = x³ + 5

C) y = 3x³ + 5

D) y = x³ − 5

Correct Answer: B
Integrate: y = ∫3x² dx = x³ + C. Apply y(0) = 5: 0 + C = 5 → C = 5. So y = x³ + 5.
30Find the Maclaurin series for f(x) = eˣ up to the x³ term.

A) 1 + x + x²/2 + x³/6

B) 1 + x + x² + x³

C) x + x²/2 + x³/6

D) 1 + x + x²/2! + x³/3

Correct Answer: A
The Maclaurin series for eˣ = Σxⁿ/n! = 1 + x + x²/2! + x³/3! + … = 1 + x + x²/2 + x³/6 + …
31The function f(x) is concave down on an interval where:

A) f(x) > 0

B) f'(x) > 0

C) f''(x) > 0

D) f''(x) < 0

Correct Answer: D
Concave down means the second derivative is negative: f''(x) < 0. The graph curves downward (like an upside-down bowl).
32A rancher wants to fence a rectangular area of 200 sq ft. What dimensions minimize the total fencing used?

A) 10 ft × 20 ft

B) 14.14 ft × 14.14 ft (i.e., √200 × √200)

C) 5 ft × 40 ft

D) 25 ft × 8 ft

Correct Answer: B
Minimize P = 2x + 2y subject to xy = 200. Substituting y = 200/x: P = 2x + 400/x. P' = 2 − 400/x² = 0 → x² = 200 → x = √200 ≈ 14.14. Square shape minimizes perimeter for a given area.
33What is lim(x→0) (1 − cos x)/x²?

A) 0

B) 1

C) 1/2

D) ∞

Correct Answer: C
0/0 form. Apply L'Hôpital's twice: (1−cos x)/x² → sin x/2x → cos x/2. As x→0: cos(0)/2 = 1/2.
34Which test definitively shows Σ 1/n² converges?

A) Divergence Test

B) p-Series Test (p = 2 > 1)

C) Geometric Series (r = 1/n)

D) Integral Test only

Correct Answer: B
Σ1/nᵖ is a p-series; it converges when p > 1. Here p = 2 > 1, so the series converges. The integral test also works, but the p-series test is the most direct.
35Find d/dx[arctan(x)].

A) 1/√(1−x²)

B) −1/(1+x²)

C) 1/(1+x²)

D) sec²(x)

Correct Answer: C
The derivative of arctan(x) is 1/(1+x²). This is a standard formula to memorize. d/dx[arcsin x] = 1/√(1−x²); d/dx[arctan x] = 1/(1+x²).
36Solve the differential equation dy/dx = 2y with y(0) = 3.

A) y = 3e²ˣ

B) y = 2e³ˣ

C) y = e²ˣ + 3

D) y = 3 + 2x

Correct Answer: A
Separate: dy/y = 2dx → ln|y| = 2x + C → y = Ce²ˣ. Apply y(0) = 3: C = 3. So y = 3e²ˣ.
37What is the linearization of f(x) = √x at x = 9?

A) L(x) = 3 + (x − 9)/6

B) L(x) = 3 + (x − 9)/3

C) L(x) = 9 + (x − 9)/6

D) L(x) = 3 + x/6

Correct Answer: A
f(9) = 3; f'(x) = 1/(2√x); f'(9) = 1/6. L(x) = f(9) + f'(9)(x−9) = 3 + (x−9)/6.
38Compute ∫[0 to 1] x/(x² + 1) dx.

A) ln(2)/2

B) ln(2)

C) π/4

D) 1/2

Correct Answer: A
Let u = x²+1, du = 2x dx. Integral becomes ½∫[1 to 2] 1/u du = ½[ln u] from 1 to 2 = ½(ln 2 − 0) = (ln 2)/2.
39The acceleration of a particle is a(t) = 6t. If v(0) = 2, what is v(3)?

A) 11

B) 29

C) 20

D) 18

Correct Answer: C
v(t) = ∫a(t) dt = ∫6t dt = 3t² + C. v(0) = 2: C = 2. v(t) = 3t² + 2. v(3) = 3(9) + 2 = 27 + 2 = 29. Wait, that gives 29. Actually v(3) = 27 + 2 = 29. The correct answer is B) 29.
40Which of the following is the correct statement of the Intermediate Value Theorem?

A) If f'(c) = 0, then c is a local extremum

B) If f is continuous on [a,b] and N is between f(a) and f(b), then f(c) = N for some c ∈ (a,b)

C) If f is differentiable on (a,b), then f'(c) = [f(b)−f(a)]/(b−a)

D) If f is increasing, then f' > 0 everywhere

Correct Answer: B
This is the IVT: a continuous function on a closed interval takes on every value between its endpoint values. Option C describes the Mean Value Theorem.
41Evaluate: ∫ sec²(x) dx

A) −csc²(x) + C

B) sec(x) tan(x) + C

C) tan(x) + C

D) 2 sec(x) + C

Correct Answer: C
d/dx[tan x] = sec²x, so ∫sec²x dx = tan x + C. This is a standard antiderivative to memorize.
42What is d²y/dx² for y = x⁴?

A) 4x³

B) 12x²

C) 24x

D) 24

Correct Answer: B
First derivative: dy/dx = 4x³. Second derivative: d²y/dx² = 12x².
43Find the absolute maximum of f(x) = −x² + 4x on [0, 5].

A) 4

B) 5

C) −5

D) 0

Correct Answer: A
f'(x) = −2x + 4 = 0 → x = 2. Evaluate: f(0) = 0, f(2) = 4, f(5) = −25 + 20 = −5. Maximum value is 4 at x = 2.
44The Ratio Test for convergence of Σaₙ says if lim|aₙ₊₁/aₙ| = L, then the series:

A) Converges if L > 1, diverges if L < 1

B) Converges if L < 1, diverges if L > 1

C) Always converges if L = 1

D) Diverges for all L

Correct Answer: B
Ratio Test: if L < 1 → absolute convergence; L > 1 (or ∞) → divergence; L = 1 → inconclusive (need another test). Used most often for factorial and exponential series.
45If a function's derivative is positive on (2, 5) and negative on (5, 8), then at x = 5:

A) f has a local minimum

B) f has an inflection point

C) f has a local maximum

D) f is discontinuous

Correct Answer: C
By the First Derivative Test: if f' changes from positive to negative at x = 5, then f has a local maximum at x = 5 (function increases then decreases).
46∫ 1/x dx = ?

A) x⁰ + C

B) −1/x² + C

C) ln|x| + C

D) ln(x²) + C

Correct Answer: C
The power rule ∫xⁿdx = xⁿ⁺¹/(n+1) fails at n = −1. Instead, ∫(1/x)dx = ln|x| + C. The absolute value is needed because ln is only defined for positive x, but 1/x is defined for all x ≠ 0.
47Find d/dx[(x² + 1)⁵⁰].

A) 50(x² + 1)⁴⁹

B) 100x(x² + 1)⁴⁹

C) 50x(x² + 1)⁴⁹

D) 50(2x)⁴⁹

Correct Answer: B
Chain rule: outer = u⁵⁰, inner = x² + 1. d/dx = 50(x² + 1)⁴⁹ · 2x = 100x(x² + 1)⁴⁹.
48What does the shell method formula V = 2π∫[a to b] x·f(x) dx compute?

A) Area under the curve from a to b

B) Volume of revolution around the x-axis

C) Volume of revolution around the y-axis

D) Surface area of revolution

Correct Answer: C
The shell method V = 2π∫x·f(x)dx computes the volume of the solid formed when the region under y = f(x) is revolved around the y-axis. Each shell has radius x, height f(x), and thickness dx.
49What is the first-degree Taylor polynomial (linearization) of f(x) = sin x at x = 0?

A) f(x) ≈ 1

B) f(x) ≈ x − x³/6

C) f(x) ≈ x

D) f(x) ≈ 1 + x

Correct Answer: C
f(0) = 0, f'(x) = cos x, f'(0) = 1. First-degree (linearization): L(x) = 0 + 1·(x−0) = x. That's why sin x ≈ x for small x — the famous small-angle approximation.
50Evaluate: d/dx[∫[0 to x] √(t² + 1) dt]

A) √(x⁴ + 1)

B) √(x² + 1)

C) ∫[0 to x] 2t/(√(t²+1)) dt

D) x√(x² + 1)

Correct Answer: B
By the Fundamental Theorem of Calculus, Part 1: d/dx[∫[0 to x] f(t) dt] = f(x). Simply replace t with x in the integrand: √(x² + 1).
51Evaluate: lim(x→4) (√x − 2)/(x − 4)

A) 0

B) 1/4

C) 1/2

D) Undefined

Correct Answer: B
Direct substitution gives 0/0. Rationalize the numerator: multiply by (√x + 2)/(√x + 2) to get (x − 4)/[(x − 4)(√x + 2)]. Cancel (x − 4): 1/(√x + 2). As x → 4: 1/(2 + 2) = 1/4.
52Evaluate: lim(x→0) (1/x − 1/sin x)

A) 0

B) 1

C) ∞

D) −1

Correct Answer: A
Combine fractions: (sin x − x)/(x sin x). Near x = 0, sin x ≈ x − x³/6, so sin x − x ≈ −x³/6 and x sin x ≈ x². Thus the expression ≈ (−x³/6)/x² = −x/6 → 0. The limit is 0.
53For f(x) = { x² + 1, x < 2; ax − 1, x ≥ 2 } to be continuous at x = 2, what must a equal?

A) 3

B) 4

C) 2

D) 5/2

Correct Answer: D
Left-hand limit: lim(x→2⁻) = 2² + 1 = 5. Right-hand limit: lim(x→2⁺) = 2a − 1. For continuity: 2a − 1 = 5 → 2a = 6 → a = 3. With a = 3, f(2) = 3(2)−1 = 5 ✓. Actually a = 3 (not 5/2). The answer is A.
54The Intermediate Value Theorem guarantees a root of f(x) = x³ − 2x − 5 on which interval?

A) [0, 1]

B) [1, 2]

C) [2, 3]

D) [3, 4]

Correct Answer: C
f(2) = 8 − 4 − 5 = −1 < 0 and f(3) = 27 − 6 − 5 = 16 > 0. Since f is continuous and changes sign on [2, 3], by the IVT there exists c ∈ (2, 3) with f(c) = 0. This is the interval containing the actual root x ≈ 2.094.
55Find dy/dx by implicit differentiation: x² + y² = 25

A) −x/y

B) x/y

C) −y/x

D) 2x + 2y

Correct Answer: A
Differentiate both sides with respect to x: 2x + 2y(dy/dx) = 0. Solve for dy/dx: 2y(dy/dx) = −2x → dy/dx = −x/y. This gives the slope of the circle x² + y² = 25 at any point (x, y) on it.
56A sphere's radius is increasing at 2 cm/s. How fast is the volume increasing when r = 3 cm?

A) 36π cm³/s

B) 72π cm³/s

C) 24π cm³/s

D) 54π cm³/s

Correct Answer: B
V = (4/3)πr³ → dV/dt = 4πr²·(dr/dt). At r = 3, dr/dt = 2: dV/dt = 4π(9)(2) = 72π cm³/s. The chain rule connects the rate of change of volume to the rate of change of radius.
57A 10-foot ladder leans against a wall. Its base slides away at 1 ft/s. How fast is the top sliding down when the base is 6 ft from the wall?

A) −3/4 ft/s

B) −4/3 ft/s

C) 3/4 ft/s

D) −1 ft/s

Correct Answer: A
x² + y² = 100. Differentiate: 2x(dx/dt) + 2y(dy/dt) = 0. When x=6: y=√(100−36)=8. With dx/dt=1: 2(6)(1) + 2(8)(dy/dt) = 0 → 12 + 16(dy/dt) = 0 → dy/dt = −12/16 = −3/4 ft/s. Negative means the top is sliding down.
58Apply the Mean Value Theorem to f(x) = x² on [1, 3]. Find the value c guaranteed by the MVT.

A) c = 2
B) c = √3
C) c = 1.5
D) c = √5

Correct Answer: A
MVT: f'(c) = [f(3)−f(1)]/(3−1) = (9−1)/2 = 4. f'(x) = 2x, so 2c = 4 → c = 2. Check: c = 2 ∈ (1, 3) ✓. The MVT guarantees at least one point where the instantaneous rate equals the average rate over the interval.
59Use Newton's method with x₀ = 2 to find x₁ for f(x) = x² − 5.

A) x₁ = 9/4
B) x₁ = 7/4
C) x₁ = 2.25
D) x₁ = 5/2

Correct Answer: A
Newton's method: xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ). f(2) = 4−5 = −1; f'(x) = 2x → f'(2) = 4. x₁ = 2 − (−1)/4 = 2 + 1/4 = 9/4. This approximates √5; the exact value is ≈ 2.236. Note: options A and C are equivalent (9/4 = 2.25).
60For f(x) = 2x³ − 9x² + 12x − 4, use the First Derivative Test to classify x = 1 and x = 2.

A) x = 1 is a local min, x = 2 is a local max

B) x = 1 is a local max, x = 2 is a local min

C) Both are inflection points

D) x = 1 is local max, x = 2 is neither

Correct Answer: B
f'(x) = 6x² − 18x + 12 = 6(x²−3x+2) = 6(x−1)(x−2). Sign chart: x<1: (+)(−)(−)=+>0; 12: (+)(+)(+)=>0. f' goes +→−at x=1 (local max) and −→+at x=2 (local min).
61A cylindrical can must hold 500 cm³. To minimize the total surface area, what ratio of height to radius should be used?

A) h/r = 1

B) h/r = 2

C) h/r = π

D) h/r = 4

Correct Answer: B
SA = 2πr² + 2πrh; volume constraint: V = πr²h → h = V/(πr²). Substituting and minimizing: dSA/dr = 0 gives 4πr = 2πV/πr² → 4r = 2h/r → h = 2r → h/r = 2. The optimal can has height equal to its diameter.
62Evaluate: ∫ tan x dx

A) sec²x + C

B) ln|cos x| + C

C) ln|sec x| + C

D) −ln|cos x| + C

Correct Answer: C
∫ tan x dx = ∫ sin x/cos x dx. Let u = cos x, du = −sin x dx: −∫(1/u)du = −ln|u| + C = −ln|cos x| + C = ln|sec x| + C (since −ln|cos x| = ln|1/cos x| = ln|sec x|). Both C and D represent the same function.
63Evaluate: ∫ x·eˣ dx using integration by parts.

A) xeˣ + eˣ + C

B) xeˣ − eˣ + C

C) x²eˣ/2 + C

D) eˣ(x−1) + C

Correct Answer: B
Let u = x, dv = eˣ dx → du = dx, v = eˣ. IBP formula: ∫u dv = uv − ∫v du = xeˣ − ∫eˣ dx = xeˣ − eˣ + C = eˣ(x−1) + C. Options B and D are equivalent. Verify by differentiating: d/dx[xeˣ − eˣ] = eˣ + xeˣ − eˣ = xeˣ ✓.
64Evaluate: ∫ sin²x dx

A) −cos²x/2 + C

B) x/2 − sin(2x)/4 + C

C) sin(2x)/4 + C

D) −cos(2x)/2 + C

Correct Answer: B
Use half-angle identity: sin²x = (1 − cos 2x)/2. Then ∫sin²x dx = ∫(1 − cos 2x)/2 dx = x/2 − sin(2x)/4 + C. This technique applies whenever even powers of sin or cos appear.
65To evaluate ∫√(9 − x²) dx, what trigonometric substitution is used?

A) x = 3tan θ

B) x = 3sin θ

C) x = 3sec θ

D) x = 9sin θ

Correct Answer: B
For integrands of the form √(a² − x²), use x = a sin θ. Here a = 3: x = 3sin θ, dx = 3cos θ dθ, and √(9−x²) = √(9−9sin²θ) = 3cos θ. The three trig substitution patterns: √(a²−x²) → x=asinθ; √(a²+x²) → x=atanθ; √(x²−a²) → x=asecθ.
66Set up (but do not evaluate) the partial fraction decomposition for: (3x + 5)/[(x−1)(x+2)²]

A) A/(x−1) + B/(x+2)²

B) A/(x−1) + B/(x+2) + C/(x+2)²

C) (Ax+B)/(x−1) + C/(x+2)²

D) A/(x−1)(x+2)²

Correct Answer: B
When a linear factor is repeated, include a term for each power up to the multiplicity. For (x+2)²: include B/(x+2) and C/(x+2)². For the non-repeated linear factor (x−1): include A/(x−1). Correct setup: A/(x−1) + B/(x+2) + C/(x+2)².
67Does ∫[1 to ∞] 1/x² dx converge or diverge?

A) Diverges to ∞

B) Converges to 1

C) Converges to 2

D) Converges to 1/2

Correct Answer: B
∫[1 to ∞] x⁻² dx = lim(b→∞) [−1/x] from 1 to b = lim(b→∞) (−1/b + 1) = 0 + 1 = 1. The integral converges to 1. For ∫[1 to ∞] 1/xᵖ dx: converges when p > 1, diverges when p ≤ 1. Here p = 2 > 1 → converges.
68Find the arc length of f(x) = x^(3/2) from x = 0 to x = 4.

A) ∫[0 to 4] √(1 + (9x/4)) dx

B) ∫[0 to 4] √(1 + (3√x/2)²) dx

C) ∫[0 to 4] (1 + 9x/4) dx

D) 4² + (4^(3/2))²

Correct Answer: B
Arc length formula: L = ∫√(1 + [f'(x)]²) dx. f'(x) = (3/2)x^(1/2) = 3√x/2. [f'(x)]² = 9x/4. L = ∫[0 to 4]√(1 + (3√x/2)²) dx = ∫[0 to 4]√(1 + 9x/4) dx. Options A and B are equivalent; B shows the derivative explicitly.
69Find the volume generated by rotating y = x² from x = 0 to x = 2 about the x-axis using the disk method.

A) 32π/5
B) 16π/5
C) 8π
D) 4π

Correct Answer: A
V = π∫[0 to 2] [f(x)]² dx = π∫[0 to 2] x⁴ dx = π[x⁵/5] from 0 to 2 = π·32/5 = 32π/5. The disk method formula V = π∫[a to b] [f(x)]² dx rotates the region under the curve about the x-axis.
70Using the shell method, find the volume when the region bounded by y = x², y = 0, x = 2 is rotated about the y-axis.

A) 4π
B) 8π
C) 16π/3
D) 8π/3

Correct Answer: B
Shell method (rotation about y-axis): V = 2π∫[0 to 2] x·f(x) dx = 2π∫[0 to 2] x·x² dx = 2π∫[0 to 2] x³ dx = 2π[x⁴/4] from 0 to 2 = 2π·4 = 8π. The shell method formula is V = 2π∫(radius)(height) dx.
71Solve the separable differential equation: dy/dx = 2xy, with y(0) = 3.

A) y = 3e^(x²)
B) y = e^(x²) + 2
C) y = 3e^(2x)
D) y = 3x² + 3

Correct Answer: A
Separate: dy/y = 2x dx. Integrate: ln|y| = x² + C → y = Ae^(x²). Apply IC y(0) = 3: 3 = Ae⁰ = A. So y = 3e^(x²). This is a classic separable ODE; the technique is to isolate y-terms on one side and x-terms on the other before integrating.
72A slope field for dy/dx = x − y has a slope of 0 along which line?

A) y = 0
B) x = 0
C) y = x
D) y = −x

Correct Answer: C
Slope = 0 where dy/dx = x − y = 0 → y = x. Along the line y = x, all slope field segments are horizontal (slope zero). The solution curves approach the line y = x + 1 as the equilibrium line of this linear ODE.
73Apply Euler's method with h = 0.1 to dy/dx = y, y(0) = 1. Find y(0.1).

A) 1.1
B) 1.105
C) e^0.1
D) 1.01

Correct Answer: A
Euler's method: yₙ₊₁ = yₙ + h·f(xₙ, yₙ). At (x₀, y₀) = (0, 1): y₁ = 1 + 0.1·f(0,1) = 1 + 0.1·1 = 1.1. The exact solution is y = eˣ, so the exact value y(0.1) = e^0.1 ≈ 1.105. Euler's method gives the approximate value 1.1.
74Apply the Integral Test to determine if Σ(n=1 to ∞) 1/n² converges.

A) Diverges, since ∫[1 to ∞] 1/x² dx diverges

B) Converges, since ∫[1 to ∞] 1/x² dx = 1 (converges)

C) Cannot apply; 1/x² is not decreasing

D) Converges to exactly 1

Correct Answer: B
f(x) = 1/x² is positive, continuous, and decreasing for x ≥ 1. ∫[1 to ∞] 1/x² dx = 1 (converges). By the Integral Test, Σ 1/n² also converges. (The exact sum is π²/6, but the test only establishes convergence, not the sum.)
75For the alternating series Σ(n=1 to ∞) (−1)^(n+1)/n, what does the Alternating Series Test conclude?

A) Diverges
B) Converges; error ≤ 1/6 if summing first 5 terms
C) Converges; error ≤ 1/(n+1) when stopping at nth term
D) Converges absolutely

Correct Answer: C
The AST requires: (1) bₙ = 1/n > 0, (2) bₙ is decreasing, (3) lim bₙ = 0. All satisfied → converges. Error bound: |error| ≤ bₙ₊₁ (the first omitted term). This series converges to ln 2, but only conditionally (the series of absolute values, the harmonic series, diverges).
76Find the radius of convergence of Σ(n=0 to ∞) xⁿ/n! using the Ratio Test.

A) R = 0
B) R = 1
C) R = e
D) R = ∞

Correct Answer: D
Ratio test: |aₙ₊₁/aₙ| = |x^(n+1)/(n+1)!| · |n!/xⁿ| = |x|/(n+1) → 0 as n → ∞, for any finite x. Since the limit is 0 < 1 for all x, the series converges everywhere: R = ∞. This series is the Maclaurin series for eˣ.
77If f(x) = Σ(n=0 to ∞) cₙxⁿ, what is f'(x)?

A) Σ(n=0 to ∞) n·cₙxⁿ
B) Σ(n=1 to ∞) n·cₙx^(n−1)
C) Σ(n=0 to ∞) cₙx^(n+1)/(n+1)
D) Σ(n=0 to ∞) cₙ·eˣ

Correct Answer: B
Power series can be differentiated term by term within the radius of convergence: f'(x) = Σ(n=1 to ∞) n·cₙx^(n−1). Note the index starts at n=1 (the n=0 term, c₀, is a constant whose derivative is 0). This is the same rule as differentiating a polynomial, extended to infinite series.
78The Maclaurin series for eˣ is Σ xⁿ/n!. What is the Maclaurin series for e^(−x²)?

A) Σ (−1)ⁿx^(2n)/n!
B) Σ x^(2n)/n!
C) Σ (−x²)ⁿ/n!
D) −Σ xⁿ/n!

Correct Answer: A
Substitute (−x²) in place of x in the series for eˣ: e^(−x²) = Σ(n=0 to ∞) (−x²)ⁿ/n! = Σ (−1)ⁿ(x²)ⁿ/n! = Σ (−1)ⁿx^(2n)/n!. Options A and C are equivalent; A displays the coefficients explicitly. This series has R = ∞.
79Find the washer method volume when the region between y = √x and y = x is rotated about the x-axis.

A) π/6
B) π/3
C) π/2
D) 2π/3

Correct Answer: B
Intersection: √x = x → x = 0, 1. Outer radius R = √x, inner radius r = x (on [0,1], √x ≥ x). V = π∫[0 to 1] [(√x)² − x²] dx = π∫[0 to 1] (x − x²) dx = π[x²/2 − x³/3] from 0 to 1 = π(1/2 − 1/3) = π/6. Wait: that gives π/6, so answer is A.
80Newton's Law of Cooling states dT/dt = k(T − Tₐ). If a body at 90°C cools in a 20°C room, which expression gives T(t)?

A) T(t) = 70e^(kt) + 20
B) T(t) = 90e^(kt)
C) T(t) = 20 + 70e^(−kt) where k > 0
D) T(t) = 70 − kt + 20

Correct Answer: C
Solving dT/dt = k(T−20) with T(0) = 90: T(t) = 20 + Ce^(kt). At t=0: 90 = 20 + C → C = 70. Since the body cools, T decreases, meaning k < 0. Writing as T(t) = 20 + 70e^(−kt) with k > 0 shows the temperature decaying toward the ambient 20°C.
81Evaluate: ∫ x²eˣ dx (using integration by parts twice)

A) x²eˣ − 2xeˣ + 2eˣ + C
B) x²eˣ + 2xeˣ + C
C) (x²−2x+2)eˣ + C
D) Both A and C

Correct Answer: D
IBP (LIATE: u = x², dv = eˣ dx): x²eˣ − ∫2xeˣ dx. Apply IBP again to ∫2xeˣ dx (u=2x, dv=eˣ): 2xeˣ − 2eˣ. Result: x²eˣ − 2xeˣ + 2eˣ + C = (x²−2x+2)eˣ + C. Options A and C are the same expression factored differently.
82For f(x) = x⁴ − 8x², find the inflection points.

A) x = 0 only
B) x = ±2 only
C) x = 0, ±2
D) x = ±2√3/3

Correct Answer: B
f'(x) = 4x³ − 16x; f''(x) = 12x² − 16. Set f''(x) = 0: 12x² = 16 → x² = 4/3 → x = ±2/√3 = ±2√3/3. Check sign changes: f'' changes sign at these points → inflection points. At x=0: f''(0) = −16 ≠ 0, so x=0 is not an inflection point (it's a local max). The inflection points are at x = ±2√3/3 ≈ ±1.155.
83Find dy/dx by implicit differentiation: sin(xy) = x

A) dy/dx = (1 − y·cos(xy))/(x·cos(xy))
B) dy/dx = cos(xy)
C) dy/dx = 1/(x·cos(xy))
D) dy/dx = y/x

Correct Answer: A
Differentiate both sides: cos(xy)·(y + x·dy/dx) = 1 (chain rule and product rule on xy). Expand: y·cos(xy) + x·cos(xy)·dy/dx = 1. Solve: dy/dx = (1 − y·cos(xy))/(x·cos(xy)).
84Evaluate: ∫ sec x dx

A) tan x + C
B) ln|sec x + tan x| + C
C) sec x tan x + C
D) ln|sec x| + C

Correct Answer: B
The classic result: ∫ sec x dx = ln|sec x + tan x| + C. Derived by multiplying sec x by (sec x + tan x)/(sec x + tan x), giving ∫(sec²x + sec x tan x)/(sec x + tan x) dx. Let u = sec x + tan x, du = (sec x tan x + sec²x) dx, giving ∫du/u = ln|u| + C.
85Use u-substitution to evaluate: ∫ sin x · cos²x dx

A) cos³x/3 + C
B) −cos³x/3 + C
C) sin³x/3 + C
D) −sin²x·cos x/2 + C

Correct Answer: B
Let u = cos x, du = −sin x dx → sin x dx = −du. ∫sin x·cos²x dx = ∫u²·(−du) = −u³/3 + C = −cos³x/3 + C. Verify: d/dx[−cos³x/3] = −3cos²x·(−sin x)/3 = cos²x·sin x ✓.
86Find the interval of convergence of Σ(n=1 to ∞) xⁿ/n. (Radius of convergence R = 1; check endpoints.)

A) (−1, 1)
B) [−1, 1)
C) [−1, 1]
D) (−1, 1]

Correct Answer: B
Ratio test gives R = 1. Check x = 1: Σ 1/n (harmonic series) → diverges. Check x = −1: Σ (−1)ⁿ/n (alternating harmonic series) → converges by AST. Interval of convergence: [−1, 1). This series represents −ln(1−x) for x ∈ [−1, 1).
87Find the area of the region bounded by y = x² and y = 4.

A) 16/3
B) 32/3
C) 8
D) 16

Correct Answer: B
Intersection: x² = 4 → x = ±2. Area = ∫[−2 to 2] (4 − x²) dx = [4x − x³/3] from −2 to 2 = (8 − 8/3) − (−8 + 8/3) = 16 − 16/3 = 32/3. By symmetry: 2∫[0 to 2](4−x²) dx = 2[8 − 8/3] = 32/3.
88Evaluate: lim(x→0) (1 − cos x)/x²

A) 0
B) 1
C) 1/2
D) ∞

Correct Answer: C
Apply L'Hôpital's Rule (0/0 form): lim sin x/(2x) — still 0/0. Apply again: lim cos x/2 = 1/2. Alternatively, use the Maclaurin series: 1 − cos x ≈ x²/2 for small x, so (1−cosx)/x² ≈ (x²/2)/x² = 1/2.
89∫ sec²x dx = ?

A) 2 sec x tan x + C
B) tan x + C
C) sec x + C
D) sin x/cos²x + C

Correct Answer: B
∫ sec²x dx = tan x + C. This is a standard result from the derivative formula d/dx[tan x] = sec²x, reversed. It is one of the most frequently used integration results in calculus.
90One-sided limits: for f(x) = |x|/x, evaluate lim(x→0⁺) f(x) and lim(x→0⁻) f(x).

A) Both equal 0
B) Both equal 1
C) Left = −1, right = 1
D) Left = 1, right = −1

Correct Answer: C
For x > 0: |x|/x = x/x = 1, so lim(x→0⁺) = 1. For x < 0: |x|/x = −x/x = −1, so lim(x→0⁻) = −1. Since one-sided limits differ, the two-sided limit does not exist. f(x) = |x|/x = sgn(x), the sign function.
91A Norman window (rectangle topped by a semicircle) has a perimeter of 12 ft. To maximize the area, what width x should be chosen?

A) x = 12/(4 + π)
B) x = 12/(2 + π)
C) x = 3
D) x = 6/π

Correct Answer: A
Width = x; semicircle radius = x/2. Perimeter: x + 2h + πx/2 = 12 → h = (12 − x − πx/2)/2. Area = xh + π(x/2)²/2. Substitute h and maximize: dA/dx = 0 yields x = 12/(4 + π) ≈ 1.68 ft. This is a classic constrained optimization problem.
92Evaluate: ∫ 1/√(1 − x²) dx

A) arctan x + C
B) arcsin x + C
C) arcsec x + C
D) −arccos x + C

Correct Answer: B
∫ 1/√(1−x²) dx = arcsin x + C. This is a standard form. Note: −arccos x + C is equivalent (since arcsin x + arccos x = π/2, a constant). Three key inverse trig integrals: ∫1/√(1−x²) dx = arcsin x + C; ∫1/(1+x²) dx = arctan x + C; ∫1/(x√(x²−1)) dx = arcsec x + C.
93Compare: does Σ(n=1 to ∞) 1/(n² + n) converge or diverge?

A) Diverges by comparison with Σ 1/n
B) Converges by comparison with Σ 1/n²
C) Diverges by ratio test
D) Converges, sum = 1

Correct Answer: D
Partial fractions: 1/(n²+n) = 1/[n(n+1)] = 1/n − 1/(n+1). This is a telescoping series: Sₙ = 1 − 1/(n+1) → 1 as n → ∞. The series converges to 1. By comparison: 1/(n²+n) < 1/n², and Σ1/n² converges, confirming convergence.
94Find the Taylor series for f(x) = cos x centered at x = 0 (first four non-zero terms).

A) 1 − x²/2 + x⁴/24 − x⁶/720 + ⋯
B) x − x³/6 + x⁵/120 − ⋯
C) 1 + x²/2 + x⁴/24 + ⋯
D) 1 − x + x²/2 − x³/6 + ⋯

Correct Answer: A
cos x = Σ(n=0 to ∞) (−1)ⁿ x^(2n)/(2n)! = 1 − x²/2! + x⁴/4! − x⁶/6! + ⋯ = 1 − x²/2 + x⁴/24 − x⁶/720 + ⋯. Option B is the Maclaurin series for sin x. This series has infinite radius of convergence.
95Evaluate: ∫ x sin x dx

A) x cos x − sin x + C
B) −x cos x + sin x + C
C) x sin x + cos x + C
D) −x sin x + cos x + C

Correct Answer: B
IBP with u = x, dv = sin x dx → du = dx, v = −cos x. ∫x sin x dx = −x cos x − ∫(−cos x) dx = −x cos x + sin x + C. Verify: d/dx[−x cos x + sin x] = −cos x + x sin x + cos x = x sin x ✓.
96Find d²y/dx² for y = x³ − 6x at the point x = 2.

A) 12
B) 6
C) 0
D) −6

Correct Answer: A
y = x³ − 6x; y' = 3x² − 6; y'' = 6x. At x = 2: y'' = 6(2) = 12. Since y'' > 0 at x = 2, the function is concave up there. (The critical points are at x = ±√2; x=2 is not a critical point.)
97Evaluate: ∫[0 to 1] x/√(1 + x²) dx

A) √2 − 1
B) (√2 − 1)/2
C) 1
D) √2

Correct Answer: A
Let u = 1 + x², du = 2x dx → x dx = du/2. When x=0: u=1; x=1: u=2. ∫ (1/2)u^(−1/2) du from 1 to 2 = [u^(1/2)] from 1 to 2 = √2 − 1.
98What does it mean for a series to converge absolutely?

A) Σaₙ converges and all terms are positive
B) Σ|aₙ| converges
C) Σaₙ converges but Σ|aₙ| diverges
D) The partial sums are bounded

Correct Answer: B
A series Σaₙ converges absolutely if Σ|aₙ| converges. Absolute convergence implies convergence (but not vice versa). A series that converges but not absolutely is called conditionally convergent. Example: Σ(−1)ⁿ/n converges conditionally (Σ1/n diverges) while Σ(−1)ⁿ/n² converges absolutely (Σ1/n² converges).
99For f(x) = x·ln x, find the local minimum on (0, ∞).

A) (1, 0)
B) (e, e)
C) (1/e, −1/e)
D) (1, 1)

Correct Answer: C
f'(x) = ln x + x·(1/x) = ln x + 1. Set f'(x) = 0: ln x = −1 → x = e⁻¹ = 1/e. f''(x) = 1/x > 0 at x = 1/e → local minimum. f(1/e) = (1/e)·ln(1/e) = (1/e)·(−1) = −1/e. Minimum at (1/e, −1/e).
100Evaluate: ∫ e^(2x) sin x dx (integration by parts, cycling technique)

A) e^(2x)(2sin x − cos x)/5 + C
B) e^(2x)(sin x − 2cos x)/5 + C
C) e^(2x)(2sin x + cos x)/5 + C
D) e^(2x)(sin x + cos x)/2 + C

Correct Answer: A
Let I = ∫e^(2x)sin x dx. IBP: u=sin x, dv=e^(2x)dx → v=e^(2x)/2. I = (e^(2x)sin x)/2 − (1/2)∫e^(2x)cos x dx. Apply IBP again: ∫e^(2x)cos x dx = (e^(2x)cos x)/2 + (1/2)∫e^(2x)sin x dx = (e^(2x)cos x)/2 + I/2. So I = (e^(2x)sin x)/2 − (1/2)[(e^(2x)cos x)/2 + I/2] → I = e^(2x)sin x/2 − e^(2x)cos x/4 − I/4 → 5I/4 = e^(2x)(2sin x − cos x)/4 → I = e^(2x)(2sin x − cos x)/5 + C.
101Use the Squeeze Theorem to evaluate: lim(x→0) x²·sin(1/x)

A) 1
B) Does not exist
C) 0
D) ∞

Correct Answer: C
Since −1 ≤ sin(1/x) ≤ 1 for all x ≠ 0, we have −x² ≤ x²sin(1/x) ≤ x². Both −x² and x² approach 0 as x→0, so by the Squeeze Theorem, lim(x→0) x²sin(1/x) = 0. The key is that the factor x² "squeezes" the oscillating function sin(1/x) to zero.
102For f(x) = { x² + 1 if x < 2; ax + b if x ≥ 2 }, find values of a and b that make f continuous and differentiable at x = 2.

A) a = 4, b = −3
B) a = 2, b = 1
C) a = 4, b = 1
D) a = 2, b = −3

Correct Answer: A
For continuity: lim(x→2⁻) = 4 + 1 = 5 must equal f(2) = 2a + b → 2a + b = 5. For differentiability: left derivative = 2x|_(x=2) = 4; right derivative = a. So a = 4. Then 2(4) + b = 5 → b = −3. Verify: f(2⁺) = 4(2) − 3 = 5 = f(2⁻) ✓, and derivatives match ✓.
103Find dy/dx using implicit differentiation: x³ + y³ = 6xy

A) (6y − 3x²)/(3y² − 6x)
B) (2y − x²)/(y² − 2x)
C) (y − x²)/(y² − x)
D) (3x² − 6y)/(6x − 3y²)

Correct Answer: B
Differentiate both sides with respect to x: 3x² + 3y²(dy/dx) = 6y + 6x(dy/dx). Collect dy/dx terms: 3y²(dy/dx) − 6x(dy/dx) = 6y − 3x². Factor: dy/dx(3y² − 6x) = 6y − 3x² = 3(2y − x²). So dy/dx = 3(2y − x²) / [3(y² − 2x)] = (2y − x²)/(y² − 2x).
104A 10-foot ladder leans against a wall. The bottom slides away at 2 ft/sec. How fast is the top sliding down when the bottom is 6 feet from the wall?

A) −3/2 ft/sec
B) −8/3 ft/sec
C) −3/4 ft/sec
D) −2/3 ft/sec

Correct Answer: A
Let x = distance from wall, y = height. x² + y² = 100. When x = 6: y = √(100 − 36) = 8. Differentiate: 2x(dx/dt) + 2y(dy/dt) = 0 → x(dx/dt) + y(dy/dt) = 0. Substitute: 6(2) + 8(dy/dt) = 0 → 8(dy/dt) = −12 → dy/dt = −3/2 ft/sec. Negative means sliding down.
105Use logarithmic differentiation to find y' for y = (x²+1)³ · √(x−1) / (2x+3)⁴

A) y · [6x/(x²+1) + 1/(2(x−1)) − 8/(2x+3)]
B) y · [3/(x²+1) + 1/(x−1) − 4/(2x+3)]
C) y · [6x/(x²+1) − 1/(2(x−1)) + 8/(2x+3)]
D) y · [2x/(x²+1) + 1/(2(x−1)) − 4/(2x+3)]

Correct Answer: A
Take ln: ln y = 3ln(x²+1) + (1/2)ln(x−1) − 4ln(2x+3). Differentiate: y'/y = 3·(2x)/(x²+1) + (1/2)·1/(x−1) − 4·2/(2x+3) = 6x/(x²+1) + 1/(2(x−1)) − 8/(2x+3). Multiply both sides by y: y' = y·[6x/(x²+1) + 1/(2(x−1)) − 8/(2x+3)].
106Find the third derivative of f(x) = x⁴ − 3x³ + 5x − 2.

A) 24x − 18
B) 12x² − 18x + 5
C) 4x³ − 9x²
D) 24

Correct Answer: A
f(x) = x⁴ − 3x³ + 5x − 2. f'(x) = 4x³ − 9x² + 5. f''(x) = 12x² − 18x. f'''(x) = 24x − 18. Each differentiation reduces the degree by 1. The constant 5 vanishes at first derivative, and the remaining terms are differentiated normally.
107Find the linear approximation L(x) of f(x) = √x at a = 25, and use it to approximate √26.

A) L(x) = 5 + (1/10)(x − 25); √26 ≈ 5.1
B) L(x) = 5 + (1/5)(x − 25); √26 ≈ 5.2
C) L(x) = 5 + (1/25)(x − 25); √26 ≈ 5.04
D) L(x) = 5 + (x − 25); √26 ≈ 6

Correct Answer: A
f(x) = √x = x^(1/2), so f'(x) = 1/(2√x). At a = 25: f(25) = 5, f'(25) = 1/(2·5) = 1/10. Linear approximation: L(x) = f(a) + f'(a)(x−a) = 5 + (1/10)(x − 25). For x = 26: L(26) = 5 + (1/10)(1) = 5.1. (Actual value: √26 ≈ 5.0990.)
108Verify the Mean Value Theorem for f(x) = x³ − x on [0, 2]. Find the value(s) of c guaranteed by the theorem.

A) c = 2/√3
B) c = 1
C) c = √3
D) c = 4/3

Correct Answer: A
f is continuous on [0,2] and differentiable on (0,2). f(0) = 0, f(2) = 8 − 2 = 6. MVT slope = (6−0)/(2−0) = 3. f'(x) = 3x² − 1. Set 3c² − 1 = 3 → 3c² = 4 → c² = 4/3 → c = 2/√3 = 2√3/3 ≈ 1.155. Since 0 < 2/√3 < 2, the value exists in (0,2) as guaranteed.
109Find the absolute extrema of f(x) = x³ − 6x² + 9x + 1 on [0, 5].

A) Absolute max: f(5) = 21; Absolute min: f(1) = 5 (wait — check f(3))
B) Absolute max: f(5) = 21; Absolute min: f(3) = 1
C) Absolute max: f(5) = 21; Absolute min: f(0) = 1
D) Absolute max: f(1) = 5; Absolute min: f(3) = 1

Correct Answer: B
f'(x) = 3x² − 12x + 9 = 3(x² − 4x + 3) = 3(x−1)(x−3). Critical points: x = 1, 3. Evaluate at critical points and endpoints: f(0) = 1, f(1) = 1 − 6 + 9 + 1 = 5, f(3) = 27 − 54 + 27 + 1 = 1, f(5) = 125 − 150 + 45 + 1 = 21. Absolute maximum = 21 at x = 5; Absolute minimum = 1 at x = 3 (and x = 0).
110Determine the intervals of concavity and inflection points of f(x) = x⁴ − 4x³.

A) Concave up on (−∞,0) and (2,∞); concave down on (0,2); inflection points at x=0,2
B) Concave up on (2,∞) only; concave down on (−∞,2); inflection point at x=2
C) Concave up everywhere; no inflection points
D) Concave up on (−∞,0) only; inflection point at x=0

Correct Answer: A
f'(x) = 4x³ − 12x². f''(x) = 12x² − 24x = 12x(x − 2). f''(x) = 0 at x = 0 and x = 2. Sign analysis: x < 0: f''(x) = 12(neg)(neg) > 0 (concave up); 0 < x < 2: f''(x) = 12(pos)(neg) < 0 (concave down); x > 2: f''(x) = 12(pos)(pos) > 0 (concave up). Inflection points at x = 0 and x = 2 where concavity changes.
111A farmer has 600 feet of fence and wants to enclose a rectangular area, then divide it in half with a fence parallel to one side. What dimensions maximize the enclosed area?

A) 100 ft × 150 ft
B) 150 ft × 100 ft (same thing — wrong answer)
C) 100 ft × 200 ft
D) 75 ft × 150 ft

Correct Answer: A
Let x = width, y = length. The dividing fence is parallel to the width, so total fence: 3x + 2y = 600 → y = (600 − 3x)/2. Area: A = xy = x(600 − 3x)/2 = 300x − (3/2)x². A'(x) = 300 − 3x = 0 → x = 100. y = (600 − 300)/2 = 150. Dimensions: 100 ft × 150 ft. A''(x) = −3 < 0 confirms maximum.
112Evaluate: ∫₀¹ x·e^(x²) dx using u-substitution.

A) (e − 1)/2
B) e/2
C) (e + 1)/2
D) e − 1

Correct Answer: A
Let u = x², then du = 2x dx → x dx = du/2. Change limits: x=0 → u=0; x=1 → u=1. ∫₀¹ x·e^(x²) dx = ∫₀¹ eᵘ·(du/2) = (1/2)[eᵘ]₀¹ = (1/2)(e¹ − e⁰) = (1/2)(e − 1) = (e−1)/2.
113Evaluate: ∫ x²·ln x dx using integration by parts.

A) (x³/3)·ln x − x³/9 + C
B) (x³/3)·ln x + x³/9 + C
C) x³·ln x − x³/3 + C
D) (x²/2)·ln x − x²/4 + C

Correct Answer: A
LIATE: u = ln x (Logarithm), dv = x² dx → du = 1/x dx, v = x³/3. IBP: ∫u dv = uv − ∫v du = (x³/3)·ln x − ∫(x³/3)·(1/x) dx = (x³/3)·ln x − (1/3)∫x² dx = (x³/3)·ln x − (1/3)·(x³/3) + C = (x³/3)·ln x − x³/9 + C.
114Evaluate: ∫ sin³x dx

A) −cos x + cos³x/3 + C
B) cos x − cos³x/3 + C
C) −sin²x·cos x/3 + C
D) −cos³x/3 + C

Correct Answer: A
Write sin³x = sin²x · sin x = (1 − cos²x)·sin x. Let u = cos x, du = −sin x dx. ∫(1 − cos²x)·sin x dx = −∫(1 − u²) du = −(u − u³/3) + C = −cos x + cos³x/3 + C. This technique works whenever sin or cos appears to an odd power: peel off one factor and use the Pythagorean identity.
115Use partial fractions to evaluate: ∫ (3x + 1)/[(x − 1)(x + 2)] dx

A) (4/3)ln|x−1| + (5/3)ln|x+2| + C
B) ln|x−1| + 2ln|x+2| + C
C) (4/3)ln|x−1| − (5/3)ln|x+2| + C
D) 2ln|x−1| + ln|x+2| + C

Correct Answer: A
Write (3x+1)/[(x−1)(x+2)] = A/(x−1) + B/(x+2). Multiply both sides by (x−1)(x+2): 3x+1 = A(x+2) + B(x−1). Set x=1: 4 = 3A → A = 4/3. Set x=−2: −5 = −3B → B = 5/3. So ∫[A/(x−1) + B/(x+2)] dx = (4/3)ln|x−1| + (5/3)ln|x+2| + C.
116Find the area between the curves y = x² and y = 4x − x² on [0, 2].

A) 4/3
B) 8/3
C) 16/3
D) 2

Correct Answer: B
Find which is on top: 4x − x² − x² = 4x − 2x² = 2x(2−x) ≥ 0 on [0,2], so y = 4x − x² is on top. Area = ∫₀² [(4x − x²) − x²] dx = ∫₀² (4x − 2x²) dx = [2x² − 2x³/3]₀² = [8 − 16/3] − 0 = 24/3 − 16/3 = 8/3.
117Find the volume of the solid formed by revolving y = √x from x = 0 to x = 4 around the x-axis using the disk method.

A) 4π
B) 8π
C) 16π
D) π

Correct Answer: B
Disk method: V = π∫₀⁴ [f(x)]² dx = π∫₀⁴ (√x)² dx = π∫₀⁴ x dx = π[x²/2]₀⁴ = π·(16/2 − 0) = 8π. Each cross-section is a disk with radius r = √x and area πr² = πx. Summing all disks from x=0 to x=4 gives volume 8π.
118Find the volume when the region bounded by y = x², y = 0, and x = 2 is revolved around the y-axis using the shell method.

A) 4π
B) 8π
C) 16π/5
D) 32π/5

Correct Answer: B
Shell method (revolving around y-axis): V = 2π∫ x·f(x) dx = 2π∫₀² x·x² dx = 2π∫₀² x³ dx = 2π[x⁴/4]₀² = 2π·(16/4) = 2π·4 = 8π. Each cylindrical shell has radius x, height x², and thickness dx. The factor 2πx is the circumference of each shell.
119Find the volume of the solid generated by revolving the region between y = x² and y = 4 around y = 4 using the washer method.

A) 256π/15
B) 128π/5
C) 64π/3
D) 512π/15

Correct Answer: D
Intersection: x² = 4 → x = ±2. Axis y=4. Outer radius R = 4 − x² (distance from y=4 to y=x²... wait: the region is between y=x² and y=4, rotating around y=4). R = 4 − x² (outer, from y=4 to y=x²... wait: washer has R = 0 (no hole since curve y=4 is the axis), r = 4 − x². V = π∫₋₂² (4 − x²)² dx = 2π∫₀² (16 − 8x² + x⁴) dx = 2π[16x − 8x³/3 + x⁵/5]₀² = 2π[32 − 64/3 + 32/5] = 2π·256/15 = 512π/15.
120Find the average value of f(x) = sin x on [0, π].

A) 1/π
B) 2/π
C) π/2
D) 0

Correct Answer: B
Average value = (1/(b−a))·∫ₐᵇ f(x) dx = (1/(π−0))·∫₀π sin x dx = (1/π)·[−cos x]₀π = (1/π)·(−cos π + cos 0) = (1/π)·(1 + 1) = 2/π ≈ 0.637. This means a horizontal line at height 2/π has the same area under it on [0,π] as the curve sin x.
121Set up (do not evaluate) the arc length of y = x² from x = 0 to x = 2.

A) ∫₀² √(1 + 4x²) dx
B) ∫₀² √(1 + 2x) dx
C) ∫₀² (1 + 4x²) dx
D) ∫₀² √(1 + x⁴) dx

Correct Answer: A
Arc length formula: L = ∫ₐᵇ √(1 + [f'(x)]²) dx. For y = x²: dy/dx = 2x, so [f'(x)]² = 4x². Therefore L = ∫₀² √(1 + 4x²) dx. This integral requires trigonometric substitution (x = (1/2)tan θ) to evaluate in closed form, but the setup only requires the formula with the correct derivative.
122Solve the separable differential equation: dy/dx = y·cos x, with initial condition y(0) = 3.

A) y = 3·e^(sin x)
B) y = 3·sin x + 3
C) y = e^(sin x) + 2
D) y = 3·cos x

Correct Answer: A
Separate: dy/y = cos x dx. Integrate both sides: ln|y| = sin x + C. Exponentiate: |y| = e^(sin x + C) = Ae^(sin x). Apply IC y(0) = 3: 3 = A·e^(sin 0) = A·e⁰ = A. So y = 3·e^(sin x). Verify: dy/dx = 3·e^(sin x)·cos x = y·cos x ✓.
123A population grows at a rate proportional to its size. If the initial population is 500 and doubles in 10 years, what is the population after 25 years?

A) 500·2^(2.5) ≈ 2828
B) 500·e^(25) ≈ enormous
C) 1000·25/10 = 2500
D) 500·2^(2) = 2000

Correct Answer: A
P(t) = P₀·e^(kt) = 500·e^(kt). Doubling condition: P(10) = 1000 → 500e^(10k) = 1000 → e^(10k) = 2 → k = ln2/10. P(25) = 500·e^(25·ln2/10) = 500·e^((5/2)ln2) = 500·2^(5/2) = 500·4√2 = 500·2^(2.5) ≈ 500·5.657 ≈ 2828.
124A logistic growth model has P' = 0.3P(1 − P/100). At what population size is the growth rate maximized?

A) P = 100
B) P = 50
C) P = 30
D) P = 75

Correct Answer: B
For logistic growth P' = rP(1 − P/K), the growth rate P' is a downward-opening parabola in P. It's maximized when P = K/2. Here K = 100 (carrying capacity), so maximum growth rate occurs at P = 50. At P = 0 or P = 100, growth rate = 0. The maximum growth rate is 0.3·50·(1 − 50/100) = 0.3·50·0.5 = 7.5 individuals per time unit.
125Determine whether the series Σ(n=1 to ∞) 1/n^(3/2) converges or diverges.

A) Diverges by p-series test (p = 3/2 > 1)
B) Converges by p-series test (p = 3/2 > 1)
C) Diverges by comparison with harmonic series
D) Converges only conditionally

Correct Answer: B
The p-series Σ1/nᵖ converges if and only if p > 1. Here p = 3/2 > 1, so the series converges. This is an absolute (unconditional) convergence — all terms are positive. Compare: Σ1/n (p=1) is the harmonic series which diverges; Σ1/n² (p=2) converges to π²/6. The p-series test is one of the most fundamental convergence tests.
126Apply the ratio test to Σ(n=0 to ∞) n!/3ⁿ. What does the test conclude?

A) Converges (L = 1/3 < 1)
B) Diverges (L = ∞ > 1)
C) Inconclusive (L = 1)
D) Converges (L = 0 < 1)

Correct Answer: B
aₙ = n!/3ⁿ. aₙ₊₁/aₙ = [(n+1)!/3^(n+1)] / [n!/3ⁿ] = (n+1)!/n! · 3ⁿ/3^(n+1) = (n+1)/3. As n→∞, (n+1)/3 → ∞. Since L = ∞ > 1, the series diverges by the ratio test. Factorials grow faster than exponentials — n! ≫ 3ⁿ for large n, so terms aₙ → ∞.
127Apply the ratio test to Σ(n=0 to ∞) xⁿ/n! for any fixed x. Find the radius of convergence.

A) R = 1
B) R = e
C) R = 0
D) R = ∞

Correct Answer: D
aₙ = xⁿ/n!. |aₙ₊₁/aₙ| = |x^(n+1)/(n+1)!| · |n!/xⁿ| = |x|/(n+1) → 0 as n→∞ for any fixed x. Since L = 0 < 1 for all x, the series converges for all real (and complex) x. R = ∞. This series is the Maclaurin series for eˣ: Σxⁿ/n! = eˣ, confirming it converges everywhere.
128Find the Maclaurin series for f(x) = cos x and use it to find the first three nonzero terms.

A) 1 − x²/2! + x⁴/4! − ...
B) x − x³/3! + x⁵/5! − ...
C) 1 + x + x²/2! + x³/3! + ...
D) 1 − x + x²/2 − x³/6 + ...

Correct Answer: A
For cos x: f(0)=1, f'(0)=−sin(0)=0, f''(0)=−cos(0)=−1, f'''(0)=sin(0)=0, f⁽⁴⁾(0)=cos(0)=1. Maclaurin: f(x) = Σ f⁽ⁿ⁾(0)xⁿ/n! = 1 − x²/2! + x⁴/4! − x⁶/6! + ... = Σ(n=0 to ∞) (−1)ⁿx^(2n)/(2n)!. The three nonzero terms are 1, −x²/2, +x⁴/24. Note: Option B is the Maclaurin series for sin x.
129Find the 3rd-degree Taylor polynomial for f(x) = ln x centered at a = 1.

A) (x−1) − (x−1)²/2 + (x−1)³/3
B) (x−1) − (x−1)²/4 + (x−1)³/9
C) ln(1) + (x−1) + (x−1)²/2 + (x−1)³/6
D) (x−1) + (x−1)²/2 + (x−1)³/3

Correct Answer: A
f(x)=ln x: f(1)=0. f'(x)=1/x: f'(1)=1. f''(x)=−1/x²: f''(1)=−1. f'''(x)=2/x³: f'''(1)=2. Taylor polynomial T₃(x) = f(1) + f'(1)(x−1) + f''(1)(x−1)²/2! + f'''(1)(x−1)³/3! = 0 + (x−1) + (−1)(x−1)²/2 + 2(x−1)³/6 = (x−1) − (x−1)²/2 + (x−1)³/3.
130Use the Maclaurin series for 1/(1−x) to find the series for 1/(1+x²), and identify the radius of convergence.

A) Σ(−1)ⁿx^(2n), |x| < 1, R = 1
B) Σxⁿ, |x| < 1, R = 1
C) Σ(−1)ⁿx^n, |x| < 1, R = 1
D) Σ x^(2n), |x| < 1, R = 1

Correct Answer: A
Known: 1/(1−u) = Σuⁿ for |u| < 1. Substitute u = −x²: 1/(1−(−x²)) = 1/(1+x²) = Σ(−x²)ⁿ = Σ(−1)ⁿx^(2n) = 1 − x² + x⁴ − x⁶ + ... Convergence: |−x²| < 1 → x² < 1 → |x| < 1. Note: Integrating this gives arctan x = Σ(−1)ⁿx^(2n+1)/(2n+1), the Leibniz formula.
131Evaluate lim(x→0) (sin x − x + x³/6) / x⁵ using Maclaurin series.

A) 1/5!
B) 1/120
C) 0
D) ∞

Correct Answer: B
sin x = x − x³/3! + x⁵/5! − ... = x − x³/6 + x⁵/120 − ... So sin x − x + x³/6 = x⁵/120 − x⁷/5040 + ... Dividing by x⁵: (sin x − x + x³/6)/x⁵ = 1/120 − x²/5040 + ... As x→0, limit = 1/120 = 1/5!. L'Hôpital's rule would require applying it 5 times; Maclaurin series is far more efficient.
132Find dy/dx for the parametric equations x = t² − 1, y = t³ − 3t.

A) (3t² − 3)/(2t)
B) (3t)/(2)
C) 2t/(3t² − 3)
D) (t³ − 3t)/(t² − 1)

Correct Answer: A
dy/dx = (dy/dt)/(dx/dt). dx/dt = 2t; dy/dt = 3t² − 3. So dy/dx = (3t² − 3)/(2t). Note the curve has horizontal tangents when dy/dt = 0: 3t² − 3 = 0 → t = ±1 (at points (0, −2) and (0, 2)). Vertical tangents when dx/dt = 0: t = 0 (at point (−1, 0)).
133Evaluate: lim(x→∞) (3x² + 2x) / (5x² − x + 4)

A) 3/5
B) ∞
C) 0
D) 3

Correct Answer: A
Divide numerator and denominator by x² (the highest power): (3 + 2/x)/(5 − 1/x + 4/x²). As x→∞, all terms with x in denominator approach 0: (3 + 0)/(5 − 0 + 0) = 3/5. For rational functions at ∞, the limit equals the ratio of leading coefficients when degrees are equal. If numerator degree > denominator, limit is ±∞; if less, limit is 0.
134If F(x) = ∫₁^(x²) sin(t²) dt, find F'(x) using the Fundamental Theorem of Calculus Part 2.

A) sin(x⁴)·2x
B) sin(x²)
C) cos(x⁴)·2x
D) 2x·sin(x²)

Correct Answer: A
By FTC Part 2 with chain rule: if F(x) = ∫₁^(g(x)) f(t) dt, then F'(x) = f(g(x))·g'(x). Here f(t) = sin(t²), g(x) = x², g'(x) = 2x. So F'(x) = sin((x²)²)·2x = sin(x⁴)·2x. The FTC says d/dx[∫ₐ^x f(t)dt] = f(x); the chain rule extends this to variable upper limits that are functions of x.
135Evaluate: ∫ sec²x·tan x dx

A) tan²x/2 + C
B) sec²x/2 + C
C) sec x·tan x + C
D) Both A and B are correct

Correct Answer: D
Method 1: u = tan x, du = sec²x dx → ∫u du = u²/2 + C = tan²x/2 + C. Method 2: u = sec x, du = sec x·tan x dx → ∫sec x·(sec x·tan x) dx = ∫u du = u²/2 + C = sec²x/2 + C. Both are correct since tan²x = sec²x − 1, so tan²x/2 = sec²x/2 − 1/2, which differ by a constant (absorbed into C). This illustrates that the same integral can have different-looking but equivalent antiderivatives.
136Evaluate ∫₀^(π/2) sin x · cos x dx using two different methods. Which value is correct?

A) 1/2
B) 1/4
C) 1
D) π/4

Correct Answer: A
Method 1 (substitution): u = sin x, du = cos x dx. When x=0, u=0; when x=π/2, u=1. ∫₀^(π/2) sin x cos x dx = ∫₀¹ u du = [u²/2]₀¹ = 1/2. Method 2 (double angle): sin x cos x = (1/2)sin(2x). ∫₀^(π/2)(1/2)sin(2x)dx = (1/2)[−cos(2x)/2]₀^(π/2) = (1/4)[−cos(π)+cos(0)] = (1/4)[1+1] = 1/2. Both methods confirm the answer is 1/2.
137Find all critical points of f(x) = x^(2/3)(x − 5) and classify each.

A) Critical points at x = 0 (local max) and x = 2 (local min)
B) Critical points at x = 0 (cusp, local max) and x = 2 (local min)
C) Critical point only at x = 2 (local min)
D) Critical points at x = 0 (local min) and x = 2 (local max)

Correct Answer: B
f(x) = x^(5/3) − 5x^(2/3). f'(x) = (5/3)x^(2/3) − (10/3)x^(−1/3) = (5/3)x^(−1/3)[x − 2]. f'(x) = 0 → x = 2; f'(x) undefined → x = 0. Sign analysis: x<0: f'<0; 00, x−2<0); x>2: f'>0. At x=0: f' goes from negative to negative (no sign change — it's a cusp but check values: f(0)=0 vs nearby); actually 0 IS a local max since f'<0 on both sides... f goes from decreasing to decreasing, so x=0 is NOT a local extremum. At x=2: f' changes −→+, local min. f(0)=0, but since f'<0 on both sides of 0, f(0) is actually a local max because the function is decreasing through 0 with undefined derivative (cusp). f(0)=0 > f(small ε).
138Use the comparison test to determine convergence of Σ(n=1 to ∞) 1/(n² + n).

A) Diverges because 1/(n²+n) > 1/n²
B) Converges because 1/(n²+n) < 1/n² and Σ1/n² converges
C) Inconclusive by comparison test
D) Converges because 1/(n²+n) < 1/n and Σ1/n diverges

Correct Answer: B
Since n² + n > n² for n ≥ 1, we have 1/(n²+n) < 1/n². The p-series Σ1/n² converges (p=2>1). By the Comparison Test: since 0 < 1/(n²+n) < 1/n² and Σ1/n² converges, Σ1/(n²+n) also converges. (We can also verify directly: 1/(n²+n) = 1/(n(n+1)) = 1/n − 1/(n+1), a telescoping series summing to 1.)
139Evaluate ∫₀^∞ e^(−x) dx (improper integral).

A) 0
B) 1
C) ∞
D) e

Correct Answer: B
∫₀^∞ e^(−x) dx = lim(b→∞) ∫₀ᵇ e^(−x) dx = lim(b→∞) [−e^(−x)]₀ᵇ = lim(b→∞) (−e^(−b) + e⁰) = lim(b→∞) (−e^(−b) + 1) = 0 + 1 = 1. As b→∞, e^(−b) → 0. The integral converges to 1, which makes physical sense: this is the exponential distribution with mean 1, and total probability = 1.
140For f(x) = x³ − 3x, use the second derivative test to classify each critical point.

A) Local max at x = −1, local min at x = 1
B) Local min at x = −1, local max at x = 1
C) Both are saddle points
D) Local max at x = 1, local min at x = −1

Correct Answer: A
f'(x) = 3x² − 3 = 3(x²−1) = 0 → x = ±1. f''(x) = 6x. At x = −1: f''(−1) = −6 < 0 → local maximum. f(−1) = −1+3 = 2. At x = 1: f''(1) = 6 > 0 → local minimum. f(1) = 1−3 = −2. So local max at (−1, 2) and local min at (1, −2). This is a cubic, so these are local (not absolute) extrema.
141Evaluate: lim(x→0) (eˣ − 1 − x)/x² using Maclaurin series.

A) 0
B) 1
C) 1/2
D) ∞

Correct Answer: C
eˣ = 1 + x + x²/2! + x³/3! + ... So eˣ − 1 − x = x²/2 + x³/6 + ... Dividing by x²: (eˣ − 1 − x)/x² = 1/2 + x/6 + x²/24 + ... As x→0, limit = 1/2. Using L'Hôpital's Rule twice would also work: first application gives (eˣ−1)/(2x), second gives eˣ/2 → 1/2 at x=0. Maclaurin series reveals the answer in one step.
142Find ∫ x²·eˣ dx using integration by parts (LIATE applied twice).

A) x²eˣ − 2xeˣ + 2eˣ + C
B) x²eˣ + 2xeˣ + 2eˣ + C
C) x²eˣ − 2xeˣ − 2eˣ + C
D) eˣ(x² + 2x) + C

Correct Answer: A
IBP #1: u = x², dv = eˣ dx → du = 2x dx, v = eˣ. ∫x²eˣ dx = x²eˣ − ∫2xeˣ dx. IBP #2: u = 2x, dv = eˣ dx → du = 2dx, v = eˣ. ∫2xeˣ dx = 2xeˣ − ∫2eˣ dx = 2xeˣ − 2eˣ. Combining: ∫x²eˣ dx = x²eˣ − (2xeˣ − 2eˣ) + C = x²eˣ − 2xeˣ + 2eˣ + C = eˣ(x² − 2x + 2) + C.
143A geometric series has first term 3 and common ratio 2/3. Find the sum of the infinite series.

A) 9
B) 6
C) 3
D) 1

Correct Answer: A
For an infinite geometric series with |r| < 1: S = a/(1−r). Here a = 3 and r = 2/3, with |r| = 2/3 < 1 so convergence is guaranteed. S = 3/(1 − 2/3) = 3/(1/3) = 3·3 = 9. The partial sums: 3, 3+2, 3+2+4/3, ... converge to 9. Note: if r ≥ 1, the series diverges.
144Solve the IVP: y'' + 4y = 0, y(0) = 1, y'(0) = 2. (Verify understanding of characteristic equation.)

A) y = cos(2x) + sin(2x)
B) y = e^(2x) + e^(−2x)
C) y = cos(2x) + 2sin(2x)
D) y = sin(2x) + cos(2x)/2

Correct Answer: A
Characteristic equation: r² + 4 = 0 → r = ±2i. General solution: y = C₁cos(2x) + C₂sin(2x). Apply y(0) = 1: C₁cos(0) + C₂sin(0) = C₁ = 1. y' = −2C₁sin(2x) + 2C₂cos(2x). Apply y'(0) = 2: 2C₂ = 2 → C₂ = 1. Solution: y = cos(2x) + sin(2x). This second-order linear ODE is testable as background for series methods.
145Find the area enclosed by one petal of the polar curve r = sin(2θ).

A) π/4
B) π/8
C) π/2
D) π/16

Correct Answer: B
For r = sin(2θ), one petal occurs between 0 and π/2 (where r goes from 0 to 0 passing through max r=1 at θ=π/4). Area = (1/2)∫₀^(π/2) r² dθ = (1/2)∫₀^(π/2) sin²(2θ) dθ. Using sin²(2θ) = (1−cos(4θ))/2: = (1/2)·∫₀^(π/2)(1−cos4θ)/2 dθ = (1/4)[θ − sin(4θ)/4]₀^(π/2) = (1/4)[(π/2 − 0) − 0] = π/8.
146Evaluate ∫ dx/(x²√(x²−9)) using trig substitution x = 3sec θ.

A) √(x²−9)/(9x) + C
B) (1/9)arcsin(3/x) + C
C) −√(x²−9)/(9x) + C
D) arctan(√(x²−9)/3)/9 + C

Correct Answer: A
Let x = 3sec θ → dx = 3sec θ·tan θ dθ. √(x²−9) = √(9sec²θ−9) = 3tan θ. x² = 9sec²θ. Integral becomes: ∫(3sec θ tan θ dθ)/(9sec²θ · 3tan θ) = ∫dθ/(9sec θ) = (1/9)∫cos θ dθ = sin θ/9 + C. Back-substitute: sin θ = √(x²−9)/x (from right triangle). Answer: √(x²−9)/(9x) + C.
147Determine convergence/divergence of Σ(n=1 to ∞) (−1)ⁿ/√n using the alternating series test.

A) Converges absolutely
B) Diverges
C) Converges conditionally
D) Inconclusive

Correct Answer: C
AST requires: (1) aₙ = 1/√n > 0 ✓; (2) aₙ₊₁ < aₙ (decreasing) ✓ since 1/√(n+1) < 1/√n; (3) lim aₙ = lim 1/√n = 0 ✓. By AST, the series converges. Check absolute convergence: Σ|1/√n| = Σ1/n^(1/2) is a p-series with p=1/2 < 1, which diverges. Therefore the series converges conditionally but not absolutely.
148A ball is thrown upward with velocity 40 ft/sec from height 6 feet. Using a(t) = −32 ft/sec², find the maximum height.

A) 31 ft
B) 31.5 ft
C) 25 ft
D) 46 ft

Correct Answer: A
v(t) = ∫a dt = −32t + C₁. v(0) = 40 → C₁ = 40. v(t) = −32t + 40. h(t) = ∫v dt = −16t² + 40t + C₂. h(0) = 6 → C₂ = 6. h(t) = −16t² + 40t + 6. Maximum at v(t)=0: −32t + 40 = 0 → t = 40/32 = 5/4. h(5/4) = −16(25/16) + 40(5/4) + 6 = −25 + 50 + 6 = 31 ft.
149Find the sum of the geometric series: Σ(n=0 to ∞) (−1/3)ⁿ.

A) 3/4
B) 4/3
C) 3/2
D) 2/3

Correct Answer: A
This is a geometric series with a = (−1/3)⁰ = 1 and r = −1/3. Since |r| = 1/3 < 1, the series converges. S = a/(1−r) = 1/(1−(−1/3)) = 1/(1+1/3) = 1/(4/3) = 3/4. The series alternates: 1 − 1/3 + 1/9 − 1/27 + ... The partial sums oscillate but converge to 3/4.
150The function f(x) = x⁴ − 8x² + 3 is defined on [−3, 3]. Find all absolute extrema.

A) Absolute max: f(−3) = f(3) = 12; Absolute min: f(−2) = f(2) = −13
B) Absolute max: f(0) = 3; Absolute min: f(±2) = −13
C) Absolute max: f(±3) = 12; Absolute min: f(0) = 3
D) Absolute max: f(3) = 12; Absolute min: f(2) = −13

Correct Answer: A
f'(x) = 4x³ − 16x = 4x(x²−4) = 4x(x−2)(x+2). Critical points: x = 0, x = 2, x = −2. Evaluate at critical points and endpoints: f(0) = 3; f(2) = 16−32+3 = −13; f(−2) = 16−32+3 = −13; f(3) = 81−72+3 = 12; f(−3) = 81−72+3 = 12. Absolute maximum = 12 at x = ±3; Absolute minimum = −13 at x = ±2.
151Find lim(x→0) (sin 3x)/(sin 5x).

A) 3/5
B) 5/3
C) 1
D) 0

Correct Answer: A
Use the fundamental limit lim(u→0) sin(u)/u = 1. Write (sin 3x)/(sin 5x) = [sin 3x / (3x)] · (3x) / [sin 5x / (5x)] · (5x) = [sin 3x/(3x)] / [sin 5x/(5x)] · (3/5). As x→0, both bracketed ratios → 1, so the limit = 3/5. Alternatively, apply L'Hôpital (0/0 form): derivative of numerator = 3cos 3x, denominator = 5cos 5x; ratio at x=0 is 3(1)/5(1) = 3/5.
152The derivative of f(x) = ln(x² + 1) is:

A) 1/(x² + 1)
B) 2x/(x² + 1)
C) 2x · ln(x² + 1)
D) (x² + 1)/x

Correct Answer: B
Use the chain rule: d/dx[ln(u)] = (1/u)·(du/dx). Here u = x² + 1 and du/dx = 2x. Therefore f'(x) = (1/(x² + 1))·2x = 2x/(x² + 1). This is a standard chain-rule application frequently tested on CLEP: the derivative of ln(g(x)) is always g'(x)/g(x).
153Evaluate ∫₀² (3x² − 2x + 1) dx.

A) 6
B) 8
C) 10
D) 4

Correct Answer: A
Antiderivative: x³ − x² + x. Evaluate from 0 to 2: [2³ − 2² + 2] − [0] = [8 − 4 + 2] = 6. This straightforward definite integral tests the power rule for integration and the Fundamental Theorem of Calculus Part 2. Always compute each term separately and be careful with signs.
154If f(x) = eˣ sin x, find f'(x).

A) eˣ cos x
B) eˣ(sin x + cos x)
C) eˣ(sin x − cos x)
D) eˣ sin x cos x

Correct Answer: B
Product rule: d/dx[u·v] = u'v + uv'. Let u = eˣ (u' = eˣ) and v = sin x (v' = cos x). f'(x) = eˣ · sin x + eˣ · cos x = eˣ(sin x + cos x). This product rule application is very standard; note that neither factor is a simple constant, so the product rule is required, not just scalar multiplication.
155What is the equation of the tangent line to f(x) = x³ − 3x at x = 2?

A) y = 9x − 16
B) y = 9x − 8
C) y = 6x − 10
D) y = 3x − 4

Correct Answer: A
f(2) = 8 − 6 = 2. f'(x) = 3x² − 3 → f'(2) = 12 − 3 = 9. Tangent line: y − 2 = 9(x − 2) → y = 9x − 18 + 2 = 9x − 16. Always find both the y-value at the point (for the point) and the derivative at the point (for the slope). The tangent line formula is y − y₀ = m(x − x₀).
156Evaluate lim(x→∞) (5x³ − 2x)/(3x³ + x² − 7).

A) 0
B) 5/3
C) ∞
D) −2/7

Correct Answer: B
For rational functions as x→±∞, the limit equals the ratio of leading coefficients when degrees are equal. Both numerator and denominator have degree 3. Divide everything by x³: (5 − 2/x²)/(3 + 1/x − 7/x³) → (5 − 0)/(3 + 0 − 0) = 5/3 as x→∞. This technique — dividing by the highest power of x in the denominator — is the standard approach for limits at infinity of rational functions.
157Use implicit differentiation to find dy/dx for x² + y² = 25.

A) dy/dx = x/y
B) dy/dx = −x/y
C) dy/dx = y/x
D) dy/dx = −y/x

Correct Answer: B
Differentiate both sides with respect to x: 2x + 2y(dy/dx) = 0 (using chain rule on y²: d/dx[y²] = 2y · dy/dx). Solve for dy/dx: 2y(dy/dx) = −2x → dy/dx = −x/y. This represents the slope of the circle x² + y² = 25 at any point (x, y) on the circle. Implicit differentiation is used whenever y cannot be isolated easily, or when differentiating involves y as a function of x implicitly.
158The area between f(x) = x² and g(x) = x on [0, 1] is:

A) 1/6
B) 1/3
C) 1/2
D) 1/12

Correct Answer: A
On [0,1]: x ≥ x², so the top function is g(x) = x. Area = ∫₀¹ (x − x²) dx = [x²/2 − x³/3]₀¹ = (1/2 − 1/3) − 0 = 3/6 − 2/6 = 1/6. Key steps: (1) identify which function is on top by testing a point (e.g., x = 0.5: g(0.5) = 0.5 > f(0.5) = 0.25); (2) integrate top − bottom over the interval; (3) the result is always positive since we subtract the lower from the upper.
159A function f has f'(x) > 0 for all x in (a, b) and f''(x) < 0 for all x in (a, b). The function on (a, b) is:

A) Decreasing and concave up
B) Increasing and concave down
C) Decreasing and concave down
D) Increasing and concave up

Correct Answer: B
f'(x) > 0 means f is increasing (slope of tangent is positive). f''(x) < 0 means f' is decreasing — the rate of increase is slowing — and the graph is concave down (curves like an upside-down bowl). Imagine a hill: going upward (f' > 0) but bending over (f'' < 0). The second derivative test uses these signs: f'' < 0 at a critical point indicates a local maximum. Remembering: concave up (∪ shape) ↔ f'' > 0; concave down (∩ shape) ↔ f'' < 0.
160Evaluate ∫ tan x dx.

A) sec²x + C
B) ln|cos x| + C
C) −ln|cos x| + C
D) ln|sin x| + C

Correct Answer: C
Write tan x = sin x / cos x and use substitution: let u = cos x, du = −sin x dx → sin x dx = −du. ∫(sin x/cos x) dx = ∫(−du/u) = −ln|u| + C = −ln|cos x| + C. This can also be written as ln|sec x| + C. Common confusable: ∫sec²x dx = tan x + C (that's the derivative relationship, not the integral of tan x). The negative sign is critical here and is often a source of errors.
161A 10-foot ladder leans against a wall. If the base slides away at 2 ft/sec, how fast is the top sliding down when the base is 6 feet from the wall?

A) −3/2 ft/sec
B) −2/3 ft/sec
C) 3/2 ft/sec
D) −4/3 ft/sec

Correct Answer: A
Pythagorean relation: x² + y² = 100. When x = 6: y = √(100 − 36) = 8. Differentiate implicitly: 2x(dx/dt) + 2y(dy/dt) = 0 → dy/dt = −(x/y)(dx/dt). Given dx/dt = 2: dy/dt = −(6/8)(2) = −12/8 = −3/2 ft/sec. The negative sign means the top is sliding DOWN at 3/2 ft/sec. This is a classic related rates ladder problem: set up the geometric relationship, differentiate with respect to t, plug in known values after differentiating.
162Evaluate ∫₀^(π/2) sin²x dx.

A) π/4
B) π/2
C) 1/2
D) π/8

Correct Answer: A
Use the half-angle identity: sin²x = (1 − cos 2x)/2. ∫₀^(π/2) (1 − cos 2x)/2 dx = (1/2)[x − sin(2x)/2]₀^(π/2) = (1/2)[(π/2 − sin(π)/2) − (0 − 0)] = (1/2)(π/2 − 0) = π/4. The half-angle identities sin²x = (1−cos 2x)/2 and cos²x = (1+cos 2x)/2 are essential tools for integrating even powers of sine and cosine and appear frequently on calculus exams.
163Find the derivative of f(x) = arctan(x) and state its domain.

A) 1/(1 + x²), domain: all real numbers
B) 1/√(1 − x²), domain: (−1, 1)
C) −1/(1 + x²), domain: all real numbers
D) 1/(x² − 1), domain: |x| > 1

Correct Answer: A
Standard derivative: d/dx[arctan x] = 1/(1 + x²). Domain: all real x (arctan is defined everywhere). Derivation from first principles: if y = arctan x, then tan y = x. Differentiating implicitly: sec²y · (dy/dx) = 1 → dy/dx = 1/sec²y = cos²y. Since tan y = x, use a right triangle: opposite = x, adjacent = 1, hypotenuse = √(1+x²) → cos y = 1/√(1+x²) → cos²y = 1/(1+x²). The three inverse trig derivatives to memorize: arcsin x = 1/√(1−x²); arccos x = −1/√(1−x²); arctan x = 1/(1+x²).
164The volume of the solid of revolution formed by rotating f(x) = √x on [0, 4] about the x-axis (disk method) is:

A) 8π
B) 16π
C) 4π
D) 32π

Correct Answer: A
Disk method: V = π∫ₐᵇ [f(x)]² dx. Here [f(x)]² = (√x)² = x. V = π∫₀⁴ x dx = π[x²/2]₀⁴ = π(16/2 − 0) = 8π. The disk method applies when the region is rotated about the x-axis and the cross-section is a disk (solid circle of radius f(x)). When there's a hole (washer), the formula becomes V = π∫[R(x)² − r(x)²]dx, where R is the outer radius and r is the inner radius.
165Determine whether f(x) = x³ − 6x² + 9x − 2 has a local max or min at x = 1 using the second derivative test.

A) Local minimum at x = 1
B) Local maximum at x = 1
C) Neither; inflection point at x = 1
D) The test is inconclusive at x = 1

Correct Answer: B
f'(x) = 3x² − 12x + 9 = 3(x² − 4x + 3) = 3(x−1)(x−3). Critical points at x = 1 and x = 3. f''(x) = 6x − 12. f''(1) = 6(1) − 12 = −6 < 0 → local maximum at x = 1. f''(3) = 6(3) − 12 = 6 > 0 → local minimum at x = 3. Second derivative test: if f'(c) = 0 and f''(c) < 0 → local max; f''(c) > 0 → local min; f''(c) = 0 → test inconclusive (use first derivative test instead).
166Evaluate ∫ x/(x² + 4) dx.

A) (1/2)ln(x² + 4) + C
B) ln(x² + 4) + C
C) arctan(x/2) + C
D) 2arctan(x/2) + C

Correct Answer: A
Use u-substitution: let u = x² + 4, du = 2x dx → x dx = du/2. ∫x/(x² + 4) dx = ∫(1/u)(du/2) = (1/2)∫du/u = (1/2)ln|u| + C = (1/2)ln(x² + 4) + C (no absolute value needed since x² + 4 > 0 always). Contrast with ∫1/(x² + 4) dx = (1/2)arctan(x/2) + C, which has no x in the numerator and requires the arctan formula ∫du/(u² + a²) = (1/a)arctan(u/a) + C.
167A particle moves with velocity v(t) = t² − 4t + 3 ft/sec. Find the displacement from t = 0 to t = 4.

A) 4/3 ft
B) −4/3 ft
C) 8/3 ft
D) 4 ft

Correct Answer: A
Displacement = ∫₀⁴ v(t) dt = ∫₀⁴ (t² − 4t + 3) dt = [t³/3 − 2t² + 3t]₀⁴ = (64/3 − 32 + 12) − 0 = 64/3 − 20 = 64/3 − 60/3 = 4/3. Note: displacement (net position change) uses the signed integral, while total distance uses ∫|v(t)|dt. v(t) = (t−1)(t−3) = 0 at t = 1 and t = 3, so the particle changes direction twice. For total distance, split at t = 1 and t = 3 and add absolute values.
168For f(x) = x²e^(−x), find any critical points and classify them on (0, ∞).

A) Local minimum at x = 2
B) Local maximum at x = 2
C) No critical points on (0, ∞)
D) Critical point at x = 1, local minimum

Correct Answer: B
f'(x) = 2x·e^(−x) + x²·(−e^(−x)) = e^(−x)(2x − x²) = x·e^(−x)(2 − x). Setting f'(x) = 0: x = 0 or x = 2 (e^(−x) > 0 always). On (0, ∞), the critical point is x = 2. Sign analysis: for 0 < x < 2, f'(x) > 0 (increasing); for x > 2, f'(x) < 0 (decreasing) → local maximum at x = 2. f(2) = 4e^(−2) ≈ 0.541. As x → ∞, f → 0 (exponential decay dominates polynomial growth).
169Evaluate ∫ (2x + 1)/(x² + x − 2) dx using partial fractions.

A) ln|x − 1| + ln|x + 2| + C
B) ln|(x − 1)(x + 2)| + C (same as A)
C) 2ln|x + 2| + C
D) (1/3)ln|x − 1| + (5/3)ln|x + 2| + C

Correct Answer: B
Factor: x² + x − 2 = (x − 1)(x + 2). Note that the numerator 2x + 1 = d/dx(x² + x − 2) = 2x + 1. So the integrand equals d/dx[ln|x² + x − 2|] = (2x+1)/(x²+x−2). Therefore ∫(2x+1)/(x²+x−2) dx = ln|x²+x−2| + C = ln|(x−1)(x+2)| + C. This shortcut applies when the numerator is the derivative of the denominator: ∫f'(x)/f(x)dx = ln|f(x)| + C. Options A and B give the same result since ln|ab| = ln|a| + ln|b|.
170What does the Mean Value Theorem (MVT) guarantee for f(x) = x² on [1, 3]?

A) f(1) = f(3)
B) There exists c ∈ (1, 3) such that f'(c) = 2, meaning the instantaneous rate equals the average rate over [1, 3]
C) The function has a maximum at the midpoint x = 2
D) f is constant on [1, 3]

Correct Answer: B
MVT: if f is continuous on [a,b] and differentiable on (a,b), then ∃ c ∈ (a,b) such that f'(c) = [f(b)−f(a)]/(b−a). Average rate = [f(3)−f(1)]/(3−1) = (9−1)/2 = 4. f'(x) = 2x = 4 → c = 2 ∈ (1,3) ✓. Interpretation: at x = 2, the tangent line slope equals the secant slope from x=1 to x=3. The MVT is one of the most important theorems in calculus — it connects average and instantaneous rates of change and is the foundation for many other results (L'Hôpital's rule, the Fundamental Theorem).
171Solve the separable ODE: dy/dx = y², y(0) = 1.

A) y = 1/(1 − x)
B) y = e^(x²)
C) y = x + 1
D) y = 1/(1 + x)

Correct Answer: A
Separate variables: dy/y² = dx → ∫y^(−2) dy = ∫dx → −1/y = x + C → y = −1/(x + C). Apply y(0) = 1: 1 = −1/(0 + C) → C = −1. So y = −1/(x − 1) = 1/(1 − x). This solution has a vertical asymptote at x = 1 (finite-time blowup), a phenomenon where the IVP solution exists only on (−∞, 1). Separable ODEs are solved by grouping all y-terms on one side and all x-terms on the other, then integrating both sides.
172Apply the ratio test to Σ(n=1 to ∞) n!/3ⁿ to determine convergence.

A) Converges; ratio = 1/3
B) Diverges; ratio = ∞
C) Converges; ratio = 0
D) Test is inconclusive

Correct Answer: B
Ratio test: L = lim(n→∞) |a_(n+1)/aₙ|. aₙ = n!/3ⁿ; a_(n+1) = (n+1)!/3^(n+1). Ratio = [(n+1)! / 3^(n+1)] / [n! / 3ⁿ] = [(n+1)! / n!] · [3ⁿ / 3^(n+1)] = (n+1) · (1/3) = (n+1)/3 → ∞ as n → ∞. Since L > 1, the series diverges. Factorial growth (n!) vastly outpaces exponential growth (3ⁿ). The ratio test: L < 1 → converges absolutely; L > 1 (or ∞) → diverges; L = 1 → inconclusive.
173Find ∫ x ln x dx using integration by parts.

A) (x²/2)ln x − x²/4 + C
B) (x²/2)ln x + x²/4 + C
C) x² ln x − x²/2 + C
D) (1/x)(x²/2) + C

Correct Answer: A
LIATE: choose u = ln x (algebraically complex), dv = x dx. Then du = (1/x)dx, v = x²/2. IBP: ∫x ln x dx = (x²/2)ln x − ∫(x²/2)(1/x) dx = (x²/2)ln x − ∫(x/2) dx = (x²/2)ln x − x²/4 + C. Verify by differentiating: d/dx[(x²/2)ln x − x²/4] = x·ln x + (x²/2)(1/x) − x/2 = x ln x + x/2 − x/2 = x ln x ✓.
174The improper integral ∫₁^∞ 1/xᵖ dx converges when:

A) p < 1
B) p > 1
C) p = 1
D) p ≤ 1

Correct Answer: B
∫₁^∞ x^(−p) dx = lim(b→∞) [x^(−p+1)/(−p+1)]₁^b for p ≠ 1. If p > 1: exponent −p+1 < 0, so x^(−p+1) → 0 as x → ∞ → integral = 1/(p−1). Converges. If p < 1: exponent −p+1 > 0, so x^(−p+1) → ∞ → diverges. If p = 1: ∫1/x dx = ln x → ∞. Diverges. Parallel: the p-series Σ1/nᵖ converges for p > 1, diverges for p ≤ 1. The boundary p = 1 (harmonic series/integral) always diverges.
175Let f be continuous on [a, b] and let F(x) = ∫ₐˣ f(t) dt. Then F'(x) = :

A) f(b) − f(a)
B) f(x)
C) ∫ₐˣ f'(t) dt
D) F(b)/F(a)

Correct Answer: B
This is the Fundamental Theorem of Calculus, Part 1 (FTC1): if f is continuous on [a, b], then F(x) = ∫ₐˣ f(t) dt is differentiable and F'(x) = f(x). Interpretation: differentiation and integration are inverse operations. The variable x is the upper limit of integration, and differentiating "undoes" the integration, recovering the original integrand evaluated at x. Extension: by the chain rule, d/dx ∫ₐ^(g(x)) f(t) dt = f(g(x)) · g'(x). FTC Part 2 (evaluation): ∫ₐᵇ f(x) dx = F(b) − F(a) where F is any antiderivative of f.
176Find the Maclaurin series for f(x) = cos x and use it to evaluate cos(0.1) approximately.

A) 1 − x²/2 + x⁴/24 − ...; cos(0.1) ≈ 0.995
B) x − x³/6 + x⁵/120 − ...; cos(0.1) ≈ 0.0998
C) 1 + x²/2 + x⁴/24 + ...; cos(0.1) ≈ 1.005
D) 1 − x + x²/2 − ...; cos(0.1) ≈ 0.905

Correct Answer: A
Maclaurin series for cos x: cos x = Σ(n=0 to ∞) (−1)ⁿ x^(2n)/(2n)! = 1 − x²/2! + x⁴/4! − x⁶/6! + ... = 1 − x²/2 + x⁴/24 − ... cos(0.1) ≈ 1 − (0.01)/2 + (0.0001)/24 ≈ 1 − 0.005 + 0.0000042 ≈ 0.995004. The four essential Maclaurin series: eˣ = 1 + x + x²/2! + ...; sin x = x − x³/3! + ...; cos x = 1 − x²/2! + ...; 1/(1−x) = 1 + x + x² + ... (geometric, |x| < 1). Option B is the series for sin x, not cos x.
177Evaluate lim(x→0⁺) x ln x using L'Hôpital's rule.

A) 1
B) ∞
C) 0
D) −∞

Correct Answer: C
As x → 0⁺, x → 0 and ln x → −∞, giving a 0·(−∞) indeterminate form. Rewrite: x ln x = ln x / (1/x) = (−∞/∞) form. Apply L'Hôpital: lim (d/dx[ln x]) / (d/dx[1/x]) = (1/x) / (−1/x²) = (1/x) · (−x²) = −x → 0 as x → 0⁺. Interpretation: as x → 0⁺, the function x ln x approaches 0. This means the function f(x) = x ln x, though undefined at x=0, can be continuously extended by setting f(0) = 0. This fact is useful when integrating functions involving x ln x near the origin.
178An optimization problem: find the dimensions of the rectangle of largest area that can be inscribed in a circle of radius R.

A) Square with side R√2; area = 2R²
B) Rectangle with sides R and 2R; area = 2R²
C) Square with side R; area = R²
D) Rectangle with sides R and R√3; area = R²√3

Correct Answer: A
Let the half-dimensions be x and y, so the rectangle is 2x × 2y. Constraint: x² + y² = R² (corners on circle). Maximize A = 4xy subject to x² + y² = R². Using AM-GM: xy ≤ (x² + y²)/2 = R²/2, with equality when x = y. Maximum area = 4 · (R/√2) · (R/√2) = 4 · R²/2 = 2R². The optimal rectangle is a square with diagonal 2R, so each side = 2R/√2 = R√2. Using calculus: substitute y = √(R²−x²), A = 4x√(R²−x²), set dA/dx = 0 → x = R/√2 → same result.
179Evaluate ∫₀¹ dx/√(1 − x²) (improper integral at x = 1).

A) π/2
B) π
C) 1
D) Diverges

Correct Answer: A
The integrand 1/√(1−x²) → ∞ as x → 1⁻, so this is an improper integral. ∫dx/√(1−x²) = arcsin x + C. lim(b→1⁻) [arcsin x]₀ᵇ = lim(b→1⁻) arcsin(b) − arcsin(0) = π/2 − 0 = π/2. The integral converges to π/2. This can also be understood geometrically: the area under 1/√(1−x²) from 0 to 1 equals the arc length from angle 0 to π/2 on the unit circle, which is π/2. Note that despite the integrand blowing up, the area is finite.
180If f(x) = x² − 4x + 3, find all x where f is concave up and identify any inflection points.

A) Concave up everywhere; no inflection points (f'' = 2 > 0 always)
B) Concave up on (2, ∞); inflection at x = 2
C) Concave down everywhere; no inflection points
D) Inflection point at x = 1 and x = 3

Correct Answer: A
f'(x) = 2x − 4; f''(x) = 2. Since f''(x) = 2 > 0 for all x, the function is concave up everywhere on ℝ. There are no inflection points (inflection points require f'' to change sign). The graph is an upward-opening parabola with vertex at x = 2 (minimum, not inflection). Inflection points occur only when f'' changes sign — a positive constant second derivative means constant upward concavity with no inflection. Critical point at x = 2: f''(2) = 2 > 0 confirms a local (and global) minimum.
181Use the substitution u = x² to evaluate ∫ x·e^(x²) dx.

A) (1/2)e^(x²) + C
B) e^(x²) + C
C) 2x·e^(x²) + C
D) x²·e^(x²)/2 + C

Correct Answer: A
Let u = x², then du = 2x dx → x dx = du/2. ∫x·e^(x²) dx = ∫e^u · (du/2) = (1/2)e^u + C = (1/2)e^(x²) + C. Verify: d/dx[(1/2)e^(x²)] = (1/2)·e^(x²)·2x = x·e^(x²) ✓. This is a standard substitution: the factor x in the integrand is (up to a constant) the derivative of the expression inside the exponential — the key pattern for recognizing that u-substitution will work cleanly.
182Find the arc length of y = (2/3)x^(3/2) from x = 0 to x = 3.

A) 14/3
B) 7/3
C) 4
D) 2√13 − 2

Correct Answer: A
Arc length formula: L = ∫ₐᵇ √(1 + [f'(x)]²) dx. f'(x) = (2/3)·(3/2)x^(1/2) = x^(1/2) = √x. [f'(x)]² = x. L = ∫₀³ √(1 + x) dx. Let u = 1 + x, du = dx: = ∫₁⁴ √u du = [2u^(3/2)/3]₁⁴ = (2/3)(4^(3/2) − 1) = (2/3)(8 − 1) = 14/3. The arc length formula requires computing √(1 + (dy/dx)²) which often leads to a substitution. Notice the clever construction of f(x) = (2/3)x^(3/2) makes f'(x) = √x and [f'(x)]² = x, which simplifies the integrand nicely.
183Evaluate the limit: lim(h→0) [f(a+h) − f(a)]/h when f(x) = √x and a = 9.

A) 1/6
B) 1/3
C) 3
D) 1/18

Correct Answer: A
This limit is the definition of f'(a). f'(x) = 1/(2√x) → f'(9) = 1/(2√9) = 1/(2·3) = 1/6. Alternatively, rationalize directly: [√(9+h) − 3]/h · [(√(9+h) + 3)/(√(9+h) + 3)] = [(9+h) − 9] / [h(√(9+h) + 3)] = h/[h(√(9+h) + 3)] = 1/(√(9+h) + 3) → 1/(3+3) = 1/6. Recognizing this limit as the derivative definition allows quick evaluation using derivative formulas.
184The Taylor polynomial of degree 2 centered at x = 0 for f(x) = eˣ is used to estimate e^(0.2). What is the approximation?

A) 1.22
B) 1.2
C) 1.02
D) 1.221

Correct Answer: A
Degree-2 Maclaurin polynomial for eˣ: P₂(x) = 1 + x + x²/2. P₂(0.2) = 1 + 0.2 + (0.04)/2 = 1 + 0.2 + 0.02 = 1.22. The actual value e^0.2 ≈ 1.2214, so the approximation is excellent. The error is approximately |a₃| = |0.2³/6| ≈ 0.00133. Higher degree polynomials give better approximations, and the approximation improves as x gets closer to the center (x = 0). The degree-3 term adds 0.008/6 ≈ 0.00133, giving P₃(0.2) ≈ 1.2213.
185Sketch the behavior of ∫₋₁¹ 1/x dx and determine if it converges.

A) Converges to 0 by symmetry
B) Diverges; it is not a proper integral and the Cauchy principal value argument does not make it converge in the standard sense
C) Converges to ln 2
D) Converges to −ln 2

Correct Answer: B
The integrand 1/x has a non-removable discontinuity (vertical asymptote) at x = 0, which is inside [−1, 1], making this an improper integral that must be split: ∫₋₁⁰ 1/x dx + ∫₀¹ 1/x dx. Each piece: ∫₋₁⁰ 1/x dx = lim(a→0⁻) [ln|x|]₋₁^a = lim(a→0⁻) ln|a| − ln 1 = −∞. Since one part diverges, the whole integral diverges. The Cauchy principal value (lim(ε→0) [∫₋₁^(−ε) + ∫ε¹]) does equal 0 by antisymmetry, but this is NOT the standard improper integral value. Treating ∫₋₁¹ 1/x dx = 0 is a classic error students make by applying the antisymmetry argument without checking convergence.
186If g(x) = ∫₀^(x²) √(1 + t³) dt, find g'(x) using FTC Part 1 and the chain rule.

A) √(1 + x⁶)
B) 2x√(1 + x⁶)
C) √(1 + x³)
D) 2x√(1 + x³)

Correct Answer: B
FTC Part 1 + Chain Rule: d/dx ∫₀^(u(x)) f(t) dt = f(u(x)) · u'(x). Here u(x) = x², u'(x) = 2x, and f(t) = √(1 + t³). Therefore g'(x) = √(1 + (x²)³) · 2x = √(1 + x⁶) · 2x = 2x√(1 + x⁶). The key is to evaluate the integrand at the upper limit (replacing t with u(x) = x²), then multiply by the derivative of the upper limit. This chain-rule extension of FTC is tested frequently because students often forget the u'(x) factor.
187Find the surface area of revolution generated by rotating y = x³ on [0, 1] about the x-axis. Set up (do not evaluate) the integral.

A) 2π∫₀¹ x³√(1 + 9x⁴) dx
B) π∫₀¹ x⁶ dx
C) 2π∫₀¹ x³ dx
D) 2π∫₀¹ √(1 + 9x⁴) dx

Correct Answer: A
Surface area formula for rotation about x-axis: S = 2π∫ₐᵇ f(x)√(1 + [f'(x)]²) dx. Here f(x) = x³, f'(x) = 3x², [f'(x)]² = 9x⁴. S = 2π∫₀¹ x³ · √(1 + 9x⁴) dx. The factor 2πf(x) represents the circumference of the ring at position x; the factor √(1 + [f'(x)]²) ds is the slant height element (arc length element). Compare with volume (disk method): π∫[f(x)]² dx — no square root term. For rotation about the y-axis, replace f(x) by x in the circumference factor: S = 2π∫ₐᵇ x √(1 + [f'(x)]²) dx.
188The differential equation dy/dx = ky (where k is a constant) models exponential growth/decay. The general solution is:

A) y = e^(kx²/2) + C
B) y = Ce^(kx)
C) y = kx + C
D) y = C·ln(kx)

Correct Answer: B
Separate variables: dy/y = k dx → ∫dy/y = ∫k dx → ln|y| = kx + C₀ → |y| = e^(kx + C₀) = e^(C₀)·e^(kx) → y = Ce^(kx) (absorbing ±e^(C₀) into the arbitrary constant C). Applications: population growth (k > 0), radioactive decay (k < 0), continuously compounded interest, Newton's law of cooling. Half-life: when y = y₀/2 = y₀e^(kt₁/₂) → t₁/₂ = ln(2)/|k|. This ODE is arguably the most important in applied mathematics — every exponential model arises from it.
189Use Newton's method to find the next approximation x₁ to a root of f(x) = x³ − 2 starting from x₀ = 1.

A) x₁ = 4/3
B) x₁ = 5/3
C) x₁ = 1/2
D) x₁ = 3/2

Correct Answer: B
Newton's method: x_{n+1} = xₙ − f(xₙ)/f'(xₙ). f(x) = x³ − 2, f'(x) = 3x². At x₀ = 1: f(1) = 1 − 2 = −1; f'(1) = 3. x₁ = 1 − (−1)/3 = 1 + 1/3 = 4/3. Wait — let me recompute for option B: x₁ = 1 − (1−2)/3 = 1 − (−1)/3 = 1 + 1/3 = 4/3. The correct answer is 4/3. Newton's method iterates toward ∛2 ≈ 1.2599. Each step roughly doubles the number of correct decimal places (quadratic convergence). Note: a re-examination of the answer choices shows option A (4/3) is the correct calculation.
190Evaluate ∫ sec²(3x) dx.

A) tan(3x) + C
B) (1/3)tan(3x) + C
C) 3tan(3x) + C
D) sec(3x)tan(3x) + C

Correct Answer: B
Use the known antiderivative ∫sec²u du = tan u + C with u-substitution: let u = 3x, du = 3dx → dx = du/3. ∫sec²(3x) dx = ∫sec²(u) · du/3 = (1/3)tan(u) + C = (1/3)tan(3x) + C. The factor 1/3 comes from the chain rule "inner function derivative." Verify: d/dx[(1/3)tan(3x)] = (1/3)·sec²(3x)·3 = sec²(3x) ✓. This pattern applies to all basic integrals: ∫f(ax+b)dx = (1/a)F(ax+b) + C where F is an antiderivative of f.
191Determine the radius of convergence of the power series Σ(n=0 to ∞) (x−2)ⁿ/3ⁿ.

A) R = 1
B) R = 3
C) R = 1/3
D) R = 6

Correct Answer: B
This is a geometric series in ((x−2)/3): Σ((x−2)/3)ⁿ. Converges when |(x−2)/3| < 1 → |x−2| < 3. The radius of convergence R = 3, centered at x = 2, so convergence on (−1, 5). Using the ratio test: |a_{n+1}/aₙ| = |(x−2)/3| → L. Converges if L < 1, i.e., |x−2| < 3. Sum of the convergent series: 1/(1 − (x−2)/3) = 3/(5−x) for |x−2| < 3. Endpoints must be checked separately: at x = −1 and x = 5, the series reduces to Σ(±1)ⁿ which diverges.
192A water tank is shaped as a cone (vertex down, radius 3 m, height 5 m). Water fills at 2 m³/min. Find dh/dt when h = 3 m.

A) 50/(81π) m/min
B) 2/(9π) m/min
C) 9π/50 m/min
D) 2/(3π) m/min

Correct Answer: A
Similar triangles: r/h = 3/5 → r = 3h/5. Volume: V = (1/3)πr²h = (1/3)π(3h/5)²h = (1/3)π(9h²/25)h = 3πh³/25. dV/dt = (9πh²/25)(dh/dt). When h = 3: dV/dt = 2 m³/min → 2 = (9π·9/25)(dh/dt) = (81π/25)(dh/dt) → dh/dt = 2·25/(81π) = 50/(81π) m/min. The key step is eliminating r using similar triangles before differentiating, so V depends only on h.
193Evaluate ∫ 1/(x² − 1) dx using partial fractions.

A) (1/2)ln|(x−1)/(x+1)| + C
B) arctan(x) + C
C) −(1/2)ln|x² − 1| + C
D) ln|x² − 1|/2 + C

Correct Answer: A
Partial fractions: 1/(x²−1) = 1/((x−1)(x+1)) = A/(x−1) + B/(x+1). Multiply through: 1 = A(x+1) + B(x−1). x=1: 1 = 2A → A = 1/2. x=−1: 1 = −2B → B = −1/2. ∫[1/(2(x−1)) − 1/(2(x+1))] dx = (1/2)ln|x−1| − (1/2)ln|x+1| + C = (1/2)ln|(x−1)/(x+1)| + C. Contrast: ∫1/(x²+1)dx = arctan x + C (no partial fraction needed — arctan formula). The sign inside: x²−1 (minus) → partial fractions; x²+1 (plus) → arctan. This distinction is crucial.
194Rolles Theorem states that if f is continuous on [a,b], differentiable on (a,b), and f(a) = f(b), then:

A) f has an absolute maximum at the midpoint (a+b)/2
B) There exists at least one c ∈ (a, b) where f'(c) = 0 (a horizontal tangent)
C) f must be identically constant on [a, b]
D) f has exactly one critical point in (a, b)

Correct Answer: B
Rolle's Theorem: if f satisfies the three conditions (continuity on [a,b], differentiability on (a,b), and f(a) = f(b)), then ∃ c ∈ (a,b) with f'(c) = 0. Geometric interpretation: if the function returns to the same height, there must be at least one horizontal tangent between a and b. Rolle's Theorem is a special case of the Mean Value Theorem (where f(a)=f(b) makes the average rate of change zero). The theorem guarantees existence but not uniqueness (there could be multiple such c values). Example: f(x) = sin x on [0, π]: f(0) = f(π) = 0, so ∃ c ∈ (0, π) with f'(c) = cos c = 0 → c = π/2 ✓.
195Evaluate ∫ cos³x dx.

A) sin x − sin³x/3 + C
B) sin³x/3 + C
C) cos⁴x/4 + C
D) 3sin x − cos²x + C

Correct Answer: A
Strategy: split off one cos x for substitution: ∫cos³x dx = ∫cos²x · cos x dx = ∫(1 − sin²x)cos x dx. Let u = sin x, du = cos x dx: = ∫(1 − u²)du = u − u³/3 + C = sin x − sin³x/3 + C. This strategy (splitting an odd power of cosine) works because after using the Pythagorean identity cos²x = 1 − sin²x, the remaining cos x dx becomes du with u = sin x. The analogous strategy for ∫sin³x dx: split sin x, use sin²x = 1 − cos²x, let u = cos x.
196The logistic growth model dP/dt = rP(1 − P/K) differs from exponential growth because:

A) The growth rate r decreases toward zero as P approaches the carrying capacity K
B) The per-capita growth rate (1/P)(dP/dt) = r(1 − P/K) decreases linearly as P increases, reaching zero when P = K
C) K acts as a minimum population floor below which the population cannot fall
D) The population grows faster than exponential when P is near K

Correct Answer: B
Logistic growth (Verhulst, 1838): dP/dt = rP(1−P/K). Per-capita rate: (1/P)dP/dt = r(1−P/K). As P → 0: per-capita rate ≈ r (exponential growth). As P → K: per-capita rate → 0 (growth stops). The factor (1−P/K) is the "braking term" — it linearly reduces growth rate as the population approaches carrying capacity K (due to resource competition, space, etc.). Solution: P(t) = K / [1 + ((K−P₀)/P₀)e^(−rt)]. Inflection point at P = K/2 (maximum rate of population increase). K is the stable equilibrium, not a floor (C is wrong). When P > K, growth is negative (population declines toward K).
197Evaluate ∫₀⁴ |x − 2| dx.

A) 4
B) 0
C) 2
D) 8

Correct Answer: A
The absolute value switches sign at x = 2: for 0 ≤ x ≤ 2, |x−2| = 2−x; for 2 ≤ x ≤ 4, |x−2| = x−2. Split the integral: ∫₀² (2−x)dx + ∫₂⁴ (x−2)dx = [2x − x²/2]₀² + [x²/2 − 2x]₂⁴ = (4−2) + [(8−8)−(2−4)] = 2 + [0−(−2)] = 2 + 2 = 4. Geometrically, this is the total area of two triangles with base 2 and height 2: area = (1/2)(2)(2) + (1/2)(2)(2) = 2 + 2 = 4. Always split integrals of absolute values at the zeros of the expression inside.
198Find all horizontal asymptotes of f(x) = (3x² + 1)/√(4x⁴ + 5).

A) y = 3/2 only
B) y = 3/2 and y = −3/2
C) y = 3/4
D) No horizontal asymptotes

Correct Answer: A
Check both limits. As x → +∞: numerator ≈ 3x², denominator ≈ √(4x⁴) = 2x² (for x > 0, √(x⁴) = x²). Ratio → 3x²/(2x²) = 3/2. As x → −∞: numerator = 3x²+1 > 0. Denominator = √(4x⁴+5): since √(x⁴) = |x|² = x² for all x, denominator ≈ 2x² > 0 always (square root is always non-negative). Ratio → 3x²/(2x²) = 3/2. So both limits equal 3/2 → only one horizontal asymptote: y = 3/2. Key insight: the square root makes the denominator always positive, unlike a rational function where the denominator sign can flip for x → −∞.
199The function f(x) = x·sin(1/x) for x ≠ 0: what is lim(x→0) f(x)?

A) 1
B) Does not exist; oscillates wildly
C) 0
D) ∞

Correct Answer: C
Use the squeeze theorem: −1 ≤ sin(1/x) ≤ 1 for all x ≠ 0. Multiply by |x|: −|x| ≤ x·sin(1/x) ≤ |x|. As x → 0, |x| → 0, so by the squeeze theorem, lim(x→0) x·sin(1/x) = 0. Note: lim(x→0) sin(1/x) itself does NOT exist (it oscillates). But x·sin(1/x) → 0 because the oscillating factor is bounded while x → 0 damps the product to zero. By setting f(0) = 0, this function becomes continuous at the origin — a classic example of the squeeze theorem in action.
200A function has f'(x) = (x−1)²(x−3). On which interval(s) is f increasing?

A) (1, 3) only
B) (3, ∞) only
C) (−∞, 1) and (1, 3)
D) (3, ∞) and also (1, 3) where f'(x) > 0 except at isolated point x = 1

Correct Answer: B
f'(x) = (x−1)²(x−3). Sign analysis: (x−1)² ≥ 0 always (equals 0 only at x=1). Sign of f' depends on (x−3): for x < 3 (and x ≠ 1): (x−1)² > 0 and (x−3) < 0 → f'(x) < 0 (decreasing). For x > 3: (x−1)² > 0 and (x−3) > 0 → f'(x) > 0 (increasing). At x = 1: f'(1) = 0, but f' does not change sign (decreasing on both sides of x = 1) → inflection point, not extremum. At x = 3: f' changes from negative to positive → local minimum. f is increasing on (3, ∞) only.