Sinusoidal function

From Calculus
Revision as of 13:29, 5 September 2011 by Vipul (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

As a linear transform of the sine function

The term sinusoidal function refers to a function of the form fsing where f and g are linear functions and sin is the sine function. Specifically, it is a function of the form:

xμ+Asin(mx+φ),A>0,m0

Here:

  • μ is the mean value about which the function is oscillating, i.e., the graph of a function looks like a scaled sine function about the horizontal line y=μ.
  • A is the amplitude of oscillations, i.e., the function oscillates between a minimum value of μA and a maximum value of μ+A.
  • m is the angular frequency parameter and controls the period of oscillations, which is given by 2π/m.
  • φ is a phase parameter that roughly describes the head start of the function relative to a function that starts at its mean value at x=0.

As a linear combination of sine and cosine functions

The term sinusoidal function can be used for a function of the form:

xμ+αsin(mx)+βcos(mx),m0,α2+β2>0

Conversion between the two versions

Here's how we convert the linear combination version to the linear transform version:

  • μ,m remain the same.
  • Set A=α2+β2.
  • Set φ as an angle so that cosφ=α/A and sinφ=β/A. φ is uniquely determined up to additive multiples of 2π.

Here's how we convert the linear transform version to the linear combination version:

  • μ,m remain the same.
  • α=Acosφ.
  • β=Asinφ.

Examples

Function How it's a sinusoidal function in the linear transform sense How it's a sinusoidal function in the linear combination sense
sine function 0+1sin(1x+0):
μ=0,A=1,m=1,φ=0
0+1sin(1x)+0cos(1x)
μ=0,m=1,α=1,β=0
cosine function 0+1sin(1x+π/2)
μ=0,A=1,m=1,φ=π/2
0+0sin(1x)+1cos(1x)
μ=0,m=1,α=0,β=1.
sine-squared function sin2 1/2+(1/2)sin(2xπ/2)
μ=1/2,A=1/2,m=2,φ=π/2
(1/2)+0sin(2x)+(1/2)cos(2x)
μ=1/2,m=2,α=0,β=1/2
cosine-squared function cos2 1/2+(1/2)sin(2x+π/2)
μ=1/2,A=1/2,m=2,φ=π/2
(1/2)+0sin(2x)+(1/2)cos(2x)
μ=1/2,m=2,α=0,β=1/2