Parallel MOSFET Cin

I have a question.

With source follower Mosfet, I read somewhere that if you parallel 2 Mosfet the total capacitance is:
Cinput = Cgs1 + Cgd1 + Cgd2
So you have to consider only one Cgs

Is it true? Where this calculation come from?

Thanks
 
Just consider that if both devices are the same and in parallel, the formula must be symmetric in #1 and #2.
Even though the follower topology bootstraps the Cgs, effectively reducing the value, it is still there for both devices.
The bootstrapped value of Cgs is reduced by a factor of (1 - gain factor). Recall that the gain factor is less than unity.
 
Noted, thanks all.

Lets do some calculations.

If I use two couple of 2SJ162+2sk1058, with an Rsource added of 0.22, to drive a 8ohm load:



2SJ162:

Cgs = 860pF

Cgd = 40pF

Cds = 360pF

Using this formula:

Cin = Cgd + {Cgs * (1 - Gain)}

gain mos source follower: 8.22/(8.22+1) = 0.89154 -> 1-0.89 = 0.10846

Cin = 860pF*0.10846+40pF = 133.2756pF



2SK1058:

Cgs = 590pF

Cgd = 10pF

Cds = 340pF

Using this formula:

Cin = Cgd + {Cgs * (1 - Gain)}

gain mos source follower: 8.22/(8.22+1) = 0.89154 -> 1-0.89154 = 0.10846

Cin = 590pF*0.10846+10pF = 73.99pF



With two MOS in parallel:

2 mos SJ162: 133.2756pF*2 = 266.5512pF

2 mos 2SK1058: 73.99pF*2 = 147.98pF

Ctot = 174.6pF+84.9pF = 414.5312pF

This is the Cap to consider to calculate the VAS current to drive the MOS


Please feedbacks if I do any mistake
 
  • Like
Reactions: decramer