This is related to the post on $x^2+ny^2=z^k$. In response to my answer on,
$$x^2+47y^2 = z^3\tag1$$
where $z$ is not of form $p^2+nq^2$, Will Jagy provided one for,
$$x^2+47y^2 = z^5\tag2$$
$$ (14p^5 + 405p^4q + 3780p^3q^2 + 13410p^2q^3 + 11550pq^4 - 14647q^5)^2 + 47 ( p^5 - 270p^3q^2 - 2520p^2q^3 - 8115pq^4 - 8344q^5)^2 = (3p^2 + 28pq + 81q^2)^5\tag3 $$
As noticed by Elaqqad, the cubic polynomials I used for $(1)$ involve the discriminant $d=-47$ and I assumed it would be same with the (irreducible) quintic polynomials used by Jagy for $(3)$. Then I wondered if they were solvable in radicals as well. (I knew Ramanujan played with a solvable quintic with $d=-47$.) It turns out they are.
This Magma calculator computes the Galois group and the command is:
Z := Integers(); P < x > := PolynomialRing(Z); f := 14*x^5 + 405*x^4 + 3780*x^3 + 13410*x^2 + 11550*x - 14647; G, R := GaloisGroup(f); G;
Testing both polynomials, it shows the group has order 20 and hence is solvable.
Q: Given $x^2+dy^2=z^k$ where $z\neq p^2+dq^2$, is it true that if
$$\big(P_1(x)\big)^2+d\big(P_2(x)\big)^2=\big(P_3(x)\big)^k$$
then the equations $P_1(x) = P_2(x) = P_3(x) = 0$ are solvable in radicals?
P.S. Or is this $5$th parameterization special only because the class number $h(-47) = 5$? One way to check would be to solve $x^2+47y^2 = z^\color{red}7$ analogous to $(3)$ (Will, care to oblige?) and see if it involves solvable septics.
There is a standard calculation procedure. Suitable for any degree.
We make the conversion.
$$x^2+ay^2=(p^2+as^2)(k^2+an^2)(t^2+ar^2)=z^5$$
And then solve the system of equations.
$$\left\{\begin{aligned}&z^2=k^2+an^2=t^2+ar^2\\&z=p^2+as^2\end{aligned}\right.$$
In the first equation to parameterize the substitution in the second. And then, we decide and we obtain the parameterization of all solutions.
Not clearly only one. Need to find other solutions?