So here is a problem from quadratics section:
Find the degree of the polynomial p(x) which satisfies the condition
$$(x)p(x – 1) = (x – 15) p(x)$$
My approach
Attempt 1:
I first went for method of undertermined coefficients setting
$$p(x)=a_0x^n+a_1x^{n-1}+...+a_{n-1}x+a_n$$
$p(x)=\frac{x}{x-15}p(x-1)\quad$-$\quad$(i)
$\implies\quad p(0)=p(1)=0$
To be honest I couldn't frame any meaningful condition
Attempt 2:
Went on to formulate a recursive formula which is clearly hinted by the expresion but couldn't make out of it.
I simply looked and found it to be first order linear recurrence relation.
$$q(x)=\frac{x}{x-15}\quad and\quad f(x)=q(1)q(2)q(3)...q(x)$$
Dividing eqn (i) throughout by f(x)
$$\frac{p(x)}{f(x)}=\frac{q(x)p(x-1)}{f(x)}$$
$$\frac{p(x)}{f(x)}=\frac{p(x-1)}{f(x-1)}$$
$$a_n=\frac{p(n)}{f(n)}$$
$$a_r - a_{r-1} = 0 $$
Summing all from r=1 to r=n
$$a_n=a_1$$
But $p(1)=0$ so is $a_1=0$
$$\implies\quad p(x)=0$$
Guide the solution with thinking approach as this is not the complete solution.
Edit: Answer is $P(x) = ax(x – 1) (x – 2) ... (x – 14)$
Clearly if $p(x)$ is a constant, $p(x)=0$ and this is a valid solution. Else $p(x)$ must have a finite degree $n$, and as many number of roots.
Let $\alpha$ be a root of $p(x)$. Then as $\alpha \,p(\alpha-1) = 0$, we must either have $\alpha=0$ or $\alpha-1$ also to be a root. In the latter case, recursively there would be more roots, and as the number of roots must be finite, this can terminate only with the case $\alpha=0$. Hence the roots must be of form $0, 1, 2, \cdots n-1$.
Further putting $x = \alpha+1$, we get $0 = (\alpha-14)\, p(\alpha+1)$, which by a similar logic means unless $\alpha=14$, we must have $\alpha+1$ also as a root. Hence $n-1=14$, so the degree is $15$, considering the least multiplicity for all roots.
Further we can show that the multiplicity of the roots cannot exceed $1$, consider $p(x-1)+xp'(x-1) = p(x)+(x-15)p'(x)$. Suppose $\alpha$ is a multiple root, i.e. $p(\alpha)=p'(\alpha)=0$, then we have $p(\alpha-1)+\alpha p'(\alpha-1)=0$. Now $\alpha=0$ is clearly not possible, hence $\alpha-1$ is also a multiple root, and this doesn't terminate, so $p'$ does not have a finite number of roots, which is a contradiction...
Hence the only non-zero polynomial is in fact of form $p(x) = a\,x\,(x-1)(x-2)\cdots (x-14)$, having degree $15$.