Let $n$ be an integer such that $0<n \le 1000$. Find $n$ so that:
- $\sin(n)$ is minimized.
- $\sin(n)$ is maximized.
- $|\frac{\sqrt{2}}{2}-\sin(n)|$ is minimized.
Which is larger; $\sin(710)$ or $-\sin(355)$?
Using MicrosoftExcel, I found that:
$\sin(n)$ is minimized when $n=344$.
$\sin(n)$ is maximized when $n=699$.
$|\frac{\sqrt{2}}{2}-\sin(n)|$ is minimized when $n=882$.
$\sin(710)>-\sin(355)$
Can we answer those four questions without calculators/Excel/...?
Any help would be appreciated. THANKS!
There's no clever way to do this by hand. It's probably intended for you to use a program.
The point of the exercise is to illustrate how close you can get to particular values using integer inputs. In fact you can get arbitrarily close (without being equal) to any value between $-1$ and $1$ using integer inputs.