Skip to main content
  1. Resources/
  2. Study Materials/
  3. Electronics & Communication Engineering/
  4. ECE Semester 4/
  5. Linear Integrated Circuits (4341105)/

Linear Integrated Circuit (4341105) - Winter 2023 Solution

14 mins· ·
Study-Material Solutions Linear-Integrated-Circuit 4341105 2023 Winter
Milav Dabgar
Author
Milav Dabgar
Experienced lecturer in the electrical and electronic manufacturing industry. Skilled in Embedded Systems, Image Processing, Data Science, MATLAB, Python, STM32. Strong education professional with a Master’s degree in Communication Systems Engineering from L.D. College of Engineering - Ahmedabad.
Table of Contents

Question 1(a) [3 marks]
#

What is negative feedback? List out advantages and disadvantages of negative feedback.

Answer: Negative feedback is feeding a portion of output signal back to the input with 180° phase shift to reduce the input signal.

AdvantagesDisadvantages
Increased stabilityReduced gain
Reduced distortionComplex circuit design
Increased bandwidthMore components required
Reduced noiseHigher power consumption

Mnemonic: “SIRS” - Stability Improved, Reduced distortion, Sensitivity decreased

Question 1(b) [4 marks]
#

Describe the effect of negative feedback on frequency response and distortion of an amplifier.

Answer: Negative feedback improves both frequency response and reduces distortion in amplifiers.

Diagram:

graph TD
    A[Amplifier without feedback] --> B[Narrow bandwidth]
    C[Amplifier with negative feedback] --> D[Wider bandwidth]
    E[Input with harmonics] --> F[Amplifier without feedback] --> G[Output with more harmonics]
    E --> H[Amplifier with negative feedback] --> I[Output with fewer harmonics]
Effect onWithout feedbackWith negative feedback
Frequency responseNarrow bandwidthWider bandwidth
DistortionHigher harmonicsReduced harmonics

Mnemonic: “WIDE” - With negative feedback, Improved response, Distortion reduced, Extended bandwidth

Question 1(c) [7 marks]
#

Derive an equation for overall gain of negative feedback voltage amplifier.

Answer: The equation for overall gain of negative feedback voltage amplifier can be derived as follows:

Diagram:

IVniputΣAβVo(Output)
  • Input equation: V’ = Vi - βVo
  • Output equation: Vo = AV'
  • Substituting: Vo = A(Vi - βVo)
  • Solving for Vo: Vo = AVi - AβVo
  • Rearranging: Vo(1 + Aβ) = AVi
  • Final equation: Vo/Vi = A/(1 + Aβ) = Af

Mnemonic: “LOOP” - Look at Original Open-loop gain and Proceed with feedback

Question 1(c) OR [7 marks]
#

Compare voltage shunt amplifier and current series amplifier.

Answer:

ParameterVoltage Shunt AmplifierCurrent Series Amplifier
InputVoltageCurrent
OutputCurrentVoltage
Feedback network connectionParallel at inputSeries at input
Input impedanceDecreasedIncreased
Output impedanceIncreasedDecreased
GainCurrent gain decreasesVoltage gain decreases
ApplicationCurrent amplificationVoltage amplification

Diagram:

graph TB
    subgraph "Voltage Shunt"
        A1[Input voltage] --> B1[Shunt connected β]
        B1 --> C1[Amplifier]
        C1 --> D1[Output current]
    end
    subgraph "Current Series"
        A2[Input current] --> B2[Series connected β]
        B2 --> C2[Amplifier]
        C2 --> D2[Output voltage]
    end

Mnemonic: “VICS” - Voltage shunt In, Current out Series has opposite

Question 2(a) [3 marks]
#

Discuss Barkhausen’s criteria for oscillation.

Answer: Barkhausen’s criteria states that for sustained oscillations, the following conditions must be met:

CriteriaRequirement
Loop gain|Aβ| = 1 (magnitude equals 1)
Phase shiftTotal phase shift around loop = 0° or 360°

Diagram:

Aβ

Mnemonic: “LOOP” - Loop gain One, Oscillation needs Phase shift zero

Question 2(b) [4 marks]
#

Draw circuit diagram of Hartley oscillator and Colpitts oscillator.

Answer:

Hartley Oscillator:

=G==N==D=GNDL=C1Q=2=CZZZG1NDL2

Colpitts Oscillator:

=G=N=DL==C=GQ==2=N===D-ZZZGNDC1

Mnemonic: “HaLs CoCs” - Hartley has inductors in series, Colpitts has Capacitors in series

Question 2(c) [7 marks]
#

Explain UJT as a relaxation oscillator.

Answer: UJT (Unijunction Transistor) works as a relaxation oscillator by repeatedly charging and discharging a capacitor.

Diagram:

BC2RRB1UJTGNDVBC1C
PhaseDescription
ChargingCapacitor charges through R until voltage reaches VP (peak voltage)
FiringUJT turns ON when emitter voltage reaches VP
DischargeCapacitor discharges rapidly through UJT
ResetVoltage falls below valley voltage, UJT turns OFF, cycle repeats
  • Intrinsic standoff ratio: η = RB1/(RB1+RB2)
  • Peak voltage: VP = η×VBB + VD
  • Frequency: f = 1/[R×C×ln(1/(1-η))]

Mnemonic: “CFDR” - Charge, Fire, Discharge, Repeat

Question 2(a) OR [3 marks]
#

Classify Oscillators.

Answer:

ClassificationTypes
Based on feedbackRC, LC, Crystal
Based on waveformSinusoidal, Non-sinusoidal
Based on frequencyAudio, Radio, VHF, UHF
Based on circuitHartley, Colpitts, Wien-bridge, RC-phase shift

Diagram:

graph TD
    A[Oscillators] --> B[RC Oscillators]
    A --> C[LC Oscillators]
    A --> D[Crystal Oscillators]
    A --> E[Relaxation Oscillators]
    B --> F[Wien Bridge]
    B --> G[Phase Shift]
    C --> H[Hartley]
    C --> I[Colpitts]
    C --> J[Clapp]
    E --> K[UJT based]
    E --> L[IC 555 based]

Mnemonic: “SRLC” - Sine waves from RC, LC, and Crystal oscillators

Question 2(b) OR [4 marks]
#

Explain construction of UJT with its symbol.

Answer: UJT (Unijunction Transistor) consists of a lightly doped N-type silicon bar with electrical connections at both ends (bases) and a P-type emitter junction.

Diagram:

SymBBb2E1ol:StrNuB-Bc2t1tyupPree:
ComponentDescription
Base 1 (B1)Connected to one end of N-type bar
Base 2 (B2)Connected to other end of N-type bar
Emitter (E)Connected to P-type region diffused into N-type bar
RB1Resistance between emitter and B1
RB2Resistance between emitter and B2

Mnemonic: “BEB” - Bases at Ends, Emitter in Between

Question 2(c) OR [7 marks]
#

Explain working of Wien Bridge oscillator circuit. List out its application.

Answer: Wien Bridge oscillator produces sine waves using RC network for positive feedback and negative feedback for amplitude stability.

Diagram:

graph TD
    subgraph "Positive Feedback"
        R1 --- C1
        R2 --- C2
    end
    subgraph "Negative Feedback"
        R3
        R4
    end
    A[Op-Amp] --> Output
    R1 & C1 & R2 & C2 --> A
    A --> R3 --> R4 --> A
ComponentFunction
R1, C1 (series)Positive feedback, phase lead
R2, C2 (parallel)Positive feedback, phase lag
R3, R4Negative feedback, amplitude control
Op-AmpActive amplifier element

Applications:

  • Audio signal generators
  • Function generators
  • Musical instrument tuning
  • Test equipment
  • Filter circuits

Mnemonic: “APPS” - Audio Production, Pure Sine waves, Stable frequency

Question 3(a) [3 marks]
#

Differentiate between voltage and power amplifier.

Answer:

ParameterVoltage AmplifierPower Amplifier
Primary functionIncreases voltage levelIncreases power level
OutputLow current capabilityHigh current capability
EfficiencyNot criticalCritical parameter
Heat dissipationLowHigh, needs heat sink
BiasingClass A typicallyClass A, B, AB, or C
ApplicationsPre-amplification stagesDriving speakers, motors

Mnemonic: “VICE” - Voltage amplifiers Increase voltage, Current not important, Efficiency not critical

Question 3(b) [4 marks]
#

Derive an equation for Efficiency of class B push pull amplifier.

Answer: Efficiency (η) of a Class B push-pull amplifier is derived as follows:

Diagram:

Input+---++-VTTVC12CCC+Output
  • AC power output: P₀ = Vrms × Irms = (Vm/√2) × (Im/√2) = Vm × Im/2
  • DC power input: PDC = VCC × IDC = VCC × (2×Im/π)
  • Efficiency: η = P₀/PDC = (Vm×Im/2)/(VCC×2×Im/π) = (Vm×π)/(4×VCC)
  • For maximum swing: Vm = VCC, so η = π/4 = 78.5%

Mnemonic: “POP” - Push-pull Output Power = π/4 or 78.5%

Question 3(c) [7 marks]
#

Explain working of Class-B Push Pull Amplifiers along with waveform.

Answer: Class B push-pull amplifier uses two transistors to amplify opposite halves of the input waveform.

Diagram:

graph LR
    A[Input Signal] --> B[Driver Stage]
    B --> C[Upper Transistor]
    B --> D[Lower Transistor]
    C --> E[Output Transformer]
    D --> E
    E --> F[Output Signal]

    subgraph "Waveforms"
    direction LR
    G[Input] --- H[T1 Conducts] --- I[T2 Conducts]
    end
PhaseDescription
Positive halfUpper transistor (T1) conducts, T2 is off
Negative halfLower transistor (T2) conducts, T1 is off
CrossoverBoth transistors are near cutoff, causing distortion

Key points:

  • Efficiency: Approximately 78.5% (π/4)
  • Conduction angle: 180° for each transistor
  • Crossover distortion: Due to both transistors being off near zero crossing
  • Advantages: Higher efficiency, less heat, suitable for high power

Mnemonic: “HOPE” - Half cycle Operation, Push-pull, Efficiency high

Question 3(a) OR [3 marks]
#

Explain Classification of Power amplifier.

Answer:

ClassConduction AngleEfficiencyDistortion
Class A360°25-30%Low
Class B180°78.5%Medium
Class AB180°-360°50-78.5%Low-Medium
Class C<180°>78.5%High

Diagram:

graph TD
    A[Power Amplifiers] --> B[Class A]
    A --> C[Class B]
    A --> D[Class AB]
    A --> E[Class C]
    B --> F[Low distortion, Low efficiency]
    C --> G[Medium distortion, High efficiency]
    D --> H[Low distortion, Medium efficiency]
    E --> I[High distortion, Very high efficiency]

Mnemonic: “ABCE” - As Biasing Changes, Efficiency increases

Question 3(b) OR [4 marks]
#

Derive an equation for Efficiency of class A power amplifier.

Answer: Efficiency of Class A power amplifier is derived as follows:

Diagram:

+IVnGCZZZQpNCuDRtL+Output
  • Maximum AC power output: P₀ = (Vrms)²/RL = (VCC/2√2)²/RL = VCC²/8RL
  • DC power input: PDC = VCC × IDC = VCC × (VCC/2RL) = VCC²/2RL
  • Efficiency: η = P₀/PDC = (VCC²/8RL)/(VCC²/2RL) = 1/4 = 25%

Mnemonic: “ONE” - Output Never Exceeds 25% efficiency in Class A

Question 3(c) OR [7 marks]
#

Explain working of Class-A transformer coupled Amplifiers along with waveform.

Answer: Class A transformer coupled amplifier conducts for the full input cycle (360°) using a transformer for output coupling.

Diagram:

Q+VP=GCr=NCi=DCOuSGteNpcDut
ComponentFunction
TransformerMatches impedance, removes DC, provides isolation
TransistorConducts for full 360° cycle
CapacitorAC coupling
VCCDC power supply

Waveform characteristics:

  • Input and output waveforms are in phase
  • No crossover distortion
  • Full cycle amplification
  • Low efficiency (25%)
  • Low distortion

Mnemonic: “FACT” - Full cycle Amplification in Class-a with Transformer

Question 4(a) [3 marks]
#

Define (i) CMRR (ii) Slew Rate

Answer:

ParameterDefinitionTypical Value
CMRRCommon Mode Rejection Ratio, the ratio of differential gain to common mode gain90 dB (IC 741)
Slew RateMaximum rate of change of output voltage per unit of time0.5 V/μs (IC 741)

CMRR: CMRR = 20 log₁₀(Ad/Acm) where Ad is differential gain and Acm is common mode gain

Slew Rate: SR = dVout/dt (V/μs)

Mnemonic: “CRiSp” - CMRR Rejects common signals, Slew Rate limits speed

Question 4(b) [4 marks]
#

Explain inverting amplifier of operational amplifiers with sketch.

Answer: Inverting amplifier provides gain with 180° phase shift using negative feedback.

Diagram:

VinRiRf===GNDVout
ComponentFunction
RiInput resistor
RfFeedback resistor
Op-AmpAmplifies signal with high gain

Key equations:

  • Gain: A = -Rf/Ri
  • Input impedance: Z = Ri
  • Bandwidth: Depends on op-amp and gain

Mnemonic: “IRON” - Inverting, Resistance ratio gives gain, Output Negative phase

Question 4(c) [7 marks]
#

Explain Op-amp as a Summing amplifier.

Answer: Summing amplifier adds multiple input signals with weighted contributions.

Diagram:

graph LR
    V1[V1] -->|R1| A((\+))
    V2[V2] -->|R2| A
    V3[V3] -->|R3| A
    A --- B[Op-Amp]
    B --- C[Vout]
    C -.->|Rf| A

Circuit:

VVV123R1RR23===GNDRf===GNDVout
ParameterValue
Output voltageVout = -(Rf/R1)V1 - (Rf/R2)V2 - (Rf/R3)V3 …
Gain for each input-Rf/Rn where Rn is input resistor
Equal weight summingAll input resistors equal: R1 = R2 = R3 = Rf

Applications:

  • Audio mixers
  • Signal processing
  • Analog computers
  • Weighted averages

Mnemonic: “SARI” - Summing Amplifier Requires Inverting configuration

Question 4(a) OR [3 marks]
#

Sketch basic Block diagram of an operational amplifier.

Answer:

Diagram:

graph LR
    A[Input Differential Stage] --> B[Intermediate Stage]
    B --> C[Level Shifter]
    C --> D[Output Stage]
    E[Bias Circuit] --> A
    E --> B
    E --> C
    E --> D
StageFunction
Input differential stageHigh input impedance, rejects common mode signals
Intermediate stageHigh gain, frequency compensation
Level shifterShifts DC level for output stage
Output stageLow output impedance, current amplification
Bias circuitProvides proper operating points

Mnemonic: “DILO” - Differential Input, Level shifting, Output amplification

Question 4(b) OR [4 marks]
#

Explain non inverting amplifier of operational amplifiers with sketch.

Answer: Non-inverting amplifier provides gain without phase inversion using negative feedback.

Diagram:

Vin===GNRRDifVout
ParameterValue
GainA = 1 + Rf/Ri
Input impedanceVery high (depends on op-amp)
PhaseIn-phase with input
Common applicationVoltage follower (when Rf=0, Ri=∞)

Mnemonic: “NIPS” - Non-inverting, Input and output In Phase, Same polarity

Question 4(c) OR [7 marks]
#

Explain Op-amp as an Integrator.

Answer: Op-amp integrator produces output proportional to the time integral of the input.

Diagram:

VinRC===GNDVout
ParameterFormula
Output voltageVout = -(1/RC)∫Vin dt
Transfer functionVout/Vin = -1/(sRC) in Laplace domain
GainDecreases at 20dB/decade with frequency
Phase shift-90° (ideally)

Applications:

  • Analog computers
  • Waveform generators
  • PID controllers
  • Active filters
  • Signal processing

Mnemonic: “TIME” - Takes Input and Makes time-dependent Effect

Question 5(a) [3 marks]
#

Draw Pin Diagram of IC 555.

Answer:

Diagram:

12345558765
Pin NumberNameFunction
1GNDGround
2TRIGGERStarts timing cycle
3OUTPUTTimer output
4RESETResets timer
5CONTROLModifies timing
6THRESHOLDEnds timing cycle
7DISCHARGEDischarges timing capacitor
8VCCPositive supply

Mnemonic: “GTOR-CTD” - Ground, Trigger, Output, Reset, Control, Threshold, Discharge

Question 5(b) [4 marks]
#

Explain astable multivibrator of timer IC 555.

Answer: Astable multivibrator using IC 555 generates continuous square wave output without any external trigger.

Diagram:

graph LR
    A[VCC] --> B[R1]
    B --> C[Pin 7]
    B --> D[Pin 6/2]
    C --> E[IC 555]
    D --> E
    F[R2] --> D
    F --> G[Pin 7]
    G --> E
    H[C] --> D
    H --> I[GND]
    E --> J[Output Pin 3]
ParameterFormula
Charging timet₁ = 0.693(R₁+R₂)C
Discharging timet₂ = 0.693(R₂)C
Frequencyf = 1.44/((R₁+2R₂)C)
Duty cycleD = (R₁+R₂)/(R₁+2R₂)

Mnemonic: “FREE” - FREquency Established by External RC network

Question 5(c) [7 marks]
#

Explain working of Complementary symmetry Push Pull Amplifiers.

Answer: Complementary symmetry push-pull amplifier uses complementary transistors (NPN and PNP) to amplify both halves of the waveform.

Diagram:

InputQQ12VGCNCDNPPNNPOutput
TransistorConductionCurrent Flow
Q1 (NPN)Positive half-cycleSource to load
Q2 (PNP)Negative half-cycleSink from load

Key features:

  • No center-tapped transformer: Simpler design than transformer-coupled push-pull
  • Crossover distortion: Requires biasing to minimize
  • Efficiency: About 78.5% (Class B operation)
  • Thermal runaway: Risk if not properly designed
  • Applications: Audio power amplifiers, output stages of op-amps

Mnemonic: “COPS” - Complementary Opposing Pair of transistors for Symmetrical operation

Question 5(a) OR [3 marks]
#

Draw the diagram of Sequential Timer.

Answer:

Diagram:

graph LR
    A[Start] --> B[555 Timer 1]
    B --> C[555 Timer 2]
    C --> D[555 Timer 3]
    D --> E[Optional additional timers]
    B --> B1[Output 1]
    C --> C1[Output 2]
    D --> D1[Output 3]
OSIutn5tap51pru5uttt1OTTuri5tifm52pgre5ugortemr12OTTuri5tifm53pgre5ugortemr23

Mnemonic: “SET” - Sequential Events Triggered one after another

Question 5(b) OR [4 marks]
#

Explain bistable multivibrator of timer IC 555.

Answer: Bistable multivibrator using IC 555 has two stable states and changes state only when triggered.

Diagram:

===VGCSRNCReeDtset===42GND5535Output
TerminalFunctionOperation
Pin 2 (TRIGGER)SET inputWhen pulled below 1/3 VCC, output goes HIGH
Pin 4 (RESET)RESET inputWhen pulled LOW, output goes LOW
Pin 3OutputRemains in last state until triggered

Mnemonic: “FLIP” - Firmly Latched In Position until triggered

Question 5(c) OR [7 marks]
#

Compare different types of power Amplifiers.

Answer:

ParameterClass AClass BClass ABClass C
Conduction angle360°180°180°-360°<180°
Efficiency25-30%78.5%50-78.5%>78.5%
DistortionVery lowModerateLowHigh
BiasingAbove cutoffAt cutoffSlightly above cutoffBelow cutoff
Circuit complexityLowMediumMediumLow
Heat dissipationHighMediumMediumLow
ApplicationsHigh fidelity audioAudio power ampsAudio power ampsRF transmitters

Diagram:

graph TD
    A[Power Amplifier Classes] --> B[Class A: 360° conduction]
    A --> C[Class B: 180° conduction]
    A --> D[Class AB: 180°-360° conduction]
    A --> E[Class C: <180° conduction]
    B --- B1[25-30% efficient]
    C --- C1[78.5% efficient]
    D --- D1[50-78.5% efficient]
    E --- E1[>78.5% efficient]

Mnemonic: “ABCE” - As Biasing Condition changes, Efficiency increases

Related

Linear Integrated Circuit (4341105) - Summer 2023 Solution
18 mins
Study-Material Solutions Linear-Integrated-Circuit 4341105 2023 Summer
Fundamentals of Machine Learning (4341603) - Winter 2023 Solution
Study-Material Solutions Machine-Learning 4341603 2023 Winter
Consumer Electronics & Maintenance (4341107) - Winter 2023 Solution
15 mins
Study-Material Solutions Consumer-Electronics 4341107 2023 Winter
Advanced Python Programming (4321602) - Winter 2023 Solution
36 mins
Study-Material Solutions Python 4321602 2023 Winter
Antenna & Wave Propagation (4341106) - Winter 2023 Solution
14 mins
Study-Material Solutions Antenna Wave-Propagation 4341106 2023 Winter
Database Management System (1333204) - Winter 2023 Solution
15 mins
Study-Material Solutions Database 1333204 2023 Winter