Proving convergent for the products of two series.

  • Thread starter Thread starter Disowned
  • Start date Start date
  • Tags Tags
    Convergent Series
Click For Summary

Homework Help Overview

The problem involves proving the convergence of the series \(\sum A_n B_n\) given that both \(\sum A_n\) and \(\sum B_n\) are convergent series with positive terms. The original poster expresses uncertainty about their approach, considering the multiplication of the first few terms and the potential use of derivatives.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the validity of multiplying the first few terms and question whether this leads to a correct conclusion about the convergence of the product series. There is mention of using a comparison test and exploring inequalities related to the positive terms of the series.

Discussion Status

Some participants have offered guidance on using comparison tests and inequalities, suggesting that the convergence of the individual series can be leveraged to analyze the product series. There is an ongoing exploration of the implications of the terms approaching zero and how that relates to the convergence of the product.

Contextual Notes

Participants note the importance of the positivity of the terms in the series and the implications of the convergence of \(\sum A_n\) and \(\sum B_n\) on the behavior of the product series. There is also a discussion about the definitions and assumptions regarding the terms involved.

Disowned
Messages
30
Reaction score
0

Homework Statement



I'm been trying to wrap my head around this one for a couple of days. I have a problem that states the following.
(All sums go from n to \infty" Suppose we know that \sumAn and \sum B n are both convergent series each with positive terms.
Show that the series \sumAn Bn must be convergent. I thought that if I took the first three terms of the series and multiply them together I could argue that since the terms alone are convergent then the product must be as well. However I'm not sure of that is the correct way to go about it.

Maybe I should take the derivative of each product and then make that argument. Anyone

The Attempt at a Solution



Here's what I wrote down while trying to solve this problem.

f(x) = \sumAn
g(x) = \sumBn

Known:

\sumAn for all values
\sumBn for all values

f(0) + f(1) + f(2) = A0 + A1 + A2
g(0) + g(1) + g(2) = B0 + B1 + B2

f(x) * g(x) = \sumAnBn

= A0 + A1 + A2(B0 + B1 + B2
)

[From here I foil the expression, which is a nightmare type unless you type at 120 wpm. So I'm going to skip that part.]

Since all values of \sumAn and \sumBn convergent it follows that \sumAnBn
is convergent as well.Since I know that's not going to fly given there isn't all real proof shown, what else could I do? Do I take a derivative as mentioned or can I express the two sums in their elementary state?
 
Physics news on Phys.org
Disowned said:

Homework Statement



I'm been trying to wrap my head around this one for a couple of days. I have a problem that states the following.
(All sums go from n to \infty" Suppose we know that \sumAn and \sum B n are both convergent series each with positive terms.
Show that the series \sumAn Bn must be convergent. I thought that if I took the first three terms of the series and multiply them together I could argue that since the terms alone are convergent then the product must be as well. However I'm not sure of that is the correct way to go about it.

Maybe I should take the derivative of each product and then make that argument. Anyone



The Attempt at a Solution



Here's what I wrote down while trying to solve this problem.

f(x) = \sumAn
g(x) = \sumBn

Known:

\sumAn for all values
\sumBn for all values

f(0) + f(1) + f(2) = A0 + A1 + A2
g(0) + g(1) + g(2) = B0 + B1 + B2

f(x) * g(x) = \sumAnBn

= A0 + A1 + A2(B0 + B1 + B2
)

[From here I foil the expression, which is a nightmare type unless you type at 120 wpm. So I'm going to skip that part.]

Since all values of \sumAn and \sumBn convergent it follows that \sumAnBn
is convergent as well.


Since I know that's not going to fly given there isn't all real proof shown, what else could I do? Do I take a derivative as mentioned or can I express the two sums in their elementary state?
But (A_1+ A_2+ A_3+ \cdot\cdot\cdot)(B_1+ B_2+ B_3+ \cdot\cdot\cdot
is not at all \sum A_nB_n. That would be simply A_1B_1+ A_2B_2+ A_3B_3+ \cdot\cdot\cdot

And you last paragraph seems to be just asserting that "Since the two sums are separately convergent, the product is"- which is exactly what you are supposed to prove!
What do you mean by "all values"?
 
That's the point I was trying to make. I didn't think I answered the question at all. By all values I meant for every value of the sum.

So now I know that wasn't the right solution, where do I go from here?
 
You should use an apparent inequality here. You're already told that An and Bn are always positive. What is the expression for f(x)*g(x)? Write it out using double summation symbols and take note that each term for AkBr is always positive.
 
This is a LOT easier than than you think it is. If An is convergent, then the sequence An->0. So for some N, An<1 for n>N. Doesn't that suggest you use a comparison test with the sum of the Bn?
 
Dick said:
This is a LOT easier than than you think it is. If An is convergent, then the sequence An->0. So for some N, An<1 for n>N. Doesn't that suggest you use a comparison test with the sum of the Bn?

Thanks for the tip. Based on what you said I think I got a handle on the problem.

This is what I wrote:

Given:
\sumAn converges and \sumBn converges
An is positive, Bn is positive.

Additional Info
If \sumAn converges then the sequence An \stackrel{}{\rightarrow}0, for some N.

If this is true n > N.

Comparison Test Theorem.
If \sumBn converges and An \leqBn for all n, then \sumAn converges also.

By definition one could infer that because An \leqBn and An < 1 for some N then that must mean that Bn <1 for some N as well. Thus AnBnn < 1. Thus we have \sumAnBn is convergent by comparison.

That should be correct.
 
That's a little garbled. If N is such that An<1 for n>N, then \sum_{n=N}^\infty A_n B_n&lt;\sum_{n=N}^\infty B_n. That's the essential fact. It works because i) An->0 and ii) you can discard any finite number of terms in a comparison test (since the sum of the terms you've discarded is finite).
 
Ah, I didn't think of that. So, in a sense, I'm really just using the squeeze theorem to prove convergence then? Where convergence is proven due to AnBn < Bn but > An?

To clarify:

[ -1 <= An < AnBn < Bn < 1]?
 
Disowned said:
Ah, I didn't think of that. So, in a sense, I'm really just using the squeeze theorem to prove convergence then? Where convergence is proven due to AnBn < Bn but > An?

To clarify:

[ -1 <= An < AnBn < Bn < 1]?

Everything is positive so the lower bound is zero. All you need is 0<An*Bn<Bn. That's enough of a squeeze to show An*Bn converges.
 
  • #10
I see, thanks for your help.
 

Similar threads

Replies
26
Views
3K
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K