What Positive Integers Satisfy a Specific Condition Involving Square Roots?

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Integers Positive
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Find all positive integers $$n$$ for which $$\sqrt{n+\sqrt{1996}}$$ exceeds $$\sqrt{n-1}$$ by an integer.
 
Mathematics news on Phys.org
anemone said:
Find all positive integers $$n$$ for which $$\sqrt{n+\sqrt{1996}}$$ exceeds $$\sqrt{n-1}$$ by an integer.

The condition leads to the equation... $$\sqrt{n + \sqrt{1996}} = \sqrt{n-1}+ k\ (1)$$ ... and squaring both terms of (2) we arrive to write... $$2\ \sqrt{499} = k^{2} + 2\ k\ \sqrt{n-1} - 1\ (2)$$

The only solution of (2) for n and k integers seems to be n=500 and k=1...

Kind regards

$\chi$ $\sigma$
 
First

$\displaystyle \lim_{n \to \infty} \sqrt{n+\sqrt{1996}}-\sqrt{n-1} = 0$.

It not hard to show that the function is decreasing and when $n = 1$, $\sqrt{n+\sqrt{1996}}-\sqrt{n-1}=6.758447736$ then so you really only need to check when the difference is either $1, 2, 3, 4, 5$ or $6$ and only 1 gives that $n$ is an integer.
 
Thanks to those for participating in this challenge problem.

My solution:

Let $$\sqrt{n+\sqrt{1996}}-\sqrt{n-1}=k$$, where $$k$$ is an integer.

$$\sqrt{n+\sqrt{1996}}=k+\sqrt{n-1}$$

$$n+\sqrt{1996}=k^2+n-1+2k\sqrt{n-1}$$

$$n+\sqrt{1996}=k^2+n-1+\sqrt{4k^2(n-1)}$$

By equating the radicand from both sides, we get

$$1996=4k^2(n-1)$$

$$499=k^2(n-1)$$

Since 499 is a prime number, and $$k^2=1$$, we can conclude that

$$n-1=499$$ or $$n=500$$ is the only solution to the problem.
 
chisigma said:
The condition leads to the equation... $$\sqrt{n + \sqrt{1996}} = \sqrt{n-1}+ k\ (1)$$ ... and squaring both terms of (2) we arrive to write... $$2\ \sqrt{499} = k^{2} + 2\ k\ \sqrt{n-1} - 1\ (2)$$

The only solution of (2) for n and k integers seems to be n=500 and k=1...

Kind regards

$\chi$ $\sigma$

nice deduction by making radicals same on both sides