Category 1: Limits & Asymptotes
Problem 1.1: The Factoring Trap (Beginner) Evaluate: lim x → 3 x 2 − 9 x − 3 \lim_{x \to 3} \frac{x^2 - 9}{x - 3} lim x → 3 x − 3 x 2 − 9
Proof Step 1: Direct substitution yields 9 − 9 3 − 3 = 0 0 \frac{9-9}{3-3} = \frac{0}{0} 3 − 3 9 − 9 = 0 0 . Indeterminate form.
Proof Step 2: Factor the numerator using difference of squares: ( x − 3 ) ( x + 3 ) (x-3)(x+3) ( x − 3 ) ( x + 3 ) .
Proof Step 3: The expression is now ( x − 3 ) ( x + 3 ) x − 3 \frac{(x-3)(x+3)}{x-3} x − 3 ( x − 3 ) ( x + 3 ) . Cancel the ( x − 3 ) (x-3) ( x − 3 ) terms.
Proof Step 4: You are left with lim x → 3 ( x + 3 ) \lim_{x \to 3} (x + 3) lim x → 3 ( x + 3 ) .
Final Answer: Substitute 3 3 3 into the simplified expression: 3 + 3 = 6 3 + 3 = 6 3 + 3 = 6 .
Solve Factoring Limit Problem
Problem 1.2: Infinity and Rational Functions (Intermediate) Evaluate: lim x → ∞ 4 x 3 − 2 x 2 + 7 5 x 3 + x − 1 \lim_{x \to \infty} \frac{4x^3 - 2x^2 + 7}{5x^3 + x - 1} lim x → ∞ 5 x 3 + x − 1 4 x 3 − 2 x 2 + 7
Proof Step 1: Both numerator and denominator go to ∞ \infty ∞ . We look at the leading coefficients.
Proof Step 2: The highest power of x x x in the entire fraction is x 3 x^3 x 3 . Divide every single term by x 3 x^3 x 3 .
Proof Step 3: 4 − 2 x + 7 x 3 5 + 1 x 2 − 1 x 3 \frac{4 - \frac{2}{x} + \frac{7}{x^3}}{5 + \frac{1}{x^2} - \frac{1}{x^3}} 5 + x 2 1 − x 3 1 4 − x 2 + x 3 7 .
Proof Step 4: As x x x approaches infinity, any constant divided by x x x approaches zero.
Final Answer: The limit evaluates exactly to the ratio of the leading coefficients: 4 5 \frac{4}{5} 5 4 .
Solve Infinite Limit Problem
Problem 1.3: Advanced L'Hôpital's Application (Advanced) Evaluate: lim x → 0 e x − 1 − x x 2 \lim_{x \to 0} \frac{e^x - 1 - x}{x^2} lim x → 0 x 2 e x − 1 − x
Proof Step 1: Direct substitution gives 1 − 1 − 0 0 = 0 0 \frac{1 - 1 - 0}{0} = \frac{0}{0} 0 1 − 1 − 0 = 0 0 . Apply L'Hôpital's rule.
Proof Step 2: Derivative of numerator is e x − 1 e^x - 1 e x − 1 . Derivative of denominator is 2 x 2x 2 x . The new limit is lim x → 0 e x − 1 2 x \lim_{x \to 0} \frac{e^x - 1}{2x} lim x → 0 2 x e x − 1 .
Proof Step 3: Substitute 0 again. It yields 1 − 1 0 = 0 0 \frac{1-1}{0} = \frac{0}{0} 0 1 − 1 = 0 0 . We must apply L'Hôpital's rule a second time .
Proof Step 4: Second derivative of numerator is e x e^x e x . Second derivative of denominator is 2 2 2 . The limit is now lim x → 0 e x 2 \lim_{x \to 0} \frac{e^x}{2} lim x → 0 2 e x .
Final Answer: Plug in 0 0 0 . e 0 = 1 e^0 = 1 e 0 = 1 . The final limit is 1 2 \frac{1}{2} 2 1 .
Solve Limit using L'Hôpital's Rule
Problem 1.4: The Squeeze Theorem (Intermediate) Evaluate: lim x → 0 x 2 sin ( 1 x ) \lim_{x \to 0} x^2 \sin(\frac{1}{x}) lim x → 0 x 2 sin ( x 1 )
Proof Step 1: We know that − 1 ≤ sin ( 1 x ) ≤ 1 -1 \leq \sin(\frac{1}{x}) \leq 1 − 1 ≤ sin ( x 1 ) ≤ 1 for all x ≠ 0 x \neq 0 x = 0 .
Proof Step 2: Multiply all parts of the inequality by x 2 x^2 x 2 (which is always positive).
Proof Step 3: − x 2 ≤ x 2 sin ( 1 x ) ≤ x 2 -x^2 \leq x^2 \sin(\frac{1}{x}) \leq x^2 − x 2 ≤ x 2 sin ( x 1 ) ≤ x 2 .
Proof Step 4: Take the limit as x → 0 x \to 0 x → 0 of the outer bounds: lim x → 0 ( − x 2 ) = 0 \lim_{x \to 0} (-x^2) = 0 lim x → 0 ( − x 2 ) = 0 and lim x → 0 ( x 2 ) = 0 \lim_{x \to 0} (x^2) = 0 lim x → 0 ( x 2 ) = 0 .
Final Answer: By the Squeeze Theorem, the middle function's limit must also be 0 0 0 .
Solve Squeeze Theorem Limit
Problem 1.5: Limits Involving Absolute Values (Beginner) Evaluate: lim x → 2 − ∣ x − 2 ∣ x − 2 \lim_{x \to 2^-} \frac{|x-2|}{x-2} lim x → 2 − x − 2 ∣ x − 2∣
Proof Step 1: Since x x x approaches 2 from the left (x → 2 − x \to 2^- x → 2 − ), x x x is slightly less than 2.
Proof Step 2: Therefore, x − 2 x - 2 x − 2 is negative.
Proof Step 3: By definition of absolute value, if a quantity is negative, its absolute value is its negation: ∣ x − 2 ∣ = − ( x − 2 ) |x-2| = -(x-2) ∣ x − 2∣ = − ( x − 2 ) .
Proof Step 4: Substitute this into the limit: lim x → 2 − − ( x − 2 ) x − 2 \lim_{x \to 2^-} \frac{-(x-2)}{x-2} lim x → 2 − x − 2 − ( x − 2 ) .
Final Answer: The ( x − 2 ) (x-2) ( x − 2 ) terms cancel, leaving exactly − 1 -1 − 1 .
Solve Absolute Value Limit
Problem 1.6: Limits with Radicals (Conjugates) (Intermediate) Evaluate: lim x → 4 x − 2 x − 4 \lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4} lim x → 4 x − 4 x − 2
Proof Step 1: Direct substitution yields 4 − 2 4 − 4 = 0 0 \frac{\sqrt{4} - 2}{4 - 4} = \frac{0}{0} 4 − 4 4 − 2 = 0 0 . Indeterminate form.
Proof Step 2: Multiply numerator and denominator by the conjugate of the numerator: x + 2 \sqrt{x} + 2 x + 2 .
Proof Step 3: Numerator becomes ( x − 2 ) ( x + 2 ) = x − 4 (\sqrt{x}-2)(\sqrt{x}+2) = x - 4 ( x − 2 ) ( x + 2 ) = x − 4 .
Proof Step 4: Denominator is ( x − 4 ) ( x + 2 ) (x-4)(\sqrt{x}+2) ( x − 4 ) ( x + 2 ) .
Proof Step 5: The limit is lim x → 4 x − 4 ( x − 4 ) ( x + 2 ) \lim_{x \to 4} \frac{x-4}{(x-4)(\sqrt{x}+2)} lim x → 4 ( x − 4 ) ( x + 2 ) x − 4 . Cancel the ( x − 4 ) (x-4) ( x − 4 ) terms.
Final Answer: Substitute x = 4 x=4 x = 4 into 1 x + 2 \frac{1}{\sqrt{x}+2} x + 2 1 to get 1 2 + 2 = 1 4 \frac{1}{2+2} = \frac{1}{4} 2 + 2 1 = 4 1 .
Solve Radical Limit using Conjugates
Category 2: Differentiation & Rates of Change
Problem 2.1: The Quotient Rule (Beginner) Differentiate: f ( x ) = 3 x − 1 x 2 + 4 f(x) = \frac{3x - 1}{x^2 + 4} f ( x ) = x 2 + 4 3 x − 1
Proof Step 1: Identify u = 3 x − 1 u = 3x - 1 u = 3 x − 1 and v = x 2 + 4 v = x^2 + 4 v = x 2 + 4 .
Proof Step 2: Compute derivatives: u ′ = 3 u' = 3 u ′ = 3 and v ′ = 2 x v' = 2x v ′ = 2 x .
Proof Step 3: Apply formula u ′ v − u v ′ v 2 \frac{u'v - uv'}{v^2} v 2 u ′ v − u v ′ .
Proof Step 4: 3 ( x 2 + 4 ) − ( 3 x − 1 ) ( 2 x ) ( x 2 + 4 ) 2 \frac{3(x^2 + 4) - (3x - 1)(2x)}{(x^2 + 4)^2} ( x 2 + 4 ) 2 3 ( x 2 + 4 ) − ( 3 x − 1 ) ( 2 x ) .
Proof Step 5: Distribute numerator: 3 x 2 + 12 − ( 6 x 2 − 2 x ) = − 3 x 2 + 2 x + 12 3x^2 + 12 - (6x^2 - 2x) = -3x^2 + 2x + 12 3 x 2 + 12 − ( 6 x 2 − 2 x ) = − 3 x 2 + 2 x + 12 .
Final Answer: f ′ ( x ) = − 3 x 2 + 2 x + 12 ( x 2 + 4 ) 2 f'(x) = \frac{-3x^2 + 2x + 12}{(x^2 + 4)^2} f ′ ( x ) = ( x 2 + 4 ) 2 − 3 x 2 + 2 x + 12 .
Solve Derivative using Quotient Rule
Problem 2.2: Nesting The Chain Rule (Intermediate) Differentiate: y = sin 3 ( 4 x ) y = \sin^3(4x) y = sin 3 ( 4 x )
Proof Step 1: Rewrite for clarity: y = ( sin ( 4 x ) ) 3 y = (\sin(4x))^3 y = ( sin ( 4 x ) ) 3 .
Proof Step 2: Outside function is u 3 u^3 u 3 . Derivative is 3 u 2 ⋅ u ′ 3u^2 \cdot u' 3 u 2 ⋅ u ′ . So, 3 ( sin ( 4 x ) ) 2 ⋅ d d x [ sin ( 4 x ) ] 3(\sin(4x))^2 \cdot \frac{d}{dx}[\sin(4x)] 3 ( sin ( 4 x ) ) 2 ⋅ d x d [ sin ( 4 x )] .
Proof Step 3: Now differentiate sin ( 4 x ) \sin(4x) sin ( 4 x ) . Outside is sin ( v ) \sin(v) sin ( v ) , inside is 4 x 4x 4 x . Derivative is cos ( 4 x ) ⋅ 4 \cos(4x) \cdot 4 cos ( 4 x ) ⋅ 4 .
Proof Step 4: Multiply everything together: 3 sin 2 ( 4 x ) ⋅ 4 cos ( 4 x ) 3\sin^2(4x) \cdot 4\cos(4x) 3 sin 2 ( 4 x ) ⋅ 4 cos ( 4 x ) .
Final Answer: y ′ = 12 sin 2 ( 4 x ) cos ( 4 x ) y' = 12\sin^2(4x)\cos(4x) y ′ = 12 sin 2 ( 4 x ) cos ( 4 x ) .
Solve Derivative using Chain Rule
Problem 2.3: Implicit Differentiation (Advanced) Find d y d x \frac{dy}{dx} d x d y for: x 2 + y 2 = 2 x y + 5 x^2 + y^2 = 2xy + 5 x 2 + y 2 = 2 x y + 5
Proof Step 1: Differentiate both sides with respect to x x x . Remember to use the chain rule for y y y (attach d y d x \frac{dy}{dx} d x d y ).
Proof Step 2: Left side derivative: 2 x + 2 y d y d x 2x + 2y\frac{dy}{dx} 2 x + 2 y d x d y .
Proof Step 3: Right side derivative (requires Product Rule for 2 x y 2xy 2 x y ): 2 y + 2 x d y d x 2y + 2x\frac{dy}{dx} 2 y + 2 x d x d y . The 5 5 5 becomes 0 0 0 .
Proof Step 4: Equation is now 2 x + 2 y d y d x = 2 y + 2 x d y d x 2x + 2y\frac{dy}{dx} = 2y + 2x\frac{dy}{dx} 2 x + 2 y d x d y = 2 y + 2 x d x d y .
Proof Step 5: Move all d y d x \frac{dy}{dx} d x d y terms to the left: 2 y d y d x − 2 x d y d x = 2 y − 2 x 2y\frac{dy}{dx} - 2x\frac{dy}{dx} = 2y - 2x 2 y d x d y − 2 x d x d y = 2 y − 2 x .
Proof Step 6: Factor out d y d x \frac{dy}{dx} d x d y : d y d x ( 2 y − 2 x ) = 2 y − 2 x \frac{dy}{dx}(2y - 2x) = 2y - 2x d x d y ( 2 y − 2 x ) = 2 y − 2 x .
Final Answer: Divide both sides. d y d x = 2 y − 2 x 2 y − 2 x = 1 \frac{dy}{dx} = \frac{2y - 2x}{2y - 2x} = 1 d x d y = 2 y − 2 x 2 y − 2 x = 1 . (Except where y = x y = x y = x ).
Problem 2.4: Linear Approximation (Beginner) Approximate: 16.1 \sqrt{16.1} 16.1 using a tangent line.
Proof Step 1: Choose a function f ( x ) = x f(x) = \sqrt{x} f ( x ) = x and a "nice" base point a = 16 a = 16 a = 16 .
Proof Step 2: Evaluate the function and its derivative at a a a . f ( 16 ) = 4 f(16) = 4 f ( 16 ) = 4 . f ′ ( x ) = 1 2 x f'(x) = \frac{1}{2\sqrt{x}} f ′ ( x ) = 2 x 1 , so f ′ ( 16 ) = 1 8 f'(16) = \frac{1}{8} f ′ ( 16 ) = 8 1 .
Proof Step 3: Construct the tangent line equation: L ( x ) = f ( a ) + f ′ ( a ) ( x − a ) = 4 + 1 8 ( x − 16 ) L(x) = f(a) + f'(a)(x-a) = 4 + \frac{1}{8}(x-16) L ( x ) = f ( a ) + f ′ ( a ) ( x − a ) = 4 + 8 1 ( x − 16 ) .
Proof Step 4: Plug in x = 16.1 x = 16.1 x = 16.1 : L ( 16.1 ) = 4 + 1 8 ( 16.1 − 16 ) L(16.1) = 4 + \frac{1}{8}(16.1 - 16) L ( 16.1 ) = 4 + 8 1 ( 16.1 − 16 ) .
Final Answer: 4 + 1 8 ( 0.1 ) = 4 + 0.0125 = 4.0125 4 + \frac{1}{8}(0.1) = 4 + 0.0125 = 4.0125 4 + 8 1 ( 0.1 ) = 4 + 0.0125 = 4.0125 .
Problem 2.5: Logarithmic Differentiation (Advanced) Differentiate: y = x x y = x^x y = x x
Proof Step 1: You cannot use the power rule because the exponent is a variable. Take the natural log of both sides: ln ( y ) = ln ( x x ) \ln(y) = \ln(x^x) ln ( y ) = ln ( x x ) .
Proof Step 2: Use log properties to bring down the exponent: ln ( y ) = x ln ( x ) \ln(y) = x\ln(x) ln ( y ) = x ln ( x ) .
Proof Step 3: Differentiate both sides implicitly. The left side is 1 y ⋅ y ′ \frac{1}{y} \cdot y' y 1 ⋅ y ′ . The right side requires the Product Rule: 1 ⋅ ln ( x ) + x ⋅ 1 x = ln ( x ) + 1 1 \cdot \ln(x) + x \cdot \frac{1}{x} = \ln(x) + 1 1 ⋅ ln ( x ) + x ⋅ x 1 = ln ( x ) + 1 .
Proof Step 4: Multiply y y y back over: y ′ = y ( ln ( x ) + 1 ) y' = y(\ln(x) + 1) y ′ = y ( ln ( x ) + 1 ) .
Final Answer: Substitute y = x x y = x^x y = x x back in: y ′ = x x ( ln ( x ) + 1 ) y' = x^x(\ln(x) + 1) y ′ = x x ( ln ( x ) + 1 ) .
Solve Derivative using Logarithmic Differentiation
Problem 2.6: Optimization (Maximizing Area) (Intermediate) Problem: A farmer has 1000m of fencing to enclose a rectangular field bordered by a straight river (no fencing needed along the river). What dimensions maximize the area?
Proof Step 1: Let the sides perpendicular to the river be x x x , and the side parallel be y y y . Perimeter constraint: 2 x + y = 1000 2x + y = 1000 2 x + y = 1000 .
Proof Step 2: Area to maximize: A = x y A = xy A = x y .
Proof Step 3: Solve constraint for y y y : y = 1000 − 2 x y = 1000 - 2x y = 1000 − 2 x . Substitute into Area: A ( x ) = x ( 1000 − 2 x ) = 1000 x − 2 x 2 A(x) = x(1000 - 2x) = 1000x - 2x^2 A ( x ) = x ( 1000 − 2 x ) = 1000 x − 2 x 2 .
Proof Step 4: Take derivative and set to zero to find critical points: A ′ ( x ) = 1000 − 4 x = 0 A'(x) = 1000 - 4x = 0 A ′ ( x ) = 1000 − 4 x = 0 .
Proof Step 5: Solving gives x = 250 x = 250 x = 250 . Since A ′ ′ ( x ) = − 4 A''(x) = -4 A ′′ ( x ) = − 4 (concave down), this is a maximum.
Final Answer: The dimensions are x = 250 x = 250 x = 250 m and y = 1000 − 2 ( 250 ) = 500 y = 1000 - 2(250) = 500 y = 1000 − 2 ( 250 ) = 500 m.
Category 3: Integration & Antiderivatives
Problem 3.1: Fundamental U-Substitution (Beginner) Evaluate: ∫ x 2 x 3 + 1 d x \int x^2 \sqrt{x^3 + 1} \, dx ∫ x 2 x 3 + 1 d x
Proof Step 1: Let u = x 3 + 1 u = x^3 + 1 u = x 3 + 1 (the inside of the radical).
Proof Step 2: Differentiate to find d u = 3 x 2 d x du = 3x^2 \, dx d u = 3 x 2 d x . We need x 2 d x x^2 \, dx x 2 d x , so 1 3 d u = x 2 d x \frac{1}{3}du = x^2 \, dx 3 1 d u = x 2 d x .
Proof Step 3: Substitute into the integral: ∫ u ⋅ 1 3 d u = 1 3 ∫ u 1 / 2 d u \int \sqrt{u} \cdot \frac{1}{3}du = \frac{1}{3} \int u^{1/2} \, du ∫ u ⋅ 3 1 d u = 3 1 ∫ u 1/2 d u .
Proof Step 4: Use power rule: 1 3 ⋅ u 3 / 2 3 / 2 = 2 9 u 3 / 2 \frac{1}{3} \cdot \frac{u^{3/2}}{3/2} = \frac{2}{9}u^{3/2} 3 1 ⋅ 3/2 u 3/2 = 9 2 u 3/2 .
Final Answer: Back substitute x x x : 2 9 ( x 3 + 1 ) 3 / 2 + C \frac{2}{9}(x^3 + 1)^{3/2} + C 9 2 ( x 3 + 1 ) 3/2 + C .
Solve Integral with U-Substitution
Problem 3.2: Definite Integration by Parts (Intermediate) Evaluate: ∫ 0 π x sin ( x ) d x \int_0^{\pi} x \sin(x) \, dx ∫ 0 π x sin ( x ) d x
Proof Step 1: Use LIATE to choose u u u and d v dv d v . u = x u = x u = x (algebraic) and d v = sin ( x ) d x dv = \sin(x) \, dx d v = sin ( x ) d x (trigonometric).
Proof Step 2: Compute d u = 1 d x du = 1 \, dx d u = 1 d x and v = − cos ( x ) v = -\cos(x) v = − cos ( x ) .
Proof Step 3: Apply formula u v − ∫ v d u uv - \int v \, du uv − ∫ v d u : − x cos ( x ) − ∫ − cos ( x ) d x -x\cos(x) - \int -\cos(x) \, dx − x cos ( x ) − ∫ − cos ( x ) d x .
Proof Step 4: Simplify the integral: − x cos ( x ) + sin ( x ) -x\cos(x) + \sin(x) − x cos ( x ) + sin ( x ) . This is the antiderivative.
Proof Step 5: Apply bounds from 0 0 0 to π \pi π . Evaluate at π \pi π : − π cos ( π ) + sin ( π ) = − π ( − 1 ) + 0 = π -\pi\cos(\pi) + \sin(\pi) = -\pi(-1) + 0 = \pi − π cos ( π ) + sin ( π ) = − π ( − 1 ) + 0 = π .
Proof Step 6: Evaluate at 0 0 0 : − 0 cos ( 0 ) + sin ( 0 ) = 0 + 0 = 0 -0\cos(0) + \sin(0) = 0 + 0 = 0 − 0 cos ( 0 ) + sin ( 0 ) = 0 + 0 = 0 .
Final Answer: π − 0 = π \pi - 0 = \pi π − 0 = π .
Solve Definite Integral by Parts
Problem 3.3: Partial Fraction Decomposition (Advanced) Evaluate: ∫ 3 x + 11 x 2 − x − 6 d x \int \frac{3x+11}{x^2-x-6} \, dx ∫ x 2 − x − 6 3 x + 11 d x
Proof Step 1: Factor the denominator: ( x − 3 ) ( x + 2 ) (x-3)(x+2) ( x − 3 ) ( x + 2 ) .
Proof Step 2: Set up partial fractions: A x − 3 + B x + 2 = 3 x + 11 ( x − 3 ) ( x + 2 ) \frac{A}{x-3} + \frac{B}{x+2} = \frac{3x+11}{(x-3)(x+2)} x − 3 A + x + 2 B = ( x − 3 ) ( x + 2 ) 3 x + 11 .
Proof Step 3: Multiply by denominator: A ( x + 2 ) + B ( x − 3 ) = 3 x + 11 A(x+2) + B(x-3) = 3x+11 A ( x + 2 ) + B ( x − 3 ) = 3 x + 11 .
Proof Step 4: Solve for constants. Let x = 3 x=3 x = 3 : 5 A = 20 ⟹ A = 4 5A = 20 \implies A = 4 5 A = 20 ⟹ A = 4 . Let x = − 2 x=-2 x = − 2 : − 5 B = 5 ⟹ B = − 1 -5B = 5 \implies B = -1 − 5 B = 5 ⟹ B = − 1 .
Proof Step 5: Rewrite integral: ∫ 4 x − 3 d x − ∫ 1 x + 2 d x \int \frac{4}{x-3} \, dx - \int \frac{1}{x+2} \, dx ∫ x − 3 4 d x − ∫ x + 2 1 d x .
Proof Step 6: Integrate using the natural log rule.
Final Answer: 4 ln ∣ x − 3 ∣ − ln ∣ x + 2 ∣ + C 4\ln|x-3| - \ln|x+2| + C 4 ln ∣ x − 3∣ − ln ∣ x + 2∣ + C .
Solve Integral using Partial Fractions
Problem 3.4: Area Between Two Curves (Beginner) Find the area bounded by: y = x 2 y = x^2 y = x 2 and y = x y = \sqrt{x} y = x
Proof Step 1: Find intersection points by setting them equal: x 2 = x ⟹ x 4 = x ⟹ x ( x 3 − 1 ) = 0 x^2 = \sqrt{x} \implies x^4 = x \implies x(x^3 - 1) = 0 x 2 = x ⟹ x 4 = x ⟹ x ( x 3 − 1 ) = 0 . Intersections are at x = 0 x=0 x = 0 and x = 1 x=1 x = 1 .
Proof Step 2: On [ 0 , 1 ] [0,1] [ 0 , 1 ] , x ≥ x 2 \sqrt{x} \geq x^2 x ≥ x 2 . So the area integral is ∫ 0 1 ( x − x 2 ) d x \int_0^1 (\sqrt{x} - x^2) \, dx ∫ 0 1 ( x − x 2 ) d x .
Proof Step 3: Find antiderivative: 2 3 x 3 / 2 − 1 3 x 3 \frac{2}{3}x^{3/2} - \frac{1}{3}x^3 3 2 x 3/2 − 3 1 x 3 .
Proof Step 4: Evaluate from 0 to 1: ( 2 3 − 1 3 ) − ( 0 − 0 ) (\frac{2}{3} - \frac{1}{3}) - (0 - 0) ( 3 2 − 3 1 ) − ( 0 − 0 ) .
Final Answer: The bounded area is 1 3 \frac{1}{3} 3 1 .
Solve Area Between Curves Integral
Problem 3.5: Improper Integrals (Intermediate) Evaluate: ∫ 1 ∞ 1 x 2 d x \int_1^{\infty} \frac{1}{x^2} \, dx ∫ 1 ∞ x 2 1 d x
Proof Step 1: Replace the infinite bound with a limit: lim t → ∞ ∫ 1 t x − 2 d x \lim_{t \to \infty} \int_1^t x^{-2} \, dx lim t → ∞ ∫ 1 t x − 2 d x .
Proof Step 2: Find the antiderivative: [ − x − 1 ] 1 t = [ − 1 x ] 1 t [-x^{-1}]_1^t = [-\frac{1}{x}]_1^t [ − x − 1 ] 1 t = [ − x 1 ] 1 t .
Proof Step 3: Evaluate at the bounds: ( − 1 t ) − ( − 1 1 ) = 1 − 1 t (-\frac{1}{t}) - (-\frac{1}{1}) = 1 - \frac{1}{t} ( − t 1 ) − ( − 1 1 ) = 1 − t 1 .
Proof Step 4: Take the limit as t → ∞ t \to \infty t → ∞ . Since 1 t → 0 \frac{1}{t} \to 0 t 1 → 0 , the limit evaluates cleanly.
Final Answer: The integral converges to 1 1 1 .
Solve Improper Integral
Problem 3.6: Volumes of Solids of Revolution (Advanced) Find the volume: The region bounded by y = e x y=e^x y = e x , x = 0 x=0 x = 0 , x = 1 x=1 x = 1 , and y = 0 y=0 y = 0 is rotated about the x-axis.
Proof Step 1: Use the Disk Method. The volume formula is V = π ∫ a b [ R ( x ) ] 2 d x V = \pi \int_a^b [R(x)]^2 \, dx V = π ∫ a b [ R ( x ) ] 2 d x .
Proof Step 2: The radius R ( x ) R(x) R ( x ) is the function e x e^x e x . The bounds are 0 0 0 to 1 1 1 .
Proof Step 3: Set up the integral: V = π ∫ 0 1 ( e x ) 2 d x = π ∫ 0 1 e 2 x d x V = \pi \int_0^1 (e^x)^2 \, dx = \pi \int_0^1 e^{2x} \, dx V = π ∫ 0 1 ( e x ) 2 d x = π ∫ 0 1 e 2 x d x .
Proof Step 4: The antiderivative of e 2 x e^{2x} e 2 x is 1 2 e 2 x \frac{1}{2}e^{2x} 2 1 e 2 x .
Proof Step 5: Evaluate from 0 0 0 to 1 1 1 : π [ 1 2 e 2 ( 1 ) − 1 2 e 2 ( 0 ) ] \pi [\frac{1}{2}e^{2(1)} - \frac{1}{2}e^{2(0)}] π [ 2 1 e 2 ( 1 ) − 2 1 e 2 ( 0 ) ] .
Final Answer: π 2 ( e 2 − 1 ) \frac{\pi}{2}(e^2 - 1) 2 π ( e 2 − 1 ) .
Solve Volume of Revolution Integral
Category 4: Differential Equations
Problem 4.1: Separable Differential Equations (Intermediate) Solve the Initial Value Problem: d y d x = x 2 y \frac{dy}{dx} = x^2 y d x d y = x 2 y , with y ( 0 ) = 2 y(0) = 2 y ( 0 ) = 2
Proof Step 1: Separate the variables by moving y y y to the left and d x dx d x to the right: 1 y d y = x 2 d x \frac{1}{y} \, dy = x^2 \, dx y 1 d y = x 2 d x .
Proof Step 2: Integrate both sides: ∫ 1 y d y = ∫ x 2 d x \int \frac{1}{y} \, dy = \int x^2 \, dx ∫ y 1 d y = ∫ x 2 d x .
Proof Step 3: ln ∣ y ∣ = x 3 3 + C \ln|y| = \frac{x^3}{3} + C ln ∣ y ∣ = 3 x 3 + C .
Proof Step 4: Exponentiate both sides: y = e x 3 3 + C = C e x 3 3 y = e^{\frac{x^3}{3} + C} = Ce^{\frac{x^3}{3}} y = e 3 x 3 + C = C e 3 x 3 .
Proof Step 5: Apply the initial condition y ( 0 ) = 2 y(0) = 2 y ( 0 ) = 2 . 2 = C e 0 ⟹ C = 2 2 = Ce^0 \implies C = 2 2 = C e 0 ⟹ C = 2 .
Final Answer: The particular solution is y = 2 e x 3 / 3 y = 2e^{x^3/3} y = 2 e x 3 /3 .
Solve Separable DE
Problem 4.2: First-Order Linear Equations (Advanced) Solve: y ′ + 2 x y = x y' + 2xy = x y ′ + 2 x y = x
Proof Step 1: Identify the integrating factor I ( x ) = e ∫ 2 x d x = e x 2 I(x) = e^{\int 2x \, dx} = e^{x^2} I ( x ) = e ∫ 2 x d x = e x 2 .
Proof Step 2: Multiply the entire DE by the integrating factor: e x 2 y ′ + 2 x e x 2 y = x e x 2 e^{x^2}y' + 2xe^{x^2}y = xe^{x^2} e x 2 y ′ + 2 x e x 2 y = x e x 2 .
Proof Step 3: The left side collapses perfectly into the derivative of a product: d d x [ y e x 2 ] = x e x 2 \frac{d}{dx}[ye^{x^2}] = xe^{x^2} d x d [ y e x 2 ] = x e x 2 .
Proof Step 4: Integrate both sides: y e x 2 = ∫ x e x 2 d x ye^{x^2} = \int xe^{x^2} \, dx y e x 2 = ∫ x e x 2 d x . Use u-substitution on the right (u = x 2 u=x^2 u = x 2 ).
Proof Step 5: y e x 2 = 1 2 e x 2 + C ye^{x^2} = \frac{1}{2}e^{x^2} + C y e x 2 = 2 1 e x 2 + C .
Final Answer: Isolate y y y : y = 1 2 + C e − x 2 y = \frac{1}{2} + Ce^{-x^2} y = 2 1 + C e − x 2 .
Solve First-Order DE
Problem 4.3: Newton's Law of Cooling (Intermediate) Problem: A 90 ∘ C 90^\circ C 9 0 ∘ C cup of coffee sits in a 20 ∘ C 20^\circ C 2 0 ∘ C room. After 10 mins, it's 60 ∘ C 60^\circ C 6 0 ∘ C . When will it reach 35 ∘ C 35^\circ C 3 5 ∘ C ?
Proof Step 1: The model is T ( t ) = T s + ( T 0 − T s ) e k t T(t) = T_s + (T_0 - T_s)e^{kt} T ( t ) = T s + ( T 0 − T s ) e k t . Substitute knowns: T ( t ) = 20 + 70 e k t T(t) = 20 + 70e^{kt} T ( t ) = 20 + 70 e k t .
Proof Step 2: Use the 10-minute condition to find k k k : 60 = 20 + 70 e 10 k ⟹ 40 = 70 e 10 k ⟹ e 10 k = 4 7 60 = 20 + 70e^{10k} \implies 40 = 70e^{10k} \implies e^{10k} = \frac{4}{7} 60 = 20 + 70 e 10 k ⟹ 40 = 70 e 10 k ⟹ e 10 k = 7 4 .
Proof Step 3: 10 k = ln ( 4 7 ) ⟹ k ≈ − 0.05596 10k = \ln(\frac{4}{7}) \implies k \approx -0.05596 10 k = ln ( 7 4 ) ⟹ k ≈ − 0.05596 .
Proof Step 4: Now solve for t t t when T = 35 T = 35 T = 35 : 35 = 20 + 70 e − 0.05596 t 35 = 20 + 70e^{-0.05596t} 35 = 20 + 70 e − 0.05596 t .
Proof Step 5: 15 = 70 e − 0.05596 t ⟹ 15 70 = e − 0.05596 t 15 = 70e^{-0.05596t} \implies \frac{15}{70} = e^{-0.05596t} 15 = 70 e − 0.05596 t ⟹ 70 15 = e − 0.05596 t .
Final Answer: t = ln ( 3 / 14 ) − 0.05596 ≈ 27.5 t = \frac{\ln(3/14)}{-0.05596} \approx 27.5 t = − 0.05596 l n ( 3/14 ) ≈ 27.5 minutes.
Category 5: Infinite Sequences & Series
Problem 5.1: The Ratio Test (Intermediate) Determine convergence for: ∑ n = 1 ∞ 2 n n ! \sum_{n=1}^{\infty} \frac{2^n}{n!} ∑ n = 1 ∞ n ! 2 n
Proof Step 1: Apply the Ratio Test: lim n → ∞ ∣ a n + 1 a n ∣ \lim_{n \to \infty} |\frac{a_{n+1}}{a_n}| lim n → ∞ ∣ a n a n + 1 ∣ .
Proof Step 2: a n + 1 = 2 n + 1 ( n + 1 ) ! a_{n+1} = \frac{2^{n+1}}{(n+1)!} a n + 1 = ( n + 1 )! 2 n + 1 .
Proof Step 3: Divide: 2 n + 1 ( n + 1 ) ! ⋅ n ! 2 n \frac{2^{n+1}}{(n+1)!} \cdot \frac{n!}{2^n} ( n + 1 )! 2 n + 1 ⋅ 2 n n ! .
Proof Step 4: Simplify. 2 n + 1 / 2 n = 2 2^{n+1}/2^n = 2 2 n + 1 / 2 n = 2 , and n ! / ( n + 1 ) ! = 1 n + 1 n!/(n+1)! = \frac{1}{n+1} n ! / ( n + 1 )! = n + 1 1 .
Proof Step 5: The limit is lim n → ∞ 2 n + 1 = 0 \lim_{n \to \infty} \frac{2}{n+1} = 0 lim n → ∞ n + 1 2 = 0 .
Final Answer: Since 0 < 1 0 < 1 0 < 1 , the series converges absolutely.
Problem 5.2: Maclaurin Series Derivation (Advanced) Find the first 4 non-zero terms of the Maclaurin series for: f ( x ) = sin ( x ) f(x) = \sin(x) f ( x ) = sin ( x )
Proof Step 1: Evaluate f ( x ) f(x) f ( x ) and its derivatives at x = 0 x=0 x = 0 .
Proof Step 2: f ( 0 ) = sin ( 0 ) = 0 f(0) = \sin(0) = 0 f ( 0 ) = sin ( 0 ) = 0 . f ′ ( 0 ) = cos ( 0 ) = 1 f'(0) = \cos(0) = 1 f ′ ( 0 ) = cos ( 0 ) = 1 . f ′ ′ ( 0 ) = − sin ( 0 ) = 0 f''(0) = -\sin(0) = 0 f ′′ ( 0 ) = − sin ( 0 ) = 0 . f ′ ′ ′ ( 0 ) = − cos ( 0 ) = − 1 f'''(0) = -\cos(0) = -1 f ′′′ ( 0 ) = − cos ( 0 ) = − 1 . f ( 4 ) ( 0 ) = sin ( 0 ) = 0 f^{(4)}(0) = \sin(0) = 0 f ( 4 ) ( 0 ) = sin ( 0 ) = 0 . f ( 5 ) ( 0 ) = cos ( 0 ) = 1 f^{(5)}(0) = \cos(0) = 1 f ( 5 ) ( 0 ) = cos ( 0 ) = 1 .
Proof Step 3: Plug into Taylor formula: ∑ f ( n ) ( 0 ) n ! x n \sum \frac{f^{(n)}(0)}{n!} x^n ∑ n ! f ( n ) ( 0 ) x n .
Proof Step 4: Terms are: 0 0 ! x 0 + 1 1 ! x 1 + 0 2 ! x 2 + − 1 3 ! x 3 + 0 4 ! x 4 + 1 5 ! x 5 \frac{0}{0!}x^0 + \frac{1}{1!}x^1 + \frac{0}{2!}x^2 + \frac{-1}{3!}x^3 + \frac{0}{4!}x^4 + \frac{1}{5!}x^5 0 ! 0 x 0 + 1 ! 1 x 1 + 2 ! 0 x 2 + 3 ! − 1 x 3 + 4 ! 0 x 4 + 5 ! 1 x 5 .
Final Answer: x − x 3 3 ! + x 5 5 ! − x 7 7 ! + … x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + \dots x − 3 ! x 3 + 5 ! x 5 − 7 ! x 7 + …
Problem 5.3: Finding the Radius of Convergence (Advanced) Find the interval of convergence for: ∑ n = 1 ∞ ( x − 3 ) n n \sum_{n=1}^{\infty} \frac{(x-3)^n}{n} ∑ n = 1 ∞ n ( x − 3 ) n
Proof Step 1: Use the Ratio Test: lim n → ∞ ∣ ( x − 3 ) n + 1 n + 1 ⋅ n ( x − 3 ) n ∣ \lim_{n \to \infty} |\frac{(x-3)^{n+1}}{n+1} \cdot \frac{n}{(x-3)^n}| lim n → ∞ ∣ n + 1 ( x − 3 ) n + 1 ⋅ ( x − 3 ) n n ∣ .
Proof Step 2: This simplifies to lim n → ∞ ∣ n n + 1 ( x − 3 ) ∣ = ∣ x − 3 ∣ \lim_{n \to \infty} |\frac{n}{n+1} (x-3)| = |x-3| lim n → ∞ ∣ n + 1 n ( x − 3 ) ∣ = ∣ x − 3∣ .
Proof Step 3: For convergence, we need ∣ x − 3 ∣ < 1 |x-3| < 1 ∣ x − 3∣ < 1 , which means − 1 < x − 3 < 1 ⟹ 2 < x < 4 -1 < x-3 < 1 \implies 2 < x < 4 − 1 < x − 3 < 1 ⟹ 2 < x < 4 . The radius is R = 1 R=1 R = 1 .
Proof Step 4: Check endpoints. If x = 4 x=4 x = 4 , series is ∑ 1 n \sum \frac{1}{n} ∑ n 1 (harmonic, diverges). If x = 2 x=2 x = 2 , series is ∑ ( − 1 ) n n \sum \frac{(-1)^n}{n} ∑ n ( − 1 ) n (alternating harmonic, converges).
Final Answer: The interval of convergence is [ 2 , 4 ) [2, 4) [ 2 , 4 ) .