Concept explainers
A wind power system with increasing windspeed has the current waveform described by the equation below, delivered to an 80 Ω resistor. Plot the current, power, and energy waveform over a period of 60 s, and calculate the total energy collected over the 60 s time period.
Sketch the current, power, and energy waveform over a period of 60 s to the current waveform of the wind power system. Also calculate the total energy collected over the 60 s time period.
Answer to Problem 22E
The plot for the current, power, and energy waveform is sketched as shown in Figure 1, and the total energy collected over the 60 s time period is
Explanation of Solution
Given data:
The current waveform is,
The resistor is
Formula used:
Write the general expression to find the power as follows,
Write the general expression to find the energy as follows,
Calculation:
Substitute the value of
Applying equation (3) in equation (2) as follows,
Consider the function,
Consider
Substituting the values in equation (5) as follows,
Consider,
Applying the product to sum formulas in the above expression as follows,
Consider,
By applying integration by parts in the above expression,
Applying the values in equation (8) as follows,
Consider the function,
Solving,
By applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Solving,
By applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Solving,
By applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Let,
Applying the values in the above expression,
Substituting the values in equation (13) as follows,
Substitute the above value in the considered expression
Substitute the above value in equation (12) as follows,
Substitute the above value in equation (11) as follows,
Substitute the above value in equation (10) as follows,
Substitute the above value in equation (9) as follows,
Consider the function
Applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Let,
Applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Let,
Applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Let,
Applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Let,
Substituting the values,
Substitute the above value in equation (22) as follows,
Substitute the above value in equation (21) as follows,
Substitute the above value in equation (20) as follows,
Substitute the above value in equation (18) as follows
Substitute the above value in equation (17) as follows
Substitute the above value in equation (16) as follows
Substitute the above value in equation (15) as follows
Consider the function
Applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Let,
Applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Let,
Applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Let,
Applying integration by parts in the above expression,
Applying the values in the above equation as follows,
Consider,
Let,
Applying the values in the above equation as follows,
Substitute the above value in equation (33) as follows,
Substitute the above value in equation (31) as follows,
Substitute the above value in equation (30) as follows,
Substitute the above value in equation (29) as follows,
Substitute the above value in equation (28) as follows,
Substitute the above value in equation (26) as follows,
Substitute the above value in equation (25) as follows,
Consider the function
Substitute the calculated values of equation (34), (35), (23), and (14) in the expression x as follows,
Substitute the above value in equation (6) as follows,
Substitute
Applying the limits to the above expression over a period of 60 s,
Matlab code to plot for wind power waveform:
t_end = 60; % End time in seconds
t_pts = 600; % Number of points for time vector
t=linspace(0,t_end,t_pts); % Define time vector
dt=t_end/t_pts; % Separation between time points
R=80; % Resistance in ohms
for i=1:t_pts; % Iterate for each point in time
current(i)=0.5*t(i)^2*sin(pi/8*t(i))*cos(pi/4*t(i));
p(i)=current(i)^2*R;
end
w=cumsum(p)*dt; % Energy from cumulative sum times time separation
figure(1)
subplot(3,1,1); plot(t,current,'r'); % Plot voltage
ylabel('Current (A)');
subplot(3,1,2); plot(t,p,'r') % Plot power
ylabel('Power (W)')
subplot(3,1,3); plot(t,w,'r') % Plot energy
xlabel('Time (seconds)')
ylabel('Energy (J)')
Matlab output:
Figure 1 shows the plot for the current, power, and energy waveform.
Conclusion:
Thus, the plot for the current, power, and energy waveform is sketched as shown in Figure 1, and the total energy collected over the 60 s time period is
Want to see more full solutions like this?
Chapter 2 Solutions
Loose Leaf for Engineering Circuit Analysis Format: Loose-leaf
- Q4: (A) Find the mean of a random variable X if S f(x)= 2x 0 2 for 0arrow_forward(A) Suopces the current measurements in a strip of wire are normally distributed with ca-10(mA) and a varieocom (mA)² 1- What is the probability that a current measurement lies between 7.4 and 11.6 mA? 2-Drew the probability density function of the current distribution. (8) A factory produces light bulbs with a koown probability of P(D)-0.08 that & bulo is dalective. If a bulb is defective, the probability that the quality control test detects it is defective is P(TID)-0.90. Conversely, if a bulb is not defective, the probability that the test Telesly indicaton k as defective is P(TID)-0.05. calculate the probability that a light b is notually defective given that the test result is positive, F(DIT).arrow_forwardTitle: Modelling and Simulating Boost Converter Battery Charging Powered by PV Solar Question: I need a MATLAB/Simulink model for a Boost Converter used to charge a battery, powered by a PV solar panel. The model should include: 1. A PV solar panel as the input power source. 2. A Boost Converter circuit for voltage regulation. 3. A battery charging system. 4. Simulation results showing voltage, current, and efficiency of the system. Please provide the Simulink file and any necessary explanations.arrow_forwardQ1. A 450 V, 50 Hz, 1450 r.p.m., 25 kW, star-connected three-phase induction motor delivers constant (rated) torque at all speeds. The motor equivalent circuit parameters at rated frequency are R1=0.12, R2 = 0.17 2, X₁ = 0.3 2, X2 = 0.5 2, Xm = 23.6 2. Smooth speed variation is obtained by primary frequency control with simultaneous variation of the terminal voltage to maintain constant air-gap flux. Calculate the motor current, power factor and efficiency at one-fifth of rated speed.arrow_forwardQ2. Drive the transformations for currents between a rotating balanced two phase (a,ẞ) winding and a pseudo stationary two phase (d,q) wingding.arrow_forwardThe formulas that should be used to solve the question are in the second picture, also B = k/n a= l/carrow_forwardarrow_back_iosSEE MORE QUESTIONSarrow_forward_ios
- 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,