How does one proceed to find parameters for equations with more variables? For example there is $a^2+b^2=c^2$ where a solution would be of form $(a,b,c) = (u^2-t^2,2ut,u^2+t^2)$ as seen on wikipedia. There are more other parametrizations for this. On another post on this site there was a question about $a^2+b^2=2c^2$ and the answer was $(a+b,a-b,c)$ iff a,b,c is pythagorean triple. So i wonder how do i proceed to find such parameters and maybe how do i check that those parameters yield all or just some of the solution for an equation like this: $ab=cd+ef$ over integers
Asked
Active
Viewed 194 times
1 Answers
1
"OP" inquired about solution for the below equation:
$ab=cd+ef$ ----$(1)$
Above equation $(1)$ has solution given below:
$(a,b,c,d)=[(5k^2-k-2),(4),(7k-6),(2k),(3k-2),(2k+4)]$ --$(2)$
For, $k=7$, we get:
$(a,b,c,e,f)=(236,4,43,14,19,18)$
Note that solution $(2)$ is not a general solution because,
any numerical solution which does not have
a factor of (b=4) on the LHS of equation $(1)$ is
not a solution for $(2)$. For example $(3*7)=(11*1)+(5*2)$,
is not satisfied by $(2)$, but is a solution to equation $(1)$.

Sam
- 26
-
Hi. Thanks for the answer. May i know how did you find such a solution even if it's not the general one? What steps did you took in order to arive at such solution – aku jack Oct 22 '19 at 16:05
-
I'm more interested in the process of finding the solution rather the solution itself. Thanks – aku jack Oct 22 '19 at 16:06
You can build up the solutions to square - square equations from solving linear diophantine equations. Another way is through stereo- graphic projection, an example of which can be found in the first chapter of the free book you arrive at by googling "The Topology of Numbers"
– MaximusFastidiousIrreverence Oct 08 '19 at 07:10