Quiz 2
Registry Synced

Mathematics I · Week 7 — Sequences, limits & continuity

1203 words
6 min read
2026-08-16

Reading compass

Now · Week map

Week 7 — sequences, limits & continuity

Quiz 2 scope: Weeks 1–8 per IITM May 2026 foundation courses. Source baseline: IITM BS admissions important-dates calendar · May 2026 cycle. Times on assessments are operational conventions — verify hall ticket.

Week map

Sequence terms → limit intuition → one-sided limits → continuity at a point

Classify → Represent → Execute → Trap-check

  • Recognize: Ask: What three conditions define continuity at aa?
  • Procedure: Write first several terms from formula. Describe trend: increasing, decreasing, bounded. Guess limit by table or simplifying ana_n for large nn (e.g. divide numerator and denominator by highest power).
  • Variations / traps: Watch for: Assuming limit equals function value without checking.

Formula chain (compressed)

sequence aₙ → limit L → one-sided limits → continuity at a point.
  1. Sequence limitaₙ → L as n→∞ — terms approach L
  2. Left / right limitlim_{x→a⁻} f, lim_{x→a⁺} f — piecewise or endpoints
  3. Limit existsleft = right = L — two-sided limit at a
  4. Continuitylim_{x→a} f(x) = f(a) — no jump/hole at a
  5. Standard limitslim sin x/x = 1 (x→0) — squeeze / known forms

Deep study

Mathematics I · Week 7 — Limits and continuity

Deep study for Quiz 2 week 7. Limits describe approaching behavior; continuity requires the approach to match the actual value.

Week map

Sequence terms → limit intuition → one-sided limits → two-sided limit → continuity at a point → types of discontinuity.

Limit notation

  • limxaf(x)=L\lim_{x \to a} f(x) = L → “limit of f(x)f(x) as xx approaches aa is LL” → value ff tends toward near aa, not necessarily at aa.
  • limxaf(x)\lim_{x \to a^-} f(x) → left-hand limit → approach from values less than aa.
  • limxa+f(x)\lim_{x \to a^+} f(x) → right-hand limit → approach from values greater than aa.
  • limxaf(x)\lim_{x \to a} f(x) exists iff left and right limits exist and are equal.
Mini-example: f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1} for x1x \neq 1. Near x=1x = 1: factor to x+1x + 1, so limx1f(x)=2\lim_{x \to 1} f(x) = 2, even though f(1)f(1) is undefined.

Sequence limits

  • limnan=L\lim_{n \to \infty} a_n = L → terms ana_n get arbitrarily close to LL as nn grows.
  • For rational sequences, divide numerator and denominator by highest power of nn to guess limit.
Mini-example: an=3n+1n+2a_n = \frac{3n + 1}{n + 2}. Divide top and bottom by nn: 3+1/n1+2/n3\frac{3 + 1/n}{1 + 2/n} \to 3 as nn \to \infty.

Continuity notation

  • Continuous at aa: limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a) — limit exists, function defined, and they agree.
  • Removable discontinuity: limit exists but f(a)f(a) missing or wrong — “hole” in graph.
  • Jump discontinuity: left and right limits exist but differ.
  • Infinite discontinuity: limit blows up to ±\pm\infty.
Mini-example: f(x)=x/xf(x) = |x|/x at x=0x = 0. Left limit 1-1, right limit +1+1 — jump discontinuity.

Pattern families

Easy — Sequence pattern

Write first several terms from formula. Describe trend. Guess limit by table or simplifying for large nn.

Medium — One-sided and two-sided limits

Evaluate limits from graphs. Identify left vs right behavior at breakpoints, absolute value corners, piecewise joins.

Hard — Continuity classification

Decide if function is continuous at a point. Identify discontinuity type. State what value would make function continuous (removable case).

Worked mini-examples

Example 1 — Direct substitution.
limx3(2x+5)=11\lim_{x \to 3} (2x + 5) = 11 — polynomial, no issue.
Example 2 — Cancel factor.
limx2x24x2=limx2(x+2)=4\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = \lim_{x \to 2} (x + 2) = 4.
Example 3 — One-sided.
f(x)={x+1x<0x2x0f(x) = \begin{cases} x+1 & x < 0 \\ x^2 & x \geq 0 \end{cases}. Left at 0: 11; right at 0: 00. Two-sided limit does not exist.
Example 4 — Sequence.
an=1n0a_n = \frac{1}{n} \to 0 as nn \to \infty.
Example 5 — Removable.
f(x)=sinxxf(x) = \frac{\sin x}{x} for x0x \neq 0, f(0)=0f(0) = 0. limx0sinxx=1f(0)\lim_{x \to 0} \frac{\sin x}{x} = 1 \neq f(0) — removable if redefine f(0)=1f(0) = 1.

Traps

  • Assuming limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a) without checking.
  • Ignoring one-sided limits at piecewise boundaries.
  • Thinking limit at infinity means function equals that value.
  • Canceling (xa)(x - a) without noting hole at x=ax = a.
  • Sequence limit confused with finite term value.

Diagnostic (try yourself)

  1. Find limx5(x23x)\lim_{x \to 5} (x^2 - 3x).
  2. Evaluate limx1x21x1\lim_{x \to 1} \frac{x^2 - 1}{x - 1}.
  3. For f(x)=xxf(x) = \frac{|x|}{x}, what are the left and right limits at x=0x = 0?
  4. Sequence an=2nn+5a_n = \frac{2n}{n + 5}: what value does ana_n approach as nn \to \infty?
  5. A function has limx2f(x)=7\lim_{x \to 2} f(x) = 7 but f(2)=3f(2) = 3. Is it continuous at 2? What type of issue is this?

ChatGPT prep archive

Archived import for extra depth — complements the notes above, not official IITM material.

Core concepts

  • Sequence limit: terms ana_n approach LL as nn grows; not every sequence converges.
  • Function limit at aa: value approached as xax \to a (may differ from f(a)f(a)).
  • One-sided: limxaf(x)\lim_{x \to a^-} f(x) and limxa+f(x)\lim_{x \to a^+} f(x).
  • Continuous at aa: limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a); all three must agree.

Notation & vocabulary

TermMeaning
limnan=L\lim_{n\to\infty} a_n = Lsequence converges to L
limxaf(x)\lim_{x\to a} f(x)two-sided limit
Discontinuitylimit exists but f(a)\neq f(a), or limit fails

Pattern families

Easy — Sequence pattern

Write first several terms from formula. Describe trend: increasing, decreasing, bounded. Guess limit by table or simplifying ana_n for large nn (e.g. divide numerator and denominator by highest power).

Medium — Limit by algebra

Factor rational functions to cancel hole-causing terms. For piecewise functions, match one-sided limits at junction. If left \neq right, two-sided limit does not exist.

Hard — Continuity classification

Evaluate f(a)f(a), left limit, right limit. Removable if limits agree but f(a)f(a) wrong or missing. Jump if one-sided limits differ. Infinite if unbounded approach.
Drill these on the pattern atlas — filter to week 7.

Traps

  • Assuming limit equals function value without checking.
  • Ignoring one-sided limits at piecewise knots.
  • Sequence index nn vs function variable xx.
  • Thinking oscillation implies convergence.

Retrieval prompts

  1. What three conditions define continuity at aa?
  2. When does a two-sided limit fail to exist?
  3. How do you find limn3n+1n\lim_{n\to\infty} \frac{3n+1}{n}?

Practice loop

  1. Read Deep study (if present) or core concepts once.
  2. Recite the formula chain without looking.
  3. Open one easy pattern on the interactive atlas for week 7.
  4. Attempt without solutions; mark studied after an honest try.
  5. Say one trap aloud before closing the tab.
Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.