Skip to main content

GATE - EC 2022 Question Paper with Answer Key and Full Explanation

 
  • GATE Electronics and Communication (EC) Questions Paper With Answer Key Download Pdf [2022]
Download Question Paper               See Answers

 

2025 | 2024 | 2023 | 2022 | 2021 | 2020

GATE - EC 2022 Answers with Explanations

Q. 36

The function f(x) = 8 loge x − x2 + 3 attains its minimum over the interval [1, e] at x = ______.
(Here loge x is the natural logarithm of x.)

Solution:

Given:
f(x) = 8 ln(x) − x² + 3

Find the minimum of f(x) on the interval [1, e].

Step 1: Find the derivative

f'(x) = \(\frac{d}{dx}\) [8 ln(x) − x² + 3] = \(\frac{8}{x}\) − 2x

Step 2: Set derivative to zero to find critical points

f'(x) = 0 ⇒ \(\frac{8}{x}\) − 2x = 0
⇒ \(\frac{8}{x}\) = 2x
⇒ 8 = 2x²
⇒ x² = 4
⇒ x = ±2

Since the domain is [1, e], and e ≈ 2.718, we consider only x = 2.

Step 3: Evaluate f(x) at critical point and interval endpoints

  • At x = 1:
    f(1) = 8 ln(1) − 1² + 3 = 0 − 1 + 3 = 2
  • At x = 2:
    f(2) = 8 ln(2) − 4 + 3 = 8 × 0.693 − 1 = 5.544 − 1 = 4.544 (approx)
  • At x = e:
    f(e) = 8 ln(e) − e² + 3 = 8 × 1 − 7.389 + 3 = 11 − 7.389 = 3.611 (approx)

Step 4: Compare values

f(1) = 2
f(2) ≈ 4.544
f(e) ≈ 3.611

Minimum value of f(x) on [1, e] is at x = 1.

Final answer:

x = 1

Q.52

Option (a)

The cutoff frequency is:

\[ f_{\text{cutoff}} = \frac{c}{2} \sqrt{\left(\frac{m}{a}\right)^{2} + \left(\frac{n}{b}\right)^{2}} \]

For the cutoff frequency of a TM wave,

\[ \frac{c}{2a} = 1.5 \times 10^{14} \ \text{Hz} \]

Therefore, frequencies above:

\[ 1.5 \times 10^{14} \ \text{Hz} \]

will propagate.

Q.53

Solving the Integral Using Polar Coordinates

We want to evaluate the integral:

$$\iint_D 3(x^2 + y^2)\, dx\, dy$$

In polar coordinates, we use:

  • \(x^2 + y^2 = r^2\)
  • \(dx\,dy = r\,dr\,d\theta\)

So the integrand becomes:

$$3r^2 \cdot r = 3r^3$$

1. Describe the Region \(D\) in Polar Coordinates

The triangular region lies between the lines:

  • \(y = x \Rightarrow \theta = \pi/4\)
  • \(y = -x \Rightarrow \theta = -\pi/4\)

The right boundary is \(x = 4\):

$$r \cos\theta = 4 \quad \Rightarrow \quad r = \frac{4}{\cos\theta}$$

Thus the region in polar form is:

$$-\frac{\pi}{4} \le \theta \le \frac{\pi}{4}, \quad 0 \le r \le \frac{4}{\cos\theta}$$

2. Set Up the Integral

$$\int_{\theta=-\pi/4}^{\pi/4} \int_{0}^{4/\cos\theta} 3r^3 \, dr \, d\theta$$

3. Integrate with Respect to \(r\)

$$\int_{0}^{4/\cos\theta} 3r^3 \, dr = \frac{3}{4}\left(\frac{4}{\cos\theta}\right)^4 = \frac{192}{\cos^4\theta}$$

4. Integrate with Respect to \(\theta\)

$$192 \int_{-\pi/4}^{\pi/4} \sec^4\theta \, d\theta$$

Use the substitution \(u = \tan\theta\), \(du = \sec^2\theta \, d\theta\):

$$192 \int_{-1}^{1} (u^2 + 1)\, du$$

$$\int_{-1}^{1}(u^2 + 1)\, du = \left[\frac{u^3}{3} + u\right]_{-1}^{1} = \frac{8}{3}$$

$$192 \cdot \frac{8}{3} = 512$$

Final Answer:

512

Q.54

Calculation:

First, find Vth and Rth from the graph.

From the graph

V2 = −(1 / 4m)·I2 + 5

When I2 = 0

V2 = Vosc = Vth = 5

Replace the network with its Thevenin's equivalent and replace the variable resistance with the load:

I2 = (10 − 5) / 1250 = 4 mA

Q.55

DFT Problem Solution

Given the sequence:

x̄ = [1, 0, 0, 0, 2, 0, 0, 0]

The problem asks to compute:

y = DFT(DFT(x̄))

and to find y[0].


Step 1 — First DFT

The DFT is defined as:

X(k) = Σ x[n] · exp(-j·2Ï€nk/8), n = 0..7

The only non-zero samples are x[0] = 1 and x[4] = 2, so:

X(k) = 1 + 2·exp(-jÏ€k) = 1 + 2(-1)k

Thus:

X = [3, -1, 3, -1, 3, -1, 3, -1]


Step 2 — Second DFT

We need:

y[0] = Σ X[k], k = 0..7

Summing the values:

  • Four values are 3 → sum = 12
  • Four values are -1 → sum = -4

y[0] = 12 - 4 = 8


Final Answer: 8.0

People are good at skipping over material they already know!

View Related Topics to







Contact Us

Name

Email *

Message *

Popular Posts

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...(MATLAB Code + Simulator)

Bit Error Rate (BER) & SNR Guide Analyze communication system performance with our interactive simulators and MATLAB tools. 📘 Theory 🧮 Simulators 💻 MATLAB Code 📚 Resources BER Definition SNR Formula BER Calculator MATLAB Comparison 📂 Explore M-ary QAM, PSK, and QPSK Topics ▼ 🧮 Constellation Simulator: M-ary QAM 🧮 Constellation Simulator: M-ary PSK 🧮 BER calculation for ASK, FSK, and PSK 🧮 Approaches to BER vs SNR What is Bit Error Rate (BER)? The BER indicates how many corrupted bits are received compared to the total number of bits sent. It is the primary figure of merit for a...

Power Spectral Density Calculation Using FFT in MATLAB

📘 Overview 🧮 Steps to calculate the PSD of a signal 🧮 MATLAB Codes 📚 Further Reading Power spectral density (PSD) tells us how the power of a signal is distributed across different frequency components, whereas Fourier Magnitude gives you the amplitude (or strength) of each frequency component in the signal. Steps to calculate the PSD of a signal Firstly, calculate the fast Fourier transform (FFT) of a signal. Then, calculate the Fourier magnitude (absolute value) of the signal. Square the Fourier magnitude to get the power spectrum. To calculate the Power Spectral Density (PSD), divide the squared magnitude by the product of the sampling frequency (fs) and the total number of samples (N). Formula: PSD = |FFT|^2 / (fs * N) Sampling frequency (fs): The rate at which the continuous-time signal is sampled (in ...

Constellation Diagrams of ASK, PSK, and FSK (with MATLAB Code + Simulator)

Constellation Diagrams: ASK, FSK, and PSK Comprehensive guide to signal space representation, including interactive simulators and MATLAB implementations. 📘 Overview 🧮 Simulator ⚖️ Theory 📚 Resources Definitions Constellation Tool Key Points MATLAB Code 📂 Other Topics: M-ary PSK & QAM Diagrams ▼ 🧮 Simulator for M-ary PSK Constellation 🧮 Simulator for M-ary QAM Constellation BASK (Binary ASK) Modulation Transmits one of two signals: 0 or -√Eb, where Eb​ is the energy per bit. These signals represent binary 0 and 1. BFSK (Binary FSK) Modulation Transmits one ...

DFTs-OFDM vs OFDM: Why DFT-Spread OFDM Reduces PAPR Effectively (with MATLAB Code)

DFT-spread OFDM (DFTs-OFDM) has lower Peak-to-Average Power Ratio (PAPR) because it "spreads" the data in the frequency domain before applying IFFT, making the time-domain signal behave more like a single-carrier signal rather than a multi-carrier one like OFDM. Deeper Explanation: Aspect OFDM DFTs-OFDM Signal Type Multi-carrier Single-carrier-like Process IFFT of QAM directly QAM → DFT → IFFT PAPR Level High (due to many carriers adding up constructively) Low (less fluctuation in amplitude) Why PAPR is High Subcarriers can add in phase, causing spikes DFT "pre-spreads" data, smoothing it Used in Wi-Fi, LTE downlink LTE uplink (as SC-FDMA) In OFDM, all subcarriers can...

UGC NET Electronic Science Previous Year Question Papers

Home / Engineering & Other Exams / UGC NET 2022 PYQ 📥 Download UGC NET Electronics PDFs Complete collection of previous year question papers, answer keys and explanations for Subject Code 88. Start Downloading UGC-NET (Electronics Science, Subject code: 88) Subject_Code : 88; Department : Electronic Science; 📂 View All Question Papers UGC Net Electronic Science Question Paper With Answer Key Download Pdf [June 2025] with full explanation UGC Net Electronic Science Question Paper With Answer Key Download Pdf [December 2024] UGC Net Paper 1 With Answer Key Download Pdf [Sep 2024] with full explanation UGC Net Electronic Science Question Paper With Answer Key Download Pdf [Aug 2024] with full explanation UGC Net Paper 1 With Answer Key Download...

ASK, FSK, and PSK (with MATLAB + Online Simulator)

📘 ASK Theory 📘 FSK Theory 📘 PSK Theory 📊 Comparison 🧮 MATLAB Codes 🎮 Simulator ASK or OFF ON Keying ASK is a simple (less complex) Digital Modulation Scheme where we vary the modulation signal's amplitude or voltage by the message signal's amplitude or voltage. We select two levels (two different voltage levels) for transmitting modulated message signals. Example: "+5 Volt" (upper level) and "0 Volt" (lower level). To transmit binary bit "1", the transmitter sends "+5 Volts", and for bit "0", it sends no power. The receiver uses filters to detect whether a binary "1" or "0" was transmitted. Fig 1: Output of ASK, FSK, and PSK modulation using MATLAB for a data stream "1 1 0 0 1 0 1 0" ( Get MATLAB Code ) ...

Filter Bank Multicarrier (FBMC)

Filter Bank Multicarrier (FBMC) Filter Bank Multicarrier (FBMC) is an advanced multicarrier modulation technique designed to overcome the spectral inefficiencies and interference issues of OFDM. Motivation: Limitations of OFDM In an OFDM system , the transmitter uses an Inverse Fast Fourier Transform (IFFT) and the receiver uses a Fast Fourier Transform (FFT) to process multiple subcarriers. Each OFDM symbol occupies a duration denoted by T sym . OFDM is a multicarrier modulation technique where a high data-rate stream is divided into multiple parallel low data-rate streams. To mitigate inter-symbol interference (ISI) caused by multipath fading, the total bandwidth B is divided into N narrow sub-bands. However, a major drawback of OFDM is that the subcarrier filters generated by the IFFT/FFT process have poor spectral cont...