MHB What Positive Integers Satisfy a Specific Condition Involving Square Roots?

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Integers Positive
AI Thread Summary
The discussion focuses on finding positive integers n such that the expression √(n + √1996) exceeds √(n - 1) by an integer k. The derived equation from this condition leads to the conclusion that the only solution is n = 500 and k = 1. Participants appreciated the clever manipulation of radicals to arrive at this result. The simplicity of the solution surprised some, raising questions about the existence of additional solutions. Overall, the problem highlights an interesting relationship between square roots and integers.
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$
 
chisigma said:
The only solution of (2) for n and k integers seems to be n=500 and k=1...
Thank Heavens! My head was insisting there be more solutions, otherwise it seemed too easy.

(Wait) Of course now I just jinxed myself!

-Dan
 
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.
 
Nice trick with the radicands. (Bow)

-Dan
 
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
 
Back
Top