Question

Problem A 460-V, four-pole, 60-Hz, Y-connected induction motor has the following equivalent components R,-0.15Ω R,-0.154 Ω X2

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Matlab Code:

clc
clear all
p=4; %no of poles
j=sqrt(-1);
f=60; %frequency
r1=0.15; %stator resistance
r2=0.154; %rotor resistance
x1=0.852; %stator reactance
x2=1.066; %rotor reactance
xm=20; %magnetizing branch reactance
v_phase= 460/sqrt(3); %phase voltage
Pmech= 400; %Mechnical losses
Pmisc= 150; % Misc losses
Pcore=400; % core losses
n_sync= (120*f)/p; %synchronous speed
w_sync= (2*pi*n_sync)/60;   
v_th = v_phase * ( xm / sqrt(r1^2 + (x1 + xm)^2) )
z_th = ((j*xm) * (r1 + j*x1)) / (r1 + j*(x1 + xm))
r_th = real(z_th)
x_th = imag(z_th)
s= (0:0.001:0.1);
s(1)=0.001;
nm=(1-s)*n_sync;
wm= nm*2*pi/60;
for ii=1:length(s)
% Induction torque
t_ind(ii) = (3 * v_th^2 * r2 / s(ii)) /(w_sync *((r_th + r2/s(ii))^2 + (x_th + x2)^2) );
% Converter power
p_conv(ii) = t_ind(ii) * wm(ii);
end

% Plot the torque-speed curve
figure(1);
plot(nm,t_ind,'b-','LineWidth',2.0);
xlabel('\bf\itn_{m} \rm\bf(r/min)');
ylabel('\bf\tau_{ind} \rm\bf(N-m)');
title ('\bfInduced Torque versus Speed');
grid on;

% Plot power converted versus speed
figure(2);
plot(nm,p_conv/1000,'b-','LineWidth',2.0);
xlabel('\bf\itn_{m} \rm\bf(r/min)');
ylabel('\bf\itP\rm\bf_{conv} (kW)');
title ('\bfPower Converted versus Speed');
grid on;

Matlab Output: Induced Torque versus Speed 300 250 200 150ト 100 50 0 1620 1640 1660 1680 1700 1720 1740 1760 1780 1800 n (rlmin)

Power Converted versus Speed 45 40 35 30 S 25 a 20 15 10 1620 1640 1660 1680 1700 1720 1740 1760 1780 1800 m (r/min)

Add a comment
Know the answer?
Add Answer to:
Problem A 460-V, four-pole, 60-Hz, Y-connected induction motor has the following equivalent compo...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Problem A 460-V, four-pole, 60-Hz, Y-connected induction motor has the following equivalent circu...

    fundamentals of machines Problem A 460-V, four-pole, 60-Hz, Y-connected induction motor has the following equivalent circuit components Ri-0.15Ω R,-0.154 Ω X-1.066 Ω Xi,-20 Ω Xi-0.852 Ω Pmech 400 w Pmisc 150 Pcore 400 w Write MATLAB script to plot on two separate figures: a) the torque versus speed of the motor. b) the converted power versus speed of the motor. Problem A 460-V, four-pole, 60-Hz, Y-connected induction motor has the following equivalent circuit components Ri-0.15Ω R,-0.154 Ω X-1.066 Ω Xi,-20...

  • Problem A 460-V, four-pole, 60-Hz, Y components R,-0.15 Ω Xi=0.852 Ω X2 = 1.066 Ω Pmech 400 w -co...

    Problem A 460-V, four-pole, 60-Hz, Y components R,-0.15 Ω Xi=0.852 Ω X2 = 1.066 Ω Pmech 400 w -connected induction motor has the following equivalent circuit R2 0.154 Ω Pmise 150 Pcore 400 w Write MATLAB script to plot on two separate figures: a) b) the torque versus speed of the motor. the converted power versus speed of the motor Problem A 460-V, four-pole, 60-Hz, Y components R,-0.15 Ω Xi=0.852 Ω X2 = 1.066 Ω Pmech 400 w -connected induction...

  • core (b) A 460-V 60-Hz four-pole Y-connected induction motor is rated at 25 hp. The equivalent...

    (b) A 460-V 60-Hz four-pole Y-connected induction motor is ratedat \(25 \mathrm{hp}\). The equivalent circuit parameters are$$ \begin{array}{ll} R_{1}=0.15 \Omega & R_{2}=0.154 \Omega \quad X_{M}=20 \Omega \\ X_{1}=0.852 \Omega & X_{2}=1.066 \Omega \\ P_{\mathrm{F} \& \mathrm{~W}}=400 \mathrm{~W} & P_{\text {misc }}=150 \mathrm{~W} \end{array} $$\(P_{\text {core }}=400 \mathrm{~W}\) (lumped with rotational losses)[14 points]For a slip of \(0.02\), find(1) The line current \(I_{L}\). [3 points](2) The stator power factor. [1 point](3) The rotor power factor. [1 point](4) The rotor frequency. [1 point](5)...

  • . A 460-V 460-V, 25-hp, 60-Hz, six-pole, Y-connected induction motor has the following impedanc ohms per...

    . A 460-V 460-V, 25-hp, 60-Hz, six-pole, Y-connected induction motor has the following impedanc ohms per phase referred to the stator circuit. Ri= 0.212 R2 = 0.282 X1 = 1.055 12 X2 = 1.055 22 XM = 33.9 W The total rotational losses are 1100 W and are assumed to be constant. The core loss is lumped with the rotational losses. For a rotor slip of 4% at the rated voltage and rated frequency, a) The input power b) Peony...

  • A 4 phase, 460 V, 60 Hz, 26.8 hp, 4 pole, Y-connected induction motor draws 25...

    A 4 phase, 460 V, 60 Hz, 26.8 hp, 4 pole, Y-connected induction motor draws 25 A at a power factor of 0.9 lagging. Core loss is 900 W, stator copper loss is 1100W, friction and winding losses are 300 W, and stray loss is neglected. The machine shaft rotates at 1738 rpm. Calculate the air gap power and output load torque - [Induction Motor - 15 points) A three-phase, 460 V, 60 Hz, 26.8 hp, 4-pole, Y-connected induction motor...

  • 6.12 A three-phase, Y-connected, 460-V (line-line), 37-kW, 60-Hz, four-pole induction motor has the following equivalent-circuit parameters...

    6.12 A three-phase, Y-connected, 460-V (line-line), 37-kW, 60-Hz, four-pole induction motor has the following equivalent-circuit parameters in ohms-per-phase referred to the statr: R10.070 R2 0.152 X 0.743 X2 0.764 Xm 40.1 The total friction and windage losses may be assumed constant at 390 W, and the core loss may be assumed to be equal to 325 W. With the motor connected directly to a 460-V source, compute the speed, output shaft torque and power, input power, and power factor and...

  • 1. A 15 hp, 4 pole, 208 V, 60 Hz, Y-connected, three-phase squirrel cage induction motor has the ...

    1. A 15 hp, 4 pole, 208 V, 60 Hz, Y-connected, three-phase squirrel cage induction motor has the following parameters in Ω/phase referred to the stator: R,-0.220, Xi = 0.430, X,-15.0, R2 0.130 and X2-0.430. Mechanical and core losses amount to 300 W and 200 W respectively for rated voltage. (a) The motor is fed with a 60 Hz, 208 V voltage. It runs with a slip of 4.5 %. Find the speed, shaft torque and power, efficiency and power...

  • A 480 V three-phase synchronized motor (line to line), 60 Hz, 6 poles, connected in Y....

    A 480 V three-phase synchronized motor (line to line), 60 Hz, 6 poles, connected in Y. The equivalent circuit parameters are R1 = 0.15 W R2 = 0.154 W XM = 20 W X1 = 0.852 W X2 = 1.066 W PFW = 400 W PMISC = 150 W PCORE = 400 W For a slip of 0.02, find (1) Line current. [3 points] (2) The power factor of the stator. [1 point] (3) The power factor of the rotor....

  • A three phase, 60 Hz, 4-pole, Y-connected, 460 V induction motor has the following values: R1=0.54...

    A three phase, 60 Hz, 4-pole, Y-connected, 460 V induction motor has the following values: R1=0.54 Ohm     R2=0.5 Ohm     Xm=51.10 Ohm X1 =2.09             X2=3.21 Ohm It operates with a slip of 0.02 rated input voltage with mechanical losses of 150 W, core loss of 150 W, and stray losses of 50 W. Find the Line current magnitude and the load torque.

  • 6. [Induction Motor - 15 points] A three-phase, 460 V, 60 Hz, 26.8 hp, 4-pole, Y-connected...

    6. [Induction Motor - 15 points] A three-phase, 460 V, 60 Hz, 26.8 hp, 4-pole, Y-connected induction motor draws 25 A at a power factor of 0.9 lagging. The core loss is 900 W, stator copper loss is 1100 W, friction and windage loss is 300 W, and stray loss is neglected. The machine shaft rotates at a speed of 1738 rpm. Calculate the air gap power and output load torque.

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT