4.3.19 · D4Calculus III — Sequences & Series

Exercises — Applications — approximation, evaluating limits

1,602 words7 min readBack to topic

The four series we lean on all the time (all centred at , i.e. Maclaurin series):


Level 1 — Recognition

These test one thing: can you read a series off the toolkit and place its pieces correctly?

L1.1

Write the first three nonzero terms of the Maclaurin series of .

Recall Solution

Straight from the toolkit: Notice only even powers appear, alternating . That happens because is an even function (a mirror image across the -axis), so it cannot contain odd powers like or .

L1.2

What is the Maclaurin coefficient (the number multiplying ) in ?

Recall Solution

From , the term is , so

L1.3

For , what is , and why does that make computing its series trivial?

Recall Solution

Every derivative of is again. So , and at : Since for all , that is exactly why .


Level 2 — Application

Now plug in numbers and turn a function value into arithmetic.

L2.1

Approximate using terms up to .

Recall Solution

Compute each piece:

So . (True value )

L2.2

Approximate using two terms of the series.

Recall Solution

Here , so we set (safely inside ): (True value — two terms already good to three decimals.)

L2.3

Approximate using terms up to .

Recall Solution

Substitute directly into : (True value ) The sign of carries through automatically — no separate rule needed.


Level 3 — Analysis

Here you must justify accuracy or diagnose why a method behaves as it does.

L3.1

Approximate using , and give a rigorous error bound.

Recall Solution

Value. .

Error. The series is alternating with terms shrinking in size, so by the Alternating Series Test the error is at most the first omitted term: So correct to within about . (True ✓)

L3.2

Using the general Lagrange bound, find the smallest so that approximates with error .

Recall Solution

The Lagrange remainder is with . For , . Take : Test values:

  • : — too big.
  • :

So is the smallest that guarantees the accuracy. See how the bound collapses as climbs.

Figure — Applications — approximation, evaluating limits

L3.3

Explain why using the series to estimate (by setting ) is invalid, and give a valid rewrite.

Recall Solution

Why invalid. The series only converges for — its radius of convergence is . At the terms grow, so the sum is meaningless. Valid rewrite. Write where (inside the disc). Then use which converges quickly for . This keeps every argument inside the legal range.


Level 4 — Synthesis

Combine series operations, cancellation, and limits.

L4.1

Evaluate .

Recall Solution

Plug the series: , so Cancel / divide by : Crawl : the -term dies, leaving .

L4.2

Evaluate .

Recall Solution

Substitute into the series (): Subtract : . Divide by : The lowest surviving power was , matching the denominator exactly — that is why we needed the series out to .

L4.3

Evaluate .

Recall Solution

Numerator: Denominator: Both start at . Divide top and bottom by :


Level 5 — Mastery

Full-strength problems: choose the method, bound the error, and justify everything.

L5.1

Evaluate , deriving the needed terms yourself.

Recall Solution

We need as a series. Use series division: Multiply numerator by : Therefore , and

L5.2

Estimate using series up to , and bound the error from the first omitted term.

Recall Solution

Series. (substitute into ). Because this is an alternating, shrinking series in , we can integrate term by term: Evaluate at :

Sum: .

Error bound. First omitted integrated term comes from : So with error . (True ✓)

Figure — Applications — approximation, evaluating limits

L5.3

Evaluate .

Recall Solution

Two expansions. Subtract, aligning by degree: Divide by : .


Connections