Sunday, October 15, 2023

Appendix B - Mathematical Modelling

In the previous section, we completed a discussion on infinite series. In this appendix B, we will see mathematical modelling.

• Many difficult situations that we face in science, engineering, economics, finance, management, etc., can be written in the form of mathematical problems.
• When we write such mathematical problems, there are two advantages:
   ♦ A better understanding of the situation can be obtained.
   ♦ Better solutions can be obtained to overcome the situation.
• Nowadays it has become a trend to translate difficult situations into mathematical problems. This is partly due to the fact that, advanced digital computers are now available to solve lengthy mathematical problems.


• The process of translating a situation into a mathematical problem is called mathematical modeling. We can become experts in mathematical modeling by practicing different types of problems. Let us see a few examples:

Example 1:
• The situation is:
A surveyor wants to measure the height of a tower. Since the tower is very tall, a measuring tape cannot be used.
• This situation can be converted into a mathematical problem. For that, we engage in the process of mathematical modeling. The final result can be obtained in 4 steps:
 

Step 1:
The surveyor studies the situation. He realizes that, a triangle can be drawn and trigonometry can be applied. For applying trigonometry, he will need three parameters:
(i) Height of the tower (h)
(ii) Angle of elevation (𝜃)
(iii) Distance from the foot of the tower to the point at which angle of elevation is measured (d).
• We can write:
Step 1 involves studying the situation and identifying the parameters.
Once identified, the surveyor proceeds to obtain those parameters which can be measured.
   ♦ He measures d using a tape measure. It is 450 m
   ♦ He measures 𝜃 using a theodolite. It is 40o.

Step 2:
The surveyor draws the triangle and writes the relevant mathematical equations. The triangle is shown in fig.B.1 below:

Fig.B.1


   ♦ Length AB is h
   ♦ Length OA is d
   ♦ Angle AOB is 𝜃.
• The equation connecting the parameters is:
$\begin{array}{ll}{}    &{\tan \theta}    & {~=~}    &{\frac{AB}{OA}}    &{} \\
{\Rightarrow}    &{\tan \theta}    & {~=~}    &{\frac{h}{d}}    &{} \\
{\Rightarrow}    &{h}    & {~=~}    &{d \tan \theta}    &{} \\
{\Rightarrow}    &{h}    & {~=~}    &{450 \times \tan 40}    &{} \\
\end{array}$
• We can write:
Step 2 involves drawing the necessary diagrams and writing the relevant mathematical equations. In short, we write a mathematical problem in this step. Any mathematical problem will have a definite solution. So in this step, it is necessary to recheck all the works done thus far.

Step 3:
The surveyor solves the equation. He gets h = 377.6 m
• We can write:
Step 3 involves solving the mathematical problem obtained in step 2. Calculators or digital computers can be used for lengthy problems.

Step 4:
The surveyor writes the height of the tower:
The height of the tower is 378 m.
• We can write:
In step 4, we write the result of the mathematical calculations. With this final step, the situation is overcome.

• This final step is called:
Interpreting the mathematical solution to the real solution.


In the next section, we will see the case of simple pendulum.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com

Friday, October 6, 2023

A.2 Exponential Series

In the previous section, we saw infinite geometric series. In this section, we will see exponential series.

• Consider the series:
$1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} +~.~.~$
• The sum of this series is denoted by the letter e.
• e is very important for calculus and other areas of mathematics, economics, financial studies, science and engineering.
• Note that all terms in the series, are +ve. So e will be +ve.


Let us find the value of e. It can be done in 8 steps:

1. Two series are written below. They are written in such a way that, the terms in the second series come directly below the corresponding terms in the first series.

\begin{array}{ll}{}    &{\frac{1}{3!}}    & {~+~}    &{\frac{1}{4!}}    & {~+~}    &{\frac{1}{5!}}    & {~+~.~.~.~+~}    &{\frac{1}{n!}}    & {~+~.~.~.~\color{green}{\text{- - - (I)}}}    &{} \\
{}    &{\frac{1}{2^2}}    & {~+~}    &{\frac{1}{2^3}}    & {~+~}    &{\frac{1}{2^4}}    & {~+~.~.~.~+~}    &{\frac{1}{2^{n-1}}}    & {~+~.~.~.~\color{green}{\text{- - - (II)}}}    &{} \\
\end{array}

2. We see an interesting point. It can be written in 3 steps:
(i) Take any term in (II). Note down the power of 2 in that term.
(ii) Take the corresponding term in (I). Note down the denominator of that term.
(iii) The power will be one less than the denominator.

3. Another interesting point can also be observed. It can be written in 4 steps:
(i) Take the first terms: $\frac{1}{3!}~\text{and}~\frac{1}{2^2}$
• We have:
$\frac{1}{3!} = \frac{1}{6}~\text{and}~\frac{1}{2^2} = \frac{1}{4}$
• So the first term in (I) is less than the corresponding term in (II)

(ii) Take the second terms: $\frac{1}{4!}~\text{and}~\frac{1}{2^3}$
• We have:
$\frac{1}{4!} = \frac{1}{24}~\text{and}~\frac{1}{2^3} = \frac{1}{8}$
• So the second term in (I) is less than the corresponding term in (II)

(iii) Take the third terms: $\frac{1}{5!}~\text{and}~\frac{1}{2^4}$
• We have:
$\frac{1}{5!} = \frac{1}{102}~\text{and}~\frac{1}{2^4} = \frac{1}{16}$
• So the third term in (I) is less than the corresponding term in (II)

(iv) Based on the above 3 steps, we can write:
Whenever n is greater than 2,
$\frac{1}{n!}~<~\frac{1}{2^{n-1}}$

4. We saw that, each term in (I) is less than the corresponding term in (II). So we can write:

$\begin{array}{ll}{}    &{\frac{1}{3!} + \frac{1}{4!} + \frac{1}{5!}~ +~.~.~.~+~\frac{1}{n!}~+~.~.~.}    & {~<~}    &{\frac{1}{2^2} + \frac{1}{2^3} + \frac{1}{2^4}~ +~.~.~.~+~\frac{1}{2^{n-1}}~+~.~.~.}    &{} \\
    {\Rightarrow}    &{\left(1 + \frac{1}{1!} + \frac{1}{2!} \right)~+~\left(\frac{1}{3!} + \frac{1}{4!} + \frac{1}{5!}~ +~.~.~.~+~\frac{1}{n!}~+~.~.~.\right)}    & {~<~}    &{\left(1 + \frac{1}{1!} + \frac{1}{2!} \right)~+~\left(\frac{1}{2^2} + \frac{1}{2^3} + \frac{1}{2^4}~ +~.~.~.~+~\frac{1}{2^{n-1}}~+~.~.~.\right)~\color{green}{\text{- - - (A)}}}    &{} \\
    {\Rightarrow}    &{\left(1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} + \frac{1}{5!}~ +~.~.~.~+~\frac{1}{n!}~+~.~.~.\right)}    & {~<~}    &{\left(1 + 1 + \frac{1}{2^1} \right)~+~\left(\frac{1}{2^2} + \frac{1}{2^3} + \frac{1}{2^4}~ +~.~.~.~+~\frac{1}{2^{n-1}}~+~.~.~.\right)}    &{} \\
    {\Rightarrow}    &{1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} + \frac{1}{5!}~ +~.~.~.~+~\frac{1}{n!}~+~.~.~.}    & {~<~}    &{1 + \left(1 + \frac{1}{2^1} + \frac{1}{2^2} + \frac{1}{2^3} + \frac{1}{2^4}~ +~.~.~.~+~\frac{1}{2^{n-1}}~+~.~.~.\right)~\color{green}{\text{- - - (B)}}}    &{} \\
    {\Rightarrow}    &{1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} + \frac{1}{5!}~ +~.~.~.~+~\frac{1}{n!}~+~.~.~.}    & {~<~}    &{1 + \frac{1}{1 - \frac{1}{2}}}    &{} \\
    {\Rightarrow}    &{1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} + \frac{1}{5!}~ +~.~.~.~+~\frac{1}{n!}~+~.~.~.}    & {~<~}    &{3}    &{} \\
    {\Rightarrow}    &{e}    & {~<~}    &{3}    &{} \\
    \end{array}$

◼ Remarks:
• Line marked as A:
Here we add $\left(1 + \frac{1}{1!} + \frac{1}{2!} \right)$ on both sides.
• Line marked as B:
Consider the RHS of this line. We have a portion enclosed in brackets. This portion is a infinite geometric series. It’s sum can be easily calculated. It works out to 2.

5. Earlier we said that:
$1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} +~.~.~=~e$
• Consider the LHS. The first two terms are 1 and 1.
• So we can write:
e will be always greater than 2.

6. Let us compare the results:
    ♦ From (4) we have: e < 3
    ♦ From (5) we have: e > 2
• So we can write: 2 < e < 3
7. The approximate value of e is 2.71828. The accuracy will increase when we increase the number of terms in the series.
• e is an irrational number like π.
8. Consider the equation that we use to evaluate e:
$e~=~1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} +~.~.~.$
    ♦ In the LHS, the power of e is 1.
    ♦ In the RHS, all numerators are 1.
        ✰ These ones are actually, powers of 1.
• So we can write:
$e^1~=~1 + \frac{1^1}{1!} + \frac{1^2}{2!} + \frac{1^3}{3!} + \frac{1^4}{4!} +~.~.~.$
• If the power of e is 2, then we can write:
$e^2~=~1 + \frac{2^1}{1!} + \frac{2^2}{2!} + \frac{2^3}{3!} + \frac{2^4}{4!} +~.~.~.$     
• If the power of e is 7, then we can write:
$e^7~=~1 + \frac{7^1}{1!} + \frac{7^2}{2!} + \frac{7^3}{3!} + \frac{7^4}{4!} +~.~.~.$
◼ We can write the general form:
• If the power of e is x, then:
$e^x~=~1 + \frac{x^1}{1!} + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} +~.~.~.~+ \frac{x^n}{n!}~+~.~.~.$


Now we will see a solved example:

Solved example A.3
Find the coefficient of x2 in the expansion of e2x+3 as a series in the powers of x.
Solution:
1. We have the general form:
$e^x~=~1 + \frac{x^1}{1!} + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} +~.~.~.~+ \frac{x^n}{n!}~+~.~.~.$
2. In our present case, we have (2x+3) in the place of x. So we can write:
$e^{2x+3}~=~1 + \frac{(2x+3)^1}{1!} + \frac{(2x+3)^2}{2!} + \frac{(2x+3)^3}{3!} + \frac{(2x+3)^4}{4!} +~.~.~.~+ \frac{(2x+3)^n}{n!}~+~.~.~.$
3. The general term is: $\frac{(2x+3)^n}{n!}$
The numerator of this general term can be expanded using binomial theorem. We get:

$\begin{array}{ll}{}    &{\frac{(2x+3)^n}{n!}}    & {~=~}    &{\frac{(3+2x)^n}{n!}}    &{} \\
{}    &{}    & {~=~}    &{\frac{1}{n!}\left[3^n + \rm{{}^n C_1}3^{n-1}(2x) +\rm{{}^n C_2}3^{n-2}(2x)^2 + \rm{{}^n C_3}3^{n-3}(2x)^3~+~.~.~.~+~(2x)^n  \right]}    &{} \\
\end{array}$

4. Note the third term of the above expansion. It is the term with "x2".
• So we can write:
General form of the coefficient of x2 is $\frac{\rm{{}^n C_2}3^{n-2}(2x)^2}{n!}$

5. In (3), we considered the general term. For each term, there will be a term with x2. We want the sum of coefficients of all such terms. That sum will be:
$\sum_{n=2}^{n=\infty}{\frac{\rm{{}^n C_2}3^{n-2}2^2}{n!}}$
(We saw similar problems in section 9.5

• This can be simplified as shown below:

$\begin{array}{ll}{}    &{\sum_{n=2}^{n=\infty}{\frac{\rm{{}^n C_2}3^{n-2}2^2}{n!}}}    & {~=~}    &{\sum_{n=2}^{n=\infty}{\frac{\frac{n!}{2! \times (n-2)!}\times 3^{n-2} \times 4}{n!}}}    &{} \\
{}    &{}    & {~=~}    &{\sum_{n=2}^{n=\infty}{\frac{\frac{1}{1 \times (n-2)!}\times 3^{n-2} \times 2}{1}}}    &{} \\
{}    &{}    & {~=~}    &{2\sum_{n=2}^{n=\infty}{\frac{3^{n-2}}{(n-2)!}}}    &{} \\
{}    &{}    & {~=~}    &{2 \left[\frac{3^{2-2}}{(2-2)!} + \frac{3^{3-2}}{(3-2)!} + \frac{3^{4-2}}{(4-2)!} + \frac{3^{5-2}}{(5-2)!}~+~.~.~. \right]}    &{} \\
{}    &{}    & {~=~}    &{2 \left[\frac{3^{0}}{0!} + \frac{3^{1}}{1!} + \frac{3^{2}}{2!} + \frac{3^{3}}{3!}~+~.~.~. \right]}    &{} \\
{}    &{}    & {~=~}    &{2 \left[\frac{1}{1} + \frac{3^{1}}{1!} + \frac{3^{2}}{2!} + \frac{3^{3}}{3!}~+~.~.~. \right]}    &{} \\
{}    &{}    & {~=~}    &{2 \left[1 + \frac{3^{1}}{1!} + \frac{3^{2}}{2!} + \frac{3^{3}}{3!}~+~.~.~. \right]}    &{} \\
{}    &{}    & {~=~}    &{2e^3}    &{} \\
\end{array}$

6. So the coefficient of x2 is 2e3.

Alternate method:

1. $\begin{array}{ll}{}    &{e^{2x+3}}    & {~=~}    &{e^3 \times e^{2x}}    &{} \\
{}    &{}    & {~=~}    &{e^3 \left[1 + \frac{2x}{1!} + \frac{(2x)^{2}}{2!} + \frac{(2x)^{3}}{3!}~+~.~.~. \right]}    &{} \\
\end{array}$
2. Consider the third term in the above result. It is the term with x2.
• This term can be written as: $\frac{4x^2 e^3}{2!}~=~2x^2 e^3$.
3. So we can write:
The coefficient of x2 is $2e^3$

Solved example A.4
Find the value of e2 rounded off to one decimal place.
Solution:
1. Let us expand e2:
$\begin{array}{ll}{}    &{e^2}    & {~=~}    &{1 + \frac{2^1}{1!} + \frac{2^2}{2!} + \frac{2^3}{3!} + \frac{2^4}{4!} + \frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{\left(1 + \frac{2^1}{1!} + \frac{2^2}{2!} + \frac{2^3}{3!} + \frac{2^4}{4!} \right) + \left(\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.\right)}    &{} \\
{}    &{}    & {~=~}    &{\left(1 + 2 + 2 + \frac{8}{6} + \frac{16}{24} \right) + \left(\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.\right)}    &{} \\
{}    &{}    & {~=~}    &{\left(5 + \frac{4}{3} + \frac{2}{3} \right) + \left(\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.\right)}    &{} \\
{}    &{}    & {~=~}    &{7 + \left(\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.\right)}    &{} \\
\end{array}$

2. In the last line of the above result, consider the portion inside brackets. We will modify that portion as shown below:
$\begin{array}{ll}{}    &{\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    & {~=~}    &{\frac{2^5}{5!} + \frac{2^6}{6 \times 5!} + \frac{2^7}{7 \times 6 \times 5!} + \frac{2^8}{8 \times 7 \times 6 \times 5!}~+~.~.~.}    &{} \\
{\Rightarrow}    &{\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    & {~=~}    &{\frac{1}{5!}\left(\frac{2^5}{1} + \frac{2^6}{6} + \frac{2^7}{7 \times 6} + \frac{2^8}{8 \times 7 \times 6 }~+~.~.~. \right)}    &{} \\
{\Rightarrow}    &{\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    & {~<~}    &{\frac{1}{5!}\left(\frac{2^5}{1} + \frac{2^6}{6} + \frac{2^7}{6 \times 6} + \frac{2^8}{6 \times 6 \times 6 }~+~.~.~. \right)~\color{green}{{\text{- - - (A)}}}}    &{} \\
{\Rightarrow}    &{\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    & {~<~}    &{\frac{1}{5!}\left(\frac{2^5}{1-\frac{2}{6}} \right)~\color{green}{\text{- - - (B)}}}    &{} \\
{\Rightarrow}    &{\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    & {~<~}    &{\frac{1}{5!}\left(\frac{2^5}{\frac{2}{3}} \right)}    &{} \\
{\Rightarrow}    &{\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    & {~<~}    &{\frac{1}{5 \times 4 \times 3 \times 2 \times 1}\left(\frac{2^5 \times 3}{2} \right)}    &{} \\
{\Rightarrow}    &{\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    & {~<~}    &{\frac{1}{5 \times 1 \times 1 \times 1 \times 1}\left(\frac{2 \times 1}{1} \right)}    &{} \\
{\Rightarrow}    &{\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    & {~<~}    &{\frac{2}{5}}    &{} \\
{\Rightarrow}    &{\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    & {~<~}    &{0.4}    &{} \\
\end{array}$

◼ Remarks:
• Line marked as (A):
In this line, consider the denominators of the RHS.
   ♦ We put 6 in the place of 7.
   ♦ We put 6 in the place of 8 also.
         ✰ So the denominators decrease. As a result, the fractions increase in values.
         ✰ Then the whole RHS becomes larger than the LHS. We change the "=" sign to "<" sign.
• Line marked as (B):
In the line line marked as (A), in the RHS, the portion inside brackets is an infinite geometric series. It's sum can be easily calculated.

3. Now consider the last line of the result in (1).
Imagine that we replace $\frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.$
by $\frac{1}{5!}\left(\frac{2^5}{1} + \frac{2^6}{6} + \frac{2^7}{6 \times 6} + \frac{2^8}{6 \times 6 \times 6 }~+~.~.~. \right)$
• Then we can write: e2 < 7.4

4. Consider again the expansion of e2. We want the first seven terms:

$\begin{array}{ll}{}    &{e^2}    & {~=~}    &{1 + \frac{2^1}{1!} + \frac{2^2}{2!} + \frac{2^3}{3!} + \frac{2^4}{4!} + \frac{2^5}{5!} + \frac{2^6}{6!} + \frac{2^7}{7!} + \frac{2^8}{8!}~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{\left(1 + \frac{2^1}{1!} + \frac{2^2}{2!} + \frac{2^3}{3!} + \frac{2^4}{4!} + \frac{2^5}{5!} + \frac{2^6}{6!} \right) +  \frac{2^7}{7!} + \frac{2^8}{8!} ~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{\left(1 + 2 + 2 + \frac{2^3}{3 \times 2 \times 1} + \frac{2^4}{4 \times 3 \times 2 \times 1} + \frac{2^5}{5 \times 4 \times 3 \times 2 \times 1} + \frac{2^6}{6 \times 5 \times 4 \times 3 \times 2 \times 1} \right) +  \frac{2^7}{7!} + \frac{2^8}{8!} ~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{\left(1 + 2 + 2 + \frac{4}{3} + \frac{2}{3} + \frac{4}{15} + \frac{4}{45} \right) +  \frac{2^7}{7!} + \frac{2^8}{8!} ~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{\left(1 + 2 + 2 + \frac{60 + 30 + 12 + 4}{45} \right) +  \frac{2^7}{7!} + \frac{2^8}{8!} ~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{\left(1 + 2 + 2 + \frac{106}{45} \right) +  \frac{2^7}{7!} + \frac{2^8}{8!} ~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{\left(1 + 2 + 2 + 2.3555556 \right) +  \frac{2^7}{7!} + \frac{2^8}{8!} ~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{\left(7.355 \right) +  \frac{2^7}{7!} + \frac{2^8}{8!} ~+~.~.~.}    &{} \\
\end{array}$

• It is clear that, e2 is greater than 7.355556.
• This value when rounded off to one decimal place is: 7.4.

5. Let us compare the results:
   ♦ From (3), we have: e2 < 7.4
   ♦ From (4), we have: e2 > 7.4

6. So the value of e2 rounded off to one decimal place is 7.4.


In the next section, we will see mathematical modelling.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com

Tuesday, October 3, 2023

A.1 Infinite Geometric Series

In the previous section, we saw infinite series related to binomial expansions. In this section, we will see infinite series related to geometric series.

• In chapter 9, we saw the general form of a geometric series. Let us write it again:
$a + ar + ar^2 + ar^3 ~+ ~.~.~.~+~ar^{n-1}$
• This is a finite series. There are n terms.
• We know that, for such a finite series, the sum is given by:
$S_n = \frac{a \left(1 - r^n \right)}{1-r}$


• Now let us suppose that, there are infinite number of terms. Then it will be an infinite geometric series.
• For such series also, we can derive a formula to find the sum.
• First we will see an example to learn the general features of infinite geometric series. It can be written in 7 steps:

1. Consider the geometric series:
$1 + \frac{2}{3} + \frac{4}{9} + ~.~.~.$
2. We see that, the first term, a = 1
3. Let us calculate r:
• $\frac{2}{3} \div 1 = \frac{2}{3}$

• $\frac{4}{9} \div \frac{2}{3} = \frac{4}{9} \times\frac{3}{2} = \frac{2}{3}$

• So we can write: $r = \frac{2}{3}$

4. Now we can write the sum of n terms:

$\begin{array}{ll}{}    &{S_n}    & {~=~}    &{\frac{a \left(1 - r^n \right)}{1-r}}    &{} \\
{}    &{}    & {~=~}    &{\frac{1 \times \left[1 - \left(\frac{2}{3} \right)^n \right]}{1-\left(\frac{2}{3} \right)}}    &{} \\
{}    &{}    & {~=~}    &{\frac{\left[1 - \left(\frac{2}{3} \right)^n \right]}{\frac{1}{3}}}    &{} \\
{}    &{}    & {~=~}    &{3 \left[1 - \left(\frac{2}{3} \right)^n \right]}    &{} \\
\end{array}$

5. We know that, when the number of terms in the series increases, n increases.
• When n increases, what happens to the term $\left(\frac{2}{3} \right)^n$ ?
◼ Let us put some convenient values for n:
(calculations can be easily done using a spreadsheet program)
• When n = 1, we get:
$\left(\frac{2}{3} \right)^n = \left(\frac{2}{3} \right)^1 = 0.666666666666667$
• When n = 5, we get:
$\left(\frac{2}{3} \right)^n = \left(\frac{2}{3} \right)^5 = 0.131687242798354$
• When n = 10, we get:
$\left(\frac{2}{3} \right)^n = \left(\frac{2}{3} \right)^{10} = 0.017341529915833$
• When n = 20, we get:
$\left(\frac{2}{3} \right)^n = \left(\frac{2}{3} \right)^{20} = 0.000300728659822$
• When n = 30, we get:
$\left(\frac{2}{3} \right)^n = \left(\frac{2}{3} \right)^{30} = 0.00000521509505084655$

6. It is clear that, when n increases, $\left(\frac{2}{3} \right)^n$ decreases.
• When n approaches infinity, $\left(\frac{2}{3} \right)^n$ will approach zero. There will be more than a million zeros just to the right of the decimal point. For all practical purposes, it can be considered as zero.
7. Now consider the result in (4).
• Using that result, we can write:
$S_n = 3[1 - 0] = 3~\text{where n is infinity}$


Let us see if we can write a general form of the above result. It can be done in 4 steps:
1. Consider the geometric series:
$a + ar + ar^2 + ar^3 ~+ ~.~.~.~+~ar^{n-1}~+ ~.~.~.$
• The common ratio r is a proper fraction. It can be +ve or -ve.
• Mathematically, we write this as: |r| < 1
(Proper fraction is a fraction in which denominator is larger than the numerator)
• We want the sum when n is infinity.
2. We have:
$S_n = \frac{a \left(1 - r^n \right)}{1-r}$
• This can be written as:
$S_n = \frac{a}{1-r}~-~\frac{a r^n}{1-r}$
3. Now we note an important point:
    ♦ Since |r| < 1,
    ♦ $r^n$ will approach zero
    ♦ when n approach infinity.
• So the result in (2) will become:

$\begin{array}{ll}{}    &{S_n}    & {~=~}    &{\frac{a}{1-r}~-~\frac{a r^n}{1-r}}    &{} \\
{}    &{}    & {~=~}    &{\frac{a}{1-r}~-~\frac{a \times 0}{1-r}}    &{} \\
{}    &{}    & {~=~}    &{\frac{a}{1-r}~-~0}    &{} \\
{}    &{}    & {~=~}    &{\frac{a}{1-r}}    &{} \\
\end{array}$

4. Symbolically, when sum of an infinite geometric series is written, we use "S" instead of "Sn".
• So we have: $S = \frac{a}{1-r}$


Now we will see a solved example:

Solved example A.2
Find the sum to infinity of the following geometric progressions:
(i) $1, \frac{1}{2}, \frac{1}{2^2}, \frac{1}{2^3},~.~.~.$
(ii) $1, \frac{-1}{2}, \frac{1}{2^2}, \frac{-1}{2^3},  ~.~.~.$
(iii) $\frac{-5}{4}, \frac{5}{16}, \frac{-5}{64}, ~.~.~.$
Solution:
Part (i):
1. The infinite geometric series associated with the given G.P is:
$1 + \frac{1}{2} + \frac{1}{2^2} + \frac{1}{2^3} + ~.~.~.$
2. First term a is 1 and the common ratio r is $\frac{1}{2}$.
3. Absolute value of r is less than 1. So we can use the formula: $S = \frac{a}{1-r}$

$\begin{array}{ll}{}    &{S}    & {~=~}    &{\frac{a}{1-r}}    &{} \\
{}    &{}    & {~=~}    &{\frac{1}{1-\frac{1}{2}}}    &{} \\
{}    &{}    & {~=~}    &{2}    &{} \\
\end{array}$

Part (ii):
1. The infinite geometric series associated with the given G.P is:
$1 - \frac{1}{2} + \frac{1}{2^2} - \frac{1}{2^3} + ~.~.~.$
2. First term a is 1 and the common ratio r is $-\frac{1}{2}$.
3. Absolute value of r is less than 1. So we can use the formula: $S = \frac{a}{1-r}$

$\begin{array}{ll}{}    &{S}    & {~=~}    &{\frac{a}{1-r}}    &{} \\
{}    &{}    & {~=~}    &{\frac{1}{1- \left(-\frac{1}{2} \right)}}    &{} \\
{}    &{}    & {~=~}    &{\frac{1}{1+ \frac{1}{2}}}    &{} \\
{}    &{}    & {~=~}    &{\frac{1}{\frac{3}{2}}}    &{} \\
{}    &{}    & {~=~}    &{\frac{2}{3}}    &{} \\
\end{array}$

Part (iii):
1. The infinite geometric series associated with the given G.P is:
$\frac{-5}{4} + \frac{5}{16} - \frac{5}{64} + ~.~.~.$
2. First term a is $\frac{-5}{4}$ and the common ratio r is $-\frac{1}{4}$.
3. Absolute value of r is less than 1. So we can use the formula: $S = \frac{a}{1-r}$

$\begin{array}{ll}{}    &{S}    & {~=~}    &{\frac{a}{1-r}}    &{} \\
{}    &{}    & {~=~}    &{\frac{\frac{-5}{4}}{1- \left(-\frac{1}{4} \right)}}    &{} \\
{}    &{}    & {~=~}    &{\frac{\frac{-5}{4}}{1 + \frac{1}{4}}}    &{} \\
{}    &{}    & {~=~}    &{\frac{\frac{-5}{4}}{\frac{5}{4}}}    &{} \\
{}    &{}    & {~=~}    &{-1}    &{} \\
\end{array}$


In the next section, we will see exponential series.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com