Photo AI

Last Updated Sep 27, 2025

Geometric Sequences Simplified Revision Notes

Revision notes with simplified explanations to understand Geometric Sequences quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

357+ students studying

Geometric Sequences

Introduction

infoNote

A geometric sequence is a sequence where each term after the first term is obtained by multiplying the previous term by a constant factor, called the common ratio, denoted as rr.

The first term of any geometric sequence is denoted as aa, so in general, a geometric sequence is :

a,ar,ar2,ar3,ar4,...a,ar,ar^2, ar^3,ar^4, ...

The general term of any arithmetic sequence is

infoNote

General term of a geometric sequence : Page 22

Tn=arn1T_n=ar^{n-1}

To derive the common ratio rr of any geometric sequence, take any term and divide by the term before it.

r=TnTn1\begin{align*} r&=\frac{T_n}{T_{n-1}} \\ \end{align*}

Example

infoNote

Find the general term of the geometric sequence 1,5,25,...1,5,25,...

r=255=5\begin{align*} r=\frac{25}{5}=5 \end{align*}Tn=(1)(5)n1=5n1\begin{align*} T_n&=(1)(5)^{n-1} \\ &= 5^{n-1} \end{align*}

Example

infoNote

x+9,x6x+9,x-6 and 44 are the first three terms in a geometric sequence, find xx.

We know that any term divided by the term before gives us the common ratio, given three terms we can form an equation :

r=T2T1=T3T2=x6x+9=4x6\begin{align*} r&=\frac{T_2}{T_1}=\frac{T_3}{T_2} \\ \\ &=\frac{x-6}{x+9}=\frac{4}{x-6} \end{align*}

Cross multiply

(x6)(x6)=4(x+9)x212x+36=4x+36x216x=0x(x16)=0\begin{align*} (x-6)(x-6)&=4(x+9) \\ x^2-12x+36 &= 4x+36 \\ x^2-16x &= 0 \\ x(x-16) &= 0 \end{align*}

Apply zero-product property :

x=0,x=16\begin{align*} x=0, x=16 \\ \end{align*}

Test both values for xx ,

x=16x=16

(16)+9,(16)6,4=25,10,4\begin{align*} (16)+9&,(16)-6,4 =25,10,4 \end{align*}

Test if the common ratio is constant for each division :

410=1025=r\begin{align*} \frac{4}{10}=\frac{10}{25}=r \end{align*}

x=0x=0

infoNote
(0)+9,(0)6,4=9,6,4\begin{align*} (0)+9&,(0)-6,4 = 9,-6,4 \end{align*}

Test if the common ratio is constant for each division :

46=69=r\begin{align*} \frac{4}{-6}=\frac{-6}{9}=r \end{align*}

:::

Example

infoNote

The amount of substance remaining in a solution reduces exponentially over time. An experiment measures the percentage of the substance remaining in the solution. The percentage is measured at the same time each day. The collected over the first 44 days are given in the table below. Based on the data in the table, estimate which is the first day on which the percentage of the substance in the solution will be less than 0.01%0.01\%.

Day1234
Percentage of substance (%)959542.7542.7519.237519.23758.65698.6569

Determine the common ration of sequence

TnTn1=42.7595=920\begin{align*} \frac{T_n}{T_{n-1}}&=\frac{42.75}{95}=\frac{9}{20} \\ \end{align*}

We are looking for the day (nn) when the solution drops strictly less than 0.01%0.01\%.

arn1<0.01(95)(920)n1<0.01(a=95r=920)(920)n1<19500(÷ 95)log920(19500)<n1(ax<ylogay<x)log920(19500)+1<n(+n)12.47020514<n(Evaluate) \begin{align*} ar^{n-1} &< 0.01 & \text{} \\\\ (95)(\tfrac{9}{20})^{n-1} &< 0.01 & \text{\footnotesize\textcolor{gray}{(\( a = 95 \), \( r = \tfrac{9}{20} \))}} \\\\ (\tfrac{9}{20})^{n-1} &< \tfrac{1}{9500} & \text{\footnotesize\textcolor{gray}{(÷ 95)}} \\\\ \log_{\tfrac{9}{20}}(\tfrac{1}{9500}) &< n-1 & \text{\footnotesize\textcolor{gray}{(\( a^x<y \iff \log_a y < x \))}} \\\\ \log_{\tfrac{9}{20}}(\tfrac{1}{9500}) + 1 &< n & \text{\footnotesize\textcolor{gray}{(\(+n\))}} \\\\ 12.47020514 &< n & \text{\footnotesize\textcolor{gray}{(Evaluate)}} \end{align*}

On the day 13th day the solution will be less than 0.01%0.01\%.

It might seem intuitive to round down to 1212, but observe that nn has to be strictly greater than 12.470...12.470..., and since nn needs to be a natural number, the answer is 1313.

:::

Proving a Sequence is Geometric

To prove that a sequence is geometric, show that the common ratio is constant.

TnTn1=r=c\begin{align*} \frac{T_n}{T_{n-1}}=r=c \end{align*}

where cc is a constant.

Example

infoNote

Determine if the sequence is geometric given the nnth term : Tn=15n2T_n=15n^2

Tn=15n2Tn1=15(n1)2\begin{align*} T_n&=15n^2 \\ T_{n-1}&=15(n-1)^2 \end{align*}

Determine if the common ratio is constant :

TnTn1=15n215(n1)2=n2(n1)2\begin{align*} \frac{T_n}{T_{n-1}}&=\frac{15n^2}{15(n-1)^2} \\ \\ &=\frac{n^2}{(n-1)^2} \end{align*}

not a constant, so the sequence is not geometric.

Example

infoNote

Determine if the sequence is geometric given the nnth term : Tn=xnyn1T_n=x^ny^{n-1}, where x,yx,y are constant.

Tn=xnyn1Tn1=x(n1)y(n1)1=xn1yn2\begin{align*} T_n&=x^ny^{n-1} \\ T_{n-1}&=x^{(n-1)}y^{(n-1)-1} \\ &= x^{n-1}y^{n-2} \end{align*}

Determine if the common ratio is constant :

TnTn1=xnyn1xn1yn2=xnxn1yn1yn2\begin{align*} \frac{T_n}{T_{n-1}}&=\frac{x^ny^{n-1}}{ x^{n-1}y^{n-2}} \\ \\ &=\frac{x^n}{ x^{n-1}}\cdot \frac{y^{n-1}}{y^{n-2}} \\ \end{align*}

Both fraction have the same base, you can apply indices rules to simplify :

=(x(n)(n1))(y(n1)(n2))=(xnn+1)(yn1n+2)=(x1)(y1)=xy\begin{align*} \\ &=(x^{(n)-(n-1)})\cdot (y^{(n-1)-(n-2)}) \\ &=(x^{n-n+1})\cdot (y^{n-1-n+2}) \\ &=(x^{1})\cdot (y^{1}) \\ &= xy \end{align*}

xyxy is a constant, so the sequence is geometric.

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Geometric Sequences

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

99 flashcards

Flashcards on Geometric Sequences

Revise key concepts with interactive flashcards.

Try Mathematics Flashcards

4 quizzes

Quizzes on Geometric Sequences

Test your knowledge with fun and engaging quizzes.

Try Mathematics Quizzes

29 questions

Exam questions on Geometric Sequences

Boost your confidence with real exam questions.

Try Mathematics Questions

27 exams created

Exam Builder on Geometric Sequences

Create custom exams across topics for better practice!

Try Mathematics exam builder

322 papers

Past Papers on Geometric Sequences

Practice past papers to reinforce exam experience.

Try Mathematics Past Papers

Other Revision Notes related to Geometric Sequences you should explore

Discover More Revision Notes Related to Geometric Sequences to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Geometric Sequences & Series

Geometric Series

user avatar
user avatar
user avatar
user avatar
user avatar

238+ studying

196KViews

96%

114 rated

Geometric Sequences & Series

Geometric Sequences

user avatar
user avatar
user avatar
user avatar
user avatar

202+ studying

185KViews

96%

114 rated

Geometric Sequences & Series

Geometric Series

user avatar
user avatar
user avatar
user avatar
user avatar

469+ studying

191KViews
Load more notes

Join 500,000+ Leaving Cert students using SimpleStudy...

Join Thousands of Leaving Cert Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered