Trigonometry/Solving Trigonometric Equations: Difference between revisions

From testwiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 23:24, 4 August 2024

Trigonometric equations are equations including trigonometric functions. If they have only such functions and constants, then the solution involves finding an unknown which is an argument to a trigonometric function.

Basic trigonometric equations

sin(x) = n

n sin(x)=n
|n|<1 x=α+2kπx=πα+2kπα[π2,π2]
n=1 x=π2+2kπ
n=0 x=kπ
n=1 x=π2+2kπ
|n|>1 x

The equation sin(x)=n has solutions only when n is within the interval [1,1] . If n is within this interval, then we first find an α such that:

α=arcsin(n)

The solutions are then:

x=α+2kπ
x=πα+2kπ

Where k is an integer.

In the cases when n equals 1, 0 or -1 these solutions have simpler forms which are summarized in the table on the right.

For example, to solve:

sin(x2)=32

First find α :

α=arcsin(32)=π3

Then substitute in the formulae above:

x2=π3+2kπ
x2=ππ3+2kπ

Solving these linear equations for x gives the final answer:

x=2π3(1+6k)
x=4π3(1+3k)

Where k is an integer.

cos(x) = n

n cos(x)=n
|n|<1 x=±α+2kπα[0,π]
n=1 x=π+2kπ
n=0 x=π2+kπ
n=1 x=2kπ
|n|>1 x

Like the sine equation, an equation of the form cos(x)=n only has solutions when n is in the interval [1,1] . To solve such an equation we first find one angle α such that:

α=arccos(n)

Then the solutions for x are:

x=±α+2kπ

Where k is an integer.

Simpler cases with n equal to 1, 0 or -1 are summarized in the table on the right.

tan(x) = n

n tan(x)=n
General
case
x=α+kπα[π2,π2]
n=1 x=π4+kπ
n=0 x=kπ
n=1 x=π4+kπ

An equation of the form tan(x)=n has solutions for any real n . To find them we must first find an angle α such that:

α=arctan(n)

After finding α , the solutions for x are:

x=α+kπ

When n equals 1, 0 or -1 the solutions have simpler forms which are shown in the table on the right.

cot(x) = n

n cot(x)=n
General
case
x=α+kπα[0;π]
n=1 x=3π4+kπ
n=0 x=π2+kπ
n=1 x=π4+kπ

The equation cot(x)=n has solutions for any real n . To find them we must first find an angle α such that:

α=arccot(n)

After finding α , the solutions for x are:

x=α+kπ

When n equals 1, 0 or -1 the solutions have simpler forms which are shown in the table on the right.

csc(x) = n and sec(x) = n

The trigonometric equations csc(x)=n and sec(x)=n can be solved by transforming them to other basic equations:

csc(x)=n  1sin(x)=n  sin(x)=1n
sec(x)=n  1cos(x)=n  cos(x)=1n

Further examples

Generally, to solve trigonometric equations we must first transform them to a basic trigonometric equation using the [[../Trigonometric_Identities_Reference|trigonometric identities]]. This sections lists some common examples.

a sin(x)+b cos(x) = c

To solve this equation we will use the identity:

asin(x)+bcos(x)=a2+b2sin(x+α)
α={arctan(ba),if a>0π+arctan(ba),if a<0

The equation becomes:

a2+b2sin(x+α)=c
sin(x+α)=ca2+b2

This equation is of the form sin(x)=n and can be solved with the formulae given above.

For example we will solve:

sin(3x)3cos(3x)=3

In this case we have:

a=1,b=3
a2+b2=12+(3)2=2
α=arctan(3)=π3

Apply the identity:

2sin(3xπ3)=3
sin(3xπ3)=32

So using the formulae for sin(x)=n the solutions to the equation are:

3xπ3=π3+2kπ  x=2kπ3
3xπ3=π+π3+2kπ  x=π9(6k+5)

Where k is an integer.

Template:Trigonometry/Navigation

pt:Matemática elementar/Trigonometria/Equações e inequações envolvendo funções trigonométricas