I am stuck at the following exercise:
Let $K$ be an algebraically closed field and let $f \in K[X,Y]$ be a homogenuous polynomial such that $f(0,0) = 0$. Show that $f$ can be split into a product of linear polynomials.
First we observe that the condition $f(0,0) = 0$ entails that $f$ has no constant term, i.e. if $$f := \sum_{\substack{i = 0 \\ i_1+i_2 = d}}^n a_iX^{i_1}Y^{i_2},$$
then $a_0 = 0$. I guess the best way to prove the claim is to use induction. For $n = 1$ the claim is clear, so suppose that all homogenuous polynomials with $(0,0)$ as a root split into linear polynomials. Now let $f$ have $deg(f) = n+1$. We need to show that $f$ splits into linear factors. However, I do not see how to proceed from here. Could you please give me a hint?