Concept explainers
With respect to the periodic waveform sketched in Fig. 17.30, let gn(t) represent the Fourier series representation of f(t) truncated at n. [For example, if n = 1, g1(t) has three terms, defined through a0, a1 and b1.] (a) Sketch g2(t), g3(t), and g5(t), along with f(t). (b) Calculate f (2.5), g2(2.5), g3(2.5), and g5(2.5).
■ FIGURE 17.30
(a)
Sketch
Answer to Problem 8E
The sketch for
Explanation of Solution
Given data:
Refer to Figure 17.30 in the textbook.
Formula used:
Write the general expression for Fourier series expansion.
Write the general expression for Fourier series coefficient
Write the general expression for Fourier series coefficient
Write the general expression for Fourier series coefficient
Write the expression to calculate the fundamental angular frequency.
Here,
Calculation:
In the given Figure 17.29, the time period is
Substitute 6 for T in equation (5) to find
Substitute 6 for T in equation (2) to find the value of coefficient
Simplify the above equation as follows,
Substitute 6 for T in equation (3) to find the value of coefficient
The above equation as follows,
Substitute equation (6) in equation (7) as follows,
Now finding the Fourier coefficient
Substitute 6 for T in equation (4) to find the value of coefficient
The above equation as follows,
Substitute equation (6) in equation (9) as follows,
Substituting the value of
The function
For
Therefore, equation (11) will be as follows,
Simplify the above equation as follows,
Similarly, for
Therefore, equation (11) will be as follows,
From equation (12), the above equation is written as,
Similarly, for
Therefore, equation (11) will be as follows,
From equation (13), the above equation is written as,
MATLAB code to sketch for
t=-5:0.01:5;
g2=1.667-0.275*cos(3.141*t/3)+0.159*sin(3.141*t/3)+0.137*cos(2*3.141*t/3)-0.238*sin(2*3.141*t/3);
g3=1.667-0.275*cos(3.141*t/3)+0.159*sin(3.141*t/3)+0.137*cos(2*3.141*t/3)-0.238*sin(2*3.141*t/3)+0.212*sin(pi*t);
g5=1.667- 0.275*cos(3.141*t/3)+0.159*sin(3.141*t/3)+0.137*cos(2*3.141*t/3)-0.238*sin(2*3.141*t/3)+0.212*sin(pi*t)-0.069*cos(4*pi*t/3)-0.119*sin(4*pi*t/3)+0.055*cos(5*pi*t/3)+0.0318*sin(5*pi*t/3);
plot(t,g2,t,g3,t,g5)
legend({'g2','g3','g5'},'Location','best')
xlabel('Time t in sec')
ylabel('The values g2, g3, and g5')
title('Plots for g2,g3, and g5')
MATLAB output: The MATLAB output shown in Figure 1.
MATLAB code to sketch for
t=linspace(-5,5,1000); % vector for time over 1000 points.
T=6; % Period
w0=2*pi/T; % natural frequency, is w0=2*pi.
f0=1.667; % constant.
N=40;
for i=1:1000;
sum=0;
for n=1:N;
sum=sum+(1/n*pi)*(sin(n*pi) -sin(2*n*pi/3))*cos(n*pi*t(i)/3) + (1/n*pi)*(cos(2*n*pi/3) -cos(n*pi))*sin(n*pi*t(i)/3);
end
f40(i)=f0+sum;
end
plot(t,f40)
xlabel('Time t in seconds')
ylabel('Value of function f(t)')
plot_ttle = ['Fourier Series representation of function f(t) for N = ',num2str(N)];
title(plot_ttle);
MATLAB output: The MATLAB output shown in Figure 2.
MATLAB code to sketch for
t=linspace(-5,5,1000); % vector for time over 1000 points.
T=6; % Period
w0=2*pi/T; % natural frequency, is w0=2*pi.
f0=1.667; % constant.
N=40; % consider N=40 for instant.
for i=1:1000;
g2=1.667-0.275*cos(3.141*t(i)/3)+0.159*sin(3.141*t(i)/3)+0.137*cos(2*3.141*t(i)/3)-0.238*sin(2*3.141*t(i)/3);
g3=1.667-0.275*cos(3.141*t(i)/3)+0.159*sin(3.141*t(i)/3)+0.137*cos(2*3.141*t(i)/3)-0.238*sin(2*3.141*t(i)/3)+0.212*sin(pi*t(i));
g5=1.667-0.275*cos(3.141*t(i)/3)+0.159*sin(3.141*t(i)/3)+0.137*cos(2*3.141*t(i)/3)-0.238*sin(2*3.141*t/3)+0.212*sin(pi*t)-0.069*cos(4*pi*t(i)/3)-0.119*sin(4*pi*t(i)/3)+0.055*cos(5*pi*t(i)/3)+0.0318*sin(5*pi*t(i)/3);
end
for i=1:1000;
sum=0;
for n=1:N;
sum=sum+(1/n*pi)*(sin(n*pi) -sin(2*n*pi/3))*cos(n*pi*t(i)/3) + (1/n*pi)*(cos(2*n*pi/3) -cos(n*pi))*sin(n*pi*t(i)/3);
end
f40(i)=f0+sum;
end
plot(t,g2,t,g3,t,g5,t,f40)
legend({'g2','g3','g5','f40'},'Location','best')
xlabel('Time t in sec')
ylabel('The values g2, g3, g5 and f40')
title('Plots for g2, g3, g5 and f40')
MATLAB output:
Conclusion:
Thus, the sketch for
(b)
Find the function
Answer to Problem 8E
The value of
Explanation of Solution
Given data:
Refer to Figure 17.30 in the textbook.
Calculation:
From Part (a), the function
Finding
From Part (a),
Finding
From Part (a),
Finding
From Part (a),
Finding
Conclusion:
Thus, the value of
Want to see more full solutions like this?
Chapter 17 Solutions
Loose Leaf for Engineering Circuit Analysis Format: Loose-leaf
Additional Engineering Textbook Solutions
BASIC BIOMECHANICS
Database Concepts (8th Edition)
Electric Circuits. (11th Edition)
Concepts Of Programming Languages
Mechanics of Materials (10th Edition)
Thermodynamics: An Engineering Approach
- Please solve in detailarrow_forward6.7 The transmitting aerial shown in Fig. Q.3 is supplied with current at 80 A peak and at frequency 666.66 kHz. Calculate (a) the effective height of the aerial, and (b) the electric field strength produced at ground level 40 km away. 60 m Fig. Q.3 Input 48 m Eartharrow_forwardox SIM 12.11 Consider the class B output stage, using MOSFETs, shown in Fig. P12.11. Let the devices have |V|= 0.5 V and μC WIL = 2 mA/V². With a 10-kHz sine-wave input of 5-V peak and a high value of load resistance, what peak output would you expect? What fraction of the sine-wave period does the crossover interval represent? For what value of load resistor is the peak output voltage reduced to half the input? Figure P12.11 +5 V Q1 Q2 -5Varrow_forward
- 4 H ་་་་་་་ 四一周 A H₂ Find out put c I writ R as a function G, H, Harrow_forward4 H A H₂ 四一周 Find out put c I writ R as a function G, H, Harrow_forward8. (a) In a Round-Robin tournament, the Tigers beat the Blue Jays, the Tigers beat the Cardinals, the Tigers beat the Orioles, the Blue Jays beat the Cardinals, the Blue Jays beat the Orioles and the Cardinals beat the Orioles. Model this outcome with a directed graph. https://www.akubihar.com (b) (c) ✓ - Let G = (V, E) be a simple graph. Let R be the relation on V consisting of pairs of vertices (u, v) such that there is a path from u to vor such that u= v. Show that R is an equivalence relation. 3 3 Determine whether the following given pair of directed graphs, shown in Fig. 1 and Fig. 2, are isomorphic or not. Exhibit an isomorphism or provide a rigorous argument that none exists. 4+4=8 Աշ աշ ИНИЯ Fig. 1 Fig. 2 Querarrow_forward
- EXAMPLE 4.5 Objective: Determine ID, circuit. V SG' SD Vs and the small - signal voltage gain of a PMOS transistor Consider the circuit shown in Figure 4.20(a). The transistor parameters are A K = 0.80m- V Р _2’TP = 0.5V, and λ = 0 Varrow_forwardNeed a solution and don't use chatgptarrow_forwardNeed a solarrow_forward
- Introductory Circuit Analysis (13th Edition)Electrical EngineeringISBN:9780133923605Author:Robert L. BoylestadPublisher:PEARSONDelmar's Standard Textbook Of ElectricityElectrical EngineeringISBN:9781337900348Author:Stephen L. HermanPublisher:Cengage LearningProgrammable Logic ControllersElectrical EngineeringISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
- Fundamentals of Electric CircuitsElectrical EngineeringISBN:9780078028229Author:Charles K Alexander, Matthew SadikuPublisher:McGraw-Hill EducationElectric Circuits. (11th Edition)Electrical EngineeringISBN:9780134746968Author:James W. Nilsson, Susan RiedelPublisher:PEARSONEngineering ElectromagneticsElectrical EngineeringISBN:9780078028151Author:Hayt, William H. (william Hart), Jr, BUCK, John A.Publisher:Mcgraw-hill Education,