Basic Mathematics & Logarithm
Limits and sequences
Grade 11
Question:
<p>Define a positive integer <em>n</em> to be squarish if either <em>n</em> is itself a perfect square or the distance from <em>n</em> to the nearest perfect square is a perfect square. For example, 2016 is squarish, because the nearest perfect square to 2016 is \(45^2 = 2025\) and \(2025 - 2016 = 9\) is a perfect square. (Of the positive integers between 1 and 10, only 6 and 7 are not squarish.)</p><p>For a positive integer N, let S(N) be the number of squarish integers between 1 and N, inclusive. Find positive constants \(\alpha\) and \(\beta\) such that \(\lim_{N \to \infty} \dfrac{S(N)}{N^\alpha} = \beta\).</p>
<p>\(\alpha = \dfrac{3}{4}, \beta = \dfrac{4}{3}\)</p>
<p>\(\alpha = \dfrac{3}{2}, \beta = \dfrac{2}{3}\)</p>
<p>\(\alpha = \dfrac{3}{5}, \beta = \dfrac{5}{3}\)</p>
<p>None of these</p>
Step-by-Step Solution
Key Concept: Squarish integers cluster near perfect squares k², and between consecutive squares k² and (k+1)², we can count approximately 2√k squarish integers (distance ≤ k from a perfect square). Summing over all perfect squares up to N gives S(N) ~ ∫₁^√N 2√k dk ~ (4/3)N^(3/4), yielding α = 3/4.
<p><strong>Step 1: Characterize squarish integers.</strong> An integer n is squarish if n = k² (perfect square) or |n - k²| = m² for some perfect squares k² and m².</p><p><strong>Step 2: Count squarish integers between consecutive perfect squares.</strong> Between k² and (k+1)², squarish integers are those within distance m² of k² or (k+1)². For large k, approximately 2k integers lie within distance k of k², giving roughly 2k squarish integers per interval [k², (k+1)²].</p><p><strong>Step 3: Sum over all perfect squares up to N.</strong> With √N perfect squares up to N, the total count is roughly:<br/>S(N) ~ ∑_{k=1}^{√N} 2k ~ ∫₁^{√N} 2k dk = [k²]₁^{√N} ~ N</p><p><strong>Step 4: Refine the asymptotic analysis.</strong> More careful analysis accounting for the length of intervals [k², (k+1)²] ≈ 2k shows:<br/>S(N) ~ ∫₁^{√N} 2√k dk = [\frac{4k^{3/2}}{3}]₁^{√N} ~ \frac{4}{3}N^{3/4}</p><p><strong>Step 5: Extract α and β.</strong> Comparing S(N) ~ βN^α:<br/>∴ α = \boxed{\frac{3}{4}}, β = \boxed{\frac{4}{3}}</p>
Correct Answer: A