Photo AI

Last Updated Sep 27, 2025

Limits of a Sequence Simplified Revision Notes

Revision notes with simplified explanations to understand Limits of a Sequence quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

293+ students studying

Limits of a Sequence

Introduction

Consider a bouncing a ball that is thrown at point AA. The distance that the ball travels each time is halved. Will the ball ever reach the point BB ?


image

The answer is no since the jump on each consecutive bounce gets smaller and smaller contributing less to the total distance of the ball.

We say that this sequence converges, meaning it has a finite limit. If a sequence has an infinite limit (or no limit), we say it diverges.


  • The sequence 1,3,5,7,...1,3,5,7,... is divergent since the limit goes to infinity : limnTn=\lim_{n \to \infty} T_n=\infty.
  • The sequence 0.3,0.33,0.333,0.33330.3, 0.33,0.333, 0.3333 is convergent since limnTn=13\lim_{n \to \infty } T_n = \tfrac{1}{3}.
  • The sequence 2,2,2,2,...2,-2,2,-2,... is divergent because the limit does not exist.

Example

infoNote

Evaluate the limit limn5(4n2)\lim_{n \to 5} (4n-2).

We need to find the value of (4n2)(4n-2) as nn gets closer to 55, but doesn't actually reach 55.

nn4.94.94.994.994.9994.9994.99994.9999
(4n2)(4n-2)17.617.617.9617.9617.99617.99617.999617.9996

We can see that the limit is approaching 1818, so limn5(4n2)=18\lim_{n \to 5} (4n-2)=18.

It's also valid to substitute 55 for nn.

Properties of Limits

Given that cc is a constant and xx is variable :


Sum Rule


limxa(f(x)±g(x))=limxaf(x)±limxag(x)\begin{align*} \lim_{x \to a}(f(x) \pm g(x))=\lim_{x \to a}f(x) \pm \lim_{x \to a}g(x) \end{align*}

Constant Multiple Rule


limxacf(x)=climxaf(x)\begin{align*} \lim_{x \to a}cf(x)=c\lim_{x \to a}f(x) \end{align*}

Product Rule


limxa(f(x)g(x))=limxaf(x)limxag(x)\begin{align*} \lim_{x \to a}(f(x) \cdot g(x))=\lim_{x \to a}f(x) \cdot \lim_{x \to a}g(x) \end{align*}

Quotient Rule


limxa(f(x)g(x))=limaxf(x)limaxg(x)\begin{align*} \lim_{x \to a}\left(\frac{f(x)}{g(x)}\right)=\frac{\lim_{a \to x}f(x)}{\lim_{a \to x}g(x)} \end{align*}

Constant Rule


limxac=c\begin{align*} \lim_{x \to a}c=c \end{align*}

Power Rule


limxa(f(x))x=(limxaf(x))x\begin{align*} \lim_{x \to a}(f(x))^x =\left(\lim_{x \to a}f(x) \right)^x \end{align*}

Composition Rule


limxaf(g(x))=f(limxag(x))\begin{align*} \lim_{x \to a}f(g(x)) = f\left(\lim_{x \to a}g(x) \right ) \end{align*}

Important Limits


limx(1x)=0\begin{align*} \lim_{x \to \infty}\left( \frac{1}{x}\right) =0 \end{align*}

This should be intuitive as xx increases the denominator of the fraction while the numerator, stays constant, converging to 00. Otherwise we could substitute in \infty, 1=0\frac{1}{\infty}=0.


limxkx{0,if1<k<1,if1>k,k>1\lim_{x \to \infty}k^x \begin{cases} 0, & \text{if} -1<k<1 \\ \infty, & \text{if} -1>k,k>1\\ \end{cases}

For example, if k=12k=\frac{1}{2}, then the limit of (12)x\left( \frac{1}{2} \right)^x will converge to 00 as xx increases to infinity.


In the case of evaluating a limit that nears \frac{\infty}{\infty}, we have to take some extra steps since \frac{\infty}{\infty} is not defined.

Example

infoNote

Evaluate the limit of limx(3x2x+5)\lim_{x \to \infty} \left( \frac{3x}{2x+5}\right)

Notice that taking that limit directly will result in \frac{\infty}{\infty}. To overcome this, its best to take out a factor of the variable (x)(x) in the numerator and denominator.

limx(3x2x+5)=limx(3(x)(x)(2+5x))=limx(3(x)(x)(2+5x))=limx(32+5x) \begin{align*} \lim_{x \to \infty} \left( \frac{3x}{2x+5}\right)&= \lim_{x \to \infty} \left( \frac{3(x)}{(x)\left(2+\frac{5}{x} \right)}\right) \\\\ &= \lim_{x \to \infty} \left( \frac{3(\cancel{x})}{(\cancel{x})\left(2+\frac{5}{x} \right)}\right) \\\\ &= \lim_{x \to \infty} \left( \frac{3}{2+\frac{5}{x} }\right) \end{align*}

The following limit is much easier to evaluate with the absence of variable terms on both the numerator and denominator.

limx(32+5x)=limx3limx(2+5x)(Quotient Rule)=3limx(2+5x)(Constant Rule)=3limx2+limx(5x)(Sum Rule)=32+limx(5x)(Constant Rule)=32+5limx(1x)(Constant Multiple Rule)=32+5(0)=32 \begin{align*} \lim_{x \to \infty} \left( \frac{3}{2+\frac{5}{x} }\right) &= \frac{\lim_{x \to \infty} 3}{\lim_{x \to \infty} (2+\frac{5}{x})} & \text{\footnotesize\textcolor{gray}{(\(\text{Quotient Rule} \))}} \\\\ &= \frac{3}{\lim_{x \to \infty} (2+\frac{5}{x})} & \text{\footnotesize\textcolor{gray}{(\(\text{Constant Rule} \))}} \\\\ &= \frac{3}{\lim_{x \to \infty}2 +\lim_{x \to \infty}\left(\frac{5}{x}\right)} & \text{\footnotesize\textcolor{gray}{(\(\text{Sum Rule} \))}} \\\\ &= \frac{3}{2 +\lim_{x \to \infty}\left(\frac{5}{x}\right)} & \text{\footnotesize\textcolor{gray}{(\(\text{Constant Rule} \))}} \\\\ &= \frac{3}{2 +5\lim_{x \to \infty}\left(\frac{1}{x}\right)} & \text{\footnotesize\textcolor{gray}{(\(\text{Constant Multiple Rule} \))}} \\\\ &= \frac{3}{2 +5(0)} \\\\ &= \frac{3}{2} \end{align*}
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 Limits of a Sequence

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

40 flashcards

Flashcards on Limits of a Sequence

Revise key concepts with interactive flashcards.

Try Mathematics Flashcards

2 quizzes

Quizzes on Limits of a Sequence

Test your knowledge with fun and engaging quizzes.

Try Mathematics Quizzes

29 questions

Exam questions on Limits of a Sequence

Boost your confidence with real exam questions.

Try Mathematics Questions

27 exams created

Exam Builder on Limits of a Sequence

Create custom exams across topics for better practice!

Try Mathematics exam builder

322 papers

Past Papers on Limits of a Sequence

Practice past papers to reinforce exam experience.

Try Mathematics Past Papers

Other Revision Notes related to Limits of a Sequence you should explore

Discover More Revision Notes Related to Limits of a Sequence to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Limits of a Sequence

Limits of a Sequence

user avatar
user avatar
user avatar
user avatar
user avatar

335+ studying

182KViews
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