Calculus/Derivatives of Trigonometric Functions: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>יהודה שמחה ולדמן
No edit summary
 
(No difference)

Latest revision as of 12:33, 7 April 2016

Template:Calculus/Top Nav

Sine, cosine, tangent, cosecant, secant, cotangent. These are functions that crop up continuously in mathematics and engineering and have a lot of practical applications. They also appear in more advanced mathematics, particularly when dealing with things such as line integrals with complex numbers and alternate representations of space like spherical and cylindrical coordinate systems.

We use the definition of the derivative, i.e.,

f(x)=limh0f(x+h)f(x)h ,

to work these first two out.

Let us find the derivative of sin(x), using the above definition.

f(x)=sin(x)
f(x)=limh0sin(x+h)sin(x)h Definition of derivative
=limh0cos(x)sin(h)+cos(h)sin(x)sin(x)h trigonometric identity
=limh0cos(x)sin(h)+(cos(h)1)sin(x)h factoring
=limh0cos(x)sin(h)h+limh0(cos(h)1)sin(x)h separation of terms
=cos(x)×1+sin(x)×0 application of limit
=cos(x) solution

Now for the case of cos(x).

f(x)=cos(x)
f(x)=limh0cos(x+h)cos(x)h Definition of derivative
=limh0cos(x)cos(h)sin(h)sin(x)cos(x)h trigonometric identity
=limh0cos(x)(cos(h)1)sin(x)sin(h)h factoring
=limh0cos(x)(cos(h)1)hlimh0sin(x)sin(h)h separation of terms
=cos(x)×0sin(x)×1 application of limit
=sin(x) solution

Therefore we have established

Derivative of Sine and Cosine

ddxsin(x)=cos(x)
ddxcos(x)=sin(x)


To find the derivative of the tangent, we just remember that:

tan(x)=sin(x)cos(x)

which is a quotient. Applying the quotient rule, we get:

ddxtan(x)=cos2(x)+sin2(x)cos2(x)

Then, remembering that cos2(x)+sin2(x)=1 , we simplify:

cos2(x)+sin2(x)cos2(x) =1cos2(x)
=sec2(x)


Derivative of the Tangent

ddxtan(x)=sec2(x)

For secants, we again apply the quotient rule.

sec(x)=1cos(x)
ddxsec(x)=ddx1cos(x)=cos(x)d1dx1dcos(x)dxcos(x)2=cos(x)01(sin(x))cos(x)2

Leaving us with:

ddxsec(x)=sin(x)cos2(x)

Simplifying, we get:


Derivative of the Secant

ddxsec(x)=sec(x)tan(x)

Using the same procedure on cosecants:

csc(x)=1sin(x)

We get:


Derivative of the Cosecant

ddxcsc(x)=csc(x)cot(x)

Using the same procedure for the cotangent that we used for the tangent, we get:


Derivative of the Cotangent

ddxcot(x)=csc2(x)

Template:Calculus/Top Nav Template:Calculus/TOC