Find the value of x square + y square

  • Topic:
  • Thread starter Thread starter mathlearn
  • Start date Start date
  • Tags Tags
    Square Value
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 15K views
mathlearn
Messages
331
Reaction score
0
If x-y= 1 & x2y - xy2 =2, Find the value of x2+y2

Any Ideas on how to begin?

Many Thanks :)
 
Mathematics news on Phys.org
mathlearn said:
If x-y= 1 & x2y - xy2 =2, Find the value of x2+y2

Any Ideas on how to begin?

Many Thanks :)

you can factor 2nd equation to get xy(x-y) = 2.
now put from 1st equation value of x-y to get xy * 1 = 2 or xy =2

now $(x^2+y^2) = (x-y)^2 + 2xy = 1 ^2 + 2 * 2 = 5$
 
kaliprasad said:
you can factor 2nd equation to get xy(x-y) = 2.
now put from 1st equation value of x-y to get xy * 1 = 2 or xy =2

now $(x^2+y^2) = (x-y)^2 + 2xy = 1 ^2 + 2 * 2 = 5$

Many Thanks :)