[B.2 SINUSOIDS](#page-6-0)
β Back to LINEAR SYSTEMS AND SIGNALS Overview
B.2 SINUSOIDS
Consider the sinusoid
(B.13)
We know that
Therefore, cos Ο repeats itself for every change of 2Ο in the angle Ο. For the sinusoid in Eq. (B.13), the angle 2Οf0t+ΞΈ changes by 2Ο when t changes by 1/f0. Clearly, this sinusoid repeats every 1/f0 seconds. As a result, there are f0 repetitions per second. This is the frequency of the sinusoid, and the repetition interval T0 given by
(B.14)
is the period. For the sinusoid in Eq. (B.13), C is the amplitude, f0 is the frequency (in hertz), and ΞΈ is the phase. Let us consider two special cases of this sinusoid when ΞΈ = 0 and ΞΈ = βΟ/2 as follows:
and
The angle or phase can be expressed in units of degrees or radians. Although the radian is the proper unit, in this book we shall often use the degree unit because students generally have a better feel for the relative magnitudes of angles expressed in degrees rather than in radians. For example, we relate better to the angle 24β¦ than to 0.419 radian. Remember, however, when in doubt, use the radian unit and, above all, be consistent. In other words, in a given problem or an expression, do not mix the two units.
It is convenient to use the variable Ο0 (radian frequency) to express 2Οf0:
With this notation, the sinusoid in Eq. (B.13) can be expressed as
in which the period T0 and frequency Ο0 are given by [see Eqs. (B.14) and (B.15)]
Although we shall often refer to Ο0 as the frequency of the signal cos(Ο0t+ΞΈ ), it should be clearly understood that Ο0 is the radian frequency; the hertzian frequency of this sinusoid is f0 = Ο0/2Ο ).
The signals Ccos Ο0t and Csin Ο0t are illustrated in Figs. B.6a and B.6b, respectively. A general sinusoid Ccos(Ο0t+ΞΈ ) can be readily sketched by shifting the signal Ccos Ο0t in Fig. B.6a by the appropriate amount. Consider, for example,
Figure B.6 Sketching a sinusoid.
This signal can be obtained by shifting (delaying) the signal Ccos Ο0t (Fig. B.6a) to the right by a phase (angle) of 60β¦. We know that a sinusoid undergoes a 360β¦ change of phase (or angle) in one cycle. A quarter-cycle segment corresponds to a 90β¦ change of angle. We therefore shift (delay) the signal in Fig. B.6a by two-thirds of a quarter-cycle segment to obtain Ccos(Ο0t β 60β¦), as shown in Fig. B.6c.
Observe that if we delay Ccos Ο0t in Fig. B.6a by a quarter-cycle (angle of 90β¦ or Ο/2 radians), we obtain the signal Csin Ο0t, depicted in Fig. B.6b. This verifies the well-known trigonometric identity
18 CHAPTER B BACKGROUND
Alternatively, if we advance Csin Ο0t by a quarter-cycle, we obtain Ccos Ο0t. Therefore,
These observations mean that sin Ο0t lags cos Ο0t by 90β¦(Ο/2 radians) and that cos Ο0t leads sin Ο0t by 90β¦.
B.2-1 Addition of Sinusoids
Two sinusoids having the same frequency but different phases add to form a single sinusoid of the same frequency. This fact is readily seen from the well-known trigonometric identity
Ccos ΞΈ cos Ο0t βCsin ΞΈ sin Ο0t = Ccos(Ο0t +ΞΈ )
Setting a = Ccos ΞΈ and b = βCsin ΞΈ, we see that
(B.16)
From trigonometry, we know that
Equation (B.17) shows that C and ΞΈ are the magnitude and angle, respectively, of a complex number a β jb. In other words, a β jb = CejΞΈ . Hence, to find C and ΞΈ, we convert a β jb to polar form and the magnitude and the angle of the resulting polar number are C and ΞΈ, respectively.
The process of adding two sinusoids with the same frequency can be clarified by using phasors to represent sinusoids. We represent the sinusoid Ccos(Ο0t+ΞΈ ) by a phasor of length C at an angle ΞΈ with the horizontal axis. Clearly, the sinusoid acos Ο0t is represented by a horizontal phasor of length a(ΞΈ = 0), while bsin Ο0t = bcos(Ο0t βΟ/2) is represented by a vertical phasor of length b at an angle βΟ/2 with the horizontal (Fig. B.7). Adding these two phasors results in a phasor of length C at an angle ΞΈ, as depicted in Fig. B.7. From this figure, we verify the values of C and ΞΈ found in Eq. (B.17). Proper care should be exercised in computing ΞΈ, as explained on page 8 (βA Warning About Computing Angles with Calculatorsβ).
Figure B.7 Phasor addition of sinusoids.
EXAMPLE B.6 Addition of Sinusoids
In the following cases, express x(t) as a single sinusoid:
(a) x(t) = cos Ο0*t* β β3 sin Ο0*t*
(b) x(t) = β3 cos Ο0t +4 sin Ο0t
(a) In this case, a = 1 and b = ββ3. Using Eq. (B.17) yields
and
Therefore,
We can verify this result by drawing phasors corresponding to the two sinusoids. The sinusoid cos Ο0t is represented by a phasor of unit length at a zero angle with the horizontal. The phasor sin Ο0t is represented by a unit phasor at an angle of β90β¦ with the horizontal. Therefore, β β3 sin Ο0*t* is represented by a phasor of length β3 at 90β¦ with the horizontal, as depicted in Fig. B.8a. The two phasors added yield a phasor of length 2 at 60β¦ with the horizontal (also shown in Fig. B.8a).
Figure B.8 Phasor addition of sinusoids.
Alternately, we note that aβjb = 1+j β3 = 2ejΟ/3. Hence, C = 2 and ΞΈ = Ο/3. Observe that a phase shift of Β±Ο amounts to multiplication by β1. Therefore, x(t) can also be expressed alternatively as
In practice, the principal value, that is, β120β¦, is preferred.
(b) In this case, a = β3 and b = 4. Using Eq. (B.17) yields
and
Observe that
Therefore,
This result is readily verified in the phasor diagram in Fig. B.8b. Alternately, aβjb = β3βj4 = 5eβj126.9β¦ , a fact readily confirmed using MATLAB.
C = abs(-3+4j) C=5 >> theta = angle(-3+4j)*180/pi theta = 126.8699
Hence, C = 5 and ΞΈ = β126.8699β¦.We can also perform the reverse operation, expressing Ccos(Ο0t +ΞΈ ) in terms of cos Ο0t and sin Ο0t by again using the trigonometric identity
Ccos(Ο0t +ΞΈ ) = Ccos ΞΈ cos Ο0t βCsin ΞΈ sin Ο0t
For example,
B.2-2 Sinusoids in Terms of Exponentials
From Eq. (B.3), we know that ejΟ = cos Ο + jsin Ο and eβjΟ = cos Ο β jsin Ο. Adding these two expressions and dividing by 2 provide an expression for cosine in terms of complex exponentials, while subtracting and scaling by 2j provide an expression for sine. That is,
and (B.18)