Abstract

The paper presents a new methodology for optimizing the design of DC-DC converters. The magnitudes that we take into account are efficiency, ripples, bandwidth, and RHP zero placement. We apply a geometric programming approach, because the variables are positives and the constraints can be expressed in a posynomial form. This approach has all the advantages of convex optimization. We apply the proposed methodology to a boost converter. The paper also describes the optimum designs of a buck converter and a synchronous buck converter, and the method can be easily extended to other converters. The last example allows us to compare the efficiency and bandwidth between these optimal-designed topologies.

1. Introduction

Methods of mathematical programming are useful in the processes of design in engineering when these processes have to maximize a certain magnitude and when at the same time there are certain design or operating constraints. The optimal design of DC-DC converters has been studied by several authors. Some of them use graphical methods, but these cannot deal with more than two variables simultaneously, and the variables are rarely constrained. Examples of these methods are the efficiency optimization of a monolithic DC-DC converter [1] and the losses optimization in a switching power converter for envelope tracking in RF amplifiers [2].

The fact that the expressions used are nonlinear has prompted some authors to use nonlinear programming methods, particularly algorithms based on Lagrangian functions. Important related studies are those of Seeman and Sanders [3], who optimized a switched-capacitor converter design by means of Lagrangian functions, and those of Balachandran and Lee [4] and Wu et al. [5], which describe the optimization of DC-DC converters by means of augmented Lagrangian functions with penalty functions. Other nonlinear programming methods such as the sequential quadratic programming method have also been used for designing of DC-DC converters. For example, Busquets-Monge et al. [6] designed a boost power-factor-corrector converter using this method.

In addition to nonlinear programming techniques, other optimizing methods have been used in converter optimization such as genetic algorithms or probabilistic methods. A genetic algorithm was used to optimize harmonic noise in AC/AC converters in [7], and the Monte Carlo search method has been used to optimize the cost, the weight, and the volume of converters for automotive applications in [8].

Nevertheless, neither general purpose nonlinear programming methods nor the other aforementioned nonlinear optimization techniques ensure that the global optimum is reached because of a local optimum can stop the searching process. Moreover, in some cases, these methods fail to detect the unfeasibility of the problem.

In contrast, unlike other methods that accept any nonlinear function, geometric programming (GP) is able to globally optimize a problem when the objective function and the constraint have a given form. GP ensures that the global solution is readily found or that the unfeasibility is detected very quickly. GP has never been used in the design of DC-DC converters, but it has proved successful in other electrical fields [911]. The technique has been used for designing CMOS op-amp [9], electrical transformers [10], and synchronous motors [11].

Although researchers in optimization methods have been interested in GP since the 1960s [12], the real advantages of this technique are only starting to be appreciated now. The reason for this is the significant development of interior point methods for solving convex optimization problems in the last fifteen years [13]. GP methods are now extremely efficient and reliable. GP uses the concepts of monomial function and posynomial function as the form to express objective function and constraints; we review these concepts in the following section.

In the present paper, we apply GP to the task of sizing DC-DC converter components. Specifically, we impose constraints on voltage ripples, current ripples, bandwidth, RHP zero locations, conduction operation mode, and efficiency. First, we choose efficiency as the objective function, then we do the same for the bandwidth. We apply the technique to a boost converter. Also, in subsequent sections, we apply the technique to a buck converter and a synchronous buck converter, then we compare the performances of them to demonstrate the versatility of the procedure.

The paper is organized as follows: we review the GP concepts in Section 2. Section 3 describes the designing magnitudes of a boost converter, the optimization program, and the verification of the solution. Section 4 compares the optimal design of a buck converter with that of a synchronous buck converter. Finally, Section 5 summarizes the main conclusions.

2. Basics on Geometric Programming

The most well-known optimization method is surely the simplex method. This method readily provides a solution to linear programming problems, that is, problems with a linear objective function subject to linear constraints that limit the selection of variable values. On the other hand, general purpose nonlinear optimization methods deliver a solution for nonlinear problems, but they depend on the starting point, since general purpose nonlinear optimization methods are only able to reach a local optimum. In addition, these optimization methods find it difficult to detect the infeasibility of a problem.

In 1984, Narendra Karmarkar [14] developed an algorithm for linear programming which, in contrast to the simplex method, reaches an optimal solution by traversing the interior of the feasible region. Interior point methods readily solve not only linear optimization problems but also convex problems, that is, problems with a convex objective function and convex constraints. Therefore, any optimization problem that can be modeled as a convex problem can be readily solved by interior point algorithms. There is a great deal of software as MATLAB that has coded interior point methods. We review the concepts of convex set and convex function in the following paragraphs.

A set 𝐶 is convex if the line segment between any two points in 𝐶 lies in 𝐶; that is, if for any 𝑥1,𝑥2𝐶 and any 𝜃 with 0𝜃1, we have𝜃𝑥1+(1𝜃)𝑥2𝐶.(2.1)

Obviously, a generic finite-dimensional real vector space 𝑅𝑛 is convex, and a set of 𝑅𝑛 with entirely positives coordinates 𝑅𝑛++ is also a convex set.

A function 𝑓𝑅𝑛𝑅 is convex if the domain of 𝑓 is a convex set and if for all points 𝑥,𝑦 belonging to the domain of 𝑓, and given a certain 𝜃 with 0𝜃1, we have𝑓(𝜃𝑥+(1𝜃)𝑦)𝑓(𝜃𝑥)+𝑓((1𝜃)𝑦).(2.2)

Obviously, both linear and affine functions are convex. Another example of convex function is 𝑒𝑎𝑥 on 𝑅, for any 𝑎𝑅. Also, 𝐾𝑘=1𝑒𝑎𝑇𝑘𝑦+𝑏𝑘 and log(𝐾𝑘=1𝑒𝑎𝑇𝑘𝑦+𝑏𝑘) are convex functions in 𝑅𝑛++ [12].

There are certain kinds of nonlinear optimization problems, known as geometric programs, that can be transformed into convex optimization problems by means of a logarithmic change of variables. Such problems can be modeled using the concepts of monomial and posynomial function.

Given a vector 𝑥=(𝑥1,,𝑥𝑛)𝑅𝑛++, a monomial function is defined as𝑔(𝑥)=𝑐𝑥𝑎11𝑥𝑎22𝑥𝑎𝑛𝑛,(2.3) where 𝑐 is a positive real constant called the monomial coefficient and 𝑎1,,𝑎𝑛 are real constants that are referred to as the exponents of the monomial.

The sum of monomial functions is named a posynomial function; that is,𝑓(𝑥)=𝐾𝑘=1𝑐𝑘𝑥𝑎1𝑘1𝑥𝑎2𝑘2𝑥𝑎𝑛𝑘𝑛.(2.4)

Using these concepts, a geometric program is defined asminimize𝑓0(𝑥)subjectto𝑓𝑖𝑔(𝑥)1𝑖=1,,𝑚,𝑗(𝑥)=1𝑗=1,,𝑝,(2.5) where 𝑓0,,𝑓𝑚 are posynomial functions and 𝑔1,,𝑔𝑝 are monomial functions.

The geometric program (2.5) is not convex; however, it can be made convex by means of the change of variables 𝑦=log(𝑥) or (𝑥=𝑒𝑦) and replacing 𝑓𝑖1 with log(𝑓𝑖)0 and 𝑔𝑗=1 with log(𝑔𝑗)=0. Once transformed, the geometric program is written asminimizelog(𝑒𝑦)𝑓subjecttolog𝑖(𝑒𝑦)𝑔0𝑖=1,,𝑚,log𝑗(𝑒𝑦)=0𝑗=1,,𝑝.(2.6)

The geometric program (2.6) can be readily solved using interior point algorithms because it is convex. Thus, modeling an engineering optimization problem as a geometric program solves the problem in a quick and reliable manner. This approach has been used in several engineering problems. In the next section, we analyze design magnitudes in DC-DC converters and confirm that they can be written in posynomial form.

3. Optimal Design in Boost Converters

In this section, we revisit losses, ripples, and other magnitudes that appear in the boost converter design process. On the basis of these expressions, we provide an optimal design and evaluate the influence of converter parameters. Specifically, we optimize the efficiency when the current ripple, voltage ripple, the bandwidth, and the RHP zero location are limited. Afterwards, we optimize the bandwidth when efficiency is constrained.

3.1. The Design Magnitudes in Boost Converters

Although the expressions are well known, we revisit the expressions for the sake of completeness.

Figure 1 depicts the boost topology. We consider the following state vector:𝑖𝑥=𝐿𝑣𝐶,(3.1) where 𝑖𝐿 is the inductor current and 𝑣𝐶 is the output voltage. State equations (3.2) model the converter dynamic behaviour in mode ON (when 𝑄1 is ON and 𝐷1 is inactive) which corresponds to a value of the control signal 𝑢=1, and in mode OFF (when 𝑄1 is OFF and 𝐷1 is active), which corresponds to 𝑢=0. Thus,𝑑𝑖𝐿=𝑑𝑡𝑣𝐶𝐿𝑉(1𝑢)+𝑖𝐿𝑢,𝑑𝑣𝐶=𝑖𝑑𝑡𝐿𝐶𝑣(1𝑢)𝐶,𝑅𝐶(3.2) where 𝐿, 𝐶, and 𝑅 stand for the inductor value, the capacitor value, and the load value, respectively and 𝑉𝑖 represents the input voltage. The expressions of the converter model (3.2) are valid only when it works in continuous conduction mode, as restriction (3.5) imposes.

A consequence of expression (3.2) is that under the hypothesis of low voltage variation in the capacitor, the current ripple is a triangular waveform whose amplitude depends on its slope during 𝑇ON and the time that it remains in 𝑇ON; namely,Δ𝑖𝐿=𝑉𝑖𝑑𝐿𝑓𝑠,(3.3) where 𝑉𝐶 is the steady-state output voltage, 𝑓𝑠 stands for the switching frequency, and 𝑑 is the switch duty-cycle which corresponds to 𝑑=𝑇ON/(𝑇ON+𝑇OFF).

Voltage ripple can be expressed, according to [15], asΔ𝑣𝐶=𝑉𝐶𝑑𝑓𝑠𝐶𝑅.(3.4)

In addition to ripple constraints, we impose the following restriction to make the boost converter operate in continuous conduction mode (CCM):𝐿𝑓𝑠>𝑉𝐶2𝐼𝑜𝑑(1𝑑)2.(3.5)

Another important property that should satisfy a design is to have a good enough bandwidth. The following expression binds the minimal required bandwidth 𝜔𝑜:𝜔𝑜=(1𝑑),𝜔𝐿𝐶𝑜>2𝜋𝑎𝑓𝑠,(3.6) where 𝑎 is a percentage of the switching frequency.

Given that the boost converter has an RHP zero, we take into account its placement. A design should ensure that the RHP zero location is greater than the crossover frequency; otherwise, the converter will have bad gain and phase margins. The following constraint ensures that the boost converter has good robust margins [16]. This constraint reduces the limitations on dynamical performances caused by the RHP zero(1𝑑)2𝑅𝐿>5(1𝑑)𝐿𝐶.(3.7)

One of the most important magnitudes in the design of a boost converter is its power consumption, which is made up of conduction losses caused by parasitic resistances, and switching losses caused by parasitic capacitances.

We have used a model of losses that consider only parasitic resistances and capacitances. Nevertheless, parasitic inductances related to layout could be taken into account according to expression of [15], but they are usually much less significant than resistive and capacitive parasitic losses.

In the following analysis, we consider the MOSFET losses, the diode losses, and the ohmic losses in the inductor and the capacitor.

3.1.1. Dissipated Power in the Switches

In this subsection, we first revisit the power losses in the transistor and then those induced by the diode.

The total power consumption of MOSFET 𝑃𝑄1 consists of conduction losses 𝑃ON and switching losses 𝑃SW.

Quantities 𝑃𝑄1,𝑃ON, and 𝑃SW can be approximated by𝑃𝑄1=𝑃ON+𝑃SW,(3.8) where 𝑃ON=𝐼𝑜(1𝑑)2+Δ𝑖2𝐿12𝐷𝑅𝐷𝑆,𝑃SW=𝑉𝐶𝑉𝑓𝐼𝑜(1𝑑)Δ𝑖𝐿2𝑇swON𝑓𝑠+𝑉𝐶𝑉𝑓𝐼𝑜(+1𝑑)Δ𝑖𝐿2𝑇swOFF𝑓𝑠,(3.9) where 𝐼𝑜/(1𝑑) stands for the MOSFET average current and 𝑇swON and 𝑇swOFF represent the transition time to on and to off, respectively. Times 𝑇swON and 𝑇swOFF depend on the gate drive and MOSFET features, 𝑅𝐷𝑆 stands for the on-resistance of MOSFET, and 𝑉𝑓 represents the forward voltage drop in the body diode.

The total power dissipated by the diode 𝑃𝑑 can be expressed as𝑃𝑑=𝑉𝑓𝐼𝑜(1𝑑)+𝑄Schottkyrr𝑉𝑐𝑓𝑠,(3.10) where 𝑄Schottkyrr is the reverse recovery charge in the diode. We have considered that the diode is implemented in Schottky technology. For the sake of clarity, we have not taken into account ohmic losses in the diode. Nevertheless, the procedure would allow to consider them adding to expression (3.10) the term 𝑟𝑑𝐼2rms, where 𝑟𝑑 is diode dynamic resistance and 𝐼2rms is the mean square diode current.

3.1.2. Losses at Passive Elements

The inductor is responsible for a substantial portion of the converter’s energy consumption. The losses in this passive element consist of winding losses and core losses, but these can approximately be characterized by a constant equivalent series resistance 𝑅𝐿. Consequently, the power dissipated by the inductive element is expressed as𝑃ind=𝐼𝑜(1𝑑)2+Δ𝑖2𝐿𝑅12𝐿.(3.11)

Similarly, the capacitor losses can be approximated by𝑃cond=(𝐼eff𝐶)2𝑅𝐶,(3.12) where 𝑅𝐶 is the equivalent series resistance in the capacitive element. The waveform of the capacitor current is shown in Figure 2, and its rms value corresponds to𝐼eff𝐶=𝐷𝑇𝑠0𝐼𝑜2+𝑇𝑠𝐷𝑇𝑠2Δ𝑖𝑐(1𝑑)𝑇𝑠𝑡+Δ𝑖𝑐𝐼𝑜𝑑2𝑑𝑡.(3.13)

3.1.3. Total Power Losses and Efficiency in a Boost Converter

Given the expressions (3.1), (3.2), (3.3), and (3.4), the total power losses in the boost converter are written as𝑃boost=𝑃𝑄1+𝑃𝑑+𝑃ind+𝑃cond.(3.14)

The terms on the right contribute unevenly depending on the operating conditions of the converter.

Efficiency is defined as𝑃𝜂=100load𝑃load+𝑃boost,(3.15) where 𝑃load=𝑉𝐶𝐼𝑜 is the averaged power at the load.

3.2. Geometric Programming for Boost Converter Optimal Design

In this section, we describe an optimization program that can be solved using geometric programming, because the magnitudes are posynomial. Also, we give an example of the procedure for a realistic set of parameters, and finally, we show that the optimum has been reached. Furthermore, we show the influence of small variations around the optimal point on the performance.

3.2.1. Optimization Program for Boost Converters

In this subsection, we minimize the converter power consumption which is equivalent to maximize the efficiency. Our optimization variables are the size of the storing elements and the switching frequency. In addition, we constrain the ripples, the bandwidth, and the RHP zero location and impose the continuous conduction mode. Thus, the following geometric program allows us to optimally design a boost converter:minimize𝐿,𝐶,𝑓𝑠𝑃boostsubjectto𝐿min𝐿𝐿max𝐶min𝐶𝐶max𝑓𝑠min𝑓𝑠𝑓𝑠maxΔ𝑖𝐿𝑎%of𝐼𝑜Δ𝑣𝐶𝑏%of𝑉𝐶CMconstraint(3.5)BWconstraint(3.6)RHPzeroconstraint(3.7).(3.16)

3.2.2. Example of Optimal Design of a Boost Converter

We show the input values used in the example. The input values are the voltage ratio, the MOSFET and diode parameters, and the variable bounds and the ripple bounds.

The values for the voltage ratio, MOSFET, and diode parameters are shown in Table 1.

Table 2 indicates the bounds imposed on the optimization variables. Some of these limits do not constrain performance; however, others do, and it is particularly important to determine which values these are.

The optimum obtained corresponds to 𝐿Optimalvaluesofvariables𝐶=79.95𝜇H𝑓=95.946𝜇F𝑠𝑃=104.23kHz;Optimalvaluesofobjectivefunctionboost=2.097W;CurrentandvoltageripplesandBWΔ𝑖𝐿=0.3AΔ𝑣𝐶=0.1VBW𝜂=908.56Hz;Eciency=90.5%.(3.17)

In order to illustrate the versatility of the procedure, next, we show the result when the purpose is to maximize the bandwidth when the efficiency is constrained to be greater than 85% 𝐿Optimalvaluesofvariables𝐶=10.41𝜇H𝑓=12.5𝜇F𝑠𝑃=800kHz;Optimalvaluesofobjectivefunctionboost=2.44W;CurrentandvoltageripplesandBWΔ𝑖𝐿=0.3AΔ𝑣𝐶=0.1V𝐵𝑊𝜂=6.97kHz;Eciency=89.12%.(3.2.2)

It can be seen that solution (3.2.2) has a much better bandwidth than (3.17) but that this is at the expense of an efficiency decrease.

3.2.3. Verification of the Optimal Solution in a Boost Converter

In this subsection, we analyze some plots to verify the optimality of solution (3.17) and to evaluate which constraint limits the efficiency. The plots indicate that any variation that fulfils the constraints around the optimal values (3.16) causes an efficiency decrease. The optimal values of certain variables corresponds to limits of an active restriction, this implies that the relaxation of the limits will increase the efficiency.

Figure 3 depicts the efficiency with respect to frequency values. Red squares correspond to switching frequency values that do not satisfy the current ripple constraint, and black circles are admissible values. The optimal switching frequency value corresponds to the highest black circle. Therefore, the relaxation of the current ripple constraint will increase the efficiency.

Figure 4 depicts the variation of inductance value around the optimum. Red squares represent inductance values that do not comply with the current ripple constraint, and black circles represent the admissible values. The minimum inductance that satisfies the restrictions corresponds to the highest black circle.

We proceed similarly for the capacitor design variable 𝐶. The next plot shows that a variation around the optimal capacitor has very little influence on the efficiency.

This graphical process shows that (3.16) is the optimum result and allows us to determine which variables are limited by the design specifications. Finally, the slope of the lines gives an insight into the efficiency increase when a certain constraint is relaxed. Next, we extend this procedure to the buck converter and the synchronous buck converter.

4. A Comparison between Optimal Designs of Buck Converters and Synchronous Buck Converters

The object of this subsection is to show that the proposed procedure can be used to compare different alternatives once we have ensured that they are optimal. Again, we review the magnitudes of the buck and synchronous buck converter. Figure 1 shows these topologies.

4.1. The Design Magnitudes

The state equation corresponds, in both cases, to

𝑑𝑖𝐿=𝑑𝑡𝑉𝐶𝐿+𝑉𝑖𝐿𝑢,𝑑𝑣𝐶=𝑖𝑑𝑡𝐿𝐶𝑉𝐶.𝑅𝐶(4.1)

Therefore, in the buck and synchronous buck converters, the current and voltage ripples corresponds, respectively, toΔ𝑖𝐿=𝑉𝐶(1𝑑)𝐿𝑓𝑠,(4.2)Δ𝑣𝐶=𝑉𝐶(1𝑑)8𝐿𝑓𝑠2𝐶.(4.3)

The continuous conduction mode constraint is𝐿𝑓𝑠>𝑉𝐶2𝐼𝑜(1𝑑).(4.4)

And the bandwidth can be expressed by𝜔𝑜=1,𝜔𝐿𝐶𝑜>2𝜋10%𝑓𝑠.(4.5)

As in the boost converter, the buck converter’s losses occur in the MOSFET, diode, inductor, and capacitor. In the following subsection, we present each of these losses in detail.

4.1.1. Dissipated Power in Buck Converter Switches

MOSFET losses correspond to𝑃𝑄1=𝑃ON𝑄+𝑃SW,𝑃ON=𝐼2𝑜+Δ𝑖2𝐿12𝐷𝑅𝐷𝑆,𝑃SW=𝑉𝑖𝐼𝑜Δ𝑖𝐿2𝑇swON𝑓𝑠+𝑉𝑖𝐼𝑜+Δ𝑖𝐿2𝑇swOFF𝑓𝑠.(4.6)

And diode losses are described by𝑃𝑑=𝑉𝑓𝐼𝑜(1𝐷)+𝑄Schottkyrr𝑉𝑖𝑓𝑠.(4.7)

4.1.2. Losses in Passive Elements

The power dissipated by the inductor is𝑃ind=𝐼2𝑜+Δ𝑖2𝐿𝑅12𝐿.(4.8)

Similarly, the capacitor losses can be described by𝑃cond=Δ𝑖2𝐿𝑅12𝐶.(4.9)

4.1.3. Total Power Losses and Efficiency in the Buck Converter

Given the expressions (4.6)–(4.9), the total power losses in the buck converter are written as𝑃buck=𝑃𝑄1+𝑃𝑑+𝑃ind+𝑃cond.(4.10)

4.1.4. Dissipated Power at Switches in Synchronous Buck Converter

Losses in the high side MOSFET 𝑃𝑄1 in synchronous buck converter are the same as 𝑃𝑄1 in the buck converter. Losses in the low side MOSFET 𝑃𝑄2 corresponds to𝑃𝑄2=𝑃ON𝑄2+𝑃𝑑𝑏,𝑃ON𝑄2=𝐼2𝑜+Δ𝐼122(1𝐷)𝑅𝐷𝑆,𝑃𝑑𝑏=𝑉𝑓𝐼𝑜Δ𝑖12𝑇dead1𝑓𝑠+𝑉𝑓𝐼𝑜+Δ𝑖12𝑇dead2𝑓𝑠+𝑄rr𝑉𝑖𝑓𝑠,(4.1.4) where 𝑉𝑓 represents the forward voltage drop in the body diode, 𝑇dead1 and 𝑇dead2 are the dead times introduced by the synchronous rectification, and 𝑄rr corresponds to the body diode charge.

In addition, losses in the storage element are the same in both the buck and synchronous buck converter. Hence, the total power losses in the synchronous buck converter are written as

𝑃Synchronousbuck=𝑃𝑄1+𝑃𝑄2+𝑃ind+𝑃cond.(4.12)

4.2. Optimization Program for Buck Converters and Synchronous Buck Converters

According to expressions (4.10) for the buck converters and (4.12) for the synchronous buck converters, the optimization program is expressed as

minimize𝐿,𝐶,𝑓𝑠𝑃buckor𝑃Synchronousbucksubjectto𝐿min𝐿𝐿max𝐶min𝐶𝐶max𝑓𝑠min𝑓𝑠𝑓𝑠maxΔ𝑖𝐿𝑎%of𝐼𝑜Δ𝑣𝐶𝑏%of𝑉𝐶CCMconstraint(4.3)BWconstraint(4.4).(4.13)

In the following section, we instantiate the objective function and the ripple constraints for both converters, and we provide and verify the solution.

4.2.1. Example of Optimal Design

Table 3 shows the input values for the buck converter and for the synchronous buck converter.

The parameters 𝑇dead1 and 𝑇dead2 of the synchronous buck converter are equal to 200 ns. The remaining of values are those in Tables 1 and 2.

Thus, the optimal values for each case are 𝐿Optimalvaluesofvariables𝐶=19.34𝜇H𝑓=10.98𝜇F𝑠𝑃=86.18kHzOptimalvaluesofobjectivefunctionbuck=5.148WCurrentandvoltageripplesandBWΔ𝑖𝐿=1.5AΔ𝑣𝐶=0.198VBW𝜂=10.92kHzEciency𝐿=90.66%Optimalvaluesofvariables𝐶=8.23𝜇H𝑓=22.05𝜇F𝑠𝑃=56.68kHzOptimalvaluesofobjectivefunctionSynchronousbuck=1.542WCurrentandvoltageripplesandBWΔ𝑖𝐿=2.25AΔ𝑣𝐶=0.225VBW𝜂=11.81kHzEciency=93.57%.(4.14)

As in the boost converter, we try also to optimize the bandwidth when the efficiency greater than 85%. The results are as follows:𝐿Optimalvaluesofvariables𝐶=2.08𝜇H𝑓=0.31𝜇F𝑠𝑃=800kHzOptimalvaluesofobjectivefunctionbuck=6.38WCurrentandvoltageripplesandBWΔ𝑖𝐿=1.5AΔ𝑣𝐶=0.75VBW𝜂=197.2kHzEciency𝐿=88.68%Optimalvaluesofvariables𝐶=0.58𝜇H𝑓=1.17𝜇F𝑠𝑃=800kHzOptimalvaluesofobjectivefunctionSynchronousbuck=3.51WCurrentandvoltageripplesandBWΔ𝑖𝐿=2.25AΔ𝑣𝐶=0.3VBW𝜂=192.5kHzEciency=86.48%.(4.15) Again, there is a bandwidth increment at the expense of an efficiency decrease.

4.3. Verification of the Optimal Solution in Buck and Synchronous Buck Converters

The following plots verify that the optimum (4.14) has been reached and show the sensitivity to optimization variables.

It can be seen that the synchronous buck converter is more efficient than the buck converter and that the size of storing elements differs greatly.

5. Conclusions

The present paper describes a reliable and efficient procedure for optimizing DC-DC converter design that is based on geometric programming. In order to illustrate the procedure, we apply it to a boost converter to show how it optimizes efficiency and bandwidth. Then, we compare optimal designs for a buck converter and a synchronous buck converter, considering both efficiency and bandwidth as optimization functions. We have used plots that show that the optimum has been reached, and they also give an insight into sensitivity to constraint bounds. Proposals to extend the procedure to AC-DC and DC-AC converters are being studied.

Acknowledgment

This work was partially supported by the Spanish Ministerio de Educación y Ciencia under Grants nos. DPI2010-16481 and DPI2009-14713-C03-02.