- #1
ntetlow
- 21
- 2
My LTSpice software is on a different computer from the one I'm working on right now. Can you post a couple of screenshots of your circuit and your simulation results?ntetlow said:Attached is an ltcpice net file.
The thevenin resistance betweed the 3ohm and 6ohm resistor is 7.6 ohms. This works out as 3ohms plus the parallel value of 20||6 (4.6ohms).
My problem is - Why is this the thevenin resistance, could someone please explain?
That looks correct (I've deleted a couple replies of mine just now that were wrong). The 3 Ohm resistor in the ##V_1## source leg is in series with the 9//6 Ohm resistances.ntetlow said:Sorry, just realised that i've sent a different version of the ltspice, instead of 20ohms as above, please read 9 ohms(2 +3+4) making the thevenin resistance 6.6ohms
There could be several reasons for this discrepancy. Common issues include incorrect component values, misconfigured circuit elements, or errors in the simulation setup. Double-check all component values and ensure that your circuit is configured exactly as intended.
To measure Thevenin resistance, first, remove the load resistor from your circuit. Then, perform a DC operating point analysis to find the open-circuit voltage (Vth). Next, replace the voltage source with a short circuit and the current source with an open circuit. Finally, perform another DC operating point analysis to find the short-circuit current (Isc). The Thevenin resistance (Rth) is then Vth/Isc.
A zero Thevenin resistance typically indicates a short circuit, while an infinite Thevenin resistance suggests an open circuit. Check for unintended short circuits or open circuits in your schematic. Ensure that all components are correctly connected and that there are no floating nodes.
Yes, non-linear components like diodes, transistors, or any active devices can affect the Thevenin resistance. Thevenin's theorem applies to linear circuits, so if your circuit includes non-linear elements, you may need to linearize the circuit around a specific operating point or use small-signal analysis.
To verify your Thevenin resistance calculation, you can use a test resistor in place of the load. Simulate the circuit with this test resistor and measure the voltage across it. Use Ohm's law to calculate the resistance. Compare this calculated resistance with your Thevenin resistance to ensure they match.