Find all polynomials $p $ satisfying $p(x+1)=p(x)+2x+1. $
I found this on a local question paper, and I am unable to solve it.
Any help will be appreciated.
Find all polynomials $p $ satisfying $p(x+1)=p(x)+2x+1. $
I found this on a local question paper, and I am unable to solve it.
Any help will be appreciated.
Given $p(x+1)-p(x) = 2x+1,$ Means $p(x) = ax^2+bx+c$
So $$a(x+1)^2+b(x+1)+c-\left[ax^2+bx+c\right] = 2x+1$$
So $2ax+a+b = 2x+1,$ Means $a=1$ and $b=0$
So we get $p(x) = x^2+c$