
Concept explainers
It is necessary to reduce the voltage applied to an induction motor as the frequency is reduced from the rated value. Explain why this is so.

Answer to Problem 16.1P
To keep the ratio of voltage to frequency constant, it is necessary to reduce the voltage applied to an induction motor as the frequency is reduced from the rated value.
Explanation of Solution
Given Information:
It is necessary to reduce the voltage applied to an induction motor as the frequency is reduced from the rated value.
Consider the EMF equation for the induction motor:
where
Therefore, the induced EMF is directly proportional to flux and frequency:
Now, if the frequency is reduced, the magnitude of the induced EMF will also be reduced such that to maintain constant airgap flux.
Consider the applied voltage to the induction motor is V, such that, this applied voltage V is directly proportional to induced EMF E, i.e.,
Therefore, if the frequency is reduced to maintain the constant flux in the air gap, there must be a proportional reduction in the magnitude of the applied voltage.
If the applied voltage is not reduced in proportion to the frequency, it results in excessive motor currents which may cause damage to the motor. Due to this, losses increase, and therefore, the efficiency of the motor is reduced.
So, it is necessary to reduce the voltage applied to an induction motor as the frequency is reduced from the rated value.
Conclusion:
It can be concluded that it is necessary to reduce the voltage applied to an induction motor as the frequency is reduced from the rated value to maintain constant flux in the airgap.
Want to see more full solutions like this?
Chapter 16 Solutions
Electrical Engineering: Principles & Applications (7th Edition)
- I need solution by hand clearlyarrow_forwardfin D Q Point 7.57 in Matlab Aarrow_forwardFor the following graphical figure, write the function x(n) and h(n) in: 1. sequential vector 2. functional representation 3. Tabular 2 h0) 32 If signal x(n)-(32130 104032)], describe this signal using: 1. Graphical representation 2. Tabular representation 3. Write its expression 4. Write it as equation 5. Draw it as y(n) - x(n) u(n-3) 6. Sketch it if it is bounded at -2arrow_forwardA wattmeter is connected with the positive lead on phase “a” of a three-phase system. The negative lead is connected to phase “b”. A separate wattmeter has the positive lead connected to phase “c”. The negative lead of this wattmeter is connected also to phase “b”. If the input voltage is 208 volts line-to-line, the phase sequence is “abc” and the load is 1200 ohm resistors connected in “Y”, what is the expected reading of each of the wattmeters? (Hint: draw a phasor diagram)arrow_forwarda b 1 ΚΩΣ 56002 82092 470Ω Rab, Rbc, Rde d e O 470Ω Σ 5 Ω 25$ 5602 3 4 Ωarrow_forwardMY code is experiencing a problem as I want to show both the magnitude ratio on low pass, high pass, and bandbass based on passive filters: Code: % Define frequency range for the plot f = logspace(1, 5, 500); % Frequency range from 10 Hz to 100 kHz w = 2*pi*f; % Angular frequency % Parameters for the filters (you can modify these) R = 1e3; % Resistance in ohms (1 kOhm) C = 1e-6; % Capacitance in farads (1 uF) L = 10e-3; % Inductance in henries (10 mH) % Transfer function for Low-pass filter: H_low = 1 / (1 + jωRC) H_low = 1 ./ (1 + 1i*w*R*C); % Transfer function for High-pass filter: H_high = jωRC / (1 + jωRC) H_high = 1i*w*R*C ./ (1 + 1i*w*R*C); % Transfer function for Band-pass filter: H_band = jωRC / (1 + jωL/R + jωRC) H_band = 1i*w*R*C ./ (1 + 1i*w*L/R + 1i*w*R*C); % Plot magnitude responses figure; subplot(3,1,1); semilogx(f, 20*log10(abs(H_low))); % Low-pass filter title('Magnitude Response of Low-pass Filter'); xlabel('Frequency (Hz)'); ylabel('Magnitude (dB)'); grid…arrow_forwardarrow_back_iosSEE MORE QUESTIONSarrow_forward_ios
- Power System Analysis and Design (MindTap Course ...Electrical EngineeringISBN:9781305632134Author:J. Duncan Glover, Thomas Overbye, Mulukutla S. SarmaPublisher:Cengage Learning
