Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Critically damped oscillation issue

Parent

Critically damped oscillation issue

+1
−2

I have a question about this circuit:(critically damped oscillation)

SeeMe

For a critically damped oscillation for a series RLC circuit the equation of current has this form I(t)=D1te^(-at)+D2e^(-at) where D2 =I(0+) and D1-aD2 = dI(0+)/dt=VL/L.

Due to L1 :I(0)=I(0+)=0A and by applying KVL in VL1=-VC1=-2V

And by substituting the values we get D1=-2A/s and D2 = 0A and we end up with an equation of I(t)=-2te^(-0.5t) but this cant be correct.What am I doing wrong?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Close reason (3 comments)
Post
+1
−0

I don't know how to attach images to a comment thread, so I will just open up an answer for this. I redrew the schematic for you to reference.

Image alt text

I think that symbol at the top of your drawing probably represents a switch. We are likely looking at damping when the switch closes. We want to see what happens when the capacitor has a 2V difference across it (fully charged), and then the switch suddenly opens.

I myself am terrible at math and derivations, but I think I found the goal formula for you to aim for: the current $I1$ in a critically-damped, series RLC circuit. I used MathJax as recommended by Olin.

$$I(t)=\frac{V_0}{L}te^\frac{-Rt}{2L}$$

$$\frac{R}{2L} = \alpha$$

$\alpha$ is the attenuation for this particular circuit configuration (series RLC).

Someone who is actually good at math should be able to guide you to the derivation, but hoped this helped a little bit.


UPDATE Dave Tweed helpfully pointed out that my schematic above is probably wrong in terms of what the OP wanted. It definitely is wrong with my own interpretation of what the OP wanted, though... Lol. Dave understands me better than I do.

I fixed the circuit schematic below:

Image alt text

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

switch is wrong (2 comments)
switch is wrong
Dave Tweed‭ wrote almost 3 years ago

Your switch is probably not what the OP intended. As you have it, there can never be 2V across the capacitor -- more like 20 mV. I suspect that what you really want is a SPDT switch that connects the capacitor to either R2 or R1.

cosined‭ wrote almost 3 years ago

You're exactly right... Thank you Dave! I updated my post with a new schematic.