Proving trigonometric functions

AI Thread Summary
The discussion focuses on proving the identity 1/(secθ - tanθ) = secθ + tanθ. The user initially attempts to manipulate the left-hand side to show it equals the right-hand side but expresses concern about the method used. Suggestions include using the conjugate of the denominator to simplify the proof and leveraging the identity sec²θ - tan²θ = 1 to validate the result without converting to sine and cosine. The conversation emphasizes the importance of proper notation and clarity in mathematical proofs. The proof can be effectively demonstrated through algebraic manipulation and known trigonometric identities.
chwala
Gold Member
Messages
2,825
Reaction score
413
Mod note: Moved from a technical math forum, so this post is missing the homework template
i am trying to prove that ##1/sec∅-tan∅ ≡ sec ∅ + tan∅##
this is how i attempted it, i tried to show that the left hand side is equal to the right...
## 1/ 1/(cos∅-sin∅)/cos∅##
where i end up with
## (cos∅)/(1-sin ∅)## where this is ≡ ## (1+sin ∅)/(cos∅)##
taking ## cos^2∅/1-sin∅## divide by ##1+sin∅/cos∅## is equal to 1 (this is my proof), my concern is can we reduce
and show that ## cos∅/1-sin∅≡1+sin∅/cos∅## without necessarily dividing as i did it
 
Last edited by a moderator:
Physics news on Phys.org
Can you please rewrite that, and this time use brackets appropriately. Either use \frac{a}{b} in latex to write a fraction with numerator 'a' and denominator 'b', or simply throw brackets in when multiple terms are either in the numerator or denominator.

While I know that you intended to write

\frac{1}{\sec\theta -\tan\theta}=\sec\theta+\tan\theta

I first interpreted what you wrote as

\frac{1}{\sec\theta} -\tan\theta=\sec\theta+\tan\theta

chwala said:
where this is ≡ ## (1+sin ∅)/(cos∅)##
Which is then clearly equal to \sec\theta+\tan\theta.

chwala said:
taking ## cos^2∅/1-sin∅## divide by ##1+sin∅/cos∅## is equal to 1 (this is my proof), my concern is can we reduce
and show that ## cos∅/1-sin∅≡1+sin∅/cos∅## without necessarily dividing as i did it
Just multiply the numerator and denominator by 1+\sin\theta.

\frac{\cos\theta}{1-\sin\theta}\cdot \frac{1+\sin\theta}{1+\sin\theta}

\frac{\cos\theta(1+\sin\theta)}{1-\sin^2\theta}

\frac{\cos\theta(1+\sin\theta)}{\cos^2\theta}
 
  • Like
Likes chwala
Thanks Mentallic i like Maths;)
 
thanks
 
Last edited:
You're welcome :)

Also, notice something. We want to prove that

\frac{1}{\sec\theta-\tan\theta}=\sec\theta+\tan\theta

So what if we simply multiplied the LHS by the conjugate of the denominator, resulting in

\frac{1}{\sec\theta-\tan\theta}\cdot \frac{\sec\theta+\tan\theta}{\sec\theta+\tan\theta}

=\frac{\sec\theta+\tan\theta}{\sec^2\theta-\tan^2\theta}

and at this point we know that it's supposed to be equal to the RHS (since you're expecting the result to be true), so clearly the denominator must be equal to 1. Well can we show that?

\sec^2\theta-\tan^2\theta=1 should remind you of the identity

\sec^2\theta=1+\tan^2\theta

so if you mention this identity, then you can say that the denominator is equal to 1 and hence you've proved it without ever converting to sin and cos.
 
  • Like
Likes chwala
Back
Top