Navigation

Taylor Polynomials

9.3 Quadratic approximation

11 problems · hints, answers and solutions shown beside each one

Stage 1 · Conceptual

Q1Stage 1

The quadratic approximation of a function f(x)f(x) about x=3x=3 is

f(x)x2+6xf(x) \approx -x^2+6x

What are the values of f(3)f(3), f(3)f'(3), f(3)f''(3), and f(3)f'''(3)?

Hint

If Q(x)Q(x) is the quadratic approximation of ff about 33, then Q(3)=f(3)Q(3)=f(3), Q(3)=f(3)Q'(3)=f'(3), and Q(3)=f(3)Q''(3)=f''(3).

Answer

f(3)=9f(3)=9, f(3)=0f'(3)=0, f(3)=2f''(3)=-2; there is not enough information to know f(3)f'''(3).

Full solution

If Q(x)Q(x) is the quadratic approximation of ff about 33, then Q(3)=f(3)Q(3)=f(3), Q(3)=f(3)Q'(3)=f'(3), and Q(3)=f(3)Q''(3)=f''(3). There is no guarantee that f(x)f(x) and Q(x)Q(x) share the same third derivative, though, so we do not have enough information to know f(3)f'''(3).

f(3)=32+6(3)=9f(3)=ddx{x2+6x}x=3=2x+6x=3=0f(3)=d2dx2{x2+6x}x=3=ddx{2x+6}x=3=2\begin{align*} f(3)&=-3^2+6(3)=9\\ f'(3)&=\left.\diff{}{x}\left\{-x^2+6x\right\}\right|_{x=3}=\left.-2x+6\right|_{x=3}=0\\ f''(3)&=\left.\ddiff{2}{}{x}\left\{-x^2+6x\right\}\right|_{x=3}= \left.\diff{}{x}\left\{-2x+6\right\}\right|_{x=3}=-2 \end{align*}
Q2Stage 1

Give a quadratic approximation of f(x)=2x+5f(x)=2x+5 about x=ax=a.

Hint

It is a very good approximation.

Answer

f(x)2x+5f(x) \approx 2x+5

Full solution

The quadratic approximation of f(x)f(x) about x=ax=a is

f(x)f(a)+f(a)(xa)+12f(a)(xa)2\begin{align*}f(x) &\approx f(a)+f'(a)(x-a)+\frac{1}{2}f''(a)(x-a)^2\end{align*}

We subsitute f(a)=2a+5f(a)=2a+5, f(a)=2f'(a)=2, and f(a)=0f''(a)=0:

f(x)(2a+5)+2(xa)=2x+5\begin{align*}f(x) &\approx (2a+5)+2(x-a)=2x+5\end{align*}

So, our approximation is f(x)2x+5f(x) \approx 2x+5.

Remark: Our approximation is exact for every value of xx. This will always happen with a quadratic approximation of a function that is quadratic, linear, or constant.

Stage 2 · Procedural

Q3Stage 2

Use a quadratic approximation to estimate log(0.93)\log(0.93).

(Remember we use logx\log x to mean the natural logarithm of xx, logex\log_e x.)

Hint

Approximate f(x)=logxf(x)=\log x.

Answer

log(0.93)0.07245\log(0.93) \approx -0.07245

Full solution

We approximate the function f(x)=logxf(x)=\log x about the point x=1x=1. We choose 1 because it is close to 0.930.93, and we can evaluate f(x)f(x) and its first two derivatives at x=1x=1.

f(1)=0f(x)=1xf(1)=1f(x)=1x2f(1)=1\begin{align*}f(1)&=0\\ f'(x)&=\frac{1}{x}\qquad \Rightarrow \qquad f'(1)=1\\ f''(x)&=\frac{-1}{x^2} \qquad \Rightarrow \qquad f''(1)=-1\end{align*}

So,

f(x)f(1)+f(1)(x1)+12f(1)(x1)2=0+(x1)12(x1)2\begin{align*}f(x) &\approx f(1)+f'(1)(x-1)+\frac{1}{2}f''(1)(x-1)^2\\ &=0+(x-1)-\frac{1}{2}(x-1)^2\end{align*}

When x=0.93x=0.93:

f(0.93)(0.931)12(0.931)2=0.0712(0.0049)=0.07245\begin{align*}f(0.93) &\approx (0.93-1)-\frac{1}{2}(0.93-1)^2=-0.07-\frac{1}{2}(0.0049)=-0.07245\end{align*}

We estimate log(0.93)0.07245\log(0.93) \approx -0.07245.

Remark: a calculator approximates log(0.93)0.07257\log(0.93) \approx -0.07257. We're pretty close.

Q4Stage 2

Use a quadratic approximation to estimate cos(115)\cos\left(\dfrac{1}{15}\right).

Hint

You'll probably want to centre your approximation about x=0x=0.

Answer

cos(115)449450\cos\left(\dfrac{1}{15}\right )\approx \dfrac{449}{450}

Full solution

We approximate the function f(x)=cosxf(x)=\cos x. We can easily evaluate cosx\cos x and sinx\sin x (sinx\sin x will appear in the first derivative) at x=0x=0, and 0 is quite close to 115\dfrac{1}{15}, so we centre our approximation about x=0x=0.

f(0)=1f(x)=sinxf(0)=sin(0)=0f(x)=cosxf(0)=cos(0)=1\begin{align*}f(0)&=1\\ f'(x)&=-\sin x\\ f'(0)&=-\sin(0)=0\\ f''(x)&=-\cos x\\ f''(0)&=-\cos(0)=-1\end{align*}

Using the quadratic approximation f(x)f(0)+f(0)(x0)+12f(0)(x0)2f(x) \approx f(0)+f'(0)(x-0)+\frac{1}{2}f''(0)(x-0)^2:

f(x)112x2f(115)112152=449450\begin{align*}f(x)&\approx 1 -\frac{1}{2}x^2\\ f\left(\frac{1}{15}\right)&\approx 1-\frac{1}{2\cdot 15^2}=\frac{449}{450}\end{align*}

We approximate cos(115)449450\cos\left(\dfrac{1}{15}\right)\approx\dfrac{449}{450}.

Remark: 449450=0.9977\dfrac{449}{450}= 0.99\overline{77}, while a calculator gives cos(115)0.9977786\cos\left(\frac{1}{15}\right )\approx 0.9977786. Our approximation has an error of about 0.0000010.000001.

Q5Stage 2

Calculate the quadratic approximation of f(x)=e2xf(x)=e^{2x} about x=0x=0.

Hint

The quadratic approximation of a function f(x)f(x) about x=ax=a is

f(x)f(a)+f(a)(xa)+12f(a)(xa)2f(x) \approx f(a)+f'(a)(x-a)+\frac{1}{2}f''(a)(x-a)^2
Answer

e2x1+2x+2x2e^{2x}\approx 1+2x+2x^2

Full solution

The quadratic approximation of a function f(x)f(x) about x=ax=a is

f(x)f(a)+f(a)(xa)+12f(a)(xa)2\begin{align*}f(x) &\approx f(a)+f'(a)(x-a)+\frac{1}{2}f''(a)(x-a)^2\end{align*}

We compute derivatives.

f(0)=e0=1f(x)=2e2xf(0)=2e0=2f(x)=4e2xf(0)=4e0=4\begin{align*}f(0)&=e^0=1\\ f'(x)&=2e^{2x}\\ f'(0)&=2e^0=2\\ f''(x)&=4e^{2x}\\ f''(0)&=4e^0=4\end{align*}

Substituting:

f(x)1+2(x0)+42(x0)2f(x)1+2x+2x2\begin{align*}f(x) &\approx 1+2(x-0)+\frac{4}{2}(x-0)^2 \\f(x) &\approx 1+2x+2x^2\end{align*}
Q6Stage 2

Use a quadratic approximation to estimate 5435^{\tfrac{4}{3}}.

Hint

One way to go about this is to approximate the function f(x)=5x1/3f(x) = 5 \cdot x^{1/3} , because then 54/3=551/3=f(5)5^{4/3} = 5 \cdot 5^{1/3} =f(5).

Answer

One approximation: e4327532e^{\tfrac{4}{3}}\approx\dfrac{275}{32}

Full solution

There are a few functions we could choose to approximate. For example:

  • f(x)=x4/3f(x)=x^{4/3}. In this case, we would probably choose to approximate f(x)f(x) about x=8x=8 (since 8 is a cube, 84/3=24=168^{4/3}=2^4=16 is something we can evaluate) or x=1x=1.

  • f(x)=5xf(x)=5^{x}. We can easily figure out f(x)f(x) when xx is a whole number, so we would want to centre our approximation around some whole number x=ax=a, but then f(a)=5alog(5)f'(a)=5^a\log(5) gives us a problem: without a calculator, it's hard to know what log(5)\log(5) is.

  • Since 54/3=5535^{4/3}=5\sqrt[3]{5}, we can use f(x)=5x3f(x)=5\sqrt[3]{x}. As in the first bullet, we would centre about x=8x=8, or x=1x=1.

There isn't much difference between the first and third bullets. We'll go with f(x)=5x3f(x)=5\sqrt[3]{x}, centred about x=8x=8.

f(x)=5x13f(8)=52=10f(x)=53x23f(8)=53(22)=512f(x)=53(23)x53=109x53f(8)=109(25)=5144\begin{align*}f(x)&=5x^{\frac{1}{3}}&&\Rightarrow& f(8)&=5\cdot 2 = 10\\ f'(x)&=\frac{5}{3}x^{-\frac{2}{3}}&&\Rightarrow& f'(8)&=\frac{5}{3}\left(2^{-2}\right)=\frac{5}{12}\\ f''(x)&=\frac{5}{3}\left(-\frac{2}{3}\right)x^{-\frac{5}{3}}=-\frac{10}{9}x^{-\frac{5}{3}}&&\Rightarrow& f''(8)&=-\frac{10}{9}\left(2^{-5}\right)=-\frac{5}{144}\end{align*}

Using the quadratic approximation f(x)f(a)+f(a)(xa)+12f(a)(xa)2f(x) \approx f(a)+f'(a)(x-a)+\frac{1}{2}f''(a)(x-a)^2:

f(x)10+512(x8)5288(x8)2f(5)10+512(3)5288(9)=27532\begin{align*}f(x)&\approx 10+\frac{5}{12}(x-8)-\frac{5}{288}(x-8)^2\\ f(5)&\approx 10+\frac{5}{12}(-3)-\frac{5}{288}(9)=\frac{275}{32}\end{align*}

We estimate 54/3275325^{4/3}\approx\dfrac{275}{32}

Remark: 27532=8.59375\dfrac{275}{32} = 8.59375, and a calculator gives 54/38.54995^{4/3}\approx 8.5499. Although 5 and 8 are somewhat far apart, our estimate is only off by about 0.040.04.

Q7Stage 2

Evaluate the expressions below.

  1. n=5301\ds\sum_{n=5}^{30} 1

  2. n=13[2(n+3)n2]\ds\sum_{n=1}^{3} \left[ 2(n+3)-n^2 \right]

  3. n=110[1n1n+1]\ds\sum_{n=1}^{10} \left[\frac{1}{n}-\frac{1}{n+1}\right]

  4. n=1452n4n+1\ds\sum_{n=1}^{4}\frac{5\cdot 2^n}{4^{n+1}}

Hint

For (c), look for cancellations.

Answer

(a) 2626 (b) 1616 (c) 1011\dfrac{10}{11} (d) 7564\dfrac{75}{64}

Full solution
  • For every value of nn, the term being added is simply the constant 11. So, n=5301=1+1++1\ds\sum_{n=5}^{30} 1 = 1+1+\cdots+1. The trick is figuring out how many 1s are added. Our index nn takes on all integers from 5 to 30, including 5 and 30, which is 26 numbers. So, n=530=26\ds\sum_{n=5}^{30}=26.

    If you're having a hard time seeing why the sum is 26, instead of 25, think of it this way: there are thirty numbers in the collection {1,2,3,4,5,6,,29,30}\{1,2,3,4,5,6,\ldots,29,30\}. If we remove the first four, we get 304=2630-4=26 numbers in the collection {5,6,,30}\{5,6,\ldots,30\}.

  • n=13[2(n+3)n2]=2(1+3)12n=1+2(2+3)22n=2+2(3+3)32n=3=81+104+129=16\begin{align*} \sum_{n=1}^3\left[2(n+3)-n^2\right]&= \underbrace{2(1+3)-1^2}_{n=1}+ \underbrace{2(2+3)-2^2}_{n=2}+ \underbrace{2(3+3)-3^2}_{n=3}\\ &=8-1+10-4+12-9=16 \end{align*}
  • n=110[1n1n+1]=1111+1n=1+1212+1n=2+1313+1n=3+1414+1n=4+1515+1n=5+1616+1n=6+1717+1n=7+1818+1n=8+1919+1n=9+110110+1n=10\begin{align*}\ds\sum_{n=1}^{10} \left[\frac{1}{n}-\frac{1}{n+1}\right]&= \underbrace{\frac{1}{1}-\frac{1}{1+1}}_{n=1}+ \underbrace{\frac{1}{2}-\frac{1}{2+1}}_{n=2}+ \underbrace{\frac{1}{3}-\frac{1}{3+1}}_{n=3}+ \underbrace{\frac{1}{4}-\frac{1}{4+1}}_{n=4}+ \underbrace{\frac{1}{5}-\frac{1}{5+1}}_{n=5}\\ &+ \underbrace{\frac{1}{6}-\frac{1}{6+1}}_{n=6}+ \underbrace{\frac{1}{7}-\frac{1}{7+1}}_{n=7}+ \underbrace{\frac{1}{8}-\frac{1}{8+1}}_{n=8}+ \underbrace{\frac{1}{9}-\frac{1}{9+1}}_{n=9}+ \underbrace{\frac{1}{10}-\frac{1}{10+1}}_{n=10}\end{align*}

    Most of these cancel!

    =1112+12013+13014+14015+15016+16017+17018+18019+190110+1100111=1111=1011\begin{align*}&=\frac{1}{1}\underbrace{-\frac{1}{2}+\frac{1}{2}}_0 \underbrace{-\frac{1}{3}+\frac{1}{3}}_0 \underbrace{-\frac{1}{4}+\frac{1}{4}}_0 \underbrace{-\frac{1}{5}+\frac{1}{5}}_0 \underbrace{-\frac{1}{6}+\frac{1}{6}}_0\\ &\underbrace{-\frac{1}{7}+\frac{1}{7}}_0 \underbrace{-\frac{1}{8}+\frac{1}{8}}_0 \underbrace{-\frac{1}{9}+\frac{1}{9}}_0 \underbrace{-\frac{1}{10}+\frac{1}{10}}_0 -\frac{1}{11}\\ &=1-\frac{1}{11}=\frac{10}{11}\end{align*}
  • n=1452n4n+1=5n=142n44n=54n=142n4n=54n=1412n=54(12n=1+14n=2+18n=3+116n=4)=7564\begin{align*} \ds\sum_{n=1}^{4}\frac{5\cdot 2^n}{4^{n+1}} &= 5\sum_{n=1}^{4}\frac{2^n}{4\cdot 4^n}=\frac{5}{4}\sum_{n=1}^4\frac{2^n}{4^n} =\frac{5}{4}\sum_{n=1}^4\frac{1}{2^n}\\ &=\frac{5}{4}\left( \underbrace{\frac{1}{2}}_{n=1}+ \underbrace{\frac{1}{4}}_{n=2}+ \underbrace{\frac{1}{8}}_{n=3}+ \underbrace{\frac{1}{16}}_{n=4} \right)=\frac{75}{64} \end{align*}
Q8Stage 2

Write the following in sigma notation:

  1. 1+2+3+4+51+2+3+4+5

  2. 2+4+6+82+4+6+8

  3. 3+5+7+9+113+5+7+9+11

  4. 9+16+25+36+499+16+25+36+49

  5. 9+4+16+5+25+6+36+7+49+89+4+16+5+25+6+36+7+49+8

  6. 8+15+24+35+488+15+24+35+48

  7. 36+912+15183-6+9-12+15-18

Hint

Compare (c) to (b).
Compare (e) and (f) to (d).
To get an alternating sign, consider powers of (1)(-1).

Answer

For each of these, there are many solutions. We provide some below.

  1. 1+2+3+4+5=n=15n1+2+3+4+5 = \ds\sum_{n=1}^5n

  2. 2+4+6+8=n=142n2+4+6+8=\ds\sum_{n=1}^42n

  3. 3+5+7+9+11=n=15(2n+1)3+5+7+9+11=\ds\sum_{n=1}^{5}(2n+1)

  4. 9+16+25+36+49=n=37n29+16+25+36+49=\ds\sum_{n=3}^7 n^2

  5. 9+4+16+5+25+6+36+7+49+8=n=37(n2+n+1)9+4+16+5+25+6+36+7+49+8=\ds\sum_{n=3}^7 (n^2+n+1)

  6. 8+15+24+35+48=n=37(n21)8+15+24+35+48= \ds\sum_{n=3}^7 (n^2-1)

  7. 36+912+1518=n=16(1)n+13n3-6+9-12+15-18=\ds\sum_{n=1}^6 (-1)^{n+1}3n

Full solution

For each of these, there are many solutions. We provide some below.

  1. 1+2+3+4+5=n=15n1+2+3+4+5 = \ds\sum_{n=1}^5n

  2. 2+4+6+8=n=142n2+4+6+8=\ds\sum_{n=1}^4 2n

  3. 3+5+7+9+11=n=15(2n+1)3+5+7+9+11=\ds\sum_{n=1}^{5}(2n+1)

  4. 9+16+25+36+49=n=37n29+16+25+36+49=\ds\sum_{n=3}^7 n^2

  5. 9+4+16+5+25+6+36+7+49+8=n=37(n2+n+1)9+4+16+5+25+6+36+7+49+8=\ds\sum_{n=3}^7 (n^2+n+1)

  6. 8+15+24+35+48=n=37(n21)8+15+24+35+48= \ds\sum_{n=3}^7 (n^2-1)

  7. 36+912+1518=n=16(1)n+13n3-6+9-12+15-18=\ds\sum_{n=1}^6 (-1)^{n+1}3n
    Remark: if we had written (1)n(-1)^n instead of (1)n+1(-1)^{n+1}, with everything else the same, the signs would have been reversed.

Stage 3 · Application

Q9Stage 3

Use a quadratic approximation of f(x)=2arcsinxf(x)=2\arcsin x about x=0x=0 to approximate f(1)f(1). What number are you approximating?

Hint

You can evaluate f(1)f(1) exactly.
Recall ddxarcsinx=11x2\ds\diff{}{x}\arcsin x = \dfrac{1}{\sqrt{1-x^2}}.

Answer

f(1)2f(1) \approx 2, f(1)=πf(1)=\pi

Full solution

Let's start by taking the first two derivative of f(x)f(x).

f(x)=2arcsinxf(0)=2(0)=0f(x)=21x2f(0)=21=2f(x)=ddx{2(1x2)12}=2(12)(1x2)32(2x)(chain rule)=2x(1x2)3f(0)=0\begin{align*}f(x)&=2\arcsin x&&\Rightarrow& f(0)&=2(0)=0\\ f'(x)&=\frac{2}{\sqrt{1-x^2}}&&\Rightarrow& f'(0)&=\frac{2}{1}=2\\ f''(x)&=\diff{}{x}\left\{2(1-x^2)^{-\tfrac{1}{2}}\right\}\\ &=2\left(-\tfrac{1}{2}\right)(1-x^2)^{-\tfrac{3}{2}}(-2x) \qquad\text{(chain rule)}\\ &=\frac{2x}{\left(\sqrt{1-x^2}\right)^3}&&\Rightarrow& f''(0)&=0\end{align*}

Now, we can find the quadratic approximation about x=0x=0.

f(x)f(0)+f(0)x+12f(0)x2=2xf(1)2\begin{align*}f(x)&\approx f(0)+f'(0)x+\frac{1}{2}f''(0)x^2\\ &=2x\\ f(1)& \approx 2\end{align*}

Our quadratic approximation gives 2arcsin(1)22\arcsin(1) \approx 2. However, 2arcsin(1)2\arcsin(1) is exactly equal to 2(π2)=π2\left(\dfrac{\pi}{2}\right)=\pi. We've just made the rather unfortunate approximation π2\pi \approx 2.

Q10Stage 3

Use a quadratic approximation of exe^x to estimate ee as a decimal.

Hint

Let f(x)=exf(x)=e^x, and use the quadratic approximation of f(x)f(x) about x=0x=0 (given in your text, or you can reproduce it) to approximate f(1)f(1).

Answer

e2.5e\approx 2.5

Full solution

From the text, the quadratic approximation of exe^x about x=0x=0 is

ex1+x+12x2e^x \approx 1+x+\frac{1}{2}x^2

So,

e=e11+1+12=2.5e=e^1 \approx 1+1+\frac{1}{2}=2.5

We estimate e2.5e \approx 2.5.

Remark: actually, e2.718e \approx 2.718.

Q11Stage 3

Group the expressions below into collections of equivalent expressions.

  1. n=1102n\ds\sum_{n=1}^{10} 2n

  2. n=1102n\ds\sum_{n=1}^{10} 2^n

  3. n=110n2\ds\sum_{n=1}^{10} n^2

  4. 2n=110n2\ds\sum_{n=1}^{10} n

  5. 2n=211(n1)2\ds\sum_{n=2}^{11} (n-1)

  6. n=514(n4)2\ds\sum_{n=5}^{14} (n-4)^2

  7. 14n=110(4n+12n)\dfrac{1}{4}\ds\sum_{n=1}^{10}\left( \frac{4^{n+1}}{2^n}\right)

Hint

Be wary of indices: for example n=13n=n=57(n4)\ds\sum_{n=1}^3 n = \ds\sum_{n=5}^7 (n-4).

Answer

${(\text{a}),(\text{d}), (\text{e})}$, {(b),(g)}\{(\text{b}),(\text{g})\}, {(c),(f)}\{(\text{c}),(\text{f})\}

Full solution
  • First, we'll show that

    (a),(d),(e)\color{blue}(\text{a}),\,(\text{d}),\, (\text{e})

    are equivalent:

    (d)=2n=110n=2(1+2++10)=2(1)+2(2)++2(10)=n=1102n=(a)\begin{align*}(\text{d})&=2\sum_{n=1}^{10} n = 2(1+2+\cdots+10)= 2(1)+2(2)+\cdots +2(10)=\sum_{n=1}^{10} 2n = (\text{a})\end{align*}

    So (a) and (d) are equivalent.

    (e)=2n=211(n1)=2(1+2++10)=(d)\begin{align*}(\text{e})&=2\ds\sum_{n=2}^{11} (n-1)=2(1+2+\cdots + 10) = (\text{d})\end{align*}

    So (e) and (d) are equivalent.

  • Second, we'll show that

    (b),(g)\color{red}(\text{b}),\,(\text{g})

    are equivalent.

    (g)=14n=110(4n+12n)=14n=110(44n2n)=44n=110(4n2n)=n=110(42)n=n=1102n=(b)\begin{align*} (\text{g})&=\dfrac{1}{4}\ds\sum_{n=1}^{10}\left( \frac{4^{n+1}}{2^n}\right) =\frac{1}{4}\sum_{n=1}^{10}\left(\frac{4\cdot4^n}{2^n}\right) =\frac{4}{4}\sum_{n=1}^{10}\left(\frac{4^n}{2^n}\right) =\sum_{n=1}^{10}\left(\frac{4}{2}\right)^n =\sum_{n=1}^{10} 2^n=(\text{b})& \end{align*}
  • Third, we'll show that

    (c),(f)\color{green}(\text{c}),\,(\text{f})

    are equivalent.

    (f)=n=514(n4)2=12+22++102=n=110n2=(c)\begin{align*} (\text{f}) =\ds\sum_{n=5}^{14} (n-4)^2 =1^2+2^2+\cdots + 10^2 =\ds\sum_{n=1}^{10} n^2=(\text{c}) \end{align*}
  • Now, we have three groups, where each group consists of equivalent expressions. To be quite thorough, we should show that no two of these groups contain expressions that are secretly equivalent. They would be hard to evaluate, but we can bound them and show that no two expressions in two separate groups could possibly be equivalent. Notice that

    n=1102n=21+22++210>210=1024n=110n2<n=110102=10(100)=1000n=110n2=12+22+82+92+102>82+92+102=245n=1102n<n=11020=200\begin{align*} \color{red}\sum_{n=1}^{10} 2^n &=2^1+2^2+\cdots + 2^{10} > 2^{10}=1024\\ \color{green} \sum_{n=1}^{10} n^2 &<\sum_{n=1}^{10} 10^2 = 10(100)=1000\\ \color{green} \sum_{n=1}^{10} n^2 &=1^2+2^2+\cdots 8^2+9^2+10^2 > 8^2+9^2+10^2=245\\ \color{blue}\sum_{n=1}^{10} 2n &<\sum_{n=1}^{10}20 = 200 \end{align*}

    The expressions in the blue group add to less than 200, but the expressions in the green group add to more than 245, and the expressions in the red group add to more than 1024, so the blue groups expressions can't possibly simplify to the same number as the red and green group expressions.

    The expressions in the green group add to less than 1000. Since the expressions in the red group add to more than 1024, the expressions in the green and red groups can't possibly simplify to the same numbers.

We group our expressions in to collections of equivalent expressions as follows:
${(\text{a}),(\text{d}), (\text{e})}$, {(b),(g)}\{(\text{b}),(\text{g})\}, {(c),(f)}\{(\text{c}),(\text{f})\}

From the UBC Math 100 open textbook project, © Joel Feldman, Andrew Rechnitzer, Elyse Yeager and others. Licensed CC BY-NC-SA 4.0; this HTML adaptation is released under the same licence. Full attribution.