3

I am given:

$$ a_n = \frac{1}{n^2 +3n+2}$$

And am asked to find the anti difference (i.e: quantity which when differences over gives the expression)

So, I started by partial fractions

$$ a_n = \frac{1}{n+1} + \frac{-1}{n+2} $$

Now the answer to this is:

$$ -\Delta \frac{1}{n+1}$$

But its wrong for some reason ( doesn't match with given answers)..

Options:

enter image description here

2 Answers2

1

If you denote $$b_n = -\frac{1}{n+1}$$

then $$b_{n+1}-b_n = a_n = \frac{1}{n^2 +3n+2}$$

So $b_n$ is the desired antidifference of $a_n$.

peter.petrov
  • 12,568
1

Hint: If $b_{n+1}-b_n = a_n$ then $b_n = b_0 + a_0 + \cdots + a_{n-1}$. Since $a_n = \frac{1}{n+1} + \frac{-1}{n+2}$, the sum telescopes.

lhf
  • 216,483