If $a^2+b^2+c^2=1$ then find the range of $ab+bc+ca$.
My attempt: We know $$ 0\le(a + b+c)^2 $$ $$ 0\le a^2+b^2+c^2+2(ab+bc+ca) $$ $$ 0\le1 + 2(ab+bc+ca) $$ $$ -1/2\le ab+bc+ca $$ $$ range = [-1/2 ,\infty) $$ But the answer is $[-1/2 , 1]$. I would like to know how to proceed further.
Use that $$x^2+y^2+z^2\geq xy+yz+zx$$ for all real numbers $$x,y,z$$