Celeb Glow
updates | April 11, 2026

Proof of symmetry for trigonometric functions

$\begingroup$

How can I algebraically prove this trigonometric symmetry for sin?

$\sin(-x) = -\sin(x)$

$\endgroup$ 7

2 Answers

$\begingroup$

You can go from the definition of $sin(x) = \sum^\infty_{n=0}\frac{(-1)^nx^{2n+1}}{(2n+1)!}$

From there, factor $-x$ into $(-1)x$ and use $(xy)^a = x^ay^a$

Notice since $n$ is an integer you can say that $(-1)^{2n+1} = (-1)^{1}= -1$

$\endgroup$ 2 $\begingroup$

If you can use complex numbers and Euler's formula, try this algebraic argument:

Let $z= e^{ix} = \cos x+i\,\sin x$. Then $$ e^{-ix} = \frac1z = \frac{\bar z}{z\bar z} = \frac{\cos x - i \sin x}{\cos^2 + \sin^2x} = \cos x - i \sin x $$

On the other hand, $$ e^{-ix} = \cos(-x)+i\,\sin(-x) $$

Comparing real and imaginary parts we get $$ \cos(-x) = \cos(x) \qquad \sin(-x) = -\sin(x) $$

$\endgroup$ 4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy