6

The task was to find out the value of $$\sin\frac{31\pi}3$$

This is a example in my book in which following steps are shown: $$\begin{align} \sin\frac{31\pi}3& =\sin\left(10\pi +\frac\pi3\right)\\ &=\sin\frac\pi3\\ &=\frac{\sqrt3}2 \end{align}$$

I cannot understand step 3, $=\sin\frac\pi3$

dajoker
  • 2,297
  • 14
  • 25
Freddy
  • 1,237
  • 7
    $$ \sin(n\pi+\theta)=\left{ \begin{array}{l l} \sin\theta & ;\quad \text{if $n$ is even},\ \ -\sin\theta & ;\quad \text{if $n$ is odd}. \end{array} \right. $$ – Tunk-Fey May 28 '14 at 14:34
  • I think all answers are good. But i think we can accept only one.Is there any way by which i can accept more than one ? – Freddy May 28 '14 at 14:49
  • @Tunk-Fey you are right – Freddy May 28 '14 at 14:58
  • 3
    Old math joke: The value of sin? Value==wages and biblically, the wages of sin is death, so the value of sin==death. Try that one on your math teacher. – TechZen May 28 '14 at 17:09
  • @TechZen i am definetly going to try this on my maths teacher – Freddy May 28 '14 at 17:45

5 Answers5

12

The sine function is periodic with period $2\pi$. This means that $\sin\theta = \sin(\theta + 2\pi) \ \forall \ \theta$. One can apply this identity five times to get rid of the $10 \pi$ term.

Jeff Faraci
  • 9,878
8

The sine function is periodic with period $2\pi$. A periodic function is a function that repeats its values in regular intervals or periods. A function is said to be periodic with period $P$, where $P$ being a nonzero constant if we have $$ f(x+P) = f(x) $$ for all values of $x$ in the domain. Therefore $$ \sin(n\pi+\theta)=\left\{ \begin{array}{l l} \sin\theta & ;\quad \text{if $n$ is even},\\ \\ -\sin\theta & ;\quad \text{if $n$ is odd}. \end{array} \right. $$

Tunk-Fey
  • 24,849
6

Multiples of $2\pi$ do not matter because $\sin$ is periodic of period $2\pi$.

lhf
  • 216,483
4

Think of the unit circle and the definition of $\sin$: A straight line drawn from the origin with the angle between the $x$-axis of $\theta$ intersects the unit circle at $(\cos \theta, \sin \theta)$.

unit circle

Say you have a point on the unit circle at $(\cos \theta, \sin \theta)$. If the line making the angle $\theta$ from the origin makes a full revolution (revolves around the origin by a measure of $2\pi$), then it will end up in the same position. Thus, $\sin n = \sin (2\pi + n) = \sin (n - 2\pi)$.

3

You can confirm this by using the angle-sum formula:

$$\begin{align} \sin(10\pi + \pi/3) & = \sin(10\pi)\cos(\pi/3) + \cos(10 \pi)\sin(\pi/3) \\ \\ & = 0\cdot\frac 12 + 1 \cdot \sin (\pi/3) \\ \\ & = \sin(\pi/3)\\ \\ & = \sqrt 3/2\end{align}$$

amWhy
  • 209,954