I started by combining resistors in parallel so instead of 4k and 12k I can get 3k but then as the independent current source exists in the middle confuses me what to do next. Can someone guide me through?
-
Welcome to EE.SE! Is this homework? – winny Jun 18 '20 at 20:45
-
I'm doing self-study This is not homework and not even a university student. – Jinho L Jun 18 '20 at 20:46
-
Good. Draw your new simplified circuit. How will the current branch according to KCL? – winny Jun 18 '20 at 20:51
-
I know that the sum of the currents from 10k and 4k resistors are 20mA but I'm not sure about the current at 6k resistor. How does this help? – Jinho L Jun 18 '20 at 20:56
-
Start with one thing at the time. From the (arrow) output side of the current source, there are two branches. Draw them and set up ohms law for each. – winny Jun 18 '20 at 21:01
-
I guess I can represent I as the current at 6k and the other as (20mA- I)? so using ohm's law I get 6kI if this is what you meant – Jinho L Jun 18 '20 at 21:07
-
Label your junctions in the original circuit. 4k, 12k and 6k will be connected to the same set of junctions. This means something. – StainlessSteelRat Jun 19 '20 at 00:36
-
look at the circuit again ... there are more than two resisyors in parallel – jsotola Jun 19 '20 at 05:31
-
@jsotola Those *resisyors* are hard to come by these days. And even harder to wrestle into parallel position. ;P – jonk Jun 19 '20 at 20:03
-
@jonk, lol .... – jsotola Jun 19 '20 at 22:36
1 Answers
It often helps a lot to just re-draw the schematic:
simulate this circuit – Schematic created using CircuitLab
You are allowed to pick any one node, your call, and simply say "this node is \$0\:\text{V}\$." Doing so can often help you sort out the rest.
(You can do this because otherwise, let's say, we add one million volts to all of the nodes of a circuit. Does that change the circuit? Nope. Still runs the same. So you can make an adjustment to all the nodes, so long as you make it equally to all of them. Turns out it is very convenient to make one of them exactly zero volts. As shown above.)
You should be able to see that I've correctly labeled the unknown nodes (just two of them.) I've negated \$V_1\$ in the schematic because that's how they want it performed, looking over their schematic and comparing it to what I developed above. It's now your goal to figure them out.
Here, you should be able to see some resistors in parallel, which can be immediately combined. You can also see how the current source and one of the resistors can be Thevenized before further steps where all you have left is a resistor voltage divider.
It shouldn't be that hard, from here. Do you see how much easier it is once you just sit down and re-draw a schematic for readability??
Postscript -- Drawing Schematics
I've written on this topic a number of times, here. For example, see the Postscript at bottom, here and/or see the note at the top, here and better yet see the whole discussion and some of my own history learning about this, here.
I'll leave these uncopied into this answer because I think it is sufficient to simply provide those above links, which are now easy enough to reach from here.
Instead, let's take your specific circuit and see what I did to it:
You should be able to see here how I achieved the new schematic form and you should be able to also recognize that I did not change it, at all. It's the exact same schematic, drawn differently.
I didn't have access, as a child, to much. Electronics was a way to make things for myself that I could not otherwise have any hope to afford. I grew up as a very poor child -- I worked the vegetable and berry fields as a common child laborer just to eat, each day.
I also, of course, had no access to teachers or training nor any hope of being able to afford the same on my own. What I did have was access to library systems. And so I read a lot.
The circuits published in Popular Electronics or Radio Electronics were, for the most part, drawn for construction purposes and not for understanding. So I mostly found them very confusing and difficult to fathom. Especially, given no one else I could talk with or discuss circuit design.
I don't recall the moment, precisely. But there was a moment of insight when I figured out that if I spent some time re-drawing schematics (over and over, earlier, but I got better at knowing what to do with time), I could actually get glimmers of understanding where the initial schematic still left me completely without a clue. In short, I discovered the idea that schematics could, in fact, be re-drawn and that once I did this I could begin to fathom them better.
One of the things that really stood in my way was all that "wiring stuff." Busing wires around just makes the schematic "look busy" and as if there were signals riding around on the power lines. It took me some time to realize that signals don't travel on power rails (hopefully) and that I could "clean up" the schematic for understanding by just removing them and marking them with the voltage, instead.
Much later, after being self-employed for almost four years doing Altair 8800 and IMSAI 8080 programming for businesses in the local area (I had built a small wire-wrapped computer of my own in 1974, too), I secured my only full-time job as an employee of any company. (I've been self-employed the rest of my life.) This was as a computer programmer for Tektronix.
I have never had any classes on electronics. Not before Tektronix, not after Tektronix, and not while I worked at Tektronix. Electronics is and always has been nothing more than a modest hobby for me. I've never done any professional work in it, nor would I consider ever holding myself out as a professional in this area. I'm just a hobbyist, plain and simple.
That said, I did luck out and manage to find and take a class at Tektronix on drafting schematics. Towards the end of those classes, the teacher selected me out from the rest of the class as having a unique skill and he wanted me to consider it as a possible job at Tektronix. He wanted to hire me away from programming there, I guess.
I think those early struggles when I was trying to turn schematics designed for building into schematics designed for understanding helped me. I'd had practice at it, when younger, because I cared to understand something and not just build it. I suppose the result of those earlier efforts helped lead me in a good direction with respect to drawing schematics.

- 77,059
- 6
- 73
- 185
-
How did you break down the circuit like this? Can you suggest me a way to do it like this or way to improve? I watched some youtube videos about simplifying the circuit but then I found it hard to do the same thing for this one. – Jinho L Jun 20 '20 at 13:54
-
-
Thank you for sharing your sincere life experience. As I'm a beginner I was hesitating whether to ask this question in this community for a few days because the questions asked here seems very advanced. Also, by reading your other postscript I definitely gained further knowledge about EE. I'd appreciate your input on this. – Jinho L Jun 21 '20 at 10:55