Write the first three nonzero terms of the Maclaurin series of cosx.
Recall Solution
Straight from the toolkit:
cosx=1−2!x2+4!x4−⋯=1−2x2+24x4−⋯
Notice only even powers appear, alternating +,−,+. That happens because cos is an even function (a mirror image across the y-axis), so it cannot contain odd powers like x or x3.
Approximate ln(1.1) using two terms of the ln(1+x) series.
Recall Solution
Here ln(1.1)=ln(1+0.1), so we set x=0.1 (safely inside ∣x∣<1):
ln(1+0.1)≈0.1−2(0.1)2=0.1−0.005=0.095.
(True value 0.0953102… — two terms already good to three decimals.)
Substitute x=−0.1 directly into ex=1+x+2x2+⋯:
e−0.1≈1+(−0.1)+2(−0.1)2=1−0.1+0.005=0.905.
(True value 0.9048374…) The sign of x carries through automatically — no separate rule needed.
Approximate sin(0.3) using x−6x3, and give a rigorous error bound.
Recall Solution
Value.0.3−6(0.3)3=0.3−60.027=0.3−0.0045=0.2955.
Error. The sin series is alternating with terms shrinking in size, so by the Alternating Series Test the error is at most the first omitted term:
∣R∣≤5!(0.3)5=1200.00243≈2.03×10−5.
So sin(0.3)=0.2955 correct to within about 2×10−5. (True 0.2955202… ✓)
Using the general Lagrange bound, find the smallest N so that PN(0.5) approximates e0.5 with error <10−3.
Recall Solution
The Lagrange remainder is RN(x)=(N+1)!f(N+1)(c)xN+1 with c∈(0,0.5). For f=ex, f(N+1)(c)=ec≤e0.5<1.65. Take M=1.65:
∣RN(0.5)∣≤(N+1)!1.65(0.5)N+1.
Test values:
N=3: 241.65(0.5)4=241.65(0.0625)≈4.30×10−3 — too big.
Explain why using the ln(1+x) series to estimate ln(3) (by setting x=2) is invalid, and give a valid rewrite.
Recall Solution
Why invalid. The series ln(1+x)=x−2x2+⋯ only converges for −1<x≤1 — its radius of convergence is 1. At x=2 the terms 2,−2,38,…grow, so the sum is meaningless.
Valid rewrite. Write ln3=ln(1−t1+t) where 1−t1+t=3⇒t=21 (inside the disc). Then use
ln1−t1+t=2(t+3t3+5t5+⋯),
which converges quickly for t=21. This keeps every argument inside the legal range.
Substitute x2 into the eu series (u=x2):
ex2=1+x2+2x4+6x6+⋯.
Subtract 1+x2: ex2−1−x2=2x4+6x6+⋯. Divide by x4:
21+6x2+⋯→21.
The lowest surviving power was x4, matching the denominator exactly — that is why we needed the series out to x4.
Numerator:ln(1+x)−x=(x−2x2+⋯)−x=−2x2+3x3−⋯Denominator:xsinx=x(x−6x3+⋯)=x2−6x4+⋯
Both start at x2. Divide top and bottom by x2:
1−6x2+⋯−21+3x−⋯x→01−21=−21.
Evaluate x→0limx3tanx−x, deriving the needed tanx terms yourself.
Recall Solution
We need tanx=cosxsinx as a series. Use series division:
tanx=1−2x2+⋯x−6x3+⋯.
Multiply numerator by (1−2x2)−1=1+2x2+⋯:
tanx=(x−6x3)(1+2x2)+⋯=x+2x3−6x3+⋯=x+3x3+⋯
Therefore tanx−x=3x3+⋯, and
x3tanx−x=31+⋯→31.
Estimate ∫00.5e−x2dx using series up to x4, and bound the error from the first omitted term.
Recall Solution
Series.e−x2=1−x2+2x4−6x6+⋯ (substitute −x2 into eu). Because this is an alternating, shrinking series in x, we can integrate term by term:
∫00.5(1−x2+2x4)dx=[x−3x3+10x5]00.5.
Evaluate at 0.5:
0.5
−3(0.5)3=−30.125=−0.0416667
+10(0.5)5=100.03125=0.003125
Sum: 0.5−0.0416667+0.003125=0.4614583.
Error bound. First omitted integrated term comes from −6x6:
∫00.56x6dx=7⋅6(0.5)7=420.0078125≈1.86×10−4.
So ∫00.5e−x2dx≈0.46146 with error <2×10−4. (True 0.4612810… ✓)
Two expansions.sinx=x−6x3+⋯,xcosx=x(1−2x2+⋯)=x−2x3+⋯.Subtract, aligning by degree:sinx−xcosx=(x−6x3)−(x−2x3)+⋯=−6x3+2x3+⋯=3x3+⋯Divide by x3: 31+⋯→31.