How do you simplify $ \frac{\tan \theta \cos \theta}{\sec \theta} $?

595 Views Asked by At

How do you solve/simplify this? I am having trouble solving for the correct answer. We did this in class and I am getting a different answer than what the teacher said it was.

$$ \frac{\tan \theta \cos \theta}{\sec \theta} $$?

2

There are 2 best solutions below

0
On

Remember that it's always possible your teacher is wrong. People make mistakes, and sometimes people are particularly prone to mistakes when they are trying to work in front of a group of students.

Use \begin{align*} \tan \theta &= \frac{\sin\theta}{\cos \theta} \\ \sec \theta &= \frac{1}{\cos \theta} \end{align*} So if $c = \cos \theta$, $s = \sin \theta$, we have $$ \frac{\tan \theta \cos \theta}{\sec \theta} = \frac{(s/c)(c)}{(1/c)} = sc = \sin \theta \cos \theta. $$

0
On

Remember that $\tan(\theta) = \frac{\sin(\theta)}{\cos(\theta)}$ and $\sec(\theta) = \frac{1}{\cos(\theta)}$.

Substitute these into your original expression, cancel terms where appropriate, and simplify. It is also entirely possible that your answer and your teacher's answer are equivalent, which is something you'll have to look out for more and more as you progress in math. :)