Equation with two variables (integers)

AI Thread Summary
The discussion focuses on solving the equation (x^3 + 4)(xy^2 - x^2y + 3y^2 - 12) = x^6 for integer values of x and y. The user attempts to simplify the equation by isolating terms and expresses difficulty in expanding it further. A suggestion is made to consider integer values for x, as the term 16/(x^3 + 4) must also be an integer, which limits the possible values for x. The conversation includes light-hearted banter but remains centered on finding solutions for the equation. The discussion emphasizes the need for strategic testing of integer candidates for x to find corresponding y values.
staples
Messages
10
Reaction score
0

Homework Statement


Solve the equation (x & y are integers):
(x^3+4)(xy^2-x^2y+3y^2-12)=x^6


Homework Equations


The Attempt at a Solution



xy^2-x^2y+3y^2-12=\frac{x^6}{x^3+4} \\<br /> <br /> xy^2-x^2y+3y^2-12=x^3-4 + \frac{16}{x^3+4} \\<br /> <br /> 16 \geq x^3+4 \\<br /> x^3 \leq 12 <br /> <br />

That's all I can think of to do. I've tried expanding it and it doesn't seem to help. Any hints, please? Thanks.
 
Physics news on Phys.org
Hi staples! http://img96.imageshack.us/img96/5725/red5e5etimes5e5e45e5e25.gif
Continuing on with your approach, we see that with all other terms being integers, then 16/(x3 +4) must also be a whole number, +ve or -ve, so that narrows it down to just a few possibilities for you to try for x candidates. :smile: Then try these one at a time to see whether you can find any corresponding y solution/s.
 
Last edited by a moderator:
Thanks :)
 
NascentOxygen said:
http://img96.imageshack.us/img96/5725/red5e5etimes5e5e45e5e25.gif

ooh, nice welcome-smilie, NascentOxygen! :smile:

(is that a self-portrait? o:))
 
Last edited by a moderator:
tiny-tim said:
ooh, nice welcome-smilie, NascentOxygen! :smile:

(is that a self-portrait? o:))
Indeed. It's the spitting image.
Smiley25-1.gif
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top