Q2
(a) An LTI system with the following state-space representation is given : ẋ = [0 1] x + [0] u [0 -0.5] [k] y = [1 0] x Design a phase lead compensator so that the system achieves a settling time of 2 seconds for a 2% tolerance band and has a damped natural frequency of 2 rad/s. Also realize the designed compensator using passive components. 20 (b) For 8085 microprocessor, write the instructions to perform the following : (i) Set the zero flag when a register pair is used as a down counter (ii) Load the accumulator with the contents of location 2050H, if memory location 2050H contains byte F8H (iii) Load 3AH in memory location 2050H, if registers H and L contain 20H and 50H (iv) Subtract 25H with borrow from accumulator, if the accumulator contains 37H and the borrow flag is set (v) Complement the accumulator, which has data byte 89H 4×5=20 (c) A moving-coil instrument with a resistance of 10 Ω gives full-scale deflection for a current of 1 mA. A manganin shunt is used to extend its range to 1 A. Calculate the error caused by a 5 °C fall in temperature, when— (i) the manganin shunt is directly connected across the moving coil; (ii) a 90 Ω manganin resistance is used in series with the moving coil, before applying manganin shunt. Assume temperature coefficient of copper as 0·004/°C and that of manganin as 0·00015/°C. 10
हिंदी में प्रश्न पढ़ें
(a) एक रैखिक समय-अपरिवर्ती प्रणाली निम्न अवस्था-समष्टि (स्टेट-स्पेस) निरूपण द्वारा प्रदर्शित है : ẋ = [0 1] x + [0] u [0 -0.5] [k] y = [1 0] x एक ऐसे कला अग्रगामी क्षतिपूरक (फेज लीड कम्पेनसेटर) की रचना कीजिये, जिससे प्रणाली के 2% सहिष्णुता (टॉलरेंस) बैंड में स्थिरण काल 2 सेकंड हो और इसकी अवमंदित प्राकृतिक आवृत्ति 2 rad/s हो। निष्क्रिय घटकों (पैसिव कम्पोनेंट) का उपयोग करते हुए रचित क्षतिपूरक को साकार भी कीजिये। 20 (b) निम्नलिखित कार्यों के संपादन हेतु, 8085 सूक्ष्म-संसाधित्र (माइक्रोप्रोसर) के लिये निर्देशों को लिखिये : (i) जीरो फ्लैग सेट कीजिये, जब एक पंजी जोड़े (रजिस्टर पेयर) का उपयोग अधोगामित्र (डाउन काउंटर) की तरह होता है (ii) यदि स्मृति स्थान 2050H में F8H बाइट समाविष्ट होती है, तो संचायक (एक्युमुलेटर) को स्थान 2050H की अंतर्वस्तु (सामग्री) से भरण (लोड) कीजिये (iii) यदि पंजी H और L में 20H और 50H हैं, तो स्मृति स्थान 2050H में 3AH का भरण कीजिये (iv) यदि संचायक में 37H है और बोरो फ्लैग सेट है, तो संचायक से 25H को बोरो के साथ घटाइये (v) संचायक को, जिसमें डाटा बाइट 89H है, पूरक (कॉम्प्लीमेंट) कीजिये 4×5=20 (c) एक चल-कुण्डली यंत्र 10 Ω प्रतिरोध के साथ 1 mA धारा के लिये पूर्ण पैमाने पर विचेषण देता है। एक मैंगनिन शंट का उपयोग इसकी परास (रेंज) को 1 A तक बढ़ाने के लिये किया जाता है। तापमान में 5 °C कम होने के कारण उत्पन्न त्रुटि की गणना कीजिये, जब— (i) मैंगनिन शंट सीधे चल-कुण्डली के आर-पार जोड़ा जाता है; (ii) मैंगनिन शंट लगाने के पहले एक 90 Ω के मैंगनिन प्रतिरोध का उपयोग चल-कुण्डली के साथ श्रेणीक्रम में किया जाता है। मान लीजिये कि ताँबे (कॉपर) का तापमान गुणांक 0·004/°C तथा मैंगनिन का 0·00015/°C है। 10
Directive word: Design
This question asks you to design. The directive word signals the depth of analysis expected, the structure of your answer, and the weight of evidence you must bring.
See our UPSC directive words guide for a full breakdown of how to respond to each command word.
How this answer will be evaluated
Approach
Begin with the directive 'design' for the compensator in part (a), which carries the highest marks (20). Structure the answer as: (a) state-space analysis → compensator design → passive realization (~40% time); (b) 8085 assembly instructions with clear mnemonics and comments (~40% time); (c) thermal error calculations with proper temperature coefficient handling (~20% time). No formal conclusion needed; ensure each sub-part is clearly labelled.
Key points expected
- Part (a): Derive transfer function from state-space, calculate required phase lead angle from settling time and damped natural frequency specifications, determine compensator parameters (α, T), and realize using R-C network with component values
- Part (b)(i): Correct use of DCX/DCR/DAD/DAD with conditional jump (JZ) to set zero flag for register pair down counter operation
- Part (b)(ii): Proper addressing mode using LDA 2050H or LHLD with appropriate register loading
- Part (b)(iii): Correct use of MVI M,3AH or MOV M,A with accumulator preload when HL=2050H
- Part (b)(iv): SBB instruction for subtract with borrow, showing accumulator result 11H with flag status
- Part (b)(v): CMA instruction for complement, result 76H with proper flag effects
- Part (c)(i): Calculate shunt resistance (10/999 Ω), apply temperature coefficients for copper and manganin, determine error due to 5°C fall
- Part (c)(ii): Recalculate with 90Ω series manganin resistance, show improved temperature compensation and reduced error
Evaluation rubric
| Dimension | Weight | Max marks | Excellent | Average | Poor |
|---|---|---|---|---|---|
| Concept correctness | 25% | 12.5 | Correctly identifies state-space to transfer function conversion for (a); knows 8085 instruction set including addressing modes and flag behavior for (b); understands temperature coefficient effects on instrument accuracy and swamping resistance principle for (c) | Minor errors in state-space conversion or instruction selection; partial understanding of thermal compensation but correct final approach | Fundamental misunderstanding of phase lead design, incorrect instruction mnemonics, or confusion between copper and manganin temperature coefficients |
| Numerical accuracy | 25% | 12.5 | Precise calculation of compensator parameters (ζ=0.456, ωn=2.19 rad/s, φm=55°), correct 8085 results (F8H, 11H, 76H), accurate error values for both (c)(i) and (c)(ii) with proper decimal handling | Correct method but arithmetic slips in compensator angle or temperature error; correct final answers for (b) with minor hex conversion errors | Major calculation errors in pole placement, wrong accumulator results, or incorrect application of temperature coefficient formula |
| Diagram quality | 15% | 7.5 | Clear Bode plot or root locus sketch for compensator design; neat R-C network realization diagram with labelled components; optional but helpful 8085 register/memory flow diagram | Basic compensator circuit diagram present but lacks component values or has labelling issues; no diagrams for other parts acceptable given question nature | Missing essential compensator realization diagram, or diagrams that mislead about circuit topology |
| Step-by-step derivation | 20% | 10 | Systematic derivation: TF → characteristic equation → desired poles → angle deficiency → lead compensator design → component selection; clear stepwise 8085 code with comments; explicit error formula derivation for thermal effects | Correct sequence but skips key intermediate steps like angle calculation or assumes values; code without comments; jumps to final error formula | Disorganized working with no logical flow, missing essential steps like compensator zero/pole placement, or purely final answers without derivation |
| Practical interpretation | 15% | 7.5 | Discusses practical limits of passive realization (component tolerances, loading effects); notes 8085 flag behavior in real programs; explains why swamping resistance reduces temperature error in measurement instruments | Brief mention of practical constraints without elaboration; standard comments on instrument accuracy | Purely theoretical treatment with no connection to real-world implementation issues or measurement practice |
Practice this exact question
Write your answer, then get a detailed evaluation from our AI trained on UPSC's answer-writing standards. Free first evaluation — no signup needed to start.
Evaluate my answer →More from Electrical Engineering 2025 Paper II
- Q1 (a) The block diagram of a system is as shown below : Evaluate the overall transfer function $\frac{Y(s)}{R(s)}$ using block diagram reduct…
- Q2 (a) An LTI system with the following state-space representation is given : ẋ = [0 1] x + [0] u [0 -0.5] [k] y = [1 0] x Design a phase lead…
- Q3 (a) (i) Sketch the approximate root locus plot for a time-delay system approximated by the transfer function $$G(s) = \frac{K\left(1-\frac{…
- Q4 (a) (i) Consider a second-order type-1 system with no zeros. The system under unity feedback admits a resonant peak of 1·36 at resonant fre…
- Q5 (a) Given a second-order linear time-invariant system G(s) with a relative degree of 2. G(s) admits a zero steady-state error for unit step…
- Q6 (a) Determine the sending-end voltage, current, power factor of a single-phase, 50 Hz, 76·2 kV transmission line delivering a load of 12 MW…
- Q7 (a) Two generators are connected in parallel to the low-voltage side of a 3-phase, Δ-Y transformer as shown below : Generator 1 is rated 60…
- Q8 (a) The figure below shows the single-line diagram of a generator connected through parallel transmission lines to an infinite bus. The mac…