Graphs of trigonometric functions
a) Sine function
The sine function is defined as f(θ)=sinθ. To draw the graph of f(θ), prepare a table of values and then use it to draw the required graph.
Table 8.2: The table of values for f(θ)=sinθ.
| θ | -2π | -3π/2 | -π | -π/2 | 0 | π/2 | π | 3π/2 | 2π |
|---|
| f(θ) = sin θ | 0 | 1 | 0 | -1 | 0 | 1 | 0 | -1 | 0 |
b) Cosine function
The cosine function is defined as f(θ)=cosθ. To draw the graph of f(θ), prepare a table of values for f(θ)=cosθ and then use it for plotting the curve.
The table of values for f(θ)=cosθ.
| θ | -2π | -3π/2 | -π | -π/2 | 0 | π/2 | π | 3π/2 | 2π |
|---|
| f(θ) = cos θ | 1 | 0 | -1 | 0 | 1 | 0 | -1 | 0 | 1 |
c) Tangent function
The tangent function is defined as f(θ)=tanθ and is undefined for some values of θ, which are referred to as asymptotes. To draw the graph of f(θ), prepare a table of values and then use it to draw the graph.
The table of values for f(θ)=tanθ.
| θ | -2π | -3π/2 | -5π/4 | -π | -3π/4 | -π/2 | -π/4 | 0 | π/4 | π/2 | 3π/4 | π | 5π/4 | 3π/2 | 2π |
|---|
| f(θ) = tan θ | 0 | -∞ | -1 | 0 | 1 | ∞ | -1 | 0 | 1 | ∞ | -1 | 0 | 1 | ∞ | 0 |
Properties of the graphs of trigonometric functions
- Maximum and minimum: The maximum and minimum values of f(θ)=sinθ and f(θ)=cosθ are 1 and -1, respectively. The tangent function f(θ)=tanθ has neither maximum nor minimum values.
- Periodic function: A function f is periodic with period T if f(θ+T)=f(θ). Sine, cosine, and tangent functions are periodic. Sine and cosine have a period of 2π radians or 360°. That is, sin(θ+2πn)=sinθ and cos(θ+2πn)=cosθ, where n=0,±1,±2,±3,… The tangent function has a period of π radians or 180°. That is, tan(θ+πn)=tanθ, where n=0,±1,±2,±3,…
- Even and odd function:
- A function f(θ) is even if f(−θ)=f(θ). The cosine function is even: cos(−θ)=cos(θ).
- A function f(θ) is odd if f(−θ)=−f(θ). The sine and tangent functions are odd: sin(−θ)=−sin(θ) and tan(−θ)=−tan(θ).
- Amplitude: This is the highest value that sine and cosine function graphs attain. The tangent graph has no amplitude. If f(θ)=asinθ or f(θ)=acosθ, then the amplitude is ∣a∣.
Calculus of trigonometric functions
The derivatives of trigonometric functions
Example 1: Derivative of sin x using the first principle
Find the derivative of f(x)=sinx from the first principle.
Solution:
Using the first principle of differentiation:
f′(x)=limh→0hf(x+h)−f(x)
Substituting f(x)=sinx:
f′(x)=limh→0hsin(x+h)−sinx
Using the trigonometric identity sin(A+B)=sinAcosB+cosAsinB:
f′(x)=limh→0hsinxcosh+cosxsinh−sinx
Rearranging:
f′(x)=limh→0hsinx(cosh−1)+cosxsinh
Separating the limit:
f′(x)=sinx⋅limh→0hcosh−1+cosx⋅limh→0hsinh
Using the standard limits limh→0hsinh=1 and limh→0hcosh−1=0:
f′(x)=sinx⋅0+cosx⋅1=cosx
Therefore, dxd(sinx)=cosx.
Example 2: Derivative of cos x using the first principle
Differentiate g(x)=cosx using the first principle.
Solution:
g′(x)=limh→0hcos(x+h)−cosx
Using the identity cos(A+B)=cosAcosB−sinAsinB:
g′(x)=limh→0hcosxcosh−sinxsinh−cosx
g′(x)=limh→0hcosx(cosh−1)−sinxsinh
g′(x)=cosx⋅limh→0hcosh−1−sinx⋅limh→0hsinh
Using the same standard limits as before:
g′(x)=cosx⋅0−sinx⋅1=−sinx
Therefore, dxd(cosx)=−sinx.
The integration of trigonometric functions
Since integration is the reverse process of differentiation, the following are standard integrals for trigonometric functions:
- ∫cosxdx=sinx+c
- ∫sinxdx=−cosx+c
- ∫sec2xdx=tanx+c
- ∫secxtanxdx=secx+c
- ∫cscxcotxdx=−cscx+c
- ∫csc2xdx=−cotx+c
where c is a constant of integration.
Example 3: Integral of sin(6x - 5)
Find ∫sin(6x−5)dx
Solution:
Let u=6x−5, then du=6dx, so dx=61du.
∫sin(6x−5)dx=∫sinu⋅61du
=61∫sinudu
=61(−cosu)+c
=−61cos(6x−5)+c
Example 4: Definite integral of cos 2x
Show that ∫0π/4cos2xdx=π/4
Solution:
∫0π/4cos2xdx=[2sin2x] evaluated from 0 to π/4
=2sin(2⋅π/4)−2sin(2⋅0)
=2sin(π/2)−2sin(0)
=21−0=21
There seems to be a mistake in the original problem. The integral evaluates to 1/2 not π/4.
Example 5: Integral of sec²(3x + 8)
Find ∫sec2(3x+8)dx
Solution:
Let u=3x+8, then du=3dx, so dx=31du.
∫sec2(3x+8)dx=∫sec2u⋅31du
=31∫sec2udu
=31tanu+c
=31tan(3x+8)+c