yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

RC natural response example (3 of 3)


less than 1m read
·Nov 11, 2024

We just derived what the current is and the voltage. These are both the natural response of the RC. Now, what I did is I went ahead and I plotted out this using a computer, just using Excel to plot out what these two expressions look like. Let me show you that.

So, let's do a real quick example here with real values, just to see how this equation works. We'll say that this is 1,000 ohms; that's our resistor, and we'll say C is 1 microfarad. What we want to work out is R * C, which equals 10^3 ohms * 10^-6 farads, and that equals 10^(-3) seconds or 1 millisecond. That's the product of R and C.

I forgot the voltage; let's say we put two volts on this capacitor to start with like that. Now, we can say V of T equals V KN, which is 2 volts, times e^(-t/1 millisecond). That's our natural response for this particular circuit.

Now, let me show you what that looks like. This is V of T on this side equals 2 e^(-t/1 millisecond). You see it starts at 2 volts and then sags down as we predicted, and that's an exponential curve.

Then over here on this side, as we said before, it starts out at zero. The current in the capacitor is zero, and as soon as we throw open that switch, the charge charges over through the resistor. This is the equation here: I of T equals 2 volts over 1000 e^(-t/RC) or e^(-t/1 millisecond).

So, this is what we call the natural response of an RC circuit, and you'll run into this in almost every circuit you ever build.

More Articles

View All
My advice: How to become successful in life and business
What’s up you guys? It’s Graham here. So as you can see from the background, I’m here in Malibu. One of the questions I get asked so often is, “What sort of suggestions do you have for me? What sort of advice do you have for me? What tips can you give me?…
Fix Your Financial Thermostat If You Want to Be Rich
Did you know that there’s a little toggle inside of you that determines how much money you’ll earn? Its job is to regulate how comfortable you are with your current financial situation, and it directly impacts if you work harder or if you’re slacking off.…
Designing the Costumes | Saints & Strangers
[Music] It’s always fun sitting on sets, watching everybody in costumes. CU of course, it’s the nearest thing to time travel you can kind of get, you know? Everyone disappears if the crews are in a certain way. You just look around, you see these people, …
Introduction to standard way of multiplying multidigit numbers
What we’re going to do in this video is think about how we might multiply 592 times 7. And in general, we’re going to think about how we would approach multiplying something that has multiple digits times something that has one digit. The way we’re going…
Local and global scope | Intro to CS - Python | Khan Academy
What do you think happens when I run this program? Does it print zero, four, or raise some kind of error? To find out, let’s explore variable scope. The scope of a variable describes the region of the program where we can access it. When we run this prog…
Generalizabilty of survey results example | AP Statistics | Khan Academy
Niketi took a random sample of 10 countries to study fertility rate and life expectancy. She noticed a strong negative linear relationship between those variables in the sample data. Here is computer output from a least squares regression analysis for usi…