So in Rudin, I'm given the theorem for summation by parts: $$\text{Given two sequences} \{a_n\}, \{b_n\}, \text{put}\\ A_n = \sum_{k=0}^n a_k\\$$ $\text{if}$ $$n \ge 0; \text{put}\ A_{-1} = 0$$ Then, if $$0 \le p \le q$$ we have $$\sum_{n=p}^q a_n b_n = \sum_{n=p}^{q-1}A_n(b_n - b_{n+1}) + A_qb_q - A_{p-1}b_p$$ I'm having trouble understanding when/how I would use this. $\\$All it says in the book is "useful in the investigation of series of the form $\sum a_nb_n$ when $b_n$ is monotone". I understand that it is meant to be used to see if $\sum a_nb_n$ converges or not, but I don't know how to use it. $\\$Also, I'm confused by the subscripts; what is the $A_{-1}$ and where does this come into play?
2025-01-12 19:10:53.1736709053
Summation by parts interpretation
1.1k Views Asked by user181928 https://math.techqa.club/user/user181928/detail At
1
There are 1 best solutions below
Related Questions in SEQUENCES-AND-SERIES
- Series to infinity
- Proving whether the limit of a sequence will always converge to 0?
- How come pi is in this question?
- finding limit equation of a convergent sequence (vn) in math exercise
- Convergence of difference of series
- Proof using triangle inequality
- sum of digits = sum of factors
- My incorrect approach solving this limit. What am I missing?
- Using the Monotone Convergence Theorem to prove convergence of a recursively defined sequence.
- Difference of Riemann sums
Related Questions in ANALYSIS
- Bounded derivative implies uniform continuity on an open interval
- how to use epsilion-delta limit definition to answer the following question?
- Closed / open set in $\ell^\infty$ metric space.
- Sum of strictly increasing functions is strictly increasing
- Show that the sequence $\{a_{n+1}\}$ converges to $\sqrt{2}$
- Clarify books proof limit of $\frac{1}{x}$ diverging at $0$
- Show every number $\in\mathbb{R}$ is the limit of a sequence of irrational numbers
- Let $\{a_n\}$ be a sequence, $a,b$ given so that $\lim\limits_{n\rightarrow\infty} a_n=a$ and $\lim\limits_{n\rightarrow\infty} a_n=b$, then $a=b$.
- Limit of $f(x)=x-\lfloor x \rfloor$ $\epsilon-\delta$
- If $\lim f'(x) = 0$, then $\lim f(x+1) - f(x) = 0$
Related Questions in SUMMATION-BY-PARTS
- Finding an upper bound using summation by parts
- a question on Bernoulli function in the book of Tenenbaum
- Summation with fractions, discrete calculus
- Rearrange a Triple Summation with constraints
- Proof of Expected value by Abel's Summation
- Double Summation indexes problem
- Evaluating $\int_0^n \{x^2\}\,\text{d}x$
- Complex Summation Notation Question
- How to show $\sum_{k=1}^\infty\sum_{n=1}^\infty\frac{H_{n-1}}{n^2(n+k)^2}=\sum_{n=1}^\infty\frac{H_{n-1}^{(2)}}{n^3}$ using series manipulation?
- Order of convergence of series
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- 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?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- 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
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- 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)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
The most typical uses are in the proof of the fact that if $\sum a_n$ converges and $b_n$ is bounded and monotone, then $\sum a_nb_n$ converges. You can see a proof in the Wikipedia article.
Another very classical application is Abel's Theorem. You can see summation by parts used several times in these notes.
As for $A_{-1}$, it allows you to write the last formula for all $p\geq0$. Otherwise you would have to distinguish the case $p=0$.