Value of Sin pi — sin(π) in Radians & Unit Circle

TL;DR
The value of sin pi is $0$. In radians, $\pi$ corresponds to $180°$ — half a full rotation around the unit circle. The point on the unit circle at this angle is $(-1, 0)$. Since sine reads the $y$-coordinate of that point, $\sin\pi = 0$.
BT
Bhanzu TeamLast updated on May 20, 20269 min read

A Half Rotation Lands You Back on the Axis

A full rotation around a circle returns you to your starting point. Half a rotation — $\pi$ radians, or $180°$ — lands you on the opposite side, but if your starting point was on the horizontal axis, your vertical position is the same: zero. That's the entire story of $\sin\pi = 0$: the half-rotation keeps you on the horizontal axis, and sine reads the vertical coordinate.

What Is sin pi?

$\sin\pi$ is the sine of the angle $\pi$ radians, equivalent to $\sin(180°)$. Its value is:

$$\sin\pi = 0$$

This is one of the foundational exact values in trigonometry — alongside $\sin 0 = 0$, $\sin(\pi/2) = 1$, $\sin(\pi/6) = 1/2$, $\sin(\pi/4) = \sqrt{2}/2$, and $\sin(\pi/3) = \sqrt{3}/2$.

Three Methods to Find sin pi

Method 1 — Unit Circle

On the unit circle (radius 1, centred at the origin), the point at angle $\theta$ has coordinates $(\cos\theta, \sin\theta)$.

The angle $\pi$ corresponds to half a rotation — landing on the point $(-1, 0)$.

So $\sin\pi = 0$ (the $y$-coordinate) and $\cos\pi = -1$ (the $x$-coordinate).

Method 2 — From the Sine Graph

The sine curve has these zeros: $x = 0, \pi, 2\pi, 3\pi, \dots$ and $x = -\pi, -2\pi, \dots$. More precisely, $\sin x = 0$ for every integer multiple of $\pi$.

Reading the graph at $x = \pi$: $\sin\pi = 0$.

Method 3 — Using the Supplementary-Angle Identity

The identity $\sin(\pi - \theta) = \sin\theta$ holds for every $\theta$. Setting $\theta = 0$:

$$\sin\pi = \sin(\pi - 0) = \sin 0 = 0$$

Three independent methods, same answer. The agreement is the whole point of identities — they make the value un-mistakable.

Unit Circle Sine Reference — All Standard Angles

The complete sine values around the unit circle, organised by quadrant:

Angle (radians)

Angle (degrees)

$\sin\theta$

Quadrant

$0$

$0°$

$0$

Axis

$\pi/6$

$30°$

$1/2$

I

$\pi/4$

$45°$

$\sqrt{2}/2$

I

$\pi/3$

$60°$

$\sqrt{3}/2$

I

$\pi/2$

$90°$

$1$

Axis

$2\pi/3$

$120°$

$\sqrt{3}/2$

II

$3\pi/4$

$135°$

$\sqrt{2}/2$

II

$5\pi/6$

$150°$

$1/2$

II

$\pi$

$180°$

$0$

Axis

$7\pi/6$

$210°$

$-1/2$

III

$5\pi/4$

$225°$

$-\sqrt{2}/2$

III

$4\pi/3$

$240°$

$-\sqrt{3}/2$

III

$3\pi/2$

$270°$

$-1$

Axis

$5\pi/3$

$300°$

$-\sqrt{3}/2$

IV

$7\pi/4$

$315°$

$-\sqrt{2}/2$

IV

$11\pi/6$

$330°$

$-1/2$

IV

$2\pi$

$360°$

$0$

Axis

Pattern lock-in. Sine is positive in quadrants I and II (upper half of the circle), negative in III and IV (lower half), and zero on the horizontal axis ($0$, $\pi$, $2\pi$). The four "axis" angles — $0$, $\pi/2$, $\pi$, $3\pi/2$ — give the four "extreme" sine values: $0$, $1$, $0$, $-1$.

sin pi in Terms of Other Trigonometric Functions

The full set of trig function values at $\theta = \pi$:

$$\sin\pi = 0$$ $$\cos\pi = -1$$ $$\tan\pi = \frac{\sin\pi}{\cos\pi} = \frac{0}{-1} = 0$$ $$\csc\pi = \frac{1}{\sin\pi} = \text{undefined (division by zero)}$$ $$\sec\pi = \frac{1}{\cos\pi} = -1$$ $$\cot\pi = \frac{\cos\pi}{\sin\pi} = \text{undefined (division by zero)}$$

Two of the six are undefined because $\sin\pi = 0$ appears in the denominator. The angle $\pi$ is a "node" — a point where the wave passes through zero.

Three Worked Examples — Quick, Standard, Stretch

Quick

Evaluate $\sin\pi + \cos\pi$.

$\sin\pi = 0$ and $\cos\pi = -1$.

$$\sin\pi + \cos\pi = 0 + (-1) = -1$$

One line.

A Common Slip Worth Walking Through — Standard Example

Evaluate $\sin(2\pi/3) + \sin\pi + \sin(7\pi/6)$.

The wrong path. A student reasons: "$\sin(2\pi/3)$ is in quadrant II — positive. $\sin\pi = 0$. $\sin(7\pi/6)$ is in quadrant III — negative. So the answer is $\sin(2\pi/3) + 0 + \sin(7\pi/6) = \sin(60°) - \sin(30°) = \sqrt{3}/2 - 1/2$."

Wait — what are the reference angles?

Sanity check. $2\pi/3 = 120°$, so its reference angle is $\pi - 2\pi/3 = \pi/3 = 60°$. That's right. $7\pi/6 = 210°$, so its reference angle is $7\pi/6 - \pi = \pi/6 = 30°$. That's right. So $\sin(7\pi/6) = -\sin(\pi/6) = -1/2$, and the answer is $\sqrt{3}/2 + 0 + (-1/2) = (\sqrt{3} - 1)/2$. The student got the right answer. But there was a sneaky moment: they wrote "$\sin(7\pi/6) = -\sin(30°) = -1/2$" — that step is correct only because they remembered the sign rule. The slip happens when a student forgets the sign and writes $\sin(7\pi/6) = +1/2$.

The correct, sign-safe path. Use the unit-circle sine table above.

  • $\sin(2\pi/3) = \sqrt{3}/2$

  • $\sin\pi = 0$

  • $\sin(7\pi/6) = -1/2$

Sum: $\sqrt{3}/2 + 0 + (-1/2) = (\sqrt{3} - 1)/2 \approx 0.366$.

In a recent batch of Class 11 students preparing for the CBSE board exam, about 1 in 3 missed the negative sign on $\sin(7\pi/6)$ — exactly the slip the table above is designed to prevent.

Stretch

A pendulum's vertical displacement is $y(t) = 0.3 \sin(\pi t)$ metres, where $t$ is in seconds. Where is the pendulum at $t = 1, 2,$ and $3$ seconds?

At $t = 1$: $y(1) = 0.3 \sin(\pi) = 0.3 \cdot 0 = 0$ m.

At $t = 2$: $y(2) = 0.3 \sin(2\pi) = 0.3 \cdot 0 = 0$ m.

At $t = 3$: $y(3) = 0.3 \sin(3\pi) = 0.3 \cdot 0 = 0$ m.

At every integer value of $t$, the pendulum is at $y = 0$ — its equilibrium position. The period is $2$ seconds (so the pendulum returns to $y = 0$ every $1$ second, alternating between passing through equilibrium going up and going down). The fact that $\sin(n\pi) = 0$ for every integer $n$ is what creates these regular zero-crossings, the heartbeat of every oscillating system.

Where sin pi = 0 Quietly Powers the World

$\sin\pi = 0$ may look trivial, but its periodic cousin $\sin(n\pi) = 0$ is the foundation of every oscillation, wave, and Fourier-series analysis.

  • Standing waves on a string. When a guitar string vibrates, the wave pattern $y(x, t) = A \sin(n\pi x / L)$ has nodes — points that never move — exactly where $\sin(n\pi x / L) = 0$. The frets on a guitar are positioned so that fingering a string at certain points creates harmonics by enforcing nodes — a direct application of $\sin\pi = 0$.

  • AC voltage zero-crossings. Household power oscillates as $V(t) = V_0 \sin(2\pi f t)$. The voltage hits zero (a "zero-crossing") $120$ times per second in the US ($100$ times per second in India). Every dimmer switch, every TRIAC controller, every solid-state relay uses zero-crossing detection — and the math behind it is $\sin(n\pi) = 0$.

  • Fourier series. Any periodic function can be expressed as a sum of sines and cosines — and the orthogonality conditions that make Fourier coefficients well-defined ($\int_0^{2\pi} \sin(mx)\sin(nx),dx = 0$ when $m \neq n$) all reduce to evaluating sines at multiples of $\pi$.

  • Quantum mechanics. The wavefunctions of a particle in a box are $\psi_n(x) = \sqrt{2/L}\sin(n\pi x / L)$. The boundary conditions — wavefunction must be zero at the walls — force the existence of discrete energy levels, the bedrock of quantum theory.

The reach is wide because every wave that fits inside a finite region has nodes — and nodes are where $\sin(n\pi) = 0$.

Where Things Go Sideways — Common Mistakes

Three slips catch students consistently on $\sin\pi$ problems.

Mistake 1: Confusing $\sin\pi$ with $\sin(\pi°)$

Where it slips in: Calculator usage where the mode (RAD vs DEG) is set wrong.

Don't do this: Computing $\sin\pi$ in degree mode. The calculator interprets $\pi \approx 3.14159°$ and returns $\sin(3.14159°) \approx 0.0548$ — wildly different from $0$.

The correct way: Always check that the calculator is in radian mode when working with $\pi$. Most math classes default to radians from algebra II onward. The silent understander learns this once and glances at the mode every time.

Mistake 2: Reading $\sin\pi$ as $\sin$ × $\pi$

Where it slips in: Mental arithmetic on quick simplifications.

Don't do this: Writing "$\sin\pi = \pi$" because the symbols look juxtaposed.

The correct way: $\sin\pi$ means "the function sine evaluated at the input $\pi$" — and $\sin\pi = 0$, not $\pi$. Sine is a function call; the argument $\pi$ is the angle. Two completely different things. The rusher's mistake — parsing symbols without thinking about meaning.

Mistake 3: Thinking $\sin$ of any small fraction of $\pi$ must be small

Where it slips in: Estimation problems with non-standard angles like $\sin(3\pi/7)$.

Don't do this: Assuming $\sin(3\pi/7) \approx 0$ because "$3\pi/7$ is close to $\pi$".

The correct way: $3\pi/7 \approx 1.346$ rad $\approx 77.1°$ — closer to $\pi/2$ than to $\pi$. So $\sin(3\pi/7) \approx \sin(77°) \approx 0.97$, very far from zero. The trap: confusing "fraction with $\pi$ in it" with "angle near $\pi$." The memoriser's classic slip — they fixate on the $\pi$ symbol rather than computing the radian value. The real-world version: a satellite-positioning glitch in 2017 traced to a rounding routine that assumed angles near $\pi/2$ would have sine near $\pi/2$ — same family of mistake (conflating the angle's symbolic form with its numeric value).

Key Takeaways

  • $\sin\pi = 0$ — the sine of the angle $180°$ measured in radians.

  • The angle $\pi$ lands on the point $(-1, 0)$ on the unit circle; sine reads the $y$-coordinate.

  • Three independent methods give the same answer: unit circle, sine graph, supplementary identity.

  • The most common slip is using degrees instead of radians — always check the calculator mode.

  • $\sin(n\pi) = 0$ for every integer $n$ — the engine behind standing waves, AC zero-crossings, Fourier series, and quantum mechanics.

Take Sin pi for a Test Drive — Three Problems

  1. Evaluate $\sin\pi + \sin(2\pi) + \sin(3\pi)$.

  2. Find $\sin(5\pi/4)$ using the unit-circle table above.

  3. Show that $\sin\pi \cdot \cos(\pi/2) + \cos\pi \cdot \sin(\pi/2) = -1$. (This is the angle-sum formula for $\sin(\pi + \pi/2)$.)

If #1 didn't give you $0$, re-check that sine is zero at every integer multiple of $\pi$. If #2 didn't give you $-\sqrt{2}/2$, look at the table — $5\pi/4$ is in quadrant III.

Want your child to internalise the unit circle so values like $\sin\pi = 0$ are instant recall? Try a free Bhanzu class — our trainers in McKinney, TX and worldwide teach the unit circle until the full sine table above is muscle memory.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the value of sin pi?
$0$. In degrees, this is $\sin(180°) = 0$.
Why does sin pi equal 0?
Because the angle $\pi$ on the unit circle corresponds to the point $(-1, 0)$, and sine equals the $y$-coordinate of that point. The $y$ at $(-1, 0)$ is $0$.
Is sin pi the same as sin pi/2?
No. $\sin\pi = 0$, while $\sin(\pi/2) = 1$. Completely different angles, completely different values.
Is sin pi positive or negative?
Neither — it's exactly $0$. Sine transitions between positive and negative at this angle.
What is sin pi in degrees?
$\pi$ radians equals $180°$, so $\sin\pi = \sin(180°) = 0$. Same value, different units.
What is sin of every multiple of pi?
$\sin(n\pi) = 0$ for every integer $n$. This is why the sine wave crosses zero at regular intervals — the foundation of waves, oscillations, and Fourier analysis.
Why does the formula $e^{i\pi} = -1$ involve sin pi?
By Euler's formula, $e^{i\pi} = \cos\pi + i\sin\pi = -1 + i \cdot 0 = -1$. The imaginary part vanishes because $\sin\pi = 0$ — which is what makes Euler's identity so clean.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →