Electrical Transformers and Rotating Machines
4th Edition
ISBN: 9781337264419
Author: Stephen L. Herman
Publisher: Cengage Learning US
expand_more
expand_more
format_list_bulleted
Question
Chapter 4, Problem 12RQ
To determine
The voltage across the connection.
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
Auto Controls
Design a proportional derivitivecontroller for a plant orsystemthat satisfies the following specifications :
1. is steady-state error is less than 2 % for a ramp input.
2.) Damping ratio (zeta) is greater than 0.7have determined the
3. Once youvalue of kp and kd, then plotthe response of the compensated(with controller) and uncompensated( without the controller, only the plantsystem using MATLAB.
Auto Controls
(a) Refer to the above figure .What kind of controller is it ?
(b) simplify the block diagramto derive the closed loop transfer function of the system.
(C) What are the assumptions thatare needed to make to findthe controller gain ? What arethe value of Kp , Ti and Td ?
Auto Controls
Design a PID controller for thefollowing system so that the modified system satisfies the followingspecifications : 1. settling time ,ts = 1.96 s and % Overshoot Mp = 70.7 %
Assume a non-dominant pole at s = -15 to solve the problem
The plot the compensated andThen plot the uncompensated system in MATLAB.
what can you see from the plot ? what is your observation ?
Chapter 4 Solutions
Electrical Transformers and Rotating Machines
Ch. 4 - What is a transformer?Ch. 4 - What are common efficiencies for transformers?
Ch. 4 - What is an isolation transformer?Ch. 4 - All values of a transformer are proportional to...Ch. 4 - A transformer has a primary voltage of 480 volts...Ch. 4 - If the secondary of the transformer in question 5...Ch. 4 - Explain the difference between a step-up and a...Ch. 4 - A transformer has a primary voltage of 240 volts...Ch. 4 - A transformer has an output of 750 VA. The primary...Ch. 4 - A transformer has a turns ratio of 1:6. The...
Ch. 4 - Prob. 11RQCh. 4 - Prob. 12RQCh. 4 - Prob. 13RQCh. 4 - The primary leads of a transformer are labeled 1...Ch. 4 - The local utility company must provide service to...Ch. 4 - Refer to Figure 4-79 to answer the following...Ch. 4 - Refer to Figure 4-79 to answer the following...Ch. 4 - Refer to Figure 4-79 to answer the following...Ch. 4 - Refer to Figure 4-79 to answer the following...Ch. 4 - Refer to Figure 4-79 to answer the following...Ch. 4 - Refer to Figure 4-79 to answer the following...Ch. 4 - Prob. 7PCh. 4 - Prob. 8P
Knowledge Booster
Similar questions
- Fourth year Monthly exam\3 2024-2025 Power plant Time: 1 Hr Q1. A gas turbine power plant operates on a modified Brayton cycle consisting of two-stage compression with intercooling to the initial temperature between stages, two-stage expansion with reheating to the maximum cycle temperature, and two regenerative heat exchangers. The following data is given: Inlet air temperature: 300 K Maximum cycle temperature: 1400 K Pressure ratio across each compressor stage: 4 Pressure ratio across each turbine stage: 4 Isentropic efficiency of compressors and turbines: 85% Effectiveness of each regenerator: 80% a) Draw a schematic and T-s diagram of the cycle. b) Determine the thermal efficiency of the cycle. c) Calculate the net specific work output (in kJ/kg). d) Discuss the impact of regenerators on the cycle performance. Examiner Prof. Dr. Adil Al-Kumaitarrow_forwardAuto Controls The figure is a schematic diagram of an aircraft elevator control system. The input to the systemin the deflection angle of the control lever , and the output is the elevator angle phi.show that for each angle theta of the control lever ,there is a corresponding elevator angle phi. Then find Y(s)/theta(s) and simplify the resulting transfer function . Also note from the diagram that y and phi is relatedarrow_forwardLiquid hexane flows through a counter flow heat exchanger at 5 m3/h as shown in Figure E5.5.The hexane enters the heat exchanger at 90°C. Water, flowing at 5 m3/h, is used to cool the hexane.The water enters the heat exchanger at 15°C. The UA product of the heat exchanger is found to be2.7 kW/K. Determine the outlet temperatures of the hot and cold fluids and the heat transfer ratebetween them using LMTD method.arrow_forward
- Determine the fluid outlet temperatures and the heat transfer rate for the counter flow heatexchanger described in Problem 3 using the ε-NTU model. Assume that the properties can beevaluated at the given fluid inlet temperatures.arrow_forwardSection View - practice Homework 0.5000 3.0000 2,0000 1.0000arrow_forwardDrawing the section view for the following multiview drawing AutoCAD you see the section pratice I need to show how to autocadarrow_forward
- A boiler with 80% efficiency produces steam at 40bar and 500 C at a rate of 1.128kg/s. The temperature of the feed water is raised from 25 C to 125 C in the economizer and the ambient air is drawn to the boiler at a rate of 2.70 kg/s at 16 C. The flue gases leave the chimney at rate of 3 kg/s at 150 C with specific heat of 1.01 kJ/kg.K. The dryness fraction of steam collected in the steam drum is 0.95. 1- Determine the heat value of the fuel. 2- The equivalence evaporation. 3- Draw the heat balance sheet.arrow_forwardA rotating shaft is made of 42 mm by 4 mm thick cold-drawn round steel tubing and has a 6 mm diameter hole drilled transversely through it. The shaft is subjected to a pulsating torque fluctuating from 20 to 160 Nm and a completely reversed bending moment of 200 Nm. The steel tubing has a minimum strength of Sut = 410 MPa (60 ksi). The static stress-concentration factor for the hole is 2.4 for bending and 1.9 for torsion. The maximum operating temperature is 400˚C and a reliability of 99.9% is to be assumed. Find the factor of safety for infinite life using the modified Goodman failure criterion.arrow_forwardI need help with a MATLAB code. This code just keeps running and does not give me any plots. I even reduced the tolerance from 1e-9 to 1e-6. Can you help me fix this? Please make sure your solution runs. % Initial Conditions rev = 0:0.001:2; g1 = deg2rad(1); g2 = deg2rad(3); g3 = deg2rad(6); g4 = deg2rad(30); g0 = deg2rad(0); Z0 = 0; w0 = [0; Z0*cos(g0); -Z0*sin(g0)]; Z1 = 5; w1 = [0; Z1*cos(g1); -Z1*sin(g1)]; Z2 = 11; w2 = [0; Z2*cos(g2); -Z2*sin(g2)]; [v3, psi3, eta3] = Nut_angle(Z2, g2, w2); plot(v3, psi3) function dwedt = K_DDE(~, w_en) % Extracting the initial condtions to a variable % Extracting the initial condtions to a variable w = w_en(1:3); e = w_en(4:7); Z = w_en(8); I = 0.060214; J = 0.015707; x = (J/I) - 1; y = Z - 1; s = Z; % Kinematic Differential Equations dedt = zeros(4,1); dedt(1) = pi*(e(3)*(s-w(2)-1) + e(2)*w(3) + e(4)*w(1)); dedt(2) = pi*(e(4)*(w(2)-1-s) + e(3)*w(1) - e(1)*w(3)); dedt(3) = pi*(-e(1)*(s-w(2)-1) - e(2)*w(1) + e(4)*w(3));…arrow_forward
- alpha 1 is not zero alpha 1 can equal alpha 2 use velocity triangle to solve for alpha 1 USE MATLAB ONLY provide typed code solve for velocity triangle and dont provide copied answer Turbomachienery . GIven: vx = 185 m/s, flow angle = 60 degrees, (leaving a stator in axial flow) R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3 Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram Use this code for plot % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3) S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)]; S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)]; U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)]; S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)]; U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)]; plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',...…arrow_forward3. Find a basis of eigenvectors and diagonalize. 4 0 -19 7 a. b. 1-42 16 12-20 [21-61arrow_forward2. Find the eigenvalues. Find the corresponding eigenvectors. 6 2 -21 [0 -3 1 3 31 a. 2 5 0 b. 3 0 -6 C. 1 1 0 -2 0 7 L6 6 0 1 1 2. (Hint: λ = = 3)arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Electrical Transformers and Rotating MachinesMechanical EngineeringISBN:9781305494817Author:Stephen L. HermanPublisher:Cengage LearningUnderstanding Motor ControlsMechanical EngineeringISBN:9781337798686Author:Stephen L. HermanPublisher:Delmar Cengage LearningRefrigeration and Air Conditioning Technology (Mi...Mechanical EngineeringISBN:9781305578296Author:John Tomczyk, Eugene Silberstein, Bill Whitman, Bill JohnsonPublisher:Cengage Learning
- Welding: Principles and Applications (MindTap Cou...Mechanical EngineeringISBN:9781305494695Author:Larry JeffusPublisher:Cengage LearningAutomotive Technology: A Systems Approach (MindTa...Mechanical EngineeringISBN:9781133612315Author:Jack Erjavec, Rob ThompsonPublisher:Cengage Learning

Electrical Transformers and Rotating Machines
Mechanical Engineering
ISBN:9781305494817
Author:Stephen L. Herman
Publisher:Cengage Learning

Understanding Motor Controls
Mechanical Engineering
ISBN:9781337798686
Author:Stephen L. Herman
Publisher:Delmar Cengage Learning

Refrigeration and Air Conditioning Technology (Mi...
Mechanical Engineering
ISBN:9781305578296
Author:John Tomczyk, Eugene Silberstein, Bill Whitman, Bill Johnson
Publisher:Cengage Learning

Welding: Principles and Applications (MindTap Cou...
Mechanical Engineering
ISBN:9781305494695
Author:Larry Jeffus
Publisher:Cengage Learning

Automotive Technology: A Systems Approach (MindTa...
Mechanical Engineering
ISBN:9781133612315
Author:Jack Erjavec, Rob Thompson
Publisher:Cengage Learning