Finding All Possible $k$ for $b,k\in N$

  • Context:
  • Thread starter Thread starter Albert1
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
Albert1
Messages
1,221
Reaction score
0
$b,k\in N$ and $\sqrt {b^2(k-3)(k+1)-4k}$ also $\in N$
find all possible $k$
 
Mathematics news on Phys.org
Albert said:
$b,k\in N$ and $\sqrt {b^2(k-3)(k+1)-4k}$ also $\in N$
find all possible $k$

putting k-2 = a for getting simpler expression we have

$b^2(k-3)(k+1)-4k$
=$b^2(a-2)(a+2)-4(a+1)$
= $b^2(a^2-4)-4(a+1)$
= $a^2b^2 - 4a -4(b^2+1)$
to solve for a
for it to to be perfect square discriminant has to be zero
but 16 + 16b(b^2+1) >0 so no solution
edit: solution is wrong as pointed below
 
Last edited:
kaliprasad said:
putting k-2 = a for getting simpler expression we have

$b^2(k-3)(k+1)-4k$
=$b^2(a-2)(a+2)-4(a+1)$
= $b^2(a^2-4)-4(a+1)$
= $a^2b^2 - 4a -4(b^2+1)$
to solve for a
for it to to be perfect square discriminant has to be zero
but 16 + 16b(b^2+1) >0 so no solution

b = 1, k = 7.
 
greg1313 said:
b = 1, k = 7.
k=4,7
solution k=4 is missed
(b=4)
 
Last edited: