Periodicity of Functions

Definition

Definition of a Periodic Function

If there exists a nonzero constant TT such that for every xx in the domain, f(x+T)=f(x)f(x + T) = f(x), then f(x)f(x) is called a periodic function, and TT is called a period of ff.

How Many Periods Does a Periodic Function Have?

If TT is a period, then for any positive integer nn, nTnT is also a period:

f(x+2T)=f((x+T)+T)=f(x+T)=f(x)f(x + 2T) = f((x + T) + T) = f(x + T) = f(x)

and by induction, f(x+nT)=f(x)f(x + nT) = f(x) for every positive integer nn. So a periodic function has infinitely many periods.

Can a Period Be Negative?

Yes. If TT is a period, then T-T is also a period: letting y=xTy = x - T, we have f(y+T)=f(y)f(y + T) = f(y), i.e. f(x)=f(xT)f(x) = f(x - T).

For example, y=sinxy = \sin x repeats every 2π2\pi:

That is, sin(x+2π)=sinx\sin(x + 2\pi) = \sin x for all xx.

Fundamental Period

Since any integer multiple nTnT of a period is also a period, a periodic function has infinitely many positive and negative periods. For convenience we usually care about the fundamental (least positive) period.

Fundamental Period

For a periodic function f(x)f(x), if there exists a positive number T0T_0 such that:

  1. T0T_0 is a period of f(x)f(x)
  2. no positive number smaller than T0T_0 is a period of f(x)f(x)

then T0T_0 is called the fundamental period of f(x)f(x).

Meaning:

  • The fundamental period is the most basic information describing the repetition of the function
  • Knowing the fundamental period lets you derive all periods (nT0nT_0, nn an integer)

Is the Fundamental Period Unique?

Yes—if a periodic function has a fundamental period, it is unique.

Proof sketch (by contradiction): suppose T1T_1 and T2T_2 are two different fundamental periods with T1>T2T_1 > T_2. Since both are periods, T1T2T_1 - T_2 is also a period (because f(x+(T1T2))=f((x+T1)T2)=f(x)f(x + (T_1 - T_2)) = f((x + T_1) - T_2) = f(x)). But 0<T1T2<T10 < T_1 - T_2 < T_1, contradicting that T1T_1 is the smallest positive period. Hence the fundamental period is unique.

Is a Constant Function Periodic?

Yes. For f(x)=cf(x) = c, every positive TT satisfies f(x+T)=c=f(x)f(x + T) = c = f(x).

However, a constant function has no fundamental period: for any proposed T0T_0, there is a smaller positive number that is also a period. So not every periodic function has a fundamental period.

Common Periodic Functions

常见周期函数图像

The fundamental periods of the common ones:

  • sinx\sin x, cosx\cos x: fundamental period 2π2\pi
  • tanx\tan x, cotx\cot x: fundamental period π\pi
  • sin2x\sin^2 x, cos2x\cos^2 x: fundamental period π\pi

Important Properties

Arithmetic of Periodic Functions

Property: If f(x)f(x) and g(x)g(x) are periodic with periods T1T_1 and T2T_2, and they have a common period TT (for example, when T1/T2T_1/T_2 is rational), then:

  1. The sum f(x)+g(x)f(x) + g(x) is periodic
  2. The difference f(x)g(x)f(x) - g(x) is periodic
  3. The product f(x)g(x)f(x) \cdot g(x) is periodic
  4. The quotient f(x)g(x)\frac{f(x)}{g(x)} (where defined and the denominator is nonzero) is periodic

Examples:

  • sinx+cosx\sin x + \cos x: both have period 2π2\pi, so the sum has period 2π2\pi
  • sinx+sin(2x)\sin x + \sin(2x): sinx\sin x has period 2π2\pi, sin(2x)\sin(2x) has period π\pi; they share the period 2π2\pi, so the sum has period 2π2\pi

Caution: if T1T_1 and T2T_2 are incommensurable, the result of arithmetic may not be periodic at all—for example, sinx+sin(2x)\sin x+\sin(\sqrt{2}x) is not periodic.

Composition of Periodic Functions

Property: If f(x)f(x) is periodic with period TT, the periodicity of f(g(x))f(g(x)) depends on the inner function g(x)g(x).

  • Case 1: if g(x)=kx+bg(x) = kx + b (k0k \neq 0) is linear, then f(kx+b)f(kx + b) is periodic with period Tk\frac{T}{|k|}.
  • Case 2: if g(x)g(x) itself is periodic with period TgT_g, then f(g(x))f(g(x)) has TgT_g as a period; its fundamental period needs further analysis.

Examples:

  • f(x)=sin(3x)f(x) = \sin(3x): since sinx\sin x has period 2π2\pi, sin(3x)\sin(3x) has period 2π3\frac{2\pi}{3}
  • f(x)=cos(x+π4)f(x) = \cos(x + \frac{\pi}{4}): translation does not change the period, so it is 2π2\pi

Integration of Periodic Functions

Property: If f(x)f(x) is periodic with period TT and integrable on [a,a+T][a, a + T], then its integral over any interval of length one period is the same:

aa+Tf(x)dx=0Tf(x)dx\int_a^{a+T} f(x) dx = \int_0^T f(x) dx

Meaning: the integral of a periodic function over any full period is identical—useful when computing averages or power of periodic signals.

Example: for f(x)=sinxf(x) = \sin x with period 2π2\pi,

aa+2πsinxdx=02πsinxdx=0\int_a^{a+2\pi} \sin x dx = \int_0^{2\pi} \sin x dx = 0

for every aa.

Exercises

Exercise 1

Find the period of the function f(x)=sin(3x)+cos(2x)f(x) = \sin(3x) + \cos(2x).

Reference Answer(3 个标签)
periodic functionperiod of sum functionsleast common multiple

Solution Approach: We need to find the periods of sin(3x)\sin(3x) and cos(2x)\cos(2x) respectively, then find their least common multiple.

Detailed Steps:

  1. Period of sin(3x)\sin(3x): T1=2π3T_1 = \frac{2\pi}{3}
  2. Period of cos(2x)\cos(2x): T2=2π2=πT_2 = \frac{2\pi}{2} = \pi
  3. Find the least common multiple: 2π3=2π3\frac{2\pi}{3} = \frac{2\pi}{3}, π=3π3\pi = \frac{3\pi}{3} Least common multiple is 2π2\pi

Answer: The period of this function is 2π2\pi.

Exercise 2

Determine whether the function f(x)=sin2x+cos2xf(x) = \sin^2 x + \cos^2 x is a periodic function. If so, find its period.

Reference Answer(3 个标签)
periodic functiontrigonometric identitiesconstant function

Solution Approach: Simplify the function expression using trigonometric identities.

Detailed Steps:

  1. Using the identity: sin2x+cos2x=1\sin^2 x + \cos^2 x = 1
  2. Therefore f(x)=1f(x) = 1, this is a constant function
  3. A constant function is periodic, any non-zero real number is a period
  4. The fundamental period does not exist (because any arbitrarily small positive number is a period)

Answer: This function is periodic but has no fundamental period.

Exercise 3

Find the fundamental period of f(x)=tan(2x+π3)f(x) = \tan\left(2x + \frac{\pi}{3}\right).

Reference Answer(3 个标签)
periodic functiontangentcompound function

Solution Approach: Use the composition rule for linear inner functions.

Detailed Steps:

  1. The period of tanx\tan x is π\pi
  2. The inner function is g(x)=2x+π3g(x) = 2x + \frac{\pi}{3}, linear with k=2k = 2
  3. By the composition rule, the period is Tk=π2\frac{T}{|k|} = \frac{\pi}{2}

Answer: The fundamental period is π2\frac{\pi}{2}.


Summary

Symbols Used in This Article

SymbolTypeReading/ExplanationMeaning in This Article
f(x)f(x)Math symbolf of xA function of variable xx
TTMath symbolTA period of the function
T0T_0Math symbolT zeroThe fundamental (least positive) period
nnMath symbolnA positive integer
R\mathbb{R}Math symbolReal numbersThe set of all real numbers
π\piGreek letterPiThe constant π3.14159\pi \approx 3.14159
ab\int_a^bMath symbolintegral from a to bThe definite integral from aa to bb

English–Chinese Glossary

English termChinese termPhoneticExplanation
periodic function周期函数/ˌpɪərɪˈɒdɪk ˈfʌŋkʃən/A function whose values repeat at fixed intervals
period周期/ˈpɪərɪəd/A constant TT with f(x+T)=f(x)f(x+T)=f(x)
fundamental period最小正周期/ˌfʌndəˈmentl ˈpɪərɪəd/The smallest positive period
constant function常数函数/ˈkɒnstənt ˈfʌŋkʃən/A function that always returns the same value
periodicity周期性/ˌpɪərɪəˈdɪsəti/The repeating property of a function
least common multiple最小公倍数/liːst ˈkɒmən ˈmʌltɪpl/The smallest common multiple of several numbers