How do i factor that induction expression?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
James889
Messages
190
Reaction score
1
Hi,

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

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

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

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

[tex]\frac{2n^2 + 8n +12 + n^2 +2n +1}{2^n} \longrightarrow \frac{3n^2 + 10n +13}{2^n}[/tex]

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


James889 said:
Hi,

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

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

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

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

[tex]\frac{2n^2 + 8n +12 + n^2 +2n +1}{2^n} \longrightarrow \frac{3n^2 + 10n +13}{2^n}[/tex]

But how do i factor that expression ?
 


okay,

So now we have [tex]\frac{2n^2+6n+7}{2^n}[/tex]

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


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)