Find all this diophantine equation $$24x^4+1=y^2\tag{1} $$ postive integers solution
it is clear $(x,y)=(1,5)$
I know $y^{2}=Dx^{4}+1$, where $D>0$ and is not a perfect square, has at most two solutions in positive integers (cf. L. J. Mordell, Diophantine equations, p. 270.
Does this equation have another proof such Lucas's assertion, with short and simple methods? Like this paper: Anglin, W. S. "The Square Pyramid Puzzle." Amer. Math. Monthly 97, 120-124, 1990. The square pyramid puzzle
In the paper,Following two question have simple methods to solve it.
There are no positive integers $x$ such $2x^4+1$ is a square.
and
There is exactly one positive integer $x$,namely $1$, such that $8x^4+1$ is a square?
But How can I find simple methods to solve $(1)$?
To begin with:
$$24x^4+1=y^2 \Leftrightarrow 6x^4=\frac{y-1}{2}\cdot\frac{y+1}{2}$$
let $\frac{y-1}{2}=a$. Then we have $6x^4=a(a+1)$; $gcd(a,a+1)=1$, so we have $2$ cases: $\{a,a+1\}=\{3u^4,2v^4\}$ or $\{a,a+1\}=\{u^4,6v^4\}$ (because $p^{4v_p(x)}$ divides $a$ or $a+1$)
Easy cases:
Case 1:
$\{a,a+1\}=\{u^4,6v^4\}$.
If $u^4-6v^4=1$. If $u$ is odd, then we get a contradiction $\pmod{8}$ (we get $1\equiv -5\pmod{8}$). So let $v=2k$. Then, $24k^4+1=u^4$. So we got another solution for our initial equation. From $(x,y))$ we got $(k,u^2)$ which is, in terms of $x$ and $y$, $\bigg(\big(\frac{y+1}{48}\big)^\frac{1}{4},\big(\frac{y-1}{2}\big)^\frac{1}{2}\bigg)$, so from infinite descent, we will keep going and reach 3 situations:
So we cannot have $u^4-6v^4=1$.
If $6v^4-u^4=1$, we get a contradiction$\pmod{3}$ (we get $1\equiv -1\pmod{3}$)
So we cannot have $6v^4-u^4=1$ either.
Case 2:
$\{a,a+1\}=\{3u^4,2v^4\}$.
If $2v^4-3u^4=1$, we get a contradiction$\pmod{3}$ (we get $1\equiv 2\pmod{3}$).
So we cannot have $2v^4-3u^4=1$
So we have $3u^4-2v^4=1$, the hard case. Before I actually begin discussing the hard case, I want to say that we will use brute force and a lot of calculations for this. Why? Well, the classical methods for solving diophantine equations are the following:
So because you want an elementary easy solution, I think that the only approach which will at least lead us in the direction of the solutions is the following:
The hard case:
If $(u_0,b_0)$ is the fundamental solution (i.e. the smallest non trivial solution) of $ax^2-bx^2=1$, then the general solutions are:
$$x_n=x_0\frac{1}{2}\bigg[\big(u_0+v_0\sqrt{ab}\big)^n+\big(u_0-v_0\sqrt{ab}\big)^n\bigg]+by_0\frac{1}{2\sqrt{ab}}\bigg[\big(u_0+v_0\sqrt{ab}\big)^n-\big(u_0-v_0\sqrt{ab}\big)^n\bigg]$$
and $$y_n=y_0\frac{1}{2}\bigg[\big(u_0+v_0\sqrt{ab}\big)^n+\big(u_0-v_0\sqrt{ab}\big)^n\bigg]+ax_0\frac{1}{2\sqrt{ab}}\bigg[\big(u_0+v_0\sqrt{ab}\big)^n-\big(u_0-v_0\sqrt{ab}\big)^n\bigg]$$
Where $(u_0,v_0)$ is the fundamental solution of $u^2-abv^2=1$ and $(x_0,y_0)$ is the fundamental solution of $ax^2-ay^2=1$
The fundamental solution of $u^2-6v^2=1$ is $(5,2)$ and the fundamental solution of $3u^2-2v^2=1$ is $(1,1)$. So the general solutions for $3x^2-2y^2=1$ are
$$x_n=\frac{1}{2}\bigg[\big(5+2\sqrt{6}\big)^n+\big(5-2\sqrt{6}\big)^n\bigg]+\frac{1}{\sqrt{6}}\bigg[\big(5+2\sqrt{6}\big)^n-\big(5-2\sqrt{6}\big)^n\bigg]$$
and
$$y_n=\frac{1}{2}\bigg[\big(5+2\sqrt{6}\big)^n+\big(5-2\sqrt{6}\big)^n\bigg]+\frac{5}{2\sqrt{6}}\bigg[\big(5+2\sqrt{6}\big)^n-\big(5-2\sqrt{6}\big)^n\bigg]$$
Now, we can deduce some stuff in we analyze $\pmod{9}$ by expanding the above forms using the binomial theorem. I will not include the calculations here, because they are long. Anyhow, I checked with an engine, and we have the following:
So we can exclude $n\equiv 1,2,3,5\pmod{6}$, because in those cases, one of $x$ and $y$ is $2\pmod{9}$, so it cannot be a square.
However, I think this is the last of my efforts. Take, for example, $(x_{12},y_{12})$. It is $(804062262961,984771132841)$ Both these numbers are $\equiv 1\pmod{9},\pmod{5},\pmod{8},\pmod{11},\pmod{97}$. Sincerely, I do not know how to tackle those numbers, and the ones that may appear as $n\equiv 0,4\pmod{6}$. No modular reasoning works.
To conclude:
I hope I helped you, I tried every elementary approach I could, and found no apparent repeating contradiction even with some computational power. This $3v^4-2u^4=1$ seems.. very hard if not impossible to prove with elementary methods. I hope I did not oversee an easy approach (but i don't think so, as all other answers didn't show any progress for case $3v^4-2u^4=1$).
Farewell