Exhaustive Calculus Practice Problems

Passive reading will cause you to fail your exams. You must actively practice the algebra. Here is an absolutely massive directory of hand-picked practice questions across all difficulty levels.

Category 1: Limits & Asymptotes

Problem 1.1: The Factoring Trap (Beginner)
Evaluate: limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3}

  • Proof Step 1: Direct substitution yields 9933=00\frac{9-9}{3-3} = \frac{0}{0}. Indeterminate form.
  • Proof Step 2: Factor the numerator using difference of squares: (x3)(x+3)(x-3)(x+3).
  • Proof Step 3: The expression is now (x3)(x+3)x3\frac{(x-3)(x+3)}{x-3}. Cancel the (x3)(x-3) terms.
  • Proof Step 4: You are left with limx3(x+3)\lim_{x \to 3} (x + 3).
  • Final Answer: Substitute 33 into the simplified expression: 3+3=63 + 3 = 6.
Solve Factoring Limit Problem

Problem 1.2: Infinity and Rational Functions (Intermediate)
Evaluate: limx4x32x2+75x3+x1\lim_{x \to \infty} \frac{4x^3 - 2x^2 + 7}{5x^3 + x - 1}

  • Proof Step 1: Both numerator and denominator go to \infty. We look at the leading coefficients.
  • Proof Step 2: The highest power of xx in the entire fraction is x3x^3. Divide every single term by x3x^3.
  • Proof Step 3: 42x+7x35+1x21x3\frac{4 - \frac{2}{x} + \frac{7}{x^3}}{5 + \frac{1}{x^2} - \frac{1}{x^3}}.
  • Proof Step 4: As xx approaches infinity, any constant divided by xx approaches zero.
  • Final Answer: The limit evaluates exactly to the ratio of the leading coefficients: 45\frac{4}{5}.
Solve Infinite Limit Problem

Problem 1.3: Advanced L'Hôpital's Application (Advanced)
Evaluate: limx0ex1xx2\lim_{x \to 0} \frac{e^x - 1 - x}{x^2}

  • Proof Step 1: Direct substitution gives 1100=00\frac{1 - 1 - 0}{0} = \frac{0}{0}. Apply L'Hôpital's rule.
  • Proof Step 2: Derivative of numerator is ex1e^x - 1. Derivative of denominator is 2x2x. The new limit is limx0ex12x\lim_{x \to 0} \frac{e^x - 1}{2x}.
  • Proof Step 3: Substitute 0 again. It yields 110=00\frac{1-1}{0} = \frac{0}{0}. We must apply L'Hôpital's rule a second time.
  • Proof Step 4: Second derivative of numerator is exe^x. Second derivative of denominator is 22. The limit is now limx0ex2\lim_{x \to 0} \frac{e^x}{2}.
  • Final Answer: Plug in 00. e0=1e^0 = 1. The final limit is 12\frac{1}{2}.
Solve Limit using L'Hôpital's Rule

Problem 1.4: The Squeeze Theorem (Intermediate)
Evaluate: limx0x2sin(1x)\lim_{x \to 0} x^2 \sin(\frac{1}{x})

  • Proof Step 1: We know that 1sin(1x)1-1 \leq \sin(\frac{1}{x}) \leq 1 for all x0x \neq 0.
  • Proof Step 2: Multiply all parts of the inequality by x2x^2 (which is always positive).
  • Proof Step 3: x2x2sin(1x)x2-x^2 \leq x^2 \sin(\frac{1}{x}) \leq x^2.
  • Proof Step 4: Take the limit as x0x \to 0 of the outer bounds: limx0(x2)=0\lim_{x \to 0} (-x^2) = 0 and limx0(x2)=0\lim_{x \to 0} (x^2) = 0.
  • Final Answer: By the Squeeze Theorem, the middle function's limit must also be 00.
Solve Squeeze Theorem Limit

Problem 1.5: Limits Involving Absolute Values (Beginner)
Evaluate: limx2x2x2\lim_{x \to 2^-} \frac{|x-2|}{x-2}

  • Proof Step 1: Since xx approaches 2 from the left (x2x \to 2^-), xx is slightly less than 2.
  • Proof Step 2: Therefore, x2x - 2 is negative.
  • Proof Step 3: By definition of absolute value, if a quantity is negative, its absolute value is its negation: x2=(x2)|x-2| = -(x-2).
  • Proof Step 4: Substitute this into the limit: limx2(x2)x2\lim_{x \to 2^-} \frac{-(x-2)}{x-2}.
  • Final Answer: The (x2)(x-2) terms cancel, leaving exactly 1-1.
Solve Absolute Value Limit

Problem 1.6: Limits with Radicals (Conjugates) (Intermediate)
Evaluate: limx4x2x4\lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4}

  • Proof Step 1: Direct substitution yields 4244=00\frac{\sqrt{4} - 2}{4 - 4} = \frac{0}{0}. Indeterminate form.
  • Proof Step 2: Multiply numerator and denominator by the conjugate of the numerator: x+2\sqrt{x} + 2.
  • Proof Step 3: Numerator becomes (x2)(x+2)=x4(\sqrt{x}-2)(\sqrt{x}+2) = x - 4.
  • Proof Step 4: Denominator is (x4)(x+2)(x-4)(\sqrt{x}+2).
  • Proof Step 5: The limit is limx4x4(x4)(x+2)\lim_{x \to 4} \frac{x-4}{(x-4)(\sqrt{x}+2)}. Cancel the (x4)(x-4) terms.
  • Final Answer: Substitute x=4x=4 into 1x+2\frac{1}{\sqrt{x}+2} to get 12+2=14\frac{1}{2+2} = \frac{1}{4}.
Solve Radical Limit using Conjugates

Category 2: Differentiation & Rates of Change

Problem 2.1: The Quotient Rule (Beginner)
Differentiate: f(x)=3x1x2+4f(x) = \frac{3x - 1}{x^2 + 4}

  • Proof Step 1: Identify u=3x1u = 3x - 1 and v=x2+4v = x^2 + 4.
  • Proof Step 2: Compute derivatives: u=3u' = 3 and v=2xv' = 2x.
  • Proof Step 3: Apply formula uvuvv2\frac{u'v - uv'}{v^2}.
  • Proof Step 4: 3(x2+4)(3x1)(2x)(x2+4)2\frac{3(x^2 + 4) - (3x - 1)(2x)}{(x^2 + 4)^2}.
  • Proof Step 5: Distribute numerator: 3x2+12(6x22x)=3x2+2x+123x^2 + 12 - (6x^2 - 2x) = -3x^2 + 2x + 12.
  • Final Answer: f(x)=3x2+2x+12(x2+4)2f'(x) = \frac{-3x^2 + 2x + 12}{(x^2 + 4)^2}.
Solve Derivative using Quotient Rule

Problem 2.2: Nesting The Chain Rule (Intermediate)
Differentiate: y=sin3(4x)y = \sin^3(4x)

  • Proof Step 1: Rewrite for clarity: y=(sin(4x))3y = (\sin(4x))^3.
  • Proof Step 2: Outside function is u3u^3. Derivative is 3u2u3u^2 \cdot u'. So, 3(sin(4x))2ddx[sin(4x)]3(\sin(4x))^2 \cdot \frac{d}{dx}[\sin(4x)].
  • Proof Step 3: Now differentiate sin(4x)\sin(4x). Outside is sin(v)\sin(v), inside is 4x4x. Derivative is cos(4x)4\cos(4x) \cdot 4.
  • Proof Step 4: Multiply everything together: 3sin2(4x)4cos(4x)3\sin^2(4x) \cdot 4\cos(4x).
  • Final Answer: y=12sin2(4x)cos(4x)y' = 12\sin^2(4x)\cos(4x).
Solve Derivative using Chain Rule

Problem 2.3: Implicit Differentiation (Advanced)
Find dydx\frac{dy}{dx} for: x2+y2=2xy+5x^2 + y^2 = 2xy + 5

  • Proof Step 1: Differentiate both sides with respect to xx. Remember to use the chain rule for yy (attach dydx\frac{dy}{dx}).
  • Proof Step 2: Left side derivative: 2x+2ydydx2x + 2y\frac{dy}{dx}.
  • Proof Step 3: Right side derivative (requires Product Rule for 2xy2xy): 2y+2xdydx2y + 2x\frac{dy}{dx}. The 55 becomes 00.
  • Proof Step 4: Equation is now 2x+2ydydx=2y+2xdydx2x + 2y\frac{dy}{dx} = 2y + 2x\frac{dy}{dx}.
  • Proof Step 5: Move all dydx\frac{dy}{dx} terms to the left: 2ydydx2xdydx=2y2x2y\frac{dy}{dx} - 2x\frac{dy}{dx} = 2y - 2x.
  • Proof Step 6: Factor out dydx\frac{dy}{dx}: dydx(2y2x)=2y2x\frac{dy}{dx}(2y - 2x) = 2y - 2x.
  • Final Answer: Divide both sides. dydx=2y2x2y2x=1\frac{dy}{dx} = \frac{2y - 2x}{2y - 2x} = 1. (Except where y=xy = x).

Problem 2.4: Linear Approximation (Beginner)
Approximate: 16.1\sqrt{16.1} using a tangent line.

  • Proof Step 1: Choose a function f(x)=xf(x) = \sqrt{x} and a "nice" base point a=16a = 16.
  • Proof Step 2: Evaluate the function and its derivative at aa. f(16)=4f(16) = 4. f(x)=12xf'(x) = \frac{1}{2\sqrt{x}}, so f(16)=18f'(16) = \frac{1}{8}.
  • Proof Step 3: Construct the tangent line equation: L(x)=f(a)+f(a)(xa)=4+18(x16)L(x) = f(a) + f'(a)(x-a) = 4 + \frac{1}{8}(x-16).
  • Proof Step 4: Plug in x=16.1x = 16.1: L(16.1)=4+18(16.116)L(16.1) = 4 + \frac{1}{8}(16.1 - 16).
  • Final Answer: 4+18(0.1)=4+0.0125=4.01254 + \frac{1}{8}(0.1) = 4 + 0.0125 = 4.0125.

Problem 2.5: Logarithmic Differentiation (Advanced)
Differentiate: y=xxy = 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(xx)\ln(y) = \ln(x^x).
  • Proof Step 2: Use log properties to bring down the exponent: ln(y)=xln(x)\ln(y) = x\ln(x).
  • Proof Step 3: Differentiate both sides implicitly. The left side is 1yy\frac{1}{y} \cdot y'. The right side requires the Product Rule: 1ln(x)+x1x=ln(x)+11 \cdot \ln(x) + x \cdot \frac{1}{x} = \ln(x) + 1.
  • Proof Step 4: Multiply yy back over: y=y(ln(x)+1)y' = y(\ln(x) + 1).
  • Final Answer: Substitute y=xxy = x^x back in: y=xx(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 xx, and the side parallel be yy. Perimeter constraint: 2x+y=10002x + y = 1000.
  • Proof Step 2: Area to maximize: A=xyA = xy.
  • Proof Step 3: Solve constraint for yy: y=10002xy = 1000 - 2x. Substitute into Area: A(x)=x(10002x)=1000x2x2A(x) = x(1000 - 2x) = 1000x - 2x^2.
  • Proof Step 4: Take derivative and set to zero to find critical points: A(x)=10004x=0A'(x) = 1000 - 4x = 0.
  • Proof Step 5: Solving gives x=250x = 250. Since A(x)=4A''(x) = -4 (concave down), this is a maximum.
  • Final Answer: The dimensions are x=250x = 250m and y=10002(250)=500y = 1000 - 2(250) = 500m.

Category 3: Integration & Antiderivatives

Problem 3.1: Fundamental U-Substitution (Beginner)
Evaluate: x2x3+1dx\int x^2 \sqrt{x^3 + 1} \, dx

  • Proof Step 1: Let u=x3+1u = x^3 + 1 (the inside of the radical).
  • Proof Step 2: Differentiate to find du=3x2dxdu = 3x^2 \, dx. We need x2dxx^2 \, dx, so 13du=x2dx\frac{1}{3}du = x^2 \, dx.
  • Proof Step 3: Substitute into the integral: u13du=13u1/2du\int \sqrt{u} \cdot \frac{1}{3}du = \frac{1}{3} \int u^{1/2} \, du.
  • Proof Step 4: Use power rule: 13u3/23/2=29u3/2\frac{1}{3} \cdot \frac{u^{3/2}}{3/2} = \frac{2}{9}u^{3/2}.
  • Final Answer: Back substitute xx: 29(x3+1)3/2+C\frac{2}{9}(x^3 + 1)^{3/2} + C.
Solve Integral with U-Substitution

Problem 3.2: Definite Integration by Parts (Intermediate)
Evaluate: 0πxsin(x)dx\int_0^{\pi} x \sin(x) \, dx

  • Proof Step 1: Use LIATE to choose uu and dvdv. u=xu = x (algebraic) and dv=sin(x)dxdv = \sin(x) \, dx (trigonometric).
  • Proof Step 2: Compute du=1dxdu = 1 \, dx and v=cos(x)v = -\cos(x).
  • Proof Step 3: Apply formula uvvduuv - \int v \, du: xcos(x)cos(x)dx-x\cos(x) - \int -\cos(x) \, dx.
  • Proof Step 4: Simplify the integral: xcos(x)+sin(x)-x\cos(x) + \sin(x). This is the antiderivative.
  • Proof Step 5: Apply bounds from 00 to π\pi. Evaluate at π\pi: πcos(π)+sin(π)=π(1)+0=π-\pi\cos(\pi) + \sin(\pi) = -\pi(-1) + 0 = \pi.
  • Proof Step 6: Evaluate at 00: 0cos(0)+sin(0)=0+0=0-0\cos(0) + \sin(0) = 0 + 0 = 0.
  • Final Answer: π0=π\pi - 0 = \pi.
Solve Definite Integral by Parts

Problem 3.3: Partial Fraction Decomposition (Advanced)
Evaluate: 3x+11x2x6dx\int \frac{3x+11}{x^2-x-6} \, dx

  • Proof Step 1: Factor the denominator: (x3)(x+2)(x-3)(x+2).
  • Proof Step 2: Set up partial fractions: Ax3+Bx+2=3x+11(x3)(x+2)\frac{A}{x-3} + \frac{B}{x+2} = \frac{3x+11}{(x-3)(x+2)}.
  • Proof Step 3: Multiply by denominator: A(x+2)+B(x3)=3x+11A(x+2) + B(x-3) = 3x+11.
  • Proof Step 4: Solve for constants. Let x=3x=3: 5A=20    A=45A = 20 \implies A = 4. Let x=2x=-2: 5B=5    B=1-5B = 5 \implies B = -1.
  • Proof Step 5: Rewrite integral: 4x3dx1x+2dx\int \frac{4}{x-3} \, dx - \int \frac{1}{x+2} \, dx.
  • Proof Step 6: Integrate using the natural log rule.
  • Final Answer: 4lnx3lnx+2+C4\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=x2y = x^2 and y=xy = \sqrt{x}

  • Proof Step 1: Find intersection points by setting them equal: x2=x    x4=x    x(x31)=0x^2 = \sqrt{x} \implies x^4 = x \implies x(x^3 - 1) = 0. Intersections are at x=0x=0 and x=1x=1.
  • Proof Step 2: On [0,1][0,1], xx2\sqrt{x} \geq x^2. So the area integral is 01(xx2)dx\int_0^1 (\sqrt{x} - x^2) \, dx.
  • Proof Step 3: Find antiderivative: 23x3/213x3\frac{2}{3}x^{3/2} - \frac{1}{3}x^3.
  • Proof Step 4: Evaluate from 0 to 1: (2313)(00)(\frac{2}{3} - \frac{1}{3}) - (0 - 0).
  • Final Answer: The bounded area is 13\frac{1}{3}.
Solve Area Between Curves Integral

Problem 3.5: Improper Integrals (Intermediate)
Evaluate: 11x2dx\int_1^{\infty} \frac{1}{x^2} \, dx

  • Proof Step 1: Replace the infinite bound with a limit: limt1tx2dx\lim_{t \to \infty} \int_1^t x^{-2} \, dx.
  • Proof Step 2: Find the antiderivative: [x1]1t=[1x]1t[-x^{-1}]_1^t = [-\frac{1}{x}]_1^t.
  • Proof Step 3: Evaluate at the bounds: (1t)(11)=11t(-\frac{1}{t}) - (-\frac{1}{1}) = 1 - \frac{1}{t}.
  • Proof Step 4: Take the limit as tt \to \infty. Since 1t0\frac{1}{t} \to 0, the limit evaluates cleanly.
  • Final Answer: The integral converges to 11.
Solve Improper Integral

Problem 3.6: Volumes of Solids of Revolution (Advanced)
Find the volume: The region bounded by y=exy=e^x, x=0x=0, x=1x=1, and y=0y=0 is rotated about the x-axis.

  • Proof Step 1: Use the Disk Method. The volume formula is V=πab[R(x)]2dxV = \pi \int_a^b [R(x)]^2 \, dx.
  • Proof Step 2: The radius R(x)R(x) is the function exe^x. The bounds are 00 to 11.
  • Proof Step 3: Set up the integral: V=π01(ex)2dx=π01e2xdxV = \pi \int_0^1 (e^x)^2 \, dx = \pi \int_0^1 e^{2x} \, dx.
  • Proof Step 4: The antiderivative of e2xe^{2x} is 12e2x\frac{1}{2}e^{2x}.
  • Proof Step 5: Evaluate from 00 to 11: π[12e2(1)12e2(0)]\pi [\frac{1}{2}e^{2(1)} - \frac{1}{2}e^{2(0)}].
  • Final Answer: π2(e21)\frac{\pi}{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: dydx=x2y\frac{dy}{dx} = x^2 y, with y(0)=2y(0) = 2

  • Proof Step 1: Separate the variables by moving yy to the left and dxdx to the right: 1ydy=x2dx\frac{1}{y} \, dy = x^2 \, dx.
  • Proof Step 2: Integrate both sides: 1ydy=x2dx\int \frac{1}{y} \, dy = \int x^2 \, dx.
  • Proof Step 3: lny=x33+C\ln|y| = \frac{x^3}{3} + C.
  • Proof Step 4: Exponentiate both sides: y=ex33+C=Cex33y = e^{\frac{x^3}{3} + C} = Ce^{\frac{x^3}{3}}.
  • Proof Step 5: Apply the initial condition y(0)=2y(0) = 2. 2=Ce0    C=22 = Ce^0 \implies C = 2.
  • Final Answer: The particular solution is y=2ex3/3y = 2e^{x^3/3}.
Solve Separable DE

Problem 4.2: First-Order Linear Equations (Advanced)
Solve: y+2xy=xy' + 2xy = x

  • Proof Step 1: Identify the integrating factor I(x)=e2xdx=ex2I(x) = e^{\int 2x \, dx} = e^{x^2}.
  • Proof Step 2: Multiply the entire DE by the integrating factor: ex2y+2xex2y=xex2e^{x^2}y' + 2xe^{x^2}y = xe^{x^2}.
  • Proof Step 3: The left side collapses perfectly into the derivative of a product: ddx[yex2]=xex2\frac{d}{dx}[ye^{x^2}] = xe^{x^2}.
  • Proof Step 4: Integrate both sides: yex2=xex2dxye^{x^2} = \int xe^{x^2} \, dx. Use u-substitution on the right (u=x2u=x^2).
  • Proof Step 5: yex2=12ex2+Cye^{x^2} = \frac{1}{2}e^{x^2} + C.
  • Final Answer: Isolate yy: y=12+Cex2y = \frac{1}{2} + Ce^{-x^2}.
Solve First-Order DE

Problem 4.3: Newton's Law of Cooling (Intermediate)
Problem: A 90C90^\circ C cup of coffee sits in a 20C20^\circ C room. After 10 mins, it's 60C60^\circ C. When will it reach 35C35^\circ C?

  • Proof Step 1: The model is T(t)=Ts+(T0Ts)ektT(t) = T_s + (T_0 - T_s)e^{kt}. Substitute knowns: T(t)=20+70ektT(t) = 20 + 70e^{kt}.
  • Proof Step 2: Use the 10-minute condition to find kk: 60=20+70e10k    40=70e10k    e10k=4760 = 20 + 70e^{10k} \implies 40 = 70e^{10k} \implies e^{10k} = \frac{4}{7}.
  • Proof Step 3: 10k=ln(47)    k0.0559610k = \ln(\frac{4}{7}) \implies k \approx -0.05596.
  • Proof Step 4: Now solve for tt when T=35T = 35: 35=20+70e0.05596t35 = 20 + 70e^{-0.05596t}.
  • Proof Step 5: 15=70e0.05596t    1570=e0.05596t15 = 70e^{-0.05596t} \implies \frac{15}{70} = e^{-0.05596t}.
  • Final Answer: t=ln(3/14)0.0559627.5t = \frac{\ln(3/14)}{-0.05596} \approx 27.5 minutes.

Category 5: Infinite Sequences & Series

Problem 5.1: The Ratio Test (Intermediate)
Determine convergence for: n=12nn!\sum_{n=1}^{\infty} \frac{2^n}{n!}

  • Proof Step 1: Apply the Ratio Test: limnan+1an\lim_{n \to \infty} |\frac{a_{n+1}}{a_n}|.
  • Proof Step 2: an+1=2n+1(n+1)!a_{n+1} = \frac{2^{n+1}}{(n+1)!}.
  • Proof Step 3: Divide: 2n+1(n+1)!n!2n\frac{2^{n+1}}{(n+1)!} \cdot \frac{n!}{2^n}.
  • Proof Step 4: Simplify. 2n+1/2n=22^{n+1}/2^n = 2, and n!/(n+1)!=1n+1n!/(n+1)! = \frac{1}{n+1}.
  • Proof Step 5: The limit is limn2n+1=0\lim_{n \to \infty} \frac{2}{n+1} = 0.
  • Final Answer: Since 0<10 < 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)

  • Proof Step 1: Evaluate f(x)f(x) and its derivatives at x=0x=0.
  • Proof Step 2: f(0)=sin(0)=0f(0) = \sin(0) = 0. f(0)=cos(0)=1f'(0) = \cos(0) = 1. f(0)=sin(0)=0f''(0) = -\sin(0) = 0. f(0)=cos(0)=1f'''(0) = -\cos(0) = -1. f(4)(0)=sin(0)=0f^{(4)}(0) = \sin(0) = 0. f(5)(0)=cos(0)=1f^{(5)}(0) = \cos(0) = 1.
  • Proof Step 3: Plug into Taylor formula: f(n)(0)n!xn\sum \frac{f^{(n)}(0)}{n!} x^n.
  • Proof Step 4: Terms are: 00!x0+11!x1+02!x2+13!x3+04!x4+15!x5\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.
  • Final Answer: xx33!+x55!x77!+x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + \dots

Problem 5.3: Finding the Radius of Convergence (Advanced)
Find the interval of convergence for: n=1(x3)nn\sum_{n=1}^{\infty} \frac{(x-3)^n}{n}

  • Proof Step 1: Use the Ratio Test: limn(x3)n+1n+1n(x3)n\lim_{n \to \infty} |\frac{(x-3)^{n+1}}{n+1} \cdot \frac{n}{(x-3)^n}|.
  • Proof Step 2: This simplifies to limnnn+1(x3)=x3\lim_{n \to \infty} |\frac{n}{n+1} (x-3)| = |x-3|.
  • Proof Step 3: For convergence, we need x3<1|x-3| < 1, which means 1<x3<1    2<x<4-1 < x-3 < 1 \implies 2 < x < 4. The radius is R=1R=1.
  • Proof Step 4: Check endpoints. If x=4x=4, series is 1n\sum \frac{1}{n} (harmonic, diverges). If x=2x=2, series is (1)nn\sum \frac{(-1)^n}{n} (alternating harmonic, converges).
  • Final Answer: The interval of convergence is [2,4)[2, 4).