fouracres said:
cos+sin(tan)/sinsec=csc so I've tried many attempts and they all seem to get me stuck can someone please help me out!
This appears to be the same problem that you posted in a separate thread. As you have written this, it's difficult to understand what exactly the expression on the left side is.
For a simple example of what I'm talking about, consider this expression: x + x/2. Some people would add the x terms, and then divide by 2, simplifying the whole expression to 1x or x. This is incorrect, though, because multiplication and division are higher priority operations than addition and subtraction. The correct value of this expression is 3x/2.
When you are working with trig identities, there are a few basic identities that you need to know.
Basic definitions
tanx = sinx/cosx
cscx = 1/sinx
secx = 1/cosx
cotx = 1/tanx = cosx/sinx
Pythagorean identities
sin
2x + cos
x = 1
tan
2x + 1 = sec
2x
1 + cot
2x = csc
2x
There are other identities involving sums and differences of angles, double-angle identities, and so on, but the ones listed above are a good start. To be able to work with trig identities, you have to commit the ones above to memory.
Back to your problem, which I believe is this:
[tex]\frac{cos(x) + sin(x)tan(x)}{sin(x)sec(x)} = csc(x)[/tex]
A strategy that is useful most of the time is to use the basic trig identities to convert everything to sines and cosines.
An identity that is equivalent to the one above is:
[tex]\frac{cos(x) + sin(x)\frac{sin(x)}{cos(x)}}{sin(x)\frac{1}{cos(x)}} = \frac{1}{sin(x)}[/tex]
Clean up the left side by multiplying by 1 in the form of (1/cosx)/(1/cosx). You can always multiply by 1. This results in the lefthand side (LHS) being equal to:
[tex]LHS = \frac{cos^2(x) + sin^2(x)}{sin(x)}[/tex]
We're almost done. Can you do something with this to make it look like the right side?