function Assessment({ onNavigate }) { const [selected, setSelected] = React.useState(null); const [showResult, setShowResult] = React.useState(false); const options = [ { id: 'a', text: 'The stator windings produce a rotating magnetic field which induces EMF in the rotor bars.', hi: 'स्टेटर वाइंडिंग एक घूर्णन चुंबकीय क्षेत्र उत्पन्न करती है।' }, { id: 'b', text: 'A DC supply is provided to the rotor via slip rings and brushes.', hi: 'रोटर को स्लिप रिंग के माध्यम से DC सप्लाई दी जाती है।' }, { id: 'c', text: 'The rotor bars are permanently magnetised during manufacturing.', hi: 'रोटर बार्स को निर्माण के दौरान स्थायी रूप से चुम्बकित किया जाता है।' }, { id: 'd', text: 'Both stator and rotor are supplied by separate three-phase AC sources.', hi: 'स्टेटर और रोटर दोनों को अलग AC स्रोतों से आपूर्ति की जाती है।' }, ]; return (
नीचे दिए गए इंडक्शन मोटर के 3D कटअवे को देखें। कौन-सा कथन रोटर में टॉर्क विकसित होने की सही व्याख्या करता है?
{/* 3D reference */}
Correct — the three-phase stator windings, when energised, produce a magnetic field rotating at synchronous speed (Ns = 120f/P). This field induces EMF in the rotor bars, driving currents through them, which then interact with the rotating field to produce torque. This is why the machine is called an "induction" motor.