Skip to content

Vibe Chords

Chords of Daily Life

Menu
  • Reflections
  • Religion and Philosophies
    • Culture
  • Academics
    • College Mathematics
    • Pre-College Mathematics
      • Algebra
        • Bionomial Theorem
        • Combinatorics
        • Complex Numbers
        • Inequalities
        • Number Theory
        • Polynomials and Equations
        • Probability Theory
        • Progressions and Sequences
  • Education
  • India
  • People
  • Personal
Menu

Week -6 | Sequences & Series – 4

Posted on December 10, 2018 by bubuenaa

1.1 Introduction to infinite series’

We have introduced the concept of infinite series’ in our last modules. We have also briefly talked about the convergence of an infinite Geometric Series. The concept of convergence of a series is something that we have taken up in our advanced section of this module. To give an idea, here are some convergent infinite series expansions of popular functions:

 

2.1 Combination of Series’

The series \(S_n=a+(a+d)r+(a+2d)r^2+…\) is called an Arithmetico-Geometric Series. Note that the terms of this sequence are \(a,(a+d)r,(a+2d)r^2,…\), so this is clear that there are 2 sequences going on simultaneously, and the general term of this sequence is the product of the general terms of the 2 sequences.

We’ll show that the sum of this arithmetico-geometric series is given by

We have assumed that \(r \ne 1\). In case where \(r=1\), the sequence becomes an AP.

We have :

The conclusion thus follows. This process of multiplying the sum by the common difference and then taking a difference is very useful in solving combination of series’ problems.

What happens when this sequence becomes infinite? As discussed before, for the convergence of an infinite GP series, \(|r|<1\). If we assume for now \(nr^n\rightarrow 0\) as \(n\rightarrow \infty\) (we’ll cover these proofs when we cover Limits in our Calculus module), then we can say that

\(S_n\rightarrow \frac{a}{1-r}+\frac{dr}{(1-r)^2}\) as \(n\rightarrow \infty\).

 

2.2 Sigma Operator

Here are some useful properties of the sigma(\(\sum\)) operator:

  • \(\sum\limits_{i=k}^n(T_i+T’_i)=\sum\limits_{i=k}^nT_i+\sum\limits_{i=k}^nT’_i\) if both the sums on the RHS exists.
  • \(\sum\limits_{i=k}^n(T_iT’_i)\ne\left(\sum\limits_{i=k}^nT_i\right)\left(\sum\limits_{i=k}^nT’_i\right)\)
  • \(\sum\limits_{j=k}^n\sum\limits_{i=k}^n(T_iT_j)=\left(\sum\limits_{i=k}^nT_i\right)\left(\sum\limits_{j=k}^nT_j\right)\)
  • \(\sum\limits_{i=k}^naT_i=a\sum\limits_{i=k}^nT_i\)

Ex-1

Given that \(\sum\limits_{r=1}^nT_r=n(2n^2+9n+13) \), find \(\sum\limits_{r=1}^n\sqrt{T_r}\)

Solution:

Let \(S_n=\sum\limits_{r=1}^nT_r=n(2n^2+9n+13)\), thus we have \(T_r=S_r-S_{r-1}=6r^2+12r+6=6(r+1)^2\). Thus \(\sqrt{T_r}=\sqrt{6}(r+1)\) (we have taken the positive square root in this case).

\(\sum\limits_{r=1}^n\sqrt{T_r}=\sqrt{6}\sum\limits_{r=1}^n(r+1)=\sqrt{6}\left(\sum\limits_{r=1}^nr+\sum\limits_{r=1}^n1 \right )\). We thus have the sum as

\(\sum\limits_{r=1}^n\sqrt{T_r}=\sqrt{6}\left(\frac{n^2+3n}{2} \right )=\sqrt{\frac{3}{2}}(n^2+3n)\).

 

2.3 Method of Differences

Sometimes, in a series, we have the differences between the successive terms following a particular pattern. We find the sum of such series’ by the ‘method of differences’, Let’s consider an example:

Ex-2

Find the sum upto \(n\) terms of this series: \(3+15+35+63+…\)

Solution:

Note that \(15-3=12\), \(35-15=20\), \(63-35=28\), so we have the difference between 2 successive terms in AP.

Thus let’s write this as

\(S=3+15+35+63+..\),

\(S=\thinspace\thinspace\thinspace\thinspace\thinspace\thinspace \thinspace\thinspace\thinspace\thinspace\thinspace\thinspace\thinspace\thinspace3+15+35+63+..\)

Subtracting these 2 we get

\(0=3+(12+20+28+…(n-1)\) terms\()-T_n\). We thus have

\(T_n=3+\frac{n-1}{2}[24+8(n-2)]=4n^2-1\).

Thus \(\sum\limits_{r=1}^nT_r=\sum\limits_{r=1}^n(4r^2-1)=\frac{n}{3}(4n^2+6n-1)\).

Test Your Concepts:

Find the sum of the following series upto \(n\) terms \(5+7+13+31+85+…\)

 

2.4 Method of Partial fractions

At times we may need to decompose the general term of a sequence into partial fractions to find the sum of the series. Consider the following series:

We use the following decompositions to find the sum of this series:

and so on..

Thus the series becomes:

Ex -3

Find the Sum of the series upto \(n\) terms:

Solution:

From the problem statement it should be obvious that we are dealing with fractions – and the best way may be in this case will be the use of Partial fractions. So we start with the general term in this case:

We have \(T_r=\frac{2r+1}{r^2(r+1)^2}=\left[\frac{1}{r^2}-\frac{1}{(r+1)^2} \right] \).

Thus \(\sum\limits_{r=1}^{n}T_r=\sum\limits_{r=1}^n\left[\frac{1}{r^2}-\frac{1}{(r+1)^2} \right ]= \left(\frac{1}{1^2}-\frac{1}{2^2} \right )+\left(\frac{1}{2^2}-\frac{1}{3^2} \right )+…+\left(\frac{1}{n^2}-\frac{1}{(n+1)^2} \right) \).

This turns out to be \(1-\frac{1}{(n+1)^2}\).

Test Your Concepts:

Find the sum of the following series’ upto \(n\) terms:

  • \(\frac{1}{1+1^2+1^4}+\frac{2}{1+2^2+2^4}+\frac{3}{1+3^2+3^4}+…\). This may be a good time to learn a very useful identity – Sophie Germain Identity.Can you try to factorise \(r^4+r^2+1\) in a similar way?
  • \(1+\frac{1}{1+2}+\frac{1}{1+2+3}+…\frac{1}{1+2+3+..+n}\)

 

 

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Comments

  1. Ravi Dua on 4 years
  2. Rakesh on Netaji, Bhagwanji and midnight musings
  3. Royal CBD on RMO – 2007 | An Insight into Pythagorean triplets
  4. sushi on RMO – 2007 | An Insight into Pythagorean triplets
  5. Sushant Kumar on RMO – 2007 | An Insight into Pythagorean triplets

Recent Posts

  • Durga Pujo and festivities
  • 4 years
  • 2020 and more
  • Week – 16 | Binomial Theorem – 3
  • Week – 16 | Binomial Theorem – 2

Subscribe to Our Newsletter

Oh hi there 👋
It’s nice to meet you.

Sign up to receive awesome content in your inbox, every month.

We don’t spam! Read our privacy policy for more info.

Check your inbox or spam folder to confirm your subscription.

CMI Culture Diwali Durga Puja Engineering India INMO ISI JEE Advanced JEE Mains RMO

Tags: Engineering, JEE Advanced, JEE Mains

Who are we

Welcome to our little corner of the internet! Here, we dive into the everyday moments that make life what it is—sometimes profound, sometimes quirky, but always worth reflecting on. From musings on spirituality and science to thoughts on academics and the simple pleasures of life, this space is a blend of everything that piques our curiosity. If you love reading and writing about the world around you, we're definitely on the same wavelength. Together, let's explore the things we like, the things we don't, and everything in between!

Want to speak - we are listening on contact.us@vibechords.com