Pair of equations both of degree 2?

JSimmonds49

New member
Joined
Aug 24, 2013
Messages
5
Hi,

I have been given these two equations and have been unable to solve them as of yet.

x^2+(y(sqrt(xy)))= 2013
y^2+(x(sqrt(xy)))= 671

I have found out so far that 3 * 671 is 2013 and the equation could potentially be solved using the fact sqrt(xy) is in both equations, I need to express the value of y^2 as a fraction a/b, where a and b are positive coprime numbers. Also, the value of a+b does not exceed 999

Can anyone help?
 
Try the substitution \(\displaystyle x=9y\), and you find the two equations become equivalent.
 

Assume

x = my

then

m2 y2 + y2m1/2 = 2013 → y2 (m2 + m1/2) = 3*671 ........................(1) edited

y2 + my*ym1/2 = 671 → y2 (1 + m3/2) = 671 ............................(2)

m2 + m1/2 = 3 * (1 + m3/2 )

let

n = m1/2

n4 + n = 3 * (1 + n3 )

n4 - 3n3 + n - 3 = 0

n3(n-3) + 1(n-3) = 0 → (n - 3)(n3 + 1) = 0 → n = 3 → m = 9 → x = 9y...............edited (Thanks Mark)

since the equations are not independent, we can have the equation above only.
 
Last edited by a moderator:
Assume

x = my

then

m2 y2 + y2m1/2 = 2013 → y2 (m2 + m1/2) = 3*671 ........................(1)

y2 + my*ym1/2 = 671 → y2 (1 + m3/2) = 671 ............................(2)

m2 + m1/2 = 3(1 + m3/2)

let

n = m1/2

n4 + n = 3(1 + n3 )

n4 - 3n3 + n - 3 = 0

n3(n - 3) + 1(n -3) = 0 → (n - 3)(n3 + 1) = 0 → n = 3 → m = 9 → x = 9y

since the equations are not independent, we can have the equation above only.

You switched the two constants in the original equations. :D
 
Almost there...

Thanks for the help guys, I need a numeric value for y^2 now as fraction a/b, so a+b is an integer between 0 and 999.
 
Thanks for the help guys, I need a numeric value for y^2 now as fraction a/b, so a+b is an integer between 0 and 999.

Use the substitution \(\displaystyle x=9y\) in either original equation, and you will get exactly what you need.
 
Last edited by a moderator:
I've tried substituting x=9y into the second equation and got:

y^2+9y(sqrt(9y^2))

28y^2=671

This doesn't give an integer solution, where am I going wrong?
 
I've tried substituting x=9y into the second equation and got:

y^2+9y(sqrt(9y^2))

28y^2=671

This doesn't give an integer solution, where am I going wrong?

Why do you think y2 needs to be an integer!!

Re-read your question again.
 
You never mentioned that the equations were Diophantine. But, what you get is:

\(\displaystyle y^2=\dfrac{671}{28}\)

and:

\(\displaystyle 671+28\le999\)

This is the type of solution you expressed needing.
 
A couple of questions

Simultaneous1.jpgSimultaneous2.jpg

I hope it is okay to ask second party questions.
Please double click on the image and then double click again to enlarge.
 
Top