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

Post History

60%
+1 −0
Q&A Using only ceramic capacitors on an input of an SMPS - unclear advice from manufacturer

First, note this only applies when the line to the input power source is long enough to have significant inductance. If the power source is on the same circuit board, then this isn't an issue. Th...

posted 4mo ago by Olin Lathrop‭

Answer
#1: Initial revision by user avatar Olin Lathrop‭ · 2024-06-22T14:36:33Z (4 months ago)
First, note this only applies when the line to the input power source is long enough to have significant inductance.  If the power source is on the same circuit board, then this isn't an issue.

They are modeling the input power feed like this:

<img src="https://electrical.codidact.com/uploads/kmqefdtd4nej6md0nql3f2b4a5tr">

This is basically an L-C tank circuit with no way to dissipate any energy.  Once a transient starts it ringing, there is nothing to make the oscillations die down.

One way to dampen ringing is to add series resistance to C1.  What they are saying is that ceramic capacitors are too ideal in this regard, and have very little effective series resistance.  However, you don't really want any series resistance for the purpose of providing a low impedance input voltage to the buck converter.

Their solution is to add more lossy capacitors across C1.  That way C1 continues to keep the input power feed to the buck converter low impedance, since it is directly in parallel with it.  The additional capacitor will have more effective series resistance, which will only matter when the voltage across C1 is changing.  That's exactly what you want to dampen any ringing.

They are counting on the non-ideal characteristics of electrolytic capacitors, in this case the relatively large effective series resistance.  The effective series capacitor-resistor combination becomes a snubber.

You could add your own snubber with a more ideal capacitor and deliberate series resistance added to create the same effect.  If you really care about this issue, then that's actually a better approach.  Relying on non-ideal and unspecified parameters of component is bad practice.  Unless your electrolytic capacitor datasheet specifies a <i>minimum</i> guaranteed ESR, using one as advised by TI is technically out of spec.