1
$\begingroup$

fine the limit:

$$\lim_{ n \to \infty }\sin ^2(\pi\sqrt{n^2+n})=?$$

my try :

$$\lim_{ n \to \infty }\sin ^2(\pi\sqrt{n^2+n})=\sin ^2(\lim_{ n \to \infty }\pi\sqrt{n^2+n})\\\sin^2(\infty)=$$Does not exist

is it right ?

  • 2
    For large $n$ we have $\sqrt{n^2+n}\approx n+\dfrac12$. And $\sin^2(\pi[n+\dfrac12])\approx \sin^2(\pi/2)=1$. More precisely, use $$\lim_{n\to\infty}(\sqrt{n^2+n}-n)=\frac12,$$ and periodicity of sine squared.2017-02-23
  • 0
    So the same trick that was used [here](http://math.stackexchange.com/q/577925/11619) (and with other questions on our site). I think this question is a duplicate, but I have promised not to vote to close it as such because my vote is immediately binding.2017-02-23
  • 0
    Is $ n \in \mathbb{N}$?2017-02-23
  • 0
    it seems that you are right, but this is not a proof2017-02-23

2 Answers 2

5

$$\begin{align}\lim_{n\rightarrow \infty}\sin^2\left(\pi\sqrt{n^2+n}\right) &=\lim_{n\rightarrow \infty}\sin^2\left(n\pi-\pi\sqrt{n^2+n}\right)\\ &=\lim_{n\rightarrow \infty}\sin^2\bigg(\frac{-\pi^2 n}{n\pi+\pi\sqrt{n^2+n}}\bigg)\end{align}$$

So $$\lim_{n\rightarrow \infty}\sin^2\left(\pi\sqrt{n^2+n}\right) = 1$$

Because:$$\displaystyle \star \; \lim_{n\rightarrow \infty}\frac{\pi^2 n}{n\pi+\pi\sqrt{n^2+n}} = -\lim_{n\rightarrow \infty}\frac{\pi}{1+\sqrt{1+\frac{1}{n}}} = -\frac{\pi}{2}$$

  • 0
    How does the first equality follow?2017-02-23
  • 1
    Sir, see the last step once again and you could add some helpful information for the OP to understand the conclusion.2017-02-23
  • 0
    because $\sin ^2(n\pi-x) = \sin^2 x,n\in \mathbb{Z}$2017-02-23
  • 1
    Where the OP says that $n \in \mathbb{Z}$?2017-02-23
  • 0
    yes @alex Silva you are right.2017-02-23
  • 1
    @Alex Silva. $n\in\mathbb{N}$ is obviously implicitly assumed. This is a widely shared convention that the letters $n,m,p,q$ (amongst others) should reprensent integers unless otherwise explicitely stated.2017-02-23
  • 0
    You seem to have magically gotten a minus sign in the last row. ($\star$)2017-02-23
1

we have $$\left(\sin(\pi\sqrt{n^2+n}-\pi n+\pi n\right)^2=\left(\sin\left(\frac{\pi}{\sqrt{1+\frac{1}{n}}+1}\right)\cos(\pi n)\right)^2$$ and the searched limit is $1$ if $n$ tends to infinity

  • 0
    why ?$\left(\sin(\pi(\sqrt{n^2+n}-\pi n+\pi n\right)^2=\left(\sin\left(\frac{\pi}{\sqrt{1+\frac{1}{n}}+1}\right)\cos(\pi n)\right)^2$2017-02-23
  • 0
    you must youse the addition formulas $$\sin(x+y)=\sin(x)\cos(y)+\cos(x)\sin(y)$$ and $$\sin(\pi n)=0$$ if $n$ is a whole number2017-02-23