How do i factor that induction expression?

AI Thread Summary
The discussion revolves around proving the expression \(\sum^n_{k=1}\frac{k^2}{2^k} = 6 - \frac{n^2 + 4n + 6}{2^n}\). The initial verification for \(n=1\) confirms the statement holds true. Participants identify a mistake in the summation for \(n+1\), suggesting the added term should be \(\frac{(n+1)^2}{2^{n+1}}\). The conversation then shifts to factoring the resulting polynomial \(3n^2 + 10n + 13\) and adjusting the expression to fit a desired format. The discussion concludes with suggestions to manipulate the polynomial to achieve the correct form.
James889
Messages
190
Reaction score
1
Hi,

i need to prove that \sum^n_{k=1}\frac{k^2}{2^k} = 6-~\frac{n^2+4n+6}{2^n}~~(*)

for n=1 the statement holds as \sum\frac{1}{2} = 6 -\frac{11}{2}

\sum_{k=1}^{n+1} \frac{k^2}{2^k} = 6-~\frac{n^2+4n+6}{2^n} + \frac{n+1}{2^{n+1}}

In order to get a common denominator multiply (*) by 2

\frac{2n^2 + 8n +12 + n^2 +2n +1}{2^n} \longrightarrow \frac{3n^2 + 10n +13}{2^n}

But how do i factor that expression ?
 
Physics news on Phys.org


James889 said:
Hi,

i need to prove that \sum^n_{k=1}\frac{k^2}{2^k} = 6-~\frac{n^2+4n+6}{2^n}~~(*)

for n=1 the statement holds as \sum\frac{1}{2} = 6 -\frac{11}{2}

\sum_{k=1}^{n+1} \frac{k^2}{2^k} = 6-~\frac{n^2+4n+6}{2^n} + \frac{n+1}{2^{n+1}}
You have a mistake here. Your sum adds numbers of the form k^2/2^n so the term added should be
\frac{(n+1)^2}{2^n}

In order to get a common denominator multiply (*) by 2

\frac{2n^2 + 8n +12 + n^2 +2n +1}{2^n} \longrightarrow \frac{3n^2 + 10n +13}{2^n}

But how do i factor that expression ?
 


okay,

So now we have \frac{2n^2+6n+7}{2^n}

But shouldn't the new expression be of the form \frac{\text{polynomial}}{2^{n+1}}?
 


i haven't checked your answer, but to get in the form you want, you could you try multiplying by 2/2 then rearranging the polynomial in terms of (n+1)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Replies
9
Views
2K
Replies
4
Views
1K
Replies
10
Views
3K
Replies
6
Views
2K
Replies
4
Views
2K
Replies
9
Views
3K
Replies
12
Views
3K
Back
Top