🦖 Bellaziraptor

Practice Exam 2

Applications of Integration

Questions10
Time90 min
Points100
SketchRequired for Q1–3, 10
CoversUnit 2
1Area between curves8 pts

Find the area of the region enclosed by y = x² and y = x + 2.

Solution

Intersections: x² = x + 2 ⇒ x² − x − 2 = 0 ⇒ (x−2)(x+1) = 0, so x = −1 and x = 2.

Which is on top? Test x = 0: line gives 2, parabola gives 0. The line is on top throughout.

A = ∫−12 [(x+2) − x²] dx = [x²2 + 2xx³3]−12
= (2 + 4 − 83)(12 − 2 + 13) = 103(76) = 92

Sanity: area is positive, and 4.5 is plausible for a region roughly 3 wide and averaging ~1.5 tall. ✓

2Washer volume10 pts

The region bounded by y = √x and y = x/2 is rotated about the x-axis. Find the volume.

Solution

Intersections:x = x/2 ⇒ x = x²/4 ⇒ x² − 4x = 0, so x = 0 and x = 4.

Which is outer? At x = 1: √1 = 1 vs 1/2. The square root is farther from the x-axis, so it is Rout.

V = π04 [(√x)² − (x2)²] dx = π04 (xx²4) dx
= π[x²2x³12]04 = π(8 − 6412) = π(8 − 163) = 8π3 ≈ 8.38

The trap: writing π∫(√xx/2)² dx. That squares the difference instead of differencing the squares, and gives a different (wrong) number.

3Shell volume12 pts

The region under y = sin x from x = 0 to x = π is rotated about the y-axis. Find the volume.

Solution

Rotating about the y-axis with the region described as a function of xshells. (Disks would need x in terms of y, which is two-valued here — a genuine mess.)

V = 2π0π x sin x dx

Integrate by parts with u = x, dv = sin x dx, so v = −cos x:

0π x sin x dx = [−x cos x]0π + ∫0π cos x dx
= (−π cos π − 0) + [sin x]0π = π + 0 = π
V = 2π(π) = 2π² ≈ 19.74

Note: cos π = −1, so −π(−1) = +π. Sign slips there are the usual cost on this problem.

4Arc length10 pts

Find the length of the curve y = x³3 + 14x from x = 1 to x = 2.

Solution
y′ = x² − 14x²

Square it, being careful with the cross term:

(y′)² = x412 + 116x4
1 + (y′)² = x4 + 12 + 116x4 = (x² + 14x²)²

That is the whole trick. The cross term flips sign from −12 to +12 when you add the 1, turning the expression into a perfect square so the radical disappears. Every solvable textbook arc length is built this way.

L = ∫12 (x² + 14x²) dx = [x³314x]12
= (8318)(1314) = 73 + 18 = 5924 ≈ 2.46
5Work8 pts

It takes 10 J of work to stretch a spring 0.20 m beyond its natural length. (a) Find the spring constant. (b) Find the work needed to stretch it from 0.20 m to 0.50 m beyond natural length.

Solution

(a) Hooke: F = kx, so W = ∫0dkx dx = 12kd².

10 = 12k(0.20)² = 0.02k  ⇒  k = 500 N/m

(b) Integrate between the two extensions — do not start from zero:

W = ∫0.200.50 500x dx = 250[x²]0.200.50 = 250(0.25 − 0.04) = 52.5 J

Note the nonlinearity: the second 0.30 m costs 52.5 J while the first 0.20 m cost only 10 J. Work grows as the square of extension, so later stretch is far more expensive. Same reason a capacitor’s last volt costs more energy than its first.

6Average value8 pts

Find the average value of f(x) = x² on [0, 3], and find the point c guaranteed by the Mean Value Theorem for Integrals.

Solution
favg = 13 − 003 x² dx = 13[x³3]03 = 13(9) = 3

The MVT for integrals guarantees some c in [0,3] with f(c) = 3:

c² = 3  ⇒  c = √3 ≈ 1.73

Reject c = −√3 — it is outside the interval. Note c sits right of the midpoint 1.5, because x² is concave up and weights the right end more heavily.

7RMS · EE10 pts

A sawtooth voltage ramps linearly from 0 to Vp over each period T, then resets. Derive its RMS value from the definition.

Solution

On one period, v(t) = Vpt/T.

Vrms² = 1T0T Vp²t²T² dt = Vp²T³0T t² dt
= Vp²T³ · T³3 = Vp²3  ⇒  Vrms = Vp√3 ≈ 0.577 Vp

Compare: sine gives 0.707Vp, sawtooth 0.577Vp, square 1.000Vp. The ordering reflects how much time each waveform spends near its peak. A square wave is always at full amplitude; a sawtooth spends most of its period well below peak.

Consequence: a 10 V-peak square wave delivers roughly three times the power of a 10 V-peak sawtooth into the same resistor (1.00² vs 0.577², a ratio of 3). Peak voltage alone tells you nothing about delivered power.

8Average value · EE10 pts

A full-wave rectifier outputs v(t) = Vp|sin(ωt)|. Find its average (DC) value. Why does a rectifier need a smoothing capacitor?

Solution

|sin| repeats every half period, so average over [0, T/2] where sin ωt ≥ 0:

Vavg = 2T0T/2 Vp sin(ωt) dt = 2Vp[−cos(ωt)]0T/2

With ω = 2π/T, we have ωT/2 = π, so the bracket is −cos π + cos 0 = 2:

Vavg = 2Vp2π(2) = 2Vpπ ≈ 0.637 Vp

Why a smoothing capacitor: the average is 0.637Vp, but the instantaneous output still swings all the way from 0 to Vp twice per cycle. That is not DC — it is a pulsating waveform whose average happens to be nonzero. A capacitor stores charge on the peaks and supplies it through the troughs, flattening the ripple toward the peak value. Without it, any circuit downstream sees its supply collapse to zero 120 times a second.

Contrast worth remembering: average = 0.637Vp but RMS = 0.707Vp. Different questions, different integrals — the first asks “what does a DC meter read,” the second asks “how much does it heat a resistor.”

9Charge & energy · EE12 pts

A 50 mF supercapacitor, initially uncharged, is charged by a current i(t) = 0.5t A for 0 ≤ t ≤ 4 s. Find (a) the charge at t = 4 s, (b) the voltage, (c) the stored energy, computed two different ways.

Solution

(a) Charge. Charge is the accumulated current:

q(4) = ∫04 0.5t dt = 0.5[t²2]04 = 0.25(16) = 4.0 C

(b) Voltage. C = 50 mF = 0.050 F:

V = qC = 4.00.050 = 80 V

(c) Energy, method 1:

W = 12CV² = 12(0.050)(80)² = 12(0.050)(6400) = 160 J

Method 2, from charge:

W = Q²2C = 162(0.050) = 160.10 = 160 J

Method 3 (the honest one) — integrate power directly, since v(t) = q(t)/C = 0.25t²/0.050 = 5t²:

W = ∫04 vi dt = ∫04 (5t²)(0.5t) dt = 2.5∫04 t³ dt = 2.5[t44]04 = 2.5(64) = 160 J

Three routes, one answer. Unit warning: mF is millifarads (10−3), not microfarads. Reading it as µF makes the voltage 80 kV and the energy off by a thousand.

10Centroid12 pts

Find the centroid of the region bounded by y = √x, y = 0, and x = 4.

Solution

Area first — both centroid formulas divide by it:

A = ∫04x dx = 23[x3/2]04 = 23(8) = 163

Horizontal coordinate:

= 31604 xx dx = 31604 x3/2 dx = 316 · 25[x5/2]04
= 316 · 25(32) = 19280 = 125 = 2.4

Vertical coordinate, using 12f²:

= 31604 12(√x)² dx = 33204 x dx = 332(8) = 34 = 0.75

Centroid: (2.4, 0.75).

Sanity check both coordinates. The region spans x from 0 to 4 and is fatter on the right, so = 2.4 should sit right of the midpoint 2. ✓  It spans y from 0 to 2 but is much wider near the bottom, so = 0.75 should sit well below the midpoint 1. ✓

Scoring

ScoreWhere you are
90–100Solid. On to series.
75–89Setups are right, arithmetic is leaking. Slow down on the evaluation step.
60–74Setup errors — almost always a missing or wrong sketch. Redo the misses starting from a drawing.
< 60Re-read The slicing principle and rebuild each formula from one slice rather than recalling it.
Where the points usually go

Squaring the difference instead of differencing the squares (Q2); starting the spring integral at 0 instead of 0.20 (Q5); using microfarads for millifarads (Q9); and confusing average with RMS (Q7–8). Three of those four are unit or setup errors, not calculus — which is exactly the pattern on real engineering exams.

Review← Unit 2 notes NextUnit 3 — Sequences & Series →