Integer values of this expression

In summary, to find the integer values of f(x)=(a+5x)/(6x+1) with a, x integers, you can start by choosing any integer for x, and then solving for a using the equation a = (6x + 1)n - 5x.f
  • #1
84
0
Is there a simple way to find the integer values of f(x)=(a+5x)/(6x+1) with a, x integers.
 
  • #2
If you pick any integer for x, you can set
[tex]a = (6x + 1) n - 5x[/tex]
to get any integer n you like.

Is that what you meant by "finding the integer values"?
 
  • #3
If you pick any integer for x, you can set
[tex]a = (6x + 1) n - 5x[/tex]
to get any integer n you like.

Is that what you meant by "finding the integer values"?

In fact, it's exactly the opposite I want. a is a given integer and I am looking for the value(s) of x that make f(x) take integer values. It's simple enough for small values of a but for large values, I cannot afford to check the values of x one by one.
 
  • #4
One thing that may help, other than the obvious observation that x=0 and x=a-1 are always solutions, is that solutions (like these trivial two) come in pairs: that is, if [itex]x_0[/itex] is a solution, producing an integer [itex]n_0 = \frac {5x_0 + a} {6x_0 + 1} [/itex], then it's not hard to prove that [itex]x_1=n_0 - 1[/itex] is a solution too (which will produce the integer [itex]n_1=x_0+1[/itex]).

At least this cuts the search up to something on the order of the sqrt(a): now you need to iterate, from k=1 to a maximum of k=[itex]\lfloor \frac {2 + \sqrt{4+6a}} 6 \rfloor[/itex], checking if [itex]a \equiv k+1 \pmod {6k+1}[/itex], in which case both x=k and x=[itex]\left( \frac {5k+a} {6k+1} - 1 \right)[/itex] are two new solutions (or one, if these two "dual" solutions happen to be the same).
 
  • #5
OK, then just reverse my argument:
If n = (a + 5x) / (6x + 1), then you can solve x from this equation. That should give you something like x = (n - a) / (5 - 6n).
This will give integer values for x when (n - a) is a multiple of (5 - 6n), from which you will get the allowed values of a that will give you f(x) = n for your favorite integer n.
 

Suggested for: Integer values of this expression

Replies
5
Views
1K
Replies
3
Views
600
Replies
9
Views
1K
Replies
0
Views
750
Replies
17
Views
4K
Replies
2
Views
803
Replies
7
Views
182
Back
Top