🦖 Bellaziraptor

Practice Exam 4

Power Series & Taylor Expansions

Questions10
Time90 min
Points100
AllowedThe 7-series table
CoversUnit 4
1Interval of convergence10 pts

Find the radius and full interval of convergence of  Σn=1 (x+3)nn² 4n.

Solution
|an+1an| = |x+3|n+1(n+1)²4n+1 · n²4n|x+3|n = |x+3|4(nn+1)²
L = |x+3|4 < 1  ⇒  |x+3| < 4  ⇒  R = 4, center −3, so −7 < x < 1

Endpoints.

x = 1: Σ4n/(n²4n) = Σ1/n², a p-series with p = 2. Converges.

x = −7: Σ(−4)n/(n²4n) = Σ(−1)n/n². Converges absolutely.

Interval:  [−7, 1]

Note the pattern: an n² in the denominator makes both endpoints converge, so the interval is closed. An n1 would have made it half-open (compare Unit 4, worked example 1). The power of n decides the endpoint behavior.

2Series by substitution8 pts

Find the Maclaurin series for x²ex through the x5 term. State the radius of convergence.

Solution

Substitute −x into the exponential series:

ex = 1 − x + x²2x³6 + …

Multiply through by x² — multiplication by a power just shifts the exponents:

x²ex = x² − x³ + x42x56 + …

R = ∞, unchanged: the exponential series converges everywhere, and multiplying by x² cannot break that.

Why this beats the definition: computing five derivatives of x²ex by the product rule is a long, error-prone slog. Substitute-and-multiply takes fifteen seconds.

3Taylor series off-center10 pts

Find the Taylor series for f(x) = 1/x centered at a = 1, and give its interval of convergence.

Solution

Do not differentiate repeatedly. Force the expression into geometric form by writing x = 1 + (x−1):

1x = 11 + (x−1) = 11 − [−(x−1)]

That is 1/(1−u) with u = −(x−1):

1x = Σn=0 (−1)n(x−1)n = 1 − (x−1) + (x−1)² − …

Convergence needs |u| < 1, i.e. |x−1| < 1:

Interval:  (0, 2)

Endpoints: at x = 0 and x = 2 the terms are ±1 and do not go to zero, so both diverge by the nth-term test. The interval is open.

Makes sense: 1/x blows up at x = 0, which is distance 1 from the center — so no series centered at 1 could possibly reach past it. The radius is always the distance to the nearest singularity.

4Integrate a series10 pts

Estimate ∫00.5 sin(x²) dx to four decimal places, and justify the accuracy.

Solution

Substitute x² into the sine series:

sin(x²) = x² − x63! + x105! − …

Integrate term by term:

00.5 sin(x²) dx = [x³3x742 + x111320 − …]00.5
TermValue
(0.5)³/3+0.0416667
(0.5)7/42−0.0001860
(0.5)11/1320+0.0000004
Total0.0414811
0.0415

Accuracy justification: the series alternates with decreasing terms, so the error is smaller than the first omitted term. After the third term that bound is well under 10−7 — far tighter than the four decimals requested. Even truncating after two terms would have sufficed.

Note: sin(x²) has no elementary antiderivative. Series is not a shortcut here — it is the method.

5Limit by series8 pts

Evaluate  limx→0 e2x − 1 − 2xx² using series.

Solution

Substitute 2x into the exponential series:

e2x = 1 + 2x + (2x2! + (2x3! + … = 1 + 2x + 2x² + 4x³3 + …

Subtract the 1 and the 2x — that is exactly what the numerator does:

e2x − 1 − 2x = 2x² + 4x³3 + …
2x² + 4x³/3 + …x² = 2 + 4x3 + …  →  2

Watch the (2x)² = 4x²: the substitution must go into every occurrence of x, including inside the powers. Writing 2x²/2 instead of 4x²/2 gives 1 and is the standard slip on this problem.

6Error bound10 pts

Approximate e0.3 with the third-degree Maclaurin polynomial, and bound the error using Taylor’s theorem. Compare with the true value.

Solution
T3(0.3) = 1 + 0.3 + (0.3)²2 + (0.3)³6 = 1 + 0.3 + 0.045 + 0.0045 = 1.34950

Error bound. All derivatives of ex are ex, increasing, so on [0, 0.3] we can take M = e0.3 < 1.35:

|R3| ≤ M4!(0.3)4 = 1.35(0.0081)24 = 4.6×10−4

Check against truth: e0.3 = 1.349859, so the actual error is

|1.349859 − 1.349500| = 3.6×10−4  ≤  4.6×10−4

The bound holds and is not far off — a healthy sign. A Taylor bound is always conservative (it assumes the worst-case derivative across the whole interval), so the actual error should come in below it. If yours ever comes in above, you have made an error somewhere.

7Binomial series10 pts

Expand 1/√(1+x) through the x³ term using the binomial series, and state where it is valid.

Solution

This is (1+x)k with k = −1/2:

(1+x)k = 1 + kx + k(k−1)2!x² + k(k−1)(k−2)3!x³ + …

Compute the coefficients one at a time:

  • x:  k = −12
  • x²:  (−12)(−32)/2 = (34)/2 = 38
  • x³:  (−12)(−32)(−52)/6 = (−158)/6 = −516
1√(1+x) = 1 − x2 + 3x²85x³16 + …,    |x| < 1

Quick check at x = 0.1: the series gives 1 − 0.05 + 0.00375 − 0.0003125 = 0.953438, and 1/√1.1 = 0.953463. Agreement to five digits with three correction terms.

8Euler’s formula · EE12 pts

(a) Derive Euler’s formula from the Maclaurin series. (b) Use it to express cos³θ as a sum of cosines of multiple angles. (c) What does that tell you about a cubic nonlinearity in an amplifier?

Solution

(a) Put x = into the exponential series and use i² = −1:

e = 1 + θ²2!iθ³3! + θ44! + …

Separate real and imaginary parts and recognize the two series:

= (1 − θ²2! + θ44! − …) + i(θθ³3! + …) = cos θ + i sin θ

(b) Write cos θ = (e + e)/2 and cube it. The binomial expansion gives four terms:

cos³θ = 18(e3 + 3e + 3e + e−3)

Pair the conjugates back into cosines:

= 18(2 cos 3θ + 6 cos θ) = 34 cos θ + 14 cos 3θ

Check at θ = 0: left side 1; right side 3/4 + 1/4 = 1. ✓

(c) The engineering content. Feed a pure tone cos ωt into a device with a cubic term in its transfer characteristic, and the output contains both the original frequency and a component at 3ω. A cubic nonlinearity generates third-harmonic distortion — and, with two input tones, third-order intermodulation, the IP3 spec on every RF datasheet.

Note also that the fundamental picks up a 3/4 factor: the nonlinearity does not only add a harmonic, it also changes the gain at the original frequency. That is gain compression, the mechanism behind the 1 dB compression point. Both effects fall out of one trigonometric identity that you derived from a power series.

9Linearization · EE12 pts

A nonlinear device obeys i = 0.01v² (amperes, volts) and is biased at VQ = 2 V. Find (a) the bias current, (b) the small-signal conductance and resistance, (c) the second-harmonic distortion for a 0.2 V amplitude signal.

Solution

(a) Bias current: IQ = 0.01(2)² = 0.040 A = 40 mA.

(b) Small-signal parameters — the first-order Taylor coefficient at the bias point:

g = didv|v=2 = 0.02v|v=2 = 0.04 S   ⇒   r = 1/g = 25 Ω

(c) Distortion. Put v = 2 + 0.2 cos ωt into the exact law and expand:

i = 0.01(2 + 0.2 cos ωt)² = 0.01(4 + 0.8 cos ωt + 0.04 cos²ωt)

Now use cos²ωt = (1 + cos 2ωt)/2:

i = (0.04 + 0.0002) + 0.008 cos ωt + 0.0002 cos 2ωt

Read off the three pieces: a slightly shifted DC term, the fundamental, and a second harmonic.

HD2 = 0.00020.008 = 0.025 = 2.5%

General result worth keeping: for a pure square-law device, HD2 = /(4VQ). Check: 0.2/(4×2) = 0.025 ✓. Distortion scales linearly with signal amplitude and falls as you bias harder — which is exactly why amplifiers trade quiescent power for linearity.

Note the DC term also shifted, from 0.0400 to 0.0402 A. A nonlinear device rectifies: applying an AC signal changes the average current. That is how a square-law detector works.

10Approximation · EE10 pts

An impedance magnitude is |Z| = √(R² + X²). Show that for X << R, |Z| ≈ R + X²/(2R), and evaluate the accuracy for R = 100 Ω, X = 10 Ω.

Solution

Factor out the big term — this is the move that makes every approximation of this type work:

|Z| = √(R²+X²) = R1 + (XR)²

Now the quantity inside is 1 + (small), so apply √(1+u) ≈ 1 + u/2 with u = (X/R)²:

|Z| ≈ R(1 + X²2R²) = R + X²2R

Numbers. With R = 100, X = 10:

|Z|approx = 100 + 100200 = 100.500 Ω
|Z|exact = √(10000 + 100) = √10100 = 100.4988 Ω

Error 0.0012 Ω, a relative error of about 1.2×10−5 — and that is with X/R = 0.1, which is not especially small.

Why engineers like this form: it shows the reactance contributes only at second order. A 10% reactive component changes the impedance magnitude by 0.5%. That is why a small series reactance can often be ignored in magnitude calculations — while still mattering enormously for phase, which shifts by arctan(0.1) ≈ 5.7°.

Scoring

ScoreWhere you are
90–100Strong. This is the unit that pays off most later — good place to be.
75–89Likely losing endpoint checks and substitution slips. Both are mechanical; drill them.
60–74Memorize the seven-series table properly, then redo Q2–Q5. Most of this unit is substitution into those.
< 60Go back to Building series from known ones. If you are differentiating n times to find a Taylor series, you are doing it the hard way.
Where the points usually go

Skipping the endpoint check (Q1, Q3); forgetting to substitute into every x, so (2x)² becomes 2x² (Q5); and sign errors in the binomial coefficients, where three negatives must survive intact (Q7).

Review← Unit 4 notes NextUnit 5 →