Help Understanding Trig Identity

  • Context: Undergrad 
  • Thread starter Thread starter lntz
  • Start date Start date
  • Tags Tags
    Identity Trig
Click For Summary
SUMMARY

The discussion focuses on the trigonometric identity tan(2θ) = 2 * tan(θ) / (1 - tan²(θ)). The user is attempting to derive this identity while computing the value of pi using a faster converging method than the Leibniz series. Key steps include the identities sin(2θ) = 2sin(θ)cos(θ) and cos(2θ) = cos²(θ) - sin²(θ). The user struggles with the simplification process, particularly in dividing by cos²(θ) to arrive at the identity.

PREREQUISITES
  • Understanding of trigonometric identities, specifically double angle formulas.
  • Familiarity with the tangent function and its properties.
  • Basic algebraic manipulation skills, particularly with fractions.
  • Knowledge of series convergence, especially the Leibniz series for pi.
NEXT STEPS
  • Study the derivation of trigonometric identities, focusing on double angle formulas.
  • Learn about the properties of the tangent function and its applications in calculus.
  • Explore algebraic techniques for simplifying complex fractions.
  • Research faster converging series for calculating pi, such as the Bailey-Borwein-Plouffe formula.
USEFUL FOR

Mathematicians, students studying trigonometry, and anyone interested in numerical methods for calculating pi.

lntz
Messages
53
Reaction score
0
Hello there,

I have a problem I'm hoping someone can help me with. I'm writing a bit of code for computing the value of pi that converges faster than a previous piece that relies on the leibniz series.

Anyway, I'm struggling with showing how this identity arises. tan(2t) = 2 * tan(t) / 1 - tan2(t)

So far I've got to this point;

sin(2θ) = 2sin(θ)cos(θ) and,
cos(2θ) = cos2(θ) - sin2(θ)

tan(2θ) = sin(2θ) / cos(2θ)

= 2sin(θ) cos(θ) / cos2(θ) - sin2(θ)

From there, I know that this is the step I'm supposed to take but I'm struggling to make sense of it. =[ 2sin(θ)cos(θ) / cos2(θ) ] * 1 / 1 - tan2

Doing that step brings me back to the identity, but why it works is what I don't understand. I have been told that it is dividing by cos2θ but I must be doing something wrong because it doesn't seem to work out for me. when dividing through by cos2θ I get 2sin(θ)cos(θ) / 1 - tan2θ

I would really appreciate someone explaining this without making any large jumps in the reasoning. (I shouldn't be doing maths at this time, but it's really bugging me)

Thanks!
 
Mathematics news on Phys.org
Your algebra is OK to this step:

tan(2θ) = sin(2θ) / cos(2θ)

= 2sin(θ) cos(θ) / (cos^2(θ) - sin^2(θ))

Now, what you need to do is divide both the numerator and the denominator by cos^2(theta) and then simplify.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
1K
  • · Replies 17 ·
Replies
17
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K