I'm trying to find the $p$-adic representation of the solution of $x^{2} = -1$ in $\mathbb{Q}_{5}$. I'm just starting to learn about the $p$-adic numbers and fields so I don't even really know where to begin (I've been having a bit of a hard time grasping what $p$-adic numbers really even are). Any hints/help would be appreciated, thanks!
Edit: I think I may have found a way to approach the problem; I've tried the following:
Let $f(x) = x^{2} + 1 \equiv 0 \,(\text{mod} \, 5)$. This has two solutions, namely $x \equiv 2 \, (\text{mod} \, 5)$ and $x \equiv 3 \, (\text{mod} \, 5)$. We start with $x \equiv 2 \, (\text{mod} \, 5)$. Then,
\begin{align*} f(2+5t) &\equiv 20t+5\,(\text{mod} \, 5^{2}) \implies t \equiv 1\, (\text{mod} \, 5)\\ f(2+1(5)+5^{2}t) &\equiv 350t+50 \, (\text{mod} \, 5^{3}) \implies t \equiv 2\,(\text{mod} \,5)\\ f(2+1(5)+2(5^{2}) + 5^{3}t) &\equiv 14250t+3250 \, (\text{mod} \, 5^{4}) \implies t \equiv 1 \, (\text{mod} \, 5)\\ \end{align*} and so on, with each successive step yielding the next digit of the $p$-adic representation. So, the first solution would be represented by $x = 2 + 1(5) + 2(5^{2}) + 1(5^{3})+...$
Is this a reasonable way to approach this?