To find the maximum value of a function on a closed interval, we must evaluate it at the interval's endpoints and at any critical points that lie within the interval.
First, we find the derivative of f(x)=x3−3x2+2x, which is f′(x)=3x2−6x+2.
Setting the derivative to zero, f′(x)=0, gives critical points at x=1±31.
Only the critical point x=1+31 falls within the interval [1,2].
Now, we compare the function's value at the endpoints and this critical point:
f(1)=1(1−1)(1−2)=0
f(2)=2(2−1)(2−2)=0
f(1+31)=−332 (a negative value)
Comparing the values {0,0,−332}, the maximum value is clearly 0.
Q2GATE 2016NAT1MEngineering Mathematics
Consider a 3 x 3 matrix with every element being equal to 1. Its only non-zero eigenvalue is ____.
Let the given 3x3 matrix be denoted by A. Since all rows of A are identical, the matrix has a rank of 1. A key property of an n×n matrix is that if its rank is r, it will have n−r eigenvalues equal to zero. For our matrix, n=3 and r=1, so there are 3−1=2 zero eigenvalues.
The sum of a matrix's eigenvalues is equal to its trace (the sum of its diagonal elements). The trace of A is 1+1+1=3. Since we already know two eigenvalues are 0, the third eigenvalue, λ3, must satisfy 0+0+λ3=3. Therefore, the only non-zero eigenvalue is 3.
This problem is a direct application of the frequency shifting property of the Laplace transform, which states that L{eatf(t)}=F(s−a).
First, let's find the Laplace transform of the base function, f(t)=sin(5t). Using the standard transform pair, we get F(s)=L{sin(5t)}=s2+255.
Next, we apply the frequency shift caused by the e2t term. Here, a=2, so we replace every s in F(s) with (s−2). L{e2tsin(5t)}=(s−2)2+255
To get the final form, we simply expand the denominator: s2−4s+4+255=s2−4s+295
Q4GATE 2016MCQ1MEngineering Mathematics
A function y(t), such that y(0)=1 and y(1)=3 e−1 , is a solution of the differential equation dt2d2y+2dtdy+y=0 . Then y(2) is
To solve this homogeneous linear differential equation, we first find the roots of its characteristic equation: m2+2m+1=0. This equation factors into (m+1)2=0, revealing a repeated root of m=−1.
The general solution for a repeated root is of the form y(t)=(c1+c2t)emt. For our case, this becomes y(t)=(c1+c2t)e−t.
We use the given conditions to find the constants c1 and c2. The condition y(0)=1 implies (c1+0)e0=1, which gives c1=1. With this, our solution becomes y(t)=(1+c2t)e−t.
Next, using y(1)=3e−1, we get (1+c2)e−1=3e−1. This simplifies to 1+c2=3, so c2=2. Thus, the particular solution is y(t)=(1+2t)e−t.
Finally, we evaluate the solution at t=2 to find the answer: y(2)=(1+2(2))e−2=5e−2.
Q5GATE 2016MCQ1MEngineering Mathematics
The value of the integral ∮c(z−21)(z2−4z+5)2z+5dz over the contour |z|=1, taken in the anti-clockwise direction, would be
To solve this integral, we will apply the Cauchy Residue Theorem. First, let's identify the poles of the integrand, which are the values of z that make the denominator zero. The poles are z=1/2 and the roots of z2−4z+5=0, which are z=2±i.
Next, we determine which of these poles lie inside the contour ∣z∣=1. The pole z=1/2 is inside, as ∣1/2∣<1. The poles z=2±i are outside, since ∣2±i∣=22+(±1)2=5>1.
We then calculate the residue at the simple pole inside the contour, z=1/2: Resz=1/2=limz→1/2(z−21)(z−21)(z2−4z+5)2z+5=(1/2)2−4(1/2)+52(1/2)+5=13/46=1324
By the Residue Theorem, the value of the contour integral is 2πi times the sum of the residues of the poles within the contour. Therefore, the integral evaluates to 2πi(1324)=1348πi.
Q6GATE 2016MCQ1MSignals and Systems
The transfer function of a system is R(s)Y(s)=s+2s . The steady state output y(t) is Acos(2t+φ) for the input cos(2t). The values of A and φ , respectively are
To find the steady-state response of the system to a sinusoidal input, we evaluate its frequency response at the input frequency. The input is r(t)=cos(2t), which has an amplitude of 1 and an angular frequency of ω=2 rad/s.
First, we find the frequency response function H(jω) by substituting s=jω into the transfer function H(s): H(jω)=2+jωjω
Now, we evaluate this at the input frequency ω=2: H(j2)=2+j2j2
The output amplitude A is the magnitude of H(j2), and the phase shift φ is the angle of H(j2). A=∣H(j2)∣=∣2+j2∣∣j2∣=22+222=82=21 φ=∠H(j2)=∠(j2)−∠(2+j2)=90∘−tan−1(22)=90∘−45∘=45∘
Thus, the amplitude A is 21 and the phase shift φ is +45∘.
Q7GATE 2016MCQ1MControl Systems
The phase cross-over frequency of the transfer function G(s)=(s+3)3100 in rad/s is
The phase cross-over frequency, ωpc, is the frequency at which the system's phase angle equals −180∘. To find it, we analyze the frequency response function, G(jω). The calculation that leads to the answer begins with the function G(s)=(s+1)3100.
The phase of G(jω)=(1+jω)3100 is −180∘ when its denominator, (1+jω)3, is a negative real number. This requires the imaginary part of the denominator to be zero.
Let's expand the denominator: (1+jω)3=(1−3ω2)+j(3ω−ω3).
Setting the imaginary part to zero gives the equation 3ω−ω3=0.
Factoring this as ω(3−ω2)=0, we find the non-trivial, positive solution is ωpc=3 rad/s.
Q8GATE 2016MCQ1MSignals and Systems
Consider a continuous-time system with input x(t) and output y(t) given by y(t) = x(t) cos(t) This system is
Let's first test for linearity. A system is linear if an input ax1(t)+bx2(t) produces the output ay1(t)+by2(t). For our system, the output is [ax1(t)+bx2(t)]cos(t), which simplifies to a[x1(t)cos(t)]+b[x2(t)cos(t)]. This is precisely ay1(t)+by2(t), so the system is linear.
Next, we check for time invariance. A system is time-invariant if delaying the input by t0 simply delays the output by the same amount. The output for a delayed input x(t−t0) is x(t−t0)cos(t). However, the original output delayed by t0 is y(t−t0)=x(t−t0)cos(t−t0). Since x(t−t0)cos(t)=x(t−t0)cos(t−t0), the system's behavior changes with time, making it time-varying.
Q9GATE 2016MCQ1MSignals and Systems
The value of ∫−∞+∞e−tδ(2t−2)dt,whereδ(t) is the Dirac delta function, is
To solve this integral, we first address the argument of the Dirac delta function, which is 2t−2. We use the scaling property of the delta function, which states that δ(at−b)=∣a∣1δ(t−ab).
Applying this property with a=2 and b=2, we get: δ(2t−2)=21δ(t−22)=21δ(t−1).
Now, we can substitute this simplified form back into the original integral: ∫−∞∞e−t(21δ(t−1))dt=21∫−∞∞e−tδ(t−1)dt.
Finally, we use the sifting property of the delta function, ∫−∞∞f(t)δ(t−t0)dt=f(t0). This means the integral evaluates the function e−t at t=1.
The result is 21×e−1, which simplifies to 2e1.
Q10GATE 2016MCQ1MDigital Electronics
A temperature in the range of -40 ∘ C to 55 ∘ C is to be measured with a resolution of 0.1 ∘ C. The minimum number of ADC bits required to get a matching dynamic range of the temperature sensor is
First, we determine the total temperature range to be measured, which is the difference between the maximum and minimum values: 55∘C−(−40∘C)=95∘C.
Next, we calculate the number of discrete steps needed to achieve the desired resolution. This is found by dividing the total range by the resolution: 0.1∘C95∘C=950 steps.
An ADC uses binary bits to represent these steps. If an ADC has n bits, it can represent 2n unique levels. We need to find the smallest integer n for which 2n is greater than or equal to the required 950 steps.
Evaluating powers of 2, we see that 29=512, which is insufficient. However, 210=1024, which is enough to cover all 950 levels. Therefore, a minimum of 10 bits is necessary.
Q11GATE 2016MCQ1MDigital Electronics
Consider the following circuit which uses a 2-to-1 multiplexer as shown in the figure below. The Boolean expression for output F in terms of A and B is
Let's break down the function of this 2-to-1 multiplexer circuit. The input B serves as the select line, S. The data inputs, I0 and I1, are determined by input A. Due to the inverter, I0=Aˉ, while I1=A.
The general Boolean expression for a 2-to-1 multiplexer's output is F=SˉI0+SI1.
By substituting the specific connections from our circuit into this formula, we get: F=Bˉ⋅Aˉ+B⋅A
This resulting expression, AˉBˉ+AB, is the standard definition of the XNOR gate. The XNOR function is the complement of the XOR function, so it can be written as A⊕B.
Q12GATE 2016NAT1MAnalog Electronics
A transistor circuit is given below. The Zener diode breakdown voltage is 5.3 V as shown. Take base to emitter voltage drop to be 0.6 V. The value of the current gain β is _________.
The Zener diode is in breakdown, which sets the base voltage to VB=5.3 V. The emitter voltage is one diode drop below the base, so VE=VB−VBE=5.3 V−0.6 V=4.7 V. We can now find the emitter current using Ohm's law: IE=VE/470Ω=4.7 V/470Ω=10 mA.
Next, we find the base current. The current supplied through the 4.7 kΩ resistor is Isupply=(10 V−VB)/4.7 kΩ=(10−5.3) V/4.7 kΩ=1 mA. This current splits between the base and the Zener diode. Since the Zener current is given as 0.5 mA, the base current is IB=Isupply−IZ=1 mA−0.5 mA=0.5 mA.
Finally, the current gain β relates the collector and base currents, and we know IE=IC+IB=βIB+IB=(β+1)IB. Therefore, β+1=IE/IB=10 mA/0.5 mA=20, which gives β=19.
Q13GATE 2016MCQ1MElectromagnetic Fields
In cylindrical coordinate system, the potential produced by a uniform ring charge is given by ψ=f(r,z) , where f is a continuous function of r and z. Let E be the resulting electric field. Then the magnitude of ▽×E
The electric field described is electrostatic, as it originates from a fixed charge distribution (a uniform ring). All electrostatic fields are conservative. This can be seen from the fact that the field E is derived from a scalar potential ψ, specifically E=−∇ψ.
A fundamental theorem of vector calculus states that the curl of the gradient of any scalar function is always zero. Applying this principle, we get: ∇×E=∇×(−∇ψ)=0
Therefore, the curl of the electric field is zero, and so is its magnitude.
Q14GATE 2016NAT1MElectromagnetic Fields
A soft-iron toroid is concentric with a long straight conductor carrying a direct current I. If the relative permeability μr of soft-iron is 100, the ratio of the magnetic flux densities at two adjacent points located just inside and just outside the toroid, is _______.
The magnetic field (B) from the long straight conductor depends on the permeability (μ) of the medium it passes through, according to the formula B=2πrμI. We need to compare the field at two adjacent points, one just inside the iron toroid and one just outside in the surrounding air/vacuum.
Just outside the toroid, the medium's permeability is μ0, so the field is Bout=2πrμ0I.
Just inside the soft iron, the permeability is μ=μrμ0, so the field is significantly stronger: B∈=2πrμrμ0I.
The ratio of the flux densities at these two adjacent points (which are at the same radius r) is: BoutB∈=2πrμ0I2πrμrμ0I=μr
Given μr=100, the ratio is 100.
Q15GATE 2016MCQ1MElectric Circuits
RAandRB are the input resistances of circuits as shown below. The circuits extend infinitely in the direction shown. Which one of the following statements is TRUE?
Let's closely compare the structures of the two infinite circuits. The circuit for RB is formed by a 1Ω resistor connected in parallel with the rest of the network. If you look closely, that "rest of the network" is exactly the infinite ladder circuit for RA.
Therefore, the input resistance RB is the equivalent of the entire circuit A (with resistance RA) connected in parallel with a 1Ω resistor.
Using the formula for two resistors in parallel, we can express this relationship as RB=RA∣∣1Ω. This evaluates to RB=RA+1RA⋅1, which gives the final result.
Q16GATE 2016MCQ1MElectrical Machines
In a constant V/f induction motor drive, the slip at the maximum torque
Excellent question! Let's break down the relationship step-by-step for a clearer understanding.
The slip at which maximum torque occurs is determined by the ratio of the rotor's resistance to its reactance: Smax,T=R2/X2.
In a V/f drive, the supply frequency (f) changes, which in turn changes the rotor reactance, as reactance is frequency-dependent (X2=2πfL2). The rotor resistance (R2) remains constant. This means the slip for maximum torque is inversely proportional to the frequency: Smax,T∝1/f.
We also know that the motor's synchronous speed (ωs) is directly proportional to the supply frequency (ωs∝f).
Combining these two facts, since Smax,T is inversely proportional to frequency and synchronous speed is directly proportional to it, we can conclude that the slip at maximum torque has an inverse relationship with the synchronous speed (Smax,T∝1/ωs).
Q17GATE 2016NAT1MElectric Circuits
In the portion of a circuit shown, if the heat generated in 5 Ω resistance is 10 calories per second, then heat generated by the 4 Ω resistance, in calories per second, is _______.
The upper branch has a total resistance of 4Ω+6Ω=10Ω. Because the two branches are in parallel, they share the same voltage. Since the upper branch's resistance is double that of the lower (5Ω) branch, it will carry half the current.
Let the current in the upper branch be I. Then the current in the lower branch must be 2I. The power (heat per second) in the 5Ω resistor is given as 10cal/s.
Using the power formula P=I2R, we can write: P5=(2I)2×5=10 4I2×5=10⟹20I2=10⟹I2=0.5
The heat generated by the 4Ω resistor is P4=I2×4.
Substituting the value we found for I2, we get P4=0.5×4=2cal/s.
Q18GATE 2016NAT1MElectric Circuits
In the given circuit, the current supplied by the battery, in ampere, is _______.
To find the current I1 supplied by the battery, we can apply Kirchhoff's circuit laws. First, let's use the Current Law (KCL) at the central node. The current entering the node, I1, must equal the sum of the currents leaving it. This gives us the relationship I1=I2+I2=2I2.
Next, we apply the Voltage Law (KVL) around the outer loop. The total voltage provided by the 1V source must equal the sum of the voltage drops across the three resistors in the loop. This gives us 1=I1(1Ω)+I2(1Ω)+I2(1Ω), which simplifies to 1=I1+2I2.
Now we can solve this system of two equations. Substituting the first equation (I1=2I2) into the second gives 1=(2I2)+2I2=4I2. Solving for I2 yields I2=41 A. Finally, we find the battery current I1 using our KCL relationship: I1=2I2=2×41=0.5 A.
Q19GATE 2016MCQ1MPower Systems
In a 100 bus power system, there are 10 generators. In a particular iteration of Newton Raphson load flow technique (in polar coordinates), two of the PV buses are converted to PQ type. In this iteration,
In a load flow study, the voltage angle, δ, is an unknown variable for every bus except the slack bus. This is true for both PV and PQ bus types. Therefore, converting a bus from PV to PQ does not change the number of unknown angles.
For a PV bus, the voltage magnitude, ∣V∣, is a specified, known value. For a PQ bus, ∣V∣ is an unknown variable that must be calculated.
When two PV buses are converted to PQ buses (typically due to reactive power limit violations), their previously specified voltage magnitudes now become unknown variables. Thus, the number of unknown voltage magnitudes in the system increases by two.
Q20GATE 2016NAT1MPower Systems
The magnitude of three-phase fault currents at buses A and B of a power system are 10 pu and 8 pu, respectively. Neglect all resistances in the system and consider the pre-fault system to be unloaded. The pre-fault voltage at all buses in the system is 1.0 pu. The voltage magnitude at bus B during a three-phase fault at bus A is 0.8 pu. The voltage magnitude at bus A during a three-phase fault at bus B, in pu, is ________.
The voltage drop at a healthy bus during a remote fault is the product of the fault current and the transfer impedance between the two buses. We can first calculate this transfer impedance, ZAB, using the data from the fault at bus A.
The voltage at bus B during a fault at A is given by: VB=Vpre−fault−ZAB×Ifault,A 0.8=1.0−ZAB×10⟹ZAB=0.02 pu.
By reciprocity, the transfer impedance from B to A is the same (ZBA=ZAB). Now, we can find the voltage at bus A during a fault at bus B: VA=Vpre−fault−ZBA×Ifault,B VA=1.0−(0.02×8)=1.0−0.16=0.84 pu.
Q21GATE 2016MCQ1MElectrical Machines
Consider a system consisting of a synchronous generator working at a lagging power factor, a synchronous motor working at an overexcited condition and a directly grid-connected induction generator. Consider capacitive VAr to be a source and inductive VAr to be a sink of reactive power. Which one of the following statements is TRUE?
A synchronous generator operating at a lagging power factor supplies both active and reactive power to the grid, making it a source of reactive power. An overexcited synchronous motor runs at a leading power factor, meaning it consumes active power but supplies reactive power to the system, acting as a dynamic capacitor. Therefore, it is also a source. An induction generator, however, lacks a field winding for excitation and must absorb reactive power from the grid to establish its magnetic field. Consequently, it always acts as a sink of reactive power.
Q22GATE 2016NAT1MPower Electronics
A buck converter, as shown in Figure (a) below, is working in steady state. The output voltage and the inductor current can be assumed to be ripple free. Figure (b) shows the inductor voltage VL during a complete switching interval. Assuming all devices are ideal, the duty cycle of the buck converter is ________.
For a converter operating in steady state, the inductor volt-second balance principle states that the average voltage across the inductor over a full switching period must be zero. This means the positive area under the VL curve must equal the magnitude of the negative area.
From the graph, the voltage during the ON-time is 30 V and during the OFF-time is −20 V. Let the duty cycle be D. The ON-time is TON=D⋅TS and the OFF-time is TOFF=(1−D)⋅TS.
Equating the volt-second areas gives: 30⋅TON=20⋅TOFF 30⋅(D⋅TS)=20⋅((1−D)⋅TS)
The switching period TS cancels out, leaving: 30D=20(1−D)⟹30D=20−20D⟹50D=20
Therefore, the duty cycle is D=5020=0.4.
Q23GATE 2016NAT1MPower Electronics
A steady dc current of 100 A is flowing through a power module (S,D) as shown in Figure (a). The V-I characteristics of the IGBT (S) and the diode (D) are shown in Figures (b) and (c), respectively. The conduction power loss in the power module (S,D), in watts, is ________.
The direction of the 100 A current is upward, which forward-biases the diode (D) but reverse-biases the IGBT (S). Consequently, the entire current must flow through the diode.
From the diode's V-I characteristic in Figure (c), we can model its on-state behavior as a voltage source in series with a resistor. The threshold voltage is Vo=0.7 V, and the on-state resistance is RD=dV/dI=0.01Ω.
The total voltage drop across the diode for a current of ID=100 A is: VD=Vo+IDRD=0.7 V+(100 A×0.01Ω)=1.7 V
The conduction power loss in the module is the power dissipated by the diode: P=VD×ID=1.7 V×100 A=170 W
Q24GATE 2016MCQ1MElectrical Machines
A 4-pole, lap-connected, separately excited dc motor is drawing a steady current of 40 A while running at 600 rpm. A good approximation for the waveshape of the current in an armature conductor of the motor is given by
In a lap-connected motor, the number of parallel paths in the armature winding equals the number of poles. With 4 poles, the total 40 A armature current divides into 4 paths, so the current in each conductor is 40 A/4=10 A.
As a conductor rotates, it moves under alternating North and South poles, which causes the current within it to reverse direction periodically. The frequency of this reversal is related to the motor's speed (N) and poles (P) by f=120PN. Plugging in the values, we get f=1204×600=20 Hz.
The time period for one full electrical cycle is T=1/f=1/20 s=50 ms. This means the current flows in one direction for half the period (25 ms) and in the opposite direction for the other half. The resulting waveform is approximately trapezoidal, with a peak of 10 A.
Q25GATE 2016MCQ1MElectrical Machines
If an ideal transformer has an inductive load element at port 2 as shown in the figure below, the equivalent inductance at port 1 is
An ideal transformer scales impedance from one port to another. The impedance of the load on the secondary side (Z2) appears as a different impedance when viewed from the primary side (Z1). This relationship is defined by the square of the turns ratio (n): Z1=n2Z2
In this problem, the load is an inductor with impedance Z2=jωL. Substituting this into the impedance reflection formula gives: Z1=n2(jωL)
By rearranging the terms, we get Z1=jω(n2L). This expression has the standard form for an inductor's impedance, jωLeq. By comparing the two, we find that the equivalent inductance at port 1 is Leq=n2L.
Q26GATE 2016NAT2MEngineering Mathematics
Candidates were asked to come to an interview with 3 pens each. Black, blue, green and red were the permitted pen colours that the candidate could bring. The probability that a candidate comes with all 3 pens having the same colour is _____.
This problem involves calculating the number of ways a candidate can choose their 3 pens. We treat this as a problem of combinations with repetition, where the order of pens doesn't matter.
The total number of unique combinations of 3 pens from 4 available colours (n=4,r=3) is given by the formula (rn+r−1). Total Outcomes=(34+3−1)=(36)=3×2×16×5×4=20
The favorable outcomes are when all 3 pens have the same colour. This can happen in 4 ways: all black, all blue, all green, or all red.
Therefore, the probability is the ratio of favorable outcomes to total outcomes. P(all same colour)=Total OutcomesFavorable Outcomes=204=51=0.2
Q27GATE 2016NAT2MSignals and Systems
Let S=∑n=0∞nαnwhere∣α∣<1 . The value of α in the range 0<α<1 , such that S=2α is _______.
The sum S=∑n=0∞nαn is a classic arithmetic-geometric series whose closed-form can be found using properties of the Z-transform.
The Z-transform of the sequence x[n]=nαnu(n) is given by the standard pair X(z)=(1−αz−1)2αz−1. By definition, the Z-transform is also X(z)=∑n=0∞(nαn)z−n. To find our specific sum S, we can simply evaluate the closed-form expression of the Z-transform at z=1.
This gives S=X(1)=(1−α)2α.
We are given the condition S=2α. Setting the two expressions for S equal gives: (1−α)2α=2α
Since we know 0<α<1, α is not zero, so we can divide both sides by α: (1−α)21=2
Taking the square root gives 1−α=21, where we choose the positive root because α<1. Finally, solving for α yields α=1−21≈0.293.
Q28GATE 2016MCQ2MEngineering Mathematics
Let the eigenvalues of a 2 x 2 matrix A be 1, -2 with eigenvectors x1andx2 respectively. Then the eigenvalues and eigenvectors of the matrix A2−3A+4l would, respectively, be
Here is a clearer, more pedagogically sharp explanation:
A key property of eigenvalues is that if a matrix A has an eigenvalue λ with eigenvector x, then any polynomial function of the matrix, let's call it p(A), will have the same eigenvector x with a new eigenvalue of p(λ).
In this case, the matrix polynomial is p(A)=A2−3A+4I. We can find the new eigenvalues by simply plugging the original eigenvalues of A into this polynomial.
For the first eigenvalue λ1=1, the new eigenvalue is: p(1)=(1)2−3(1)+4=1−3+4=2.
For the second eigenvalue λ2=−2, the new eigenvalue is: p(−2)=(−2)2−3(−2)+4=4+6+4=14.
Crucially, the eigenvectors x1 and x2 do not change. Thus, the new eigenvalues are 2 and 14, corresponding to the original eigenvectors x1 and x2.
Q29GATE 2016MCQ2MEngineering Mathematics
Let A be a 4 x 3 real matrix with rank 2. Which one of the following statement is TRUE?
A fundamental property of real matrices states that the rank of a matrix A is always equal to the rank of the product ATA. This is expressed by the identity Rank(A)=Rank(ATA).
In this problem, we are given that the matrix A has a rank of 2. Applying the aforementioned property directly, we can determine the rank of ATA. Since Rank(A)=2, it follows that the rank of ATA must also be 2. The dimensions of matrix A do not alter this core relationship.
Q30GATE 2016MCQ2MControl Systems
Consider the following asymptotic Bode magnitude plot ( ω is in rad/s). Which one of the following transfer functions is best represented by the above Bode magnitude plot?
Let's break down the Bode plot to identify the characteristics of the transfer function.
The plot begins with a slope of +20 dB/decade, which tells us there is a single zero at the origin (an s term in the numerator). The slope then changes at two corner frequencies, indicating the presence of poles. The total change in slope from the initial +20 dB/dec to the final −40 dB/dec is −60 dB/dec. Since each pole contributes −20 dB/dec to the slope, this net change implies there are three poles in the system. The final segment's slope of −40 dB/dec specifically suggests that two of these poles are a double pole. Therefore, the system must have one zero at the origin, one single pole, and one double pole. Among the given choices, only option (A) exhibits this structure.
Q31GATE 2016NAT2MSignals and Systems
Consider the following state-space representation of a linear time-invariant system.
The solution to the unforced state equation x˙(t)=Ax(t) is given by x(t)=eAtx(0). Since the system matrix
A=[1002]
is diagonal, the state transition matrix eAt is simply
[e1t00e2t]
. The state vector is then
x(t)=eAtx(0)=[et00e2t][11]=[ete2t]
. Consequently, the output is
y(t)=cTx(t)=[11][ete2t]=et+e2t
. For t=loge2, we evaluate y(loge2)=eloge2+e2loge2=eloge2+eloge22. Using the property elogea=a, the result is y(loge2)=2+22=2+4=6.
Q32GATE 2016MCQ2MControl Systems
Loop transfer function of a feedback system is G(s)H(s)=s2(s−3)s+3 . Take the Nyquist contour in the clockwise direction. Then, the Nyquist plot of G(s)H(s) encircles -1+ j0
We can determine the number of encirclements using the Nyquist stability criterion, N=P−Z.
First, find P, the number of open-loop poles in the right-half plane. The given transfer function, G(s)H(s)=s2(s−3)s+3, has a pole at s=3. Thus, P=1.
Next, we find Z, the number of unstable closed-loop poles, by analyzing the characteristic equation 1+G(s)H(s)=0, which simplifies to s3−3s2+s+3=0. Constructing a Routh-Hurwitz array for this polynomial reveals two sign changes in the first column, which means there are two roots in the right-half plane. Therefore, Z=2.
Finally, we calculate the number of encirclements, N=P−Z=1−2=−1. A value of N=−1 indicates one encirclement of the critical point (−1,j0) in the clockwise direction.
Q33GATE 2016NAT2MControl Systems
Given the following polynomial equation s3+5.5s2+8.5s+3=0 , the number of roots of the polynomial, which have real parts strictly less than -1, is ________ .
To find the number of roots with real parts less than -1, we can shift the origin of the s-plane to the point s=−1. We do this by defining a new variable, z=s+1, which means we substitute s=z−1 into the polynomial. This transformation maps the region Re(s)<−1 to the left-half of the new z-plane, Re(z)<0.
The transformed polynomial becomes: (z−1)3+5.5(z−1)2+8.5(z−1)+3=0
Expanding and simplifying this expression, we get: z3+2.5z2+0.5z−1=0
We now use the Routh-Hurwitz criterion to find the number of roots of this new polynomial in the right-half plane. The coefficients [1,2.5,0.5,−1] have one sign change. This indicates there is one root in the right-half plane. Since the total number of roots is 3, the other 3−1=2 roots must be in the left-half plane, corresponding to the original roots with real parts less than -1.
Q34GATE 2016MCQ2MSignals and Systems
Suppose x1(t)andx2(t) have the Fourier transforms as shown below. Which one of the following statements is TRUE?
Let's analyze the properties of the signals based on their Fourier transforms. A time-domain signal is real if and only if its Fourier transform has conjugate symmetry, meaning X(jω)=X∗(−jω). Since the given spectra X1(jω) and X2(jω) are not symmetric in this way, both x1(t) and x2(t) must be complex signals.
Next, we examine the relationship between the two transforms. By inspecting the plots, we can see that X2(jω) is a horizontally flipped version of X1(jω), so X2(jω)=X1(−jω). The time-reversal property of the Fourier transform tells us that this corresponds to x2(t)=x1(−t) in the time domain.
Now, let's consider the product x1(t)x2(t)=x1(t)x1(−t). Because the spectrum X1(jω) is purely real, its inverse transform x1(t) must be conjugate symmetric, i.e., x1(t)=x1∗(−t). Rearranging this gives x1(−t)=x1∗(t). Substituting this into our product, we get x1(t)x1∗(t)=∣x1(t)∣2. The magnitude squared of any function, including a complex one, is always real.
Q35GATE 2016MCQ2MSignals and Systems
The output of a continuous-time, linear time-invariant system is denoted by T{x(t)} where x(t) is the input signal. A signal z(t) is called eigen-signal of the system T, when T{z(t)}=γz(t) , where γ is a complex number, in general, and is called an eigenvalue of T. Suppose the impulse response of the system T is real and even. Which of the following statements is TRUE?
An LTI system with a real and even impulse response h(t) will have a frequency response H(j\omega) that is also real and even. The key consequence of this evenness is that H(j\omega) = H(-j\omega).
Let's test the input \cos(t). Using Euler's formula, \cos(t) = \frac{e^{jt} + e^{-jt}}{2}. The system's output is y(t) = \frac{H(j1)e^{jt} + H(-j1)e^{-jt}}{2}. Because H(j1) = H(-j1), this simplifies to y(t) = H(j1) \left( \frac{e^{jt} + e^{-jt}}{2} \right) = H(j1)\cos(t).
Similarly, for the input \sin(t) = \frac{e^{jt} - e^{-jt}}{2j}, the output is y(t) = \frac{H(j1)e^{jt} - H(-j1)e^{-jt}}{2j}. Applying the same even property H(j1) = H(-j1), the output becomes y(t) = H(j1) \left( \frac{e^{jt} - e^{-jt}}{2j} \right) = H(j1)\sin(t).
Both signals emerge from the system scaled by the exact same factor, H(j1). Therefore, \cos(t) and \sin(t) are both eigen-signals with an identical eigenvalue.
Q36GATE 2016MCQ2MDigital Electronics
The current state QAQB of a two JK flip-flop system is 00. Assume that the clock rise-time is much smaller than the delay of the JK flip-flop. The next state of the system is
First, let's determine the input equations for each flip-flop from the circuit diagram. For the first flip-flop, A, both J and K inputs are connected to the 5V supply, which is a logic high. Thus, we have JA=1 and KA=1. For the second flip-flop, B, both J and K inputs are connected to the inverted output of flip-flop A, which means JB=KB=QAˉ.
We are given that the current state is QAQB=00.
For flip-flop A, since JA=KA=1, it is in toggle mode. Its current output QA=0 will flip to 1 on the next clock pulse.
For flip-flop B, its inputs are determined by the current state of QA. Since QA=0, the inputs to B are JB=KB=QAˉ=0ˉ=1. This also puts flip-flop B in toggle mode, so its current output QB=0 will also flip to 1.
Therefore, the next state of the system QAQB will be 11.
Q37GATE 2016MCQ2MDigital Electronics
A 2-bit flash Analog to Digital Converter (ADC) is given below. The input is 0≤VIN≤3 Volts. The expression for the LSB of the output B0 as a Boolean function of X2,X1andX0 is
To determine the Boolean expression for the Least Significant Bit, B0, we must analyze the digital circuit's behavior. The circuit maps the comparator outputs, which form a thermometer code, to a binary number. By examining the truth table for a 2-bit flash ADC, we see that B0 is high only when the input combination (X2,X1,X0) is (0,0,1) or (1,1,1).
This gives the sum-of-products expression: B0=X2ˉX1ˉX0+X2X1X0.
We can simplify this by factoring out the common term X0: B0=X0(X2ˉX1ˉ+X2X1)
The expression inside the parentheses, X2ˉX1ˉ+X2X1, is the definition of the XNOR function. The XNOR function is the complement of the XOR function, so we can write it as X2⊕X1.
Substituting this back gives the final simplified expression: B0=X0(X2⊕X1).
Q38GATE 2016MCQ2MElectromagnetic Fields
Two electric charges q and -2q are placed at (0,0) and (6,0) on the x-y plane. The equation of the zero equipotential curve in the x-y plane is
The zero equipotential curve is the set of all points (x,y) where the total electric potential from the charges is zero. The potential at (x,y) is the sum of the potentials from the charge q at (0,0) and the charge −2q at (6,0).
Let's set up the equation for the total potential Vtotal and equate it to zero: Vtotal=x2+y2kq+(x−6)2+y2k(−2q)=0
By rearranging and canceling the common factor kq, we get: x2+y21=(x−6)2+y22
Squaring both sides to eliminate the square roots gives (x−6)2+y2=4(x2+y2). Expanding this expression yields x2−12x+36+y2=4x2+4y2.
To find the equation of the curve, we collect all terms on one side and simplify: 3x2+3y2+12x−36=0, which reduces to x2+y2+4x−12=0. By completing the square for the x-terms, we arrive at the final equation for the circle: (x+2)2+y2=16.
Q39GATE 2016NAT2MElectric Circuits
In the circuit shown, switch S2 has been closed for a long time. At time t=0 switch S1 is closed. At t=0+ , the rate of change of current through the inductor, in amperes per second, is _____.
To find the rate of change of current, dtdi(0+), we can use the fundamental inductor equation, vL(0+)=Ldtdi(0+). Our first step is to determine the voltage across the inductor, vL, at the instant t=0+.
Let's label the node above the inductor as A. The voltage across the inductor is then vL(0+)=VA. To find VA, we will use nodal analysis (KCL) at t=0+. This requires knowing the current through the inductor, iL(0+). Because an inductor's current cannot change instantaneously, iL(0+)=iL(0−). For t<0, the inductor acted as a short circuit, with its current determined by the right loop: iL(0−)=2Ω3 V=1.5 A.
Now, we write the KCL equation at node A for t=0+, summing the currents leaving the node: 1VA−3+2VA−3+iL(0+)=0
Substituting iL(0+)=1.5 A, we get 1.5VA−4.5+1.5=0, which solves to VA=2 V.
Finally, we can calculate the rate of change: dtdi(0+)=LVA=1 H2 V=2 A/s
Q40GATE 2016NAT2MPower Systems
A three-phase cable is supplying 800 kW and 600 kVAr to an inductive load. It is intended to supply an additional resistive load of 100 kW through the same cable without increasing the heat dissipation in the cable, by providing a three-phase bank of capacitors connected in star across the load. Given the line voltage is 3.3 kV, 50 Hz, the capacitance per phase of the bank, expressed in microfarads, is ________.
The problem states that heat dissipation in the cable must not increase, which implies the total current must remain constant. Since voltage is constant, this means the total apparent power (S) supplied by the source must also remain constant.
First, calculate the initial apparent power: S1=P12+Q12=8002+6002=1000 kVA. This is the maximum apparent power the cable can handle.
After adding the 100 kW resistive load, the new total active power is P2=800+100=900 kW. To maintain the apparent power at 1000 kVA, the net reactive power from the source must be reduced to Q2=S2−P22=10002−9002≈435.9 kVAR.
The capacitor bank must compensate for the reduction in reactive power, supplying QC=Q1−Q2=600−435.9=164.1 kVAR. For a star-connected bank, the per-phase reactive power is QC,ph=164.1/3=54.7 kVAR.
The phase voltage is Vph=3.3 kV/3≈1.905 kV. Using the formula for reactive power of a capacitor, QC,ph=XCVph2=(2πfC)Vph2.
Solving for C gives: C=2πfVph2QC,ph=2π(50)(1.905×103)254.7×103≈47.96μF.
Q41GATE 2016NAT2MPower Systems
A 30 MVA, 3-phase, 50 Hz, 13.8 kV, star-connected synchronous generator has positive, negative and zero sequence reactances, 15%, 15% and 5% respectively. A reactance ( Xn ) is connected between the neutral of the generator and ground. A double line to ground fault takes place involving phases 'b' and 'c', with a fault impedance of j0.1 p.u. The value of Xn (in p.u.) that will limit the positive sequence generator current to 4270 A is _________.
First, we must work in the per-unit (p.u.) system. The base current for this generator is Ibase=3×13.8 kV30 MVA≈1255.1 A. The desired positive sequence current limit of 4270 A is therefore Ia1=1255.1 A4270 A≈3.402 p.u.
For a double line-to-ground fault, the positive sequence current is found by connecting the sequence networks such that Ia1=X1+(X2∣∣X0,total)Ea. The pre-fault voltage Ea is 1.0 p.u.
The total zero sequence reactance, X0,total, is the sum of the generator's reactance (X0,gen), the effect of the neutral reactance (3Xn), and the effect of the fault impedance (3Xf). X0,total=X0,gen+3Xn+3Xf=0.05+3Xn+3(0.1)=0.35+3Xn.
Substituting all known values into the fault current equation gives: 3.402=0.15+0.15+(0.35+3Xn)0.15×(0.35+3Xn)1.0
Solving this algebraic equation for Xn yields a value of approximately 1.07 p.u.
Q42GATE 2016MCQ2MPower Systems
If the star side of the star-delta transformer shown in the figure is excited by a negative sequence voltage, then
For a three-phase transformer, the phase shift introduced for negative sequence currents and voltages is opposite to the shift for positive sequence ones. Let's first determine the phase shift for a standard positive sequence (A-B-C).
The transformer shown is a Yd1 type. For this connection with positive sequence excitation, the delta (secondary) line voltage Vab lags the star (primary) line voltage VAB by 30∘.
Since the star side is excited by a negative sequence voltage, the phase relationship reverses. Therefore, the secondary line voltage Vab will now lead the primary line voltage VAB by 30∘.
Stating this relationship from the perspective of VAB, if Vab leads VAB by 30∘, it means that VAB lags Vab by 30∘.
Q43GATE 2016MCQ2MPower Electronics
A single-phase thyristor-bridge rectifier is fed from a 230 V, 50 Hz, single-phase AC mains. If it is delivering a constant DC current of 10 A, at firing angle of 30 ∘ , then value of the power factor at AC mains is
For a single-phase fully controlled rectifier feeding a highly inductive load (which ensures a constant DC current), the input power factor (PF) depends entirely on the firing angle, α.
The power factor is the product of the displacement factor and the distortion factor. For this specific converter, the combined formula is: PF=π22cos(α)
Here, the firing angle α is given as 30∘. Substituting this value into the equation yields: PF=π22cos(30∘)
Using the values cos(30∘)≈0.866 and π22≈0.9, we find the power factor: PF≈0.9×0.866≈0.78
Q44GATE 2016NAT2MPower Electronics
The switches T1 and T2 in Figure (a) are switched in a complementary fashion with sinusoidal pulse width modulation technique. The modulating voltage vm(t)=0.8sin(200πt)V and the triangular carrier voltage ( vc ) are as shown in Figure (b). The carrier frequency is 5 kHz. The peak value of the 100 Hz component of the load current ( iL ), in ampere, is ________ .
To find the peak current, we first need the peak voltage of the fundamental (100 Hz) component produced by the inverter. This voltage, (Vo1)peak, is the product of the modulation index (ma=0.8) and the DC half-voltage (Vdc/2=250 V).
(Vo1)peak=ma×2Vdc=0.8×250=200V
Next, we find the magnitude of the load impedance, ∣Z1∣, at this 100 Hz frequency. Using the given resistance and reactance: ∣Z1∣=R2+XL2=122+162=20Ω
Finally, applying Ohm's law, the peak current of the 100 Hz component is the peak voltage divided by the impedance. IL1,peak=∣Z1∣(Vo1)peak=20Ω200V=10A
Q45GATE 2016NAT2MPower Electronics
The voltage ( vs ) across and the current ( is ) through a semiconductor switch during a turn-ON transition are shown in figure. The energy dissipated during the turn-ON transition, in mJ, is _______.
The total energy dissipated is the integral of the instantaneous power, p(t)=vs(t)⋅is(t), over the entire turn-ON period. We can calculate this by finding the energy for each of the two intervals, T1 and T2, and adding them together.
For the first interval T1=1\mus, the voltage is constant at 600 V. The energy is this constant voltage multiplied by the area under the triangular current waveform: E1=600 V×(21×150 A×1×10−6 s)=45 mJ.
For the second interval T2=1\mus, the current is constant at 100 A. The energy is this constant current multiplied by the area under the triangular voltage waveform: E2=100 A×(21×600 V×1×10−6 s)=30 mJ.
The total energy dissipated during the transition is the sum of these two energies: Etotal=E1+E2=45 mJ+30 mJ=75 mJ.
Q46GATE 2016NAT2MElectrical Machines
A single-phase 400 V, 50 Hz transformer has an iron loss of 5000 W at the rated condition. When operated at 200 V, 25 Hz, the iron loss is 2000 W. When operated at 416 V, 52 Hz, the value of the hysteresis loss divided by the eddy current loss is ______.
Total iron loss (Pi) is the sum of hysteresis loss (Ph) and eddy current loss (Pe). The key insight here is that the ratio of voltage to frequency (V/f) is constant across all operating conditions (400/50=200/25=416/52=8). Since magnetic flux density (Bm) is proportional to V/f, Bm is also constant.
This simplifies the loss formulas to Ph=Af and Pe=Bf2, where A and B are constants. The total iron loss is thus Pi=Af+Bf2. Using the given data, we can create a system of two equations:
5000=A(50)+B(50)2
2000=A(25)+B(25)2
Solving these equations simultaneously gives the constants A=60 and B=0.8. Now, we can find the individual losses at the required 52 Hz condition: Ph=Af=60×52=3120 W Pe=Bf2=0.8×(52)2=2163.2 W
Finally, the required ratio is PePh=2163.23120≈1.442.
Q47GATE 2016NAT2MElectrical Machines
A DC shunt generator delivers 45 A at a terminal voltage of 220 V. The armature and the shunt field resistances are 0.01 Ω and 44 Ω respectively. The stray losses are 375 W. The percentage efficiency of the DC generator is ____________.
To determine the generator's efficiency, we must compare its useful output power to its total input power. The total input is the output plus all the internal losses.
First, let's find the currents. The shunt field current is Ish=Vt/Rsh=220 V/44Ω=5 A. The armature must supply both the load and the field, so its current is Ia=IL+Ish=45 A+5 A=50 A.
Next, we calculate the total losses. The copper losses are Pcu=Ia2Ra+Ish2Rsh=(502)(0.01)+(52)(44)=1125 W. Adding the given stray losses of 375 W, the total loss is 1125+375=1500 W.
The useful output power is Pout=Vt×IL=220 V×45 A=9900 W.
Finally, the efficiency (η) is the ratio of output power to the total input power (output + losses): η=Pout+Total LossPout=9900+15009900=114009900≈0.8684, which is 86.84%.
Q48GATE 2016NAT2MElectrical Machines
A three-phase, 50 Hz salient-pole synchronous motor has a per-phase direct-axis reactance ( Xd ) of 0.8 pu and a per-phase quadrature-axis reactance ( Xq ) of 0.6 pu. Resistance of the machine is negligible. It is drawing full-load current at 0.8 pf (leading). When the terminal voltage is 1 pu, per-phase induced voltage, in pu, is _________.
To determine the induced voltage, we'll apply the two-reaction theory for salient-pole synchronous motors. First, let's find the power factor angle, ϕ, for the leading power factor of 0.8: ϕ=cos−1(0.8)≈36.87∘.
Next, we calculate an intermediate angle, ψ, which relates the machine's voltages and currents. Assuming a full-load current Ia=1 pu: tanψ=VtcosϕVtsinϕ+IaXq=1⋅cos(36.87∘)1⋅sin(36.87∘)+1⋅(0.6)=0.80.6+0.6=1.5
This gives ψ=arctan(1.5)≈56.3∘. For a motor operating at a leading power factor, the load angle δ is related by ψ=δ+ϕ, which gives a load angle of δ=19.70∘.
The direct-axis component of the armature current is Id=Iasinψ=1⋅sin(56.3∘)≈0.832 pu. Finally, we find the per-phase induced voltage, Ef, using the voltage equation: Ef=Vtcosδ+IdXd=1⋅cos(19.70∘)+(0.832)(0.8)≈0.941+0.666≈1.607pu
Q49GATE 2016MCQ2MElectrical Machines
A single-phase, 22 kVA, 2200 V/ 220 V, 50 Hz, distribution transformer is to be connected as an auto-transformer to get an output voltage of 2420 V. Its maximum kVA rating as an autotransformer is
To solve this, we are reconfiguring a standard transformer into a step-up autotransformer. The desired output voltage of 2420 V is the sum of the original winding voltages (2200 V+220 V), which confirms an additive polarity connection.
The kVA rating of the autotransformer is related to the original two-winding transformer by the formula: (kVA)auto=(1+a)×(kVA)two−winding
Here, a is the voltage ratio of the original transformer. a=VlowVhigh=2202200=10
Now, substitute the values to find the new maximum kVA rating: (kVA)auto=(1+10)×22=11×22=242 kVA
Q50GATE 2016MCQ2MPower Electronics
A single-phase full-bridge voltage source inverter (VSI) is fed from a 300 V battery. A pulse of 120 ∘ duration is used to trigger the appropriate devices in each half-cycle. The rms value of the fundamental component of the output voltage, in volts, is
For a single-phase VSI using quasi-square wave switching, the RMS value of the fundamental component of the output voltage is given by the expression V01,rms=π22Vssin(d).
In this formula, Vs is the DC input voltage, and 2d is the angular duration of the pulse in each half-cycle.
We are given a pulse duration of 120∘, so 2d=120∘, which means d=60∘.
Substituting the given DC source voltage, Vs=300 V, and our calculated value for d, we find: V01,rms=π22(300)sin(60∘)=π22(300)(23)≈234 V.
Q51GATE 2016NAT2MPower Systems
A single-phase transmission line has two conductors each of 10 mm radius. These are fixed at a center-to-center distance of 1 m in a horizontal plane. This is now converted to a three-phase transmission line by introducing a third conductor of the same radius. This conductor is fixed at an equal distance D from the two single-phase conductors. The three-phase line is fully transposed. The positive sequence inductance per phase of the three-phase system is to be 5% more than that of the inductance per conductor of the single-phase system. The distance D, in meters, is _______.
First, let's find the inductance per conductor for the original single-phase line. The conductor's geometric mean radius (GMR) is r′=0.7788×r=0.7788×10 mm=7.788 mm. With a conductor spacing of D12=1 m, the inductance is: L1ϕ=2×10−7ln(r′D12)=2×10−7ln(7.788 mm1000 mm)≈0.971×10−6 H/m.
The new positive sequence inductance for the three-phase system, L3ϕ, is 5% greater: L3ϕ=1.05×L1ϕ=1.05×0.971×10−6≈1.0196×10−6 H/m.
For the transposed three-phase line with conductor spacings of 1 m, D, and D, the geometric mean distance is Deq=31⋅D⋅D=(D2)1/3. We set the inductance formula for the three-phase line equal to our target value: 1.0196×10−6=2×10−7ln(r′Deq)=2×10−7ln(0.007788 m(D2)1/3).
Solving for the argument of the logarithm, we get ln(0.007788(D2)1/3)=2×10−71.0196×10−6≈5.098.
This implies 0.007788(D2)1/3=e5.098≈163.68.
Finally, we can isolate and solve for D: (D2)1/3=163.68×0.007788≈1.275, which gives D2≈(1.275)3≈2.072.
Thus, D=2.072≈1.44 m.
Q52GATE 2016NAT2MElectric Circuits
In the circuit shown below, the supply voltage is 10sin(1000t) volts. The peak value of the steady state current through the 1 Ω resistor, in amperes, is ______.
First, let's determine the circuit's behavior at the given frequency. The source voltage v(t)=10sin(1000t) tells us the angular frequency is ω=1000 rad/s.
Next, we calculate the resonant frequency, ω0=1/LC, for each of the two parallel LC tank circuits.
For the left tank: ω0=1/(4×10−3)(250×10−6)=1000 rad/s.
For the right tank: ω0=1/(500×10−3)(2×10−6)=1000 rad/s.
Since the source operates at the resonant frequency of both tank circuits, they each present an infinite impedance and act as open circuits. This simplifies the network, forcing the current to flow only through the three resistors in a series path. The total resistance is Rtotal=4Ω+1Ω+5Ω=10Ω.
The current flowing through this series path is given by Ohm's law: i(t)=Rtotalv(t)=1010sin(1000t)=sin(1000t) A.
The peak value of this current is the amplitude of the sine wave, which is 1 A.
Q53GATE 2016NAT2MElectrical and Electronic Measurements
A dc voltage with ripple is given by v(t)=[100+10sin(ωt)−5sin(3ωt)] volts. Measurements of this voltage v(t) , made by moving-coil and moving-iron voltmeters, show readings of V1andV2 respectively. The value of V2−V1 , in volts, is _________.
The key principle here is that different types of voltmeters measure different properties of a signal. A moving-coil (PMMC) instrument measures the average or DC value, while a moving-iron instrument measures the true RMS (Root Mean Square) value.
First, let's find the reading V1 from the moving-coil voltmeter. This is the average value of v(t). Since the average of any sinusoidal function over a full period is zero, the AC components do not contribute. Thus, V1 is simply the DC component: V1=Vavg=100 V.
Next, we find the reading V2 from the moving-iron voltmeter. This is the RMS value of the entire signal. For a signal composed of a DC term and sinusoidal terms, the total RMS value is the square root of the sum of the squares of the individual RMS values. V2=Vrms=VDC2+Vrms,ac12+Vrms,ac22 V2=1002+(210)2+(2−5)2=10000+50+12.5=10062.5≈100.312 V.
Finally, the difference between the two readings is: V2−V1=100.312−100=0.312 V.
Q54GATE 2016NAT2MElectric Circuits
The circuit below is excited by a sinusoidal source. The value of R, in Ω , for which the admittance of the circuit becomes a pure conductance at all frequencies is _____________.
For the circuit's admittance to be a pure conductance, its imaginary component (susceptance) must be zero. The question requires this to be true for all frequencies, not just at a single resonant frequency.
This special frequency-independent condition is achieved in this specific parallel configuration when the resistance R is equal to the characteristic impedance of the L and C elements. This relationship is given by the formula R=L/C.
Plugging in the given values for the inductor and capacitor: R=100×10−6 F0.02 H=10−40.02Ω=200Ω
Calculating the value gives R≈14.14Ω.
Q55GATE 2016NAT2MElectric Circuits
In the circuit shown below, the node voltage In the circuit shown below, the node voltage VA is ___________ V.
To find the node voltage VA, we will apply Kirchhoff's Current Law (KCL) at node A. This principle states that the total current entering a node must equal the total current leaving it. We'll set the sum of currents leaving through the three resistive branches equal to the 5 A current entering from the source.
The KCL equation at node A is: 5VA+I1+5VA−(−10I1)=5
The current I1 in the dependent source is the current flowing through the two 5Ω resistors in the upper right branch. We can express I1 in terms of VA as I1=5+5VA−10=10VA−10.
Substituting this expression for I1 into the KCL equation, we can solve for VA. First, let's simplify the KCL equation by multiplying by 10 to clear denominators and combining terms: 2VA+10I1+2(VA+10I1)=50, which reduces to 4VA+30I1=50. Now, substituting for I1: 4VA+30(10VA−10)=50
This simplifies to 4VA+3(VA−10)=50, which gives 7VA−30=50. Thus, 7VA=80, and the final voltage is VA=780≈11.43 V.