So far I have found $a=1 , b=2 , c=3$. Are there any other whole number solutions to this equation?
2026-04-02 12:26:34.1775132794
On
Is there a limited amount of integer solutions to $a^{4}+b^{3}=c^{2}$?
112 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Suppose $a^2$ is a triangle number (it is well-known that there are an infinite number of squares that are also triangular - see here). Then:
$$a^2 = \frac{x(x+1)}{2}$$
Putting $b=x+1$ and rearranging:
$$2a^2=b^2-b$$
Putting $c=a^2+b$:
$$c^2-a^4=(a^2+b)^2-a^4=a^4+2a^2b+b^2-a^4=(b^2-b)b+b^2=b^3$$
Hence $a^4+b^3=c^2$, the smallest non-trivial examples being $1^4+2^3=3^2$ and $6^4+9^3=45^2$.
This is the generalised Fermat equation $$ x^p+y^q=z^r $$ for $(p,q,r)=(3,4,2)$, where we are in the spherical case $$ \frac{1}{p}+\frac{1}{q}+\frac{1}{r}=\frac{13}{12}>1. $$ There we have infinitely many integer solutions, see for example here.