Let $F$ be a field of characteristic 2. Find the roots of $x^2+bx+c$ if we know $d$ such that $d(d+1)=b^{-2}c$, where ,b,c,d $\in F$.
I tried using the formula $\frac{-b\pm \sqrt{b^2-4ac}}{2a}=\frac{-b\pm \sqrt{b^2-4c}}{2}$, and I am stumped by the fact that $2\equiv0 \mod 2$, so there will be division by $0$.
I also considered another method: To let $x+i$ and $x+j$ be the factor of $x^2+bx+c$. Then, $(x+i)(x+j)=x^2+(i+j)x+ij$, which implies $i+j=b$ and $ij=c$. But completely stumped as well?
How should I attempt this question? I have basic elementary group theory algebra knowledge.