Question 15.2: TRANSFER FUNCTION ANALYSIS OF A CIRCUIT WITH A NEGATIVE RESI...

TRANSFER FUNCTION ANALYSIS OF A CIRCUIT WITH A NEGATIVE RESISTOR

A circuit with negative components is shown in Figure 15.5. The input voltage is V_{in}= 120 V (peak), 60 Hz. Use PSpice to calculate the currents I(R1), I(R2), and I(R3) and the voltage V(2).

15.5
The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

The PSpice schematic with a negative resistance is shown in Figure 15.6.

The listing of the circuit file is as follows:

Example 15.2 Circuit with negative components

SOURCE     VIN 1 0 AC 120V                      ; AC input voltage of 120 V
CIRCUIT     R1 1 2 −40                                 ; Negative resistances

R2 2 3 −20
R3 2 4 25
L 3 0 −2MH                              ; Negative inductance
C 4 0 −1UF                                ; Negative capacitance

ANALYSIS   .AC LIN 1 60HZ 60HZ             ; AC analysis

.PRINT AC 1M(R1) IM(R2) IM(R3) VM(2)

       .END

The results of PSpice simulation are as follows:

****                 AC ANALYSIS                               TEMPERATURE = 27.000 DEG C
FREQ                       IM(R1)            IP(R1)             VM(2)                 VP(2)
6.000E+01           2.000E+00    1.794E+02     4.003E+01           1.151E+00

JOBCONCLUDED
TOTAL JOB TIME                   1.26

15.6

Related Answered Questions