I was skimming through my solutions of the exercises in Chapter I of Hartshorne and I found two exercises I haven't been able to fully solve. Both exercises are about conics.
The first exercise (1.1 c) asks the following: Given an irreducible quadratic polynomial $f$ in $k[x,y]$, show that the affine coordinate ring of $k[x,y]/(f)$ is isomorphic to the coordinate ring of the parabola $y=x^2$ or the hyperbola $xy=1$.
The second exercise (3.1 c) asks to show that any conic in $\mathbf{P}^2$ is isomorphic to $\mathbf{P}^1$.
Both exercises I've been able to solve whenever the characteristic of the field is different from 2. For the first one I used a brute force calculation where I need to divide by two alot (as morphisms are not really allowed at this point). For the second one I used a symmetric matrix to reduce to the case where the defining polynomial is of the form $F(x,y,z)=ax^2+by^2+cz^2$. This approach also assumes a characteristic different from 2 to construct such a matrix.
My question now is how to do this in the case where the characteristic of the base field is 2. I can't seem to find a way to adapt my current methods to this case. Thanks in advance for any answers!