top | item 42879895

(no title)

Ductapemaster | 1 year ago

On your note about capacitor sizes — at my first EE job, my boss taught me about capacitance-voltage derating[0] for ceramic capacitors and it was quite the revelation. There is a significant inverse relationship between the two, which no one tells you about in college!

I'm now very careful to pick ceramic capacitors with enough headroom on their rated voltage as you lose a lot if you're close to the rated value. This curve is dependent on the different ceramic types as well (C0G, X7R, etc). Cheaper ceramics have a steeper rolloff.

For personal projects I am very careful to pick higher quality ceramics (X7R if I can) and use caps rated to 2-3x my operating voltage. Likely overkill, but I'm not optimizing for cost at volume.

[0] https://resources.altium.com/p/voltage-derating-ceramic-capa...

discuss

order

exmadscientist|1 year ago

It is not actually true that MLCC DC bias derating scales with voltage rating. The voltage rating itself actually has nothing to do with it. The correlation is with package size. (Package size and voltage rating are often loosely correlated (and were strongly correlated back in the day), which is where the misconception comes from.) The physical origin of the effect is electric field strength in the dielectric material; thicker dielectrics reduce the field strength, so you don't come as close to hitting the polarizability limit of the piezoelectric materials, at a given applied voltage. Voltage rating doesn't really show up in that analysis.

If you don't believe me, poke around a bit in SimSurfing or similar. You should also notice that most capacitors are actually binned by voltage rating these days: a 16V part and a 50V part might be identically specified, but one's curves just cut off at 16V. I don't know if that's strictly binning or just testing, but it's pretty clear they're the same parts under the hood.

bsder|1 year ago

> It is not actually true that MLCC DC bias derating scales with voltage rating. The voltage rating itself actually has nothing to do with it.

This statement used to be false (I used to design boards where I would bump the voltage rating to get better DC bias behavior), but it looks like the engineering behind these capacitors has changed "recently" (as in the last 10 years), and it is now mostly true.

Looking at Murata caps, for example:

1.0uF--uniformly 50% derating from 6-16V:

https://www.murata.com/en-us/products/productdetail?partno=G...

https://www.murata.com/en-us/products/productdetail?partno=G...

https://www.murata.com/en-us/products/productdetail?partno=G...

100nf--uniformly 2% derating from 6-16V:

https://www.murata.com/en-us/products/productdetail?partno=G...

https://www.murata.com/en-us/products/productdetail?partno=G...

https://www.murata.com/en-us/products/productdetail?partno=G...

Interesting. TIL.

Thanks for pointing that out.