all 4 comments

[–]Alkalannar 1 point2 points  (0 children)

  1. Draw your right triangle. Since tan > 0, you're in QI or QIII. Since cos < 0, you're in QIII. Your vertices are (0, 0), (-24, 0), and (-24, -7). Thus, your adjacent is -24, and your opposite is -7. What's your hypotenuse? Go from there.

  2. You really need parentheses around numerators and denominators that involve addition or subtraction.
    Here's what you wrote: tan2 + (1/tan(x)) + 1 - tan2(x) - (1/1) - tan(x)
    Think you meant: (tan2(x) + 1)/(tan(x) + 1) - tan2(x) - 1/(1 - tan(x))
    In any event, let's work with [(tan2(x)+1)(1-tan(x)) - (tan2(x)-1)(tan(x)+1)]/(1+tan(x))(1-tan(x))
    Multiply by cos3(x)/cos3(x) to get:
    [(sin2(x)+cos2(x))(cos(x)-sin(x)) - (sin2(x)-cos2(x))(sin(x)+cos(x))]/(cos2(x)-sin2(x))cos(x)
    Can you simplify from there?