Can You Solve ax+ay-xy=c for x and y Deterministically?

  • Context: Undergrad 
  • Thread starter Thread starter aravindsubramanian
  • Start date Start date
  • Tags Tags
    Type
Click For Summary
SUMMARY

The discussion centers on solving the equation ax + ay - xy = c deterministically, where a and c are known constants. Participants clarify that integer solutions for x and y can be derived by rearranging the equation into x = (c - ay) / (a - y) or y = (c - ax) / (a - x). It is established that for integer solutions, specific conditions must be met: a must be odd, c must be even, and x and y should be positive even integers within a defined range. The method proposed involves selecting y based on a and ensuring that (c - a^2) is divisible by (a - y).

PREREQUISITES
  • Understanding of algebraic manipulation and rearranging equations
  • Familiarity with integer properties and divisibility rules
  • Knowledge of basic number theory concepts
  • Ability to work with equations involving multiple variables
NEXT STEPS
  • Research integer solutions for polynomial equations
  • Study the properties of even and odd integers in algebra
  • Learn about the Euclidean algorithm for finding divisors
  • Explore advanced techniques in number theory for solving equations
USEFUL FOR

Mathematicians, educators, students studying algebra, and anyone interested in solving polynomial equations with integer constraints.

aravindsubramanian
Messages
23
Reaction score
0
I need to solve the equations of type
ax+ay-xy=c (or) a(x+y)-xy=c

In this equation a & c are known.Whether is it possible to find x & y values using a deterministic method other than trial & error method


ex
127x+127y-xy=12732

I need to find x & y from this equation
 
Physics news on Phys.org
:confused: Do you mean to find solutions for x and y in integers or something?

Because otherwise you need a value of x and y and just rearrange to get:

x = \frac{c - ay}{a - y} \quad \text{or} \quad y = \frac{c - ax}{a - x}
 
In this equation both x , y & c are integers only.

How we solve the equation by rearranging x or y by your method

Its results a ambiguous equation equation.We can't able to solve it.
 
Zurtex said:
:confused: Do you mean to find solutions for x and y in integers or something?

Because otherwise you need a value of x and y and just rearrange to get:

x = \frac{c - ay}{a - y} \quad \text{or} \quad y = \frac{c - ax}{a - x}

Finding a solution in integers is easy if you first choose y=a-1 or a+1 then solve for x
 
Last edited:
In this type of equation

1.x and y are the possitve even no integers between (a-1) and
(a-1)/2.
2.a is always a odd no.
3.c is always a even no.
So Ramsey We can't use your method.Thanks a lot for your reply
 
aravindsubramanian said:
In this type of equation

1.x and y are the possitve even no integers between (a-1) and
(a-1)/2.
2.a is always a odd no.
3.c is always a even no.
So Ramsey We can't use your method.Thanks a lot for your reply
Hey, my solution solves the posted problem. Now you are adding further conditions!
I suggest that you take my method a step further and chose a even y dependent upon "a" such that a-y evenly divides c-ay
 
Last edited:
aravindsubramanian said:
So Ramsey We can't use your method.Thanks a lot for your reply
Did you notice what he did?
He simply made those denominators (in the equations given by Zurtex) as 1.
This automatically makes x and y integers if a and c are integers.

-- AI
 
Zurtex said:
:confused: Do you mean to find solutions for x and y in integers or something?

Because otherwise you need a value of x and y and just rearrange to get:

x = \frac{c - ay}{a - y} \quad \text{or} \quad y = \frac{c - ax}{a - x}

This can be simplified to

x = a + \frac{c - a^2}{a - y}

Thus if either |a-x| or |a-y| can't = 1, |a-y| must be a factor of |a^2-c| between 1 and |a^2-c|. Since in the posted example, the factors of 127^2 -12732 are 43 and 79, the only other solution set is |x| and |y| equal 127-43 or 84 and 127-79 or 48 respectively.
 
Last edited:
ramsey2879 said:
This can be simplified to

x = a + \frac{c - a^2}{a - y}

Thus if either |a-x| or |a-y| can't = 1, |a-y| must be a factor of |a^2-c| between 1 and |a^2-c|. Since in the posted example, the factors of 127^2 -12732 are 43 and 79, the only other solution set is |x| and |y| equal 127-43 or 84 and 127-79 or 48 respectively.


how do u derive the equation


x = a + \frac{c - a^2}{a - y}
 
  • #10
x = \frac{c - ay}{a - y} = \frac{a(a - y) - a^2 + c}{a - y} = a + \frac{c - a^2}{a - y}
Since you want to have an integer x, and you have a as an integer, this rearrangement shows that x is an integer if (c - a^2) is divisible by a - y. You have c, a, you can easily calculate c - a^2, from there you can solve for y, and then x.
Viet Dao,
 
  • #11
Thank U very much

Thanks a lot for your reply
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
5
Views
1K
Replies
7
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 20 ·
Replies
20
Views
16K