Find all positive integers n for which √n+√1996 exceeds √n−1 by an integer.
My solution:
Let √n+√1996−√n−1=k, where k is a positive integer.
√n+√1996=k+√n−1
Squaring both sides we get:
n+√1996=k2+n−1+2k√n−1
n+√1996=k2+n−1+√4k2(n−1)
√1996+1=k2+√4k2(n−1)≥k2+√4k2=k2+2k
since n≥1
Pressing on the calculator the square root of 1996 gives us ≈44.6766, so, we know 452>1996, thus we can have the following reasoning:
Since 452=2025>1996, we then have:
√452>√1996
45+1>√1996+1≥k2+2k
46>k2+2k
k2+2k−46<0
Solving it for k, we have −7≤k≤5 which implies 0≤k≤5.
Checking it for each case, there is only a solution to the problem, and that is when
k=1, which leads to n=500.
No comments:
Post a Comment