• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need math help

Simplify? What do you mean simplify? Those are as simple as they get. At least I can't figure out anything else to do with them.
 
Use the first co-function identity given in the URL that syringer provided.

It looks like:

sin(pi/2 - theta) = cos theta.

I am guessing that the answer to the first one is along the lines of "cos x".
 
For example..

since sin (y-x) = sin x*cos y - cos x * sin y
sin(pi/2 - x)
= sin(pi/2)cos(x) - cos(pi/2) * sin x
sin pi/2 = 1
cos pi/2 = 0

So that is 1 * cos (x) - 0 * sin x
= cos(x)
 
You also need to remember that the sine and cosine functions are 2-Pi-periodic-- which means you can safely remove 2*Pi from any argument to a sine or cosine function without changing its value...

In other words:

sin(5*Pi / 2 - x) = sin( [5*Pi / 2 - x] - 2*Pi) = sin(Pi/2 - x), and similiarly
cos(5*Pi/ 2 - x) = cos(Pi/2 - x)


 
Back
Top