🦖 Bellaziraptor

Practice Exam 5

Parametric, Polar & Complex

Questions10
Time90 min
Points100
SketchRequired for Q4–6, 8
CoversUnit 5
1Eliminating the parameter8 pts

Identify the curve x = 3 cos t, y = 2 sin t, 0 ≤ t ≤ 2π. What information is lost by converting to Cartesian form?

Solution

Isolate the trig functions, then use the Pythagorean identity:

cos t = x3,   sin t = y2  ⇒  x²9 + y²4 = 1

An ellipse with semi-axes 3 (horizontal) and 2 (vertical).

What is lost:

  • Direction. The parametrization starts at (3,0) and moves counterclockwise; the Cartesian equation has no orientation.
  • Starting point. t = 0 puts you at (3,0), which the equation cannot express.
  • Speed and timing. The point moves fastest near (0,±2) and slowest near (±3,0) — invisible in Cartesian form.
  • Number of traversals. Extending to t ≤ 4π traces the same ellipse twice, with an identical Cartesian equation.
2Parametric derivatives10 pts

For x = t² + 1, y = t³ − 3t, find dy/dx and d²y/dx² at t = 2.

Solution
dxdt = 2t,    dydt = 3t² − 3
dydx = 3t² − 32t  ⇒  at t = 2: 12−34 = 94

Second derivative. Differentiate dy/dx with respect to t, then divide by dx/dt. Rewrite first to make it easy:

dydx = 3t232t  ⇒  ddt(dydx) = 32 + 32t²

At t = 2 that is 3/2 + 3/8 = 15/8. Now divide by dx/dt = 4:

ydx² = 15/84 = 1532

The classic wrong answer is (d²y/dt²)/(d²x/dt²) = 6t/2 = 6, which is not a second derivative of anything. There is no shortcut here; you must differentiate the ratio.

3Parametric arc length10 pts

Find the length of the logarithmic spiral x = etcos t, y = etsin t for 0 ≤ tπ.

Solution

Product rule on each:

dxdt = et(cos t − sin t),    dydt = et(sin t + cos t)

Now square and add — the cross terms cancel, which is the whole point:

e2t[(cos−sin)² + (sin+cos)²] = e2t[cos² − 2 sin cos + sin² + sin² + 2 sin cos + cos²] = 2e2t
L = ∫0π √(2e2t) dt = √2 ∫0π et dt = √2 (eπ − 1)
≈ 1.414(23.14 − 1) = 31.3

The ±2 sin t cos t cancellation is engineered into the problem. If your cross terms do not cancel in a spiral problem, re-check the product rule before doing anything else.

4Polar to Cartesian8 pts

Convert r = 4 cos θ to Cartesian form and identify the curve.

Solution

Multiply both sides by r — the standard trick, because it creates r² and r cos θ, both of which convert directly:

r² = 4r cos θ  ⇒  x² + y² = 4x

Complete the square in x:

x² − 4x + 4 + y² = 4  ⇒  (x−2)² + y² = 4

A circle of radius 2 centered at (2, 0) — passing through the origin, tangent to the y-axis.

Worth knowing as a pattern: r = 2a cos θ is a circle of radius a centered at (a, 0), and r = 2a sin θ is centered at (0, a). Note the whole circle is traced as θ runs from 0 to π, not 2π — integrating over the full turn would count it twice.

5Polar area10 pts

Find the area enclosed by the cardioid r = 1 + cos θ.

Solution

The full cardioid is traced once as θ goes 0 to 2π:

A = 1202π (1 + cos θ)² dθ = 1202π (1 + 2 cos θ + cos²θ) dθ

Take the three pieces separately:

  • 02π 1 dθ = 2π
  • 02π 2 cos θ dθ = 0  (full period of a cosine)
  • 02π cos²θ dθ = π  (average value 12 over length 2π — the same fact behind RMS in Unit 2)
A = 12(2π + 0 + π) = 3π2 ≈ 4.71

Sanity check: the cardioid fits inside a circle of radius 2 (area 4π ≈ 12.6) and contains a circle of radius about 1 (area π ≈ 3.1). 4.71 sits sensibly between. ✓

6Polar area · one loop10 pts

Find the area of one petal of the four-petal rose r = 2 cos 2θ.

Solution

Limits. A petal begins and ends where r = 0:

cos 2θ = 0 ⇒ 2θ = ±π2θ = ±π4
A = 12π/4π/4 4 cos²(2θ) dθ = 2∫π/4π/4 cos²(2θ) dθ

Half-angle: cos²(2θ) = (1 + cos 4θ)/2.

= ∫π/4π/4 (1 + cos 4θ) dθ = [θ + sin 4θ4]π/4π/4

At both limits sin 4θ = sin(±π) = 0, so only the θ terms survive:

= π4(π4) = π2 ≈ 1.57

Total for all four petals: 2π. Note this rose has four petals because n = 2 is even — the whole curve needs θ from 0 to 2π. Integrating over the full turn and calling it one petal is the standard error here.

7Complex arithmetic10 pts

Compute 2 + 3i1 − 2i in rectangular form, then give its modulus and argument.

Solution

Multiply numerator and denominator by the conjugate of the denominator:

2+3i1−2i · 1+2i1+2i = 2 + 4i + 3i + 6i²1 − 4i²

Using i² = −1: numerator = 2 + 7i − 6 = −4 + 7i; denominator = 1 + 4 = 5.

= −0.8 + 1.4i

Modulus:

|z| = √(0.64 + 1.96) = √2.6 ≈ 1.61

Argument. The point is in quadrant II (negative real, positive imaginary), so add 180° to the raw arctangent:

arctan(1.4−0.8) = −60.3°  ⇒  arg z = −60.3° + 180° = 119.7°

Verify with the exponential form: |2+3i| = √13, arg = 56.3°. |1−2i| = √5, arg = −63.4°. Quotient modulus = √(13/5) = 1.61 ✓, argument = 56.3 − (−63.4) = 119.7° ✓. Two routes agreeing is worth the thirty seconds.

8De Moivre · roots12 pts

Find all four fourth roots of −16, in both exponential and rectangular form, and sketch them in the complex plane.

Solution

Put −16 in exponential form. It lies on the negative real axis, so modulus 16 and argument π:

−16 = 16e
zk = 161/4 ei(π + 2πk)/4 = 2ei(π + 2πk)/4,   k = 0, 1, 2, 3
kAngleExponentialRectangular
045°2e/4√2 + √2i ≈ 1.41 + 1.41i
1135°2e3/4−√2 + √2i
2225°2e5/4−√2 − √2i
3315°2e7/4√2 − √2i

Sketch: four points on a circle of radius 2, spaced 90° apart, at 45°, 135°, 225°, 315° — the corners of a square tilted 45°.

Check k = 0:

(√2 + √2i)² = 2 + 4i + 2i² = 4i  ⇒  (4i)² = 16i² = −16

Note: the roots come in conjugate pairs, as they must — the polynomial z4 + 16 has real coefficients. In circuit terms, complex poles always appear in conjugate pairs, which is what keeps the time-domain response real.

9Impedance · EE12 pts

A 100 Ω resistor is in series with a 2 µF capacitor, driven at 500 Hz by V = 10∠0° V. Find the impedance in rectangular and polar form, the current phasor, and state whether current leads or lags.

Solution

Angular frequency: ω = 2π(500) = 3142 rad/s.

ZC = jωC = j(3142)(2×10−6) = j6.283×10−3 = −j159.2 Ω

Series ⇒ add:

Z = 100 − j159.2 Ω

Polar form:

|Z| = √(100² + 159.2²) = √(10 000 + 25 345) = 188.0 Ω
θ = arctan(−159.2100) = −57.9°   (quadrant IV — positive real, negative imaginary — so no adjustment needed)

Current phasor, by Ohm’s law with complex numbers:

I = VZ = 10∠0°188.0∠−57.9° = 0.0532∠+57.9° A = 53.2 mA ∠ 57.9°

Current leads voltage by 57.9° — capacitive, as expected. Dividing in polar form is where the work disappears: divide the moduli, subtract the arguments.

Sanity check: the magnitude 188 Ω must exceed the resistance alone (100 Ω) but be less than the arithmetic sum 259 Ω, because the two impedances add as perpendicular vectors, not as scalars. ✓

10Lissajous · EE10 pts

An oscilloscope in XY mode is driven by x = 5 cos(ωt) and y = 5 cos(ωt + φ). Identify the trace for φ = 0°, 90°, and 180°, and find the path length traced in one period when φ = 90°.

Solution

φ = 0°: y = x exactly. The trace is a straight line of slope +1, swept back and forth between (−5,−5) and (5,5).

φ = 180°: cos(ωt + π) = −cos(ωt), so y = −x — a straight line of slope −1.

φ = 90°: cos(ωt + π/2) = −sin(ωt), so

x = 5 cos ωt,   y = −5 sin ωt  ⇒  x² + y² = 25

A circle of radius 5, traced clockwise.

Path length in one period, by the parametric arc-length formula:

dxdt = −5ω sin ωt,    dydt = −5ω cos ωt
25ω²(sin² + cos²) = 5ω   (constant speed — no surprise for uniform circular motion)
L = ∫02π/ω 5ω dt = 5ω · 2πω = 10π ≈ 31.4

Which is the circumference of a radius-5 circle — the correct answer, arrived at the long way, and a good check that the machinery works.

Why this is genuinely useful: the shape of the ellipse tells you the phase difference at a glance. A line means in phase (or 180° out); a circle means 90°; anything between is a tilted ellipse whose openness scales with |sin φ|. This was the standard bench technique for measuring phase before dual-trace scopes, and it still works.

Scoring

ScoreWhere you are
90–100Ready for differential equations.
75–89Probably the second-derivative formula and quadrant checks. Both are one-line fixes.
60–74Sketch every polar problem before integrating. Most losses here are wrong limits, not wrong integrals.
< 60Focus on complex numbers specifically — that half of the unit is the part your EE courses use daily.
Where the points usually go

Using (d²y/dt²)/(d²x/dt²) for the second derivative (Q2); dropping the 12 in polar area (Q5–6); integrating a rose petal over 0 to 2π (Q6); and trusting arctan without checking the quadrant (Q7). That last one causes real bugs in real firmware, which is why atan2 exists.

Review← Unit 5 notes NextUnit 6 →