Proving sin(x + pi/2) = cos(x)

  • Thread starter Thread starter ehrenfest
  • Start date Start date
AI Thread Summary
The discussion centers on proving the trigonometric identity sin(x + π/2) = cos(x). One participant notes that while the angle addition formula provides a straightforward proof, they seek alternative methods. Another contributor presents a geometric proof using a right triangle, explaining how the sine of complementary angles relates to cosine. They also suggest a graphical approach, highlighting that the graph of sin(x) can be viewed as a translation of the graph of cos(x). Overall, the thread explores various proofs and insights into this fundamental trigonometric relationship.
ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


This always seemed intuitive to me, but when I tried to prove it I got stuck:

sin(x +pi/2) = cos(x)

It is easy with the angle addition formula, but is there another way?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
how else do u want to prove it?
consider

<br /> e^{i(\theta + \pi/2)} = \cos (\theta + \pi/2) +i \sin (\theta + \pi/2) \qquad\quad (1)<br />

<br /> e^{i(\theta + \pi/2)} = e^{i\theta} e^{i\pi/2} = i e^{i\theta}<br /> = -\sin (\theta) + i \cos (\theta) \quad (2)<br />

equating Re and I am part of (1) and (2) to get two relationships between sin and cos.
 
I love the beauty of this mathematical proof:

Using Taylor expansion about x=0:

\cos(x) = 1 - \frac{1}{2}x^2 + \frac{1}{24}x^4 + ...

\sin(x) = x - \frac{1}{6}x^3 + \frac{1}{120}x^5 + ...

and:
e^{ix} = 1 + ix - \frac{1}{2}x^2 - i\frac{1}{6}x^3 + ... + \frac{i^n}{n!}x^n

So
e^{ix} = \cos(x) + i\sin(x)

It still amazes me, absolutely incredible :P

Sam
 
ehrenfest said:

Homework Statement


This always seemed intuitive to me, but when I tried to prove it I got stuck:

sin(x +pi/2) = cos(x)

It is easy with the angle addition formula, but is there another way?

There are many ways. The analytical approaches are very nice, but awfully sophisticated and high-powered.

This trig relation just came up in the work I'm doing with students on torque. Here's a trigonometric proof (which I'll describe rather than scanning and uploading a drawing):

Draw a right triangle and mark one of the non-right angles, theta. The other angle is of course complimentary, so it's (90º - theta); the sine of this angle will be the cosine of the other angle, which is the familiar "co-relation"

sin(90º - \theta) = cos \theta.

Now extend the side of the triangle adjacent to the complimentary angle outward away from the right angle. The angle between that ray and the hypotenuse is supplementary to the angle (90º - theta), so its measure is 180º - (90º - theta) = 90º + theta . But the sine of a supplementary angle is the same as the sine of the angle itself:

sin(180º - \theta) = sin \theta , so

sin(90º + \theta) = sin(90º - \theta) = cos \theta. Q.E.D.


P.S. *heh* I just thought of a graphical way to prove it. The graph of sin x looks like the graph of cos x translated to the right by \frac{\pi}{2}. So if you shift the graph of sin x to the left by the same amount, you have sin( x + \frac{\pi}{2}) = cos x.
 
Last edited:
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top