According to Wikipedia (https://en.wikipedia.org/wiki/Series_(mathematics)), what we call the sum of an infinite series is really just a shorthand for its limit. E.g. the sum of $1/2+1/4+1/8+ ...$ is 1. This is the number that the series tends to, the smallest number that the partial sums will never reach, no matter how many terms you add together. Conceptually, this seems much easier to grasp than actually "adding all the terms up". However, this seems to be in opposition with other ideas in maths. For example, 0.999... is said to be a complete number (one of the main misconceptions about it is that it is growing or expanding). But doesn't this imply that you can "add all the terms up", contrary to the careful way the sum of an infinite series is defined? By "terms" I mean this (I have often seen this definition of 0.999.. in the proofs that it is equal to 1): $$\frac {9}{10}+\frac {9}{100}+\frac {9}{1000}+\frac {9}{1000}+...$$However, I am wary of defining it in this way because it seems like there is no way to truly assigning a value to this series — the best you can do is say that it's limit is 0.999..., which seems different to saying that it is 0.999... This is similar to how I don't quite follow the leap made in the resolution of Achilles and the Tortoise, where the limit of $1/2+1/4+1/8+1/16+...$ is 1, so consequently the tortoise can be caught up. I feel as if the concept of making "infinite steps" is strange, especially when it seems like the definition of an infinite series has circumvented this problem with the idea of limits. I'm sorry if this question sounds like it has turned into many; I'm just genuinely curious about infinity and the role it plays in mathematics. Thanks
2026-03-27 01:52:30.1774576350
Confusion around the way infinite series are defined, and how they are used
113 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in SEQUENCES-AND-SERIES
- How to show that $k < m_1+2$?
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- Negative Countdown
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Show that the sequence is bounded below 3
- A particular exercise on convergence of recursive sequence
- Proving whether function-series $f_n(x) = \frac{(-1)^nx}n$
- Powers of a simple matrix and Catalan numbers
- Convergence of a rational sequence to a irrational limit
- studying the convergence of a series:
Related Questions in DEFINITION
- How are these definitions of continuous relations equivalent?
- If a set is open, does it mean that every point is an interior point?
- What does $a^b$ mean in the definition of a cartesian closed category?
- $\lim_{n\to \infty}\sum_{j=0}^{[n/2]} \frac{1}{n} f\left( \frac{j}{n}\right)$
- Definition of "Normal topological space"
- How to verify $(a,b) = (c,d) \implies a = c \wedge b = d$ naively
- Why wolfram alpha assumed $ x>0$ as a domain of definition for $x^x $?
- Showing $x = x' \implies f(x) = f(x')$
- Inferior limit when t decreases to 0
- Is Hilbert space a Normed Space or a Inner Product Space? Or it have to be both at the same time?
Related Questions in INFINITY
- Does Planck length contradict math?
- No two sided limit exists
- Are these formulations correct?
- Are these numbers different from each other?
- What is wrong in my analysis?
- Where does $x$ belong to?
- Divide by zero on Android
- Why is the set of all infinite binary sequences uncountable but the set of all natural numbers are countable?
- Is a set infinite if there exists a bijection between the topological space X and the set?
- Infinitesimal Values
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
We define $0.999\dots$ as the limit of this geometric series, which of course is $1$. This trips up a lot of people, but it shouldn't. It makes just as much sense to write$$0.999\dots=\sum_{k\ge1}\frac{9}{10^k}=\lim_{n\to\infty}\sum_{k=1}^n\frac{9}{10^k}=1$$in base 10 as to write$$0.111\dots=\sum_{k\ge1}\frac{1}{2^k}=\lim_{n\to\infty}\sum_{k=1}^n\frac{1}{2^k}=1$$in binary.