Skip to main content

Integration — Diagnostic Tests

Unit Tests

Tests edge cases, boundary conditions, and common misconceptions for integration.

UT-1: Integration by Parts — Choosing uu and dvdx\frac{dv}{dx} Correctly

Question:

(a) Find x3lnxdx\int x^3 \ln x\, dx.

(b) A student chooses u=x3u = x^3 and dvdx=lnx\frac{dv}{dx} = \ln x for integration by parts. Explain why this choice is problematic, and show what happens if the student persists with it.

(c) Using your result from part (a), evaluate 1ex3lnxdx\int_1^e x^3 \ln x\, dx exactly.

[Difficulty: hard. Tests the LIATE priority rule for integration by parts, and the consequences of choosing the wrong assignment.]

Solution:

(a) By LIATE (Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential), lnx\ln x is prioritised for uu.

Set u=lnxu = \ln x, dvdx=x3\frac{dv}{dx} = x^3.

du=1xdxdu = \frac{1}{x}\, dx, v=x44v = \frac{x^4}{4}.

x3lnxdx=x44lnxx441xdx\int x^3 \ln x\, dx = \frac{x^4}{4}\ln x - \int \frac{x^4}{4} \cdot \frac{1}{x}\, dx

=x44lnx14x3dx= \frac{x^4}{4}\ln x - \frac{1}{4}\int x^3\, dx

=x44lnxx416+C= \frac{x^4}{4}\ln x - \frac{x^4}{16} + C

=x416(4lnx1)+C= \frac{x^4}{16}(4\ln x - 1) + C

(b) If the student chooses u=x3u = x^3 and dvdx=lnx\frac{dv}{dx} = \ln x:

du=3x2dxdu = 3x^2\, dx, but v=lnxdx=xlnxxv = \int \ln x\, dx = x\ln x - x (which itself requires integration by parts to find).

Then:

x3lnxdx=x3(xlnxx)3x2(xlnxx)dx\int x^3 \ln x\, dx = x^3(x\ln x - x) - \int 3x^2(x\ln x - x)\, dx

=x4lnxx43x3lnxdx+3x3dx= x^4\ln x - x^4 - 3\int x^3\ln x\, dx + 3\int x^3\, dx

=x4lnxx43x3lnxdx+3x44= x^4\ln x - x^4 - 3\int x^3\ln x\, dx + \frac{3x^4}{4}

This produces an equation involving the original integral:

x3lnxdx=x4lnxx443x3lnxdx\int x^3\ln x\, dx = x^4\ln x - \frac{x^4}{4} - 3\int x^3\ln x\, dx

4x3lnxdx=x4lnxx444\int x^3\ln x\, dx = x^4\ln x - \frac{x^4}{4}

x3lnxdx=x44lnxx416\int x^3\ln x\, dx = \frac{x^4}{4}\ln x - \frac{x^4}{16}

This eventually works but requires more steps and an additional integration by parts just to find vv. The LIATE choice is more efficient.

(c) 1ex3lnxdx=[x416(4lnx1)]1e\int_1^e x^3\ln x\, dx = \left[\frac{x^4}{16}(4\ln x - 1)\right]_1^e

At x=ex = e: e416(41)=3e416\frac{e^4}{16}(4 - 1) = \frac{3e^4}{16}

At x=1x = 1: 116(01)=116\frac{1}{16}(0 - 1) = -\frac{1}{16}

=3e416(116)=3e4+116= \frac{3e^4}{16} - \left(-\frac{1}{16}\right) = \frac{3e^4 + 1}{16}


UT-2: Forgetting to Change Limits in Definite Integration by Substitution

Question:

(a) Evaluate 01x1+x2dx\int_0^1 x\sqrt{1 + x^2}\, dx using the substitution u=1+x2u = 1 + x^2.

(b) A student uses the substitution u=1+x2u = 1 + x^2 but forgets to change the limits. The student computes the indefinite integral, then substitutes x=0x = 0 and x=1x = 1 back into the xx-expression. Show that this approach gives the correct answer, and explain why this works in this particular case.

(c) A second student evaluates 0LBπRB◆◆LB2RBxcosxdx\int_0^{\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆} x\cos x\, dx by integration by parts and obtains xsinx+cosx+Cx\sin x + \cos x + C. They then write 0LBπRB◆◆LB2RBxcosxdx=[LBπRB◆◆LB2RBsinLBπRB◆◆LB2RB+cosLBπRB◆◆LB2RB][0+cos0]=LBπRB◆◆LB2RB1\int_0^{\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆} x\cos x\, dx = \left[\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆\sin\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ + \cos\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆\right] - [0 + \cos 0] = \frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ - 1. A third student forgets to evaluate the lower limit and writes only LBπRB◆◆LB2RB+0=LBπRB◆◆LB2RB\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ + 0 = \frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆. What percentage error does the third student make?

[Difficulty: hard. Tests the boundary between when forgetting to change limits produces errors versus when back-substitution rescues the answer, and lower-limit negligence.]

Solution:

(a) u=1+x2u = 1 + x^2, du=2xdxdu = 2x\, dx, so xdx=12dux\, dx = \frac{1}{2}\, du.

When x=0x = 0: u=1u = 1. When x=1x = 1: u=2u = 2.

01x1+x2dx=12u12du=1212u1/2du\int_0^1 x\sqrt{1+x^2}\, dx = \int_1^2 \sqrt{u} \cdot \frac{1}{2}\, du = \frac{1}{2}\int_1^2 u^{1/2}\, du

=12[23u3/2]12=13(23/21)=13(221)= \frac{1}{2}\left[\frac{2}{3}u^{3/2}\right]_1^2 = \frac{1}{3}(2^{3/2} - 1) = \frac{1}{3}(2\sqrt{2} - 1)

(b) The indefinite integral (back-substituted) is:

13(1+x2)3/2+C\frac{1}{3}(1+x^2)^{3/2} + C

Evaluating from x=0x = 0 to x=1x = 1:

13(23/2)13(13/2)=LB221RB◆◆LB3RB\frac{1}{3}(2^{3/2}) - \frac{1}{3}(1^{3/2}) = \frac◆LB◆2\sqrt{2} - 1◆RB◆◆LB◆3◆RB◆

This gives the same answer as part (a). Back-substitution always works because it restores the original variable, and the Fundamental Theorem of Calculus applies regardless of which variable is used. The error of forgetting limits occurs only when the student evaluates in uu-space with the original xx-limits (e.g., evaluating 13u3/2\frac{1}{3}u^{3/2} from u=0u = 0 to u=1u = 1, which is wrong).

(c) Correct answer: LBπRB◆◆LB2RB10.5708\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ - 1 \approx 0.5708.

Third student's answer: LBπRB◆◆LB2RB1.5708\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ \approx 1.5708.

Percentage error=LBLBπRB◆◆LB2RB(LBπRB◆◆LB2RB1)RB◆◆LBLBπRB◆◆LB2RB1RB×100%=LB1RB◆◆LBLBπRB◆◆LB2RB1RB×100%175.2%\text{Percentage error} = \frac◆LB◆\lvert\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ - (\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ - 1)\rvert◆RB◆◆LB◆\lvert\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ - 1\rvert◆RB◆ \times 100\% = \frac◆LB◆1◆RB◆◆LB◆\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ - 1◆RB◆ \times 100\% \approx 175.2\%

The third student's answer is 175.2%175.2\% too large — a catastrophic error from omitting a single term.


UT-3: Absolute Value in 1xdx=lnx\int \frac{1}{x}\, dx = \ln\lvert x \rvert

Question:

(a) Evaluate 212xdx\int_{-2}^{-1} \frac{2}{x}\, dx.

(b) A student writes 212xdx=[2lnx]21\int_{-2}^{-1} \frac{2}{x}\, dx = [2\ln x]_{-2}^{-1} and concludes the integral is undefined. Explain the error and find the correct value.

(c) Evaluate 33xx2+1dx\int_{-3}^{3} \frac{x}{x^2 + 1}\, dx.

(d) Evaluate 111xdx\int_{-1}^{1} \frac{1}{x}\, dx or show that it does not exist.

[Difficulty: hard. Tests the absolute value in the antiderivative of 1x\frac{1}{x}, and the improper integral when the integrand has a singularity within the interval.]

Solution:

(a) 212xdx=2211xdx=2[lnx]21=2(ln1ln2)=2ln2\int_{-2}^{-1} \frac{2}{x}\, dx = 2\int_{-2}^{-1} \frac{1}{x}\, dx = 2[\ln\lvert x \rvert]_{-2}^{-1} = 2(\ln 1 - \ln 2) = -2\ln 2.

The result is negative because the integrand 2x\frac{2}{x} is negative on [2,1][-2, -1] (since x<0x \lt 0).

(b) The student writes lnx\ln x instead of lnx\ln\lvert x \rvert. Since xx is negative in this interval, lnx\ln x is undefined. The correct antiderivative is lnx\ln\lvert x \rvert, which is defined for x0x \neq 0.

The correct answer is 2ln2-2\ln 2, as computed in part (a).

(c) Note that f(x)=xx2+1f(x) = \frac{x}{x^2+1} is an odd function: f(x)=xx2+1=f(x)f(-x) = \frac{-x}{x^2+1} = -f(x).

Since the integral of an odd function over [a,a][-a, a] is zero:

33xx2+1dx=0\int_{-3}^{3} \frac{x}{x^2+1}\, dx = 0

Verification: xx2+1dx=12ln(x2+1)+C\int \frac{x}{x^2+1}\, dx = \frac{1}{2}\ln(x^2+1) + C. Evaluating from 3-3 to 33:

12(ln10ln10)=0\frac{1}{2}(\ln 10 - \ln 10) = 0

(d) 111xdx\int_{-1}^{1} \frac{1}{x}\, dx has a singularity at x=0x = 0. We must split:

111xdx=lima01a1xdx+limb0+b11xdx\int_{-1}^{1} \frac{1}{x}\, dx = \lim_{a \to 0^-}\int_{-1}^{a}\frac{1}{x}\, dx + \lim_{b \to 0^+}\int_{b}^{1}\frac{1}{x}\, dx

=lima0[lnx]1a+limb0+[lnx]b1= \lim_{a \to 0^-}[\ln\lvert x \rvert]_{-1}^{a} + \lim_{b \to 0^+}[\ln\lvert x \rvert]_{b}^{1}

=lima0(lnaln1)+limb0+(ln1lnb)= \lim_{a \to 0^-}(\ln\lvert a \rvert - \ln 1) + \lim_{b \to 0^+}(\ln 1 - \ln\lvert b \rvert)

=lima0lna+limb0+(lnb)= \lim_{a \to 0^-}\ln\lvert a \rvert + \lim_{b \to 0^+}(-\ln\lvert b \rvert)

=+= -\infty + \infty

This is an indeterminate form. The integral does not converge; it is an improper integral that diverges. The answer is that 111xdx\int_{-1}^{1} \frac{1}{x}\, dx does not exist.

A student who writes [lnx]11=00=0[\ln\lvert x \rvert]_{-1}^1 = 0 - 0 = 0 is making a serious error by applying the Fundamental Theorem of Calculus across a singularity.


Integration Tests

Tests synthesis of integration with other topics. Requires combining concepts from multiple units.

IT-1: Velocity Vector Integration for Displacement and Distance (with Vectors)

Question:

A particle moves in a plane with velocity vector v=(t22t)i+2tj\mathbf{v} = (t^2 - 2t)\mathbf{i} + 2t\,\mathbf{j} m/s, where t0t \geq 0.

(a) Find the displacement of the particle from t=0t = 0 to t=3t = 3.

(b) Find the total distance travelled by the particle from t=0t = 0 to t=3t = 3.

[Difficulty: hard. Requires integrating a velocity vector component-by-component for displacement, and recognising that distance requires integrating the magnitude of velocity (not the velocity components).]

Solution:

(a) Displacement =03vdt= \int_0^3 \mathbf{v}\, dt.

03(t22t)dt=[t33t2]03=990=0\int_0^3 (t^2 - 2t)\, dt = \left[\frac{t^3}{3} - t^2\right]_0^3 = 9 - 9 - 0 = 0

032tdt=[t2]03=9\int_0^3 2t\, dt = [t^2]_0^3 = 9

Displacement =0i+9j=9j= 0\mathbf{i} + 9\mathbf{j} = 9\mathbf{j} metres.

(b) Distance travelled =03vdt=03(t22t)2+(2t)2dt= \int_0^3 \lvert\mathbf{v}\rvert\, dt = \int_0^3 \sqrt{(t^2-2t)^2 + (2t)^2}\, dt

=03t44t3+4t2+4t2dt=03t44t3+8t2dt= \int_0^3 \sqrt{t^4 - 4t^3 + 4t^2 + 4t^2}\, dt = \int_0^3 \sqrt{t^4 - 4t^3 + 8t^2}\, dt

=03tt24t+8dt= \int_0^3 t\sqrt{t^2 - 4t + 8}\, dt

Completing the square: t24t+8=(t2)2+4t^2 - 4t + 8 = (t-2)^2 + 4.

Use the substitution u=t24t+8u = t^2 - 4t + 8, du=(2t4)dtdu = (2t - 4)\, dt.

Then tdt=du+4dt2t\, dt = \frac{du + 4\, dt}{2}, which is not directly useful. Instead, write:

03t(t2)2+4dt\int_0^3 t\sqrt{(t-2)^2 + 4}\, dt

Let w=t2w = t - 2, so t=w+2t = w + 2, dt=dwdt = dw. When t=0t = 0: w=2w = -2. When t=3t = 3: w=1w = 1.

=21(w+2)w2+4dw=21ww2+4dw+221w2+4dw= \int_{-2}^{1} (w+2)\sqrt{w^2 + 4}\, dw = \int_{-2}^{1} w\sqrt{w^2+4}\, dw + 2\int_{-2}^{1}\sqrt{w^2+4}\, dw

First integral: substitute u=w2+4u = w^2 + 4, du=2wdwdu = 2w\, dw.

21ww2+4dw=1285udu=12[23u3/2]85=13(55162)\int_{-2}^{1} w\sqrt{w^2+4}\, dw = \frac{1}{2}\int_{8}^{5}\sqrt{u}\, du = \frac{1}{2}\left[\frac{2}{3}u^{3/2}\right]_8^5 = \frac{1}{3}(5\sqrt{5} - 16\sqrt{2})

Second integral: w2+4dw\int\sqrt{w^2 + 4}\, dw. Using the standard formula w2+a2dw=w2w2+a2+a22ln(w+w2+a2)+C\int\sqrt{w^2+a^2}\, dw = \frac{w}{2}\sqrt{w^2+a^2} + \frac{a^2}{2}\ln(w+\sqrt{w^2+a^2}) + C with a=2a = 2:

=[w2w2+4+2ln(w+w2+4)]21= \left[\frac{w}{2}\sqrt{w^2+4} + 2\ln(w + \sqrt{w^2+4})\right]_{-2}^{1}

At w=1w = 1: 125+2ln(1+5)\frac{1}{2}\sqrt{5} + 2\ln(1+\sqrt{5})

At w=2w = -2: 0+2ln(2+8)=2ln(222)0 + 2\ln(-2+\sqrt{8}) = 2\ln(2\sqrt{2}-2)

2[LB5RB◆◆LB2RB+2ln(1+5)2ln(222)]=5+4ln ⁣(LB1+5RB◆◆LB222RB)2\left[\frac◆LB◆\sqrt{5}◆RB◆◆LB◆2◆RB◆ + 2\ln(1+\sqrt{5}) - 2\ln(2\sqrt{2}-2)\right] = \sqrt{5} + 4\ln\!\left(\frac◆LB◆1+\sqrt{5}◆RB◆◆LB◆2\sqrt{2}-2◆RB◆\right)

Total distance =13(55162)+5+4ln ⁣(LB1+5RB◆◆LB222RB)= \frac{1}{3}(5\sqrt{5} - 16\sqrt{2}) + \sqrt{5} + 4\ln\!\left(\frac◆LB◆1+\sqrt{5}◆RB◆◆LB◆2\sqrt{2}-2◆RB◆\right)

=LB85RB◆◆LB3RBLB162RB◆◆LB3RB+4ln ⁣(LB1+5RB◆◆LB222RB)= \frac◆LB◆8\sqrt{5}◆RB◆◆LB◆3◆RB◆ - \frac◆LB◆16\sqrt{2}◆RB◆◆LB◆3◆RB◆ + 4\ln\!\left(\frac◆LB◆1+\sqrt{5}◆RB◆◆LB◆2\sqrt{2}-2◆RB◆\right)


IT-2: Integrating sin2x\sin^2 x Using the Double Angle Identity (with Trigonometry)

Question:

(a) Find sin2xdx\int \sin^2 x\, dx using the double angle identity.

(b) Hence evaluate 0πsin2xdx\int_0^{\pi} \sin^2 x\, dx and interpret the result geometrically.

(c) Evaluate 0LBπRB◆◆LB4RBsin2xcos2xdx\int_0^{\frac◆LB◆\pi◆RB◆◆LB◆4◆RB◆} \sin^2 x\cos^2 x\, dx using appropriate identities.

(d) Given that 0LBπRB◆◆LB2RBsinnxdx=n1n0LBπRB◆◆LB2RBsinn2xdx\int_0^{\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆} \sin^n x\, dx = \frac{n-1}{n} \int_0^{\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆} \sin^{n-2} x\, dx for n2n \geq 2 (Wallis' reduction formula), find 0LBπRB◆◆LB2RBsin6xdx\int_0^{\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆} \sin^6 x\, dx.

[Difficulty: hard. Combines trigonometric identities with integration, culminating in the Wallis reduction formula.]

Solution:

(a) Using sin2x=LB1cos2xRB◆◆LB2RB\sin^2 x = \frac◆LB◆1 - \cos 2x◆RB◆◆LB◆2◆RB◆:

sin2xdx=LB1cos2xRB◆◆LB2RBdx=12x14sin2x+C\int \sin^2 x\, dx = \int \frac◆LB◆1 - \cos 2x◆RB◆◆LB◆2◆RB◆\, dx = \frac{1}{2}x - \frac{1}{4}\sin 2x + C

(b) 0πsin2xdx=[12x14sin2x]0π=LBπRB◆◆LB2RB0=LBπRB◆◆LB2RB\int_0^{\pi} \sin^2 x\, dx = \left[\frac{1}{2}x - \frac{1}{4}\sin 2x\right]_0^{\pi} = \frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ - 0 = \frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆.

Geometrically, this is the area between the curve y=sin2xy = \sin^2 x and the xx-axis from x=0x = 0 to x=πx = \pi. Since sin2x0\sin^2 x \geq 0, the area equals the integral. The result LBπRB◆◆LB2RB\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ equals the area of a semicircle of radius 1, which is a coincidence related to the fact that sin2x\sin^2 x and cos2x\cos^2 x each average to 12\frac{1}{2} over a full period.

(c) sin2xcos2x=14sin22x=14LB1cos4xRB◆◆LB2RB=18(1cos4x)\sin^2 x\cos^2 x = \frac{1}{4}\sin^2 2x = \frac{1}{4} \cdot \frac◆LB◆1 - \cos 4x◆RB◆◆LB◆2◆RB◆ = \frac{1}{8}(1 - \cos 4x).

0LBπRB◆◆LB4RBsin2xcos2xdx=0LBπRB◆◆LB4RB18(1cos4x)dx=18[x14sin4x]0LBπRB◆◆LB4RB\int_0^{\frac◆LB◆\pi◆RB◆◆LB◆4◆RB◆} \sin^2 x\cos^2 x\, dx = \int_0^{\frac◆LB◆\pi◆RB◆◆LB◆4◆RB◆} \frac{1}{8}(1 - \cos 4x)\, dx = \frac{1}{8}\left[x - \frac{1}{4}\sin 4x\right]_0^{\frac◆LB◆\pi◆RB◆◆LB◆4◆RB◆}

=18(LBπRB◆◆LB4RB0)=LBπRB◆◆LB32RB= \frac{1}{8}\left(\frac◆LB◆\pi◆RB◆◆LB◆4◆RB◆ - 0\right) = \frac◆LB◆\pi◆RB◆◆LB◆32◆RB◆

(d) Applying Wallis' reduction formula repeatedly:

0LBπRB◆◆LB2RBsin6xdx=560LBπRB◆◆LB2RBsin4xdx=56340LBπRB◆◆LB2RBsin2xdx=5634120LBπRB◆◆LB2RB1dx\int_0^{\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆} \sin^6 x\, dx = \frac{5}{6}\int_0^{\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆} \sin^4 x\, dx = \frac{5}{6} \cdot \frac{3}{4}\int_0^{\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆} \sin^2 x\, dx = \frac{5}{6} \cdot \frac{3}{4} \cdot \frac{1}{2}\int_0^{\frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆} 1\, dx

=563412LBπRB◆◆LB2RB=LB15πRB◆◆LB96RB=LB5πRB◆◆LB32RB= \frac{5}{6} \cdot \frac{3}{4} \cdot \frac{1}{2} \cdot \frac◆LB◆\pi◆RB◆◆LB◆2◆RB◆ = \frac◆LB◆15\pi◆RB◆◆LB◆96◆RB◆ = \frac◆LB◆5\pi◆RB◆◆LB◆32◆RB◆


IT-3: Verifying an Integration Result by Differentiation (with Differentiation)

Question:

A student claims that LBxRB◆◆LBx+1RBdx=23(x2)x+1+C\int \frac◆LB◆x◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx = \frac{2}{3}(x-2)\sqrt{x+1} + C.

(a) Verify this result by differentiation.

(b) Find the integral LBxRB◆◆LBx+1RBdx\int \frac◆LB◆x◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx using the substitution u=x+1u = \sqrt{x+1}, and confirm the student's answer.

(c) Hence evaluate 03LBxRB◆◆LBx+1RBdx\int_0^3 \frac◆LB◆x◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx exactly.

(d) A different student claims LB1RB◆◆LBx+1RBdx=2x+1+C\int \frac◆LB◆1◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx = 2\sqrt{x+1} + C. Use differentiation to verify, then use this result together with part (b) to find 03LBx+1RB◆◆LBx+1RBdx\int_0^3 \frac◆LB◆x+1◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx without further integration.

[Difficulty: hard. Tests verification by differentiation, substitution technique, and decomposition of integrals using known results.]

Solution:

(a) Let F(x)=23(x2)x+1=23(x2)(x+1)1/2F(x) = \frac{2}{3}(x-2)\sqrt{x+1} = \frac{2}{3}(x-2)(x+1)^{1/2}.

By the product rule:

F(x)=23[(x+1)1/21+(x2)12(x+1)1/2]F'(x) = \frac{2}{3}\left[(x+1)^{1/2} \cdot 1 + (x-2) \cdot \frac{1}{2}(x+1)^{-1/2}\right]

=23[(x+1)1/2+x22(x+1)1/2]= \frac{2}{3}\left[(x+1)^{1/2} + \frac{x-2}{2(x+1)^{1/2}}\right]

=232(x+1)+(x2)2(x+1)1/2=233x2(x+1)1/2=x(x+1)1/2=LBxRB◆◆LBx+1RB= \frac{2}{3} \cdot \frac{2(x+1) + (x-2)}{2(x+1)^{1/2}} = \frac{2}{3} \cdot \frac{3x}{2(x+1)^{1/2}} = \frac{x}{(x+1)^{1/2}} = \frac◆LB◆x◆RB◆◆LB◆\sqrt{x+1}◆RB◆

Confirmed.

(b) u=x+1u = \sqrt{x+1}, so u2=x+1u^2 = x + 1, giving x=u21x = u^2 - 1 and dx=2ududx = 2u\, du.

LBxRB◆◆LBx+1RBdx=u21u2udu=2(u21)du\int \frac◆LB◆x◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx = \int \frac{u^2-1}{u} \cdot 2u\, du = 2\int(u^2 - 1)\, du

=2(u33u)+C=2u332u+C= 2\left(\frac{u^3}{3} - u\right) + C = \frac{2u^3}{3} - 2u + C

Substituting back u=x+1u = \sqrt{x+1}:

=23(x+1)3/22(x+1)1/2+C=23(x+1)1/2[(x+1)3]+C=23(x2)x+1+C= \frac{2}{3}(x+1)^{3/2} - 2(x+1)^{1/2} + C = \frac{2}{3}(x+1)^{1/2}[(x+1) - 3] + C = \frac{2}{3}(x-2)\sqrt{x+1} + C

Confirmed.

(c) 03LBxRB◆◆LBx+1RBdx=[23(x2)x+1]03\int_0^3 \frac◆LB◆x◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx = \left[\frac{2}{3}(x-2)\sqrt{x+1}\right]_0^3

At x=3x = 3: 23(1)(2)=43\frac{2}{3}(1)(2) = \frac{4}{3}

At x=0x = 0: 23(2)(1)=43\frac{2}{3}(-2)(1) = -\frac{4}{3}

=43(43)=83= \frac{4}{3} - \left(-\frac{4}{3}\right) = \frac{8}{3}

(d) Verification: ddx[2(x+1)1/2]=212(x+1)1/2=LB1RB◆◆LBx+1RB\frac{d}{dx}[2(x+1)^{1/2}] = 2 \cdot \frac{1}{2}(x+1)^{-1/2} = \frac◆LB◆1◆RB◆◆LB◆\sqrt{x+1}◆RB◆. Confirmed.

Decomposition: LBx+1RB◆◆LBx+1RB=x+1=(x+1)1/2\frac◆LB◆x+1◆RB◆◆LB◆\sqrt{x+1}◆RB◆ = \sqrt{x+1} = (x+1)^{1/2}.

So 03LBx+1RB◆◆LBx+1RBdx=03(x+1)1/2dx=[23(x+1)3/2]03=23(81)=143\int_0^3 \frac◆LB◆x+1◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx = \int_0^3 (x+1)^{1/2}\, dx = \left[\frac{2}{3}(x+1)^{3/2}\right]_0^3 = \frac{2}{3}(8 - 1) = \frac{14}{3}.

Alternatively, using linearity: 03LBx+1RB◆◆LBx+1RBdx=03LBxRB◆◆LBx+1RBdx+03LB1RB◆◆LBx+1RBdx=83+[2x+1]03=83+2(21)=83+2=143\int_0^3 \frac◆LB◆x+1◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx = \int_0^3 \frac◆LB◆x◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx + \int_0^3 \frac◆LB◆1◆RB◆◆LB◆\sqrt{x+1}◆RB◆\, dx = \frac{8}{3} + [2\sqrt{x+1}]_0^3 = \frac{8}{3} + 2(2-1) = \frac{8}{3} + 2 = \frac{14}{3}. Confirmed.