Mastering "The 't' Method": Solving Trig Equations w/ Pavadrin

  • Thread starter Thread starter pavadrin
  • Start date Start date
  • Tags Tags
    Method Trig
Click For Summary

Homework Help Overview

The discussion revolves around the use of "The 't' Method" for solving trigonometric equations, specifically focusing on the substitution \( t = \tan \frac{A}{2} \) and its related formulas. Participants are exploring various trigonometric equations that need to be solved using this method.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants share their attempts at solving specific trigonometric equations, such as \( 2\sin x + 3\cos x = 5 \) and \( 3\tan x + \sqrt{3}\sec x = 1 \). There are inquiries about the correctness of their algebraic manipulations and whether alternative methods exist for verification. Some participants question the existence of real solutions based on the constraints of sine and cosine values.

Discussion Status

The discussion is active, with participants providing feedback on each other's work and raising questions about the validity of their approaches. Some guidance has been offered regarding potential errors in calculations and the nature of the solutions, but there is no explicit consensus on the outcomes of the equations.

Contextual Notes

Participants are working under the constraints of an upcoming test and are seeking clarification on the method and its applications. There is a mention of complex roots in relation to the equations being solved, indicating that some problems may not yield real solutions.

pavadrin
Messages
154
Reaction score
0
“The “t” Method”

Hey
Recently I have been studying for an upcoming test where it requires me to use “The “t” Method”. In this method the value of x for trigonometric equations is determined through vair the key component of “The “t” Method” is:
t=tan \frac{A}{2}
tan A=\frac{1+t^2}{1-t^2}
sin A=\frac{2t}{1+t^2}
cos A=\frac{1-t^2}{1+t^2}
If this is famliar to a reader by another name, could you please post this methods other name.
__________________________________________________​
Problems which i need to solve:
1. 2sin x + 3cos x = 5
2. 3tan x + \sqrt{3}sec x=1
3. 10cos (pi x) + 3sin (2pi x)=4
4. 3sin 2x + 5cot 3x = 7
5. csc x + 2sec (pi x)
__________________________________________________​
My working for question 1. 2sin x + 3cos x = 5
2\frac{2t}{1+t^2} + 3\frac{1-t^2}{1+t^2} = 5
\frac{4t + 3 - 3t^2}{1+t^2} = 5
4t + 3 -3t^2 = 5 +5t^2
4t + 2t^2 = 2
2t^2 + 4t - 2 = 0
t = 0.4142135624 or t = -2.414213562
t = \tan\frac{x}{2}
x = 2tan^-1 0.4142135624 or x = 2tan^-1 -2.414213562
x = 45 or x = -135.0005034
__________________________________________________​
I conclude my working here as I am not sure if it is correct. Is there an aleternaitve method I could use to check these final answers? And are there any more values of x for which the equation is true?
Thanks well in advance,
Pavadrin
 
Physics news on Phys.org
pavadrin said:
Hey
Recently I have been studying for an upcoming test where it requires me to use “The “t” Method”. In this method the value of x for trigonometric equations is determined through vair the key component of “The “t” Method” is:
t=tan \frac{A}{2}
tan A=\frac{1+t^2}{1-t^2}
sin A=\frac{2t}{1+t^2}
cos A=\frac{1-t^2}{1+t^2}
If this is famliar to a reader by another name, could you please post this methods other name.
__________________________________________________​
Problems which i need to solve:
1. 2sin x + 3cos x = 5
2. 3tan x + \sqrt{3}sec x=1
3. 10cos (pi x) + 3sin (2pi x)=4
4. 3sin 2x + 5cot 3x = 7
5. csc x + 2sec (pi x)
__________________________________________________​
My working for question 1. 2sin x + 3cos x = 5
2\frac{2t}{1+t^2} + 3\frac{1-t^2}{1+t^2} = 5
\frac{4t + 3 - 3t^2}{1+t^2} = 5
4t + 3 -3t^2 = 5 +5t^2
4t + 2t^2 = 2
You've lost track of a sign: adding 3t2 to both sides gives 8t^2- 4t+ 2= 0 or 4t^2- 2t+ 1= 0
That has only complex roots.

In fact, since 2+ 3= 5 and sine and cosine are never larger than 1, the only way we could have 2sin x+ 3cos x= 5 is to have sin x= 1 and cos x=1 which is not true for any x.
 
thanks HallofIvy.
do they all have complex roots, or do i need to wokr them as i have done before to determine x when i have it in terms of 2tan^-1 t ?
 
Well, I don't know! I only looked at the first as that was the one for which you showed your work. I imagine that at least some of these have real solutions but you will have to do the algebra to see.
 
oh okay, ill post my wokring for the otherss when i have more time.
 
working for question number 2.

3tan x + \sqrt{3}sec x=1

3\frac{2t}{1-t^2} + \sqrt{3}\frac{1+t^2}{1-t^2} = 1
\frac{6t + \sqrt{3} + t^2\sqrt{3}}{1 - t^2} = 1
6t + \sqrt{3} + t^2\sqrt{3} = 1 - t^2
(1 + \sqrt{3})t^2 + 6t - (1 - \sqrt{3}) = 0
therefore: t = -0.1296640194 or t = -2.066488403
for t = -0.1296640194
t = tan^-1 \frac{x}{2}
x = 2tan^-1 -0.1296640194
x = -14.77596194
t = -2.066488403
t = tan^-1 \frac{x}{2}
x = 2tan^-1 -2.066488403
x = -128.3541404




again, I am not sure if what i am do is right so i would appreciate it iof somebody helped me out. if anybody knows of alternative ways of solving these equations, please tell me how

many thanks
Pavadrin.
 
This is also known as the Weierstrass substitution.
 
pavadrin said:
Hey
Recently I have been studying for an upcoming test where it requires me to use “The “t” Method”. In this method the value of x for trigonometric equations is determined through vair the key component of “The “t” Method” is:
t=tan \frac{A}{2}
tan A=\frac{1+t^2}{1-t^2}
sin A=\frac{2t}{1+t^2}
cos A=\frac{1-t^2}{1+t^2}
If this is famliar to a reader by another name, could you please post this methods other name.
__________________________________________________​
Problems which i need to solve:
1. 2sin x + 3cos x = 5
2. 3tan x + \sqrt{3}sec x=1
3. 10cos (pi x) + 3sin (2pi x)=4
4. 3sin 2x + 5cot 3x = 7
5. csc x + 2sec (pi x)
__________________________________________________​
My working for question 1. 2sin x + 3cos x = 5
2\frac{2t}{1+t^2} + 3\frac{1-t^2}{1+t^2} = 5
\frac{4t + 3 - 3t^2}{1+t^2} = 5
4t + 3 -3t^2 = 5 +5t^2
4t + 2t^2 = 2
2t^2 + 4t - 2 = 0
t = 0.4142135624 or t = -2.414213562
t = \tan\frac{x}{2}
x = 2tan^-1 0.4142135624 or x = 2tan^-1 -2.414213562
x = 45 or x = -135.0005034
__________________________________________________​
I conclude my working here as I am not sure if it is correct. Is there an aleternaitve method I could use to check these final answers? And are there any more values of x for which the equation is true?
Thanks well in advance,
Pavadrin
You’ve made a mistake between the third and forth lines. The moves to the left with a minus, so as a result you get , which has no real solutions use quadratic formula).

Alternative approach to trig
 
okay,many thanks once again for the replies
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
2
Views
1K
Replies
7
Views
2K
Replies
13
Views
2K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 2 ·
Replies
2
Views
4K