While working on a problem, I obtained the system
$$ \begin{align} ub_3+a_4 t=1\\ ut(2p^2+q^2 )-a_4 b_3=r \end{align} \tag{1} $$
where $p,q,r$ are fixed constants and $u, b_3, a_4, t$ are unknown integers.
I tried eliminating a term by multiplying the equations by $t(2p^2 + q^2)$ and $b_3$ respectively
$$ \begin{align} utb_3 (2p^2+q^2 )+a_4 t^2 (2p^2+q^2 )=t(2p^2+q^2 ) \\ utb_3 (2p^2+q^2 )-a_4 b_3^2=rb_3 \end{align} \tag{2} $$
and subtracted to obtain
$$ a_4 t^2 (2p^2+q^2 )+a_4 b_3^2=t(2p^2+q^2 )-rb_3 \tag{3} $$
This is a diophantine equation of the form
$$ Axy^2 + Bxz^2 + Cy + Dz = 0 \tag{4} $$
Are there any methods for solving this type of equation? Please provide references to solution methods.
In general, I am looking for methods to solve the system
$$ \begin{align} Awx + Byz = C\\ Dwz + Exy = F \end{align} \tag{5} $$
which was reduced to the form in Eqn. $(4)$.
$\begin{cases} ub_3+a_4 t=1\\ ut(2p^2+q^2)-a_4 b_3=r \end{cases} \\ \overset{\displaystyle\not{t}}{\implies} \bigg(2a_4 b_3+r\bigg)^2+(2p^2+q^2)\bigg(2b_3u-1\bigg)^2 = (2p^2+q^2)+r^2$
it is "quadratic Thue".
And like
$Axy^2 + Bxz^2 + Cy + Dz = 0 \implies A (2 B x z + D)^2 + B (2 A x y + C)^2 = A D^2 + B C^2$