How to simplify following trignometric expression

  • Thread starter Thread starter needingtoknow
  • Start date Start date
  • Tags Tags
    Expression Simplify
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
needingtoknow
Messages
160
Reaction score
0

Homework Statement



- 1/[cosx(cos(x-90))]


The Attempt at a Solution



= - 1/[cosx(-cos(90-x))] //so first I take the negative sign out from (x-90) to make it (90-x)
= +1/[cosx(cos(90-x))] // negative sign from outside the cos and outside the entire fraction combine to become positive
= 1/[cosx(sinx)] //because cos(x-90) = sinx

However this answer is incorrect the answer in the back states the following:

= -1/[cosx(sinx)] //essentially the same except a negative sign infront of the fraction instead of positive. Why is that though? Can someone please help?
 
Physics news on Phys.org
needingtoknow said:
= - 1/[cosx(-cos(90-x))] //so first I take the negative sign out from (x-90) to make it (90-x)
##\cos(-x)=\cos(x)##, therefore ##\cos(x-90) = \cos(90-x)##.
 
  • Like
Likes   Reactions: 1 person
Oh yes that completely slipped my mind. Thank you Dr Claude!
 
needingtoknow said:

Homework Statement



- 1/[cosx(cos(x-90))]


The Attempt at a Solution



= - 1/[cosx(-cos(90-x))] //so first I take the negative sign out from (x-90) to make it (90-x)
= +1/[cosx(cos(90-x))] // negative sign from outside the cos and outside the entire fraction combine to become positive
= 1/[cosx(sinx)] //because cos(x-90) = sinx

However this answer is incorrect the answer in the back states the following:

= -1/[cosx(sinx)] //essentially the same except a negative sign infront of the fraction instead of positive. Why is that though? Can someone please help?

Do you mean ##\cos(x) \cos(x-90)?## If so, write it as cos(x)*cos(x-90), because what you wrote could well mean something else, such as
[tex]\cos\left( x \cos(x-90)\right)[/tex]
or something similar.
 
Duly noted thanks for the tip!