How do I solve (cot(x)+tan(x)) / (csc(-x))?
I assume I need to convert cot(x) + tan(x) into terms of cosine and sine, then end up with 1/(sin(x)cos(x)) , but I get stuck with how to deal with the rest of the problem from there.
I assume I need to convert
1 Answer
Oct 14, 2017
This equals
Explanation:
I like to rewrite in terms of sine and cosine.
=(cosx/sinx + sinx/cosx)/(1/sin(-x))
We also know that
= ((cos^2x+ sin^2x)/(cosxsinx))/(-1/sinx)
We can use
= (1/(cosxsinx))/(-1/sinx)
= 1/(cosxsinx) * -sinx
= -1/cosx
This can be rewritten using
=-secx
Hopefully this helps!