ArticleslgStudy

science

Geometric programming

Geometric programming is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Geometric programming rather than just read about it. In short: A geometric program (GP) is an optimization problem of the form minimize f 0 ( x ) subject to f i ( x ) ≤ 1 , i = 1 , … , m g i ( x ) = 1 , i = 1 , … , p , {\displaystyle {\begin{array}{ll}{\mbox{minimize}}&f_{0}(x)\\{\mbox{subject to}}&f_{i}(x)\leq 1,\quad i=1,\ldots ,m\\&g_{i}(x)=1,\quad i=1,\ldots ,p,\end{array}}} where f 0 , … , f m {\displaystyle f_{0},\dots ,f_{m}} are posynomials and g 1 , … , g p {\displayst…

Key takeaways

  • Geometric programming belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Geometric programming to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Geometric programming from memory before moving on to harder problems.

Reference excerpt

A geometric program (GP) is an optimization problem of the form

minimize f 0 ( x ) subject to f i ( x ) ≤ 1 , i = 1 , … , m g i ( x ) = 1 , i = 1 , … , p , {\displaystyle {\begin{array}{ll}{\mbox{minimize}}&f_{0}(x)\\{\mbox{subject to}}&f_{i}(x)\leq 1,\quad i=1,\ldots ,m\\&g_{i}(x)=1,\quad i=1,\ldots ,p,\end{array}}}

where f 0 , … , f m {\displaystyle f_{0},\dots ,f_{m}} are posynomials and g 1 , … , g p {\displaystyle g_{1},\dots ,g_{p}} are monomials. In the context of geometric programming (unlike standard mathematics), a monomial is a function from R + + n {\displaystyle \mathbb {R} _{++}^{n}} to R {\displaystyle \mathbb {R} } defined as

x ↦ c x 1 a 1 x 2 a 2 ⋯ x n a n {\displaystyle x\mapsto cx_{1}^{a_{1}}x_{2}^{a_{2}}\cdots x_{n}^{a_{n}}}

where c > 0 {\displaystyle c>0\ } and a i ∈ R {\displaystyle a_{i}\in \mathbb {R} } . A posynomial is any sum of monomials. Geometric programming is closely related to convex optimization: any GP can be made convex by means of a change of variables. GPs have numerous applications, including component sizing in IC design, aircraft design, maximum likelihood estimation for logistic regression in statistics, and parameter tuning of positive linear systems in control theory.

Convex form Geometric programs are not in general convex optimization problems, but they can be transformed to convex problems by a change of variables and a transformation of the objective and constraint functions. In particular, after performing the change of variables y i = log ⁡ ( x i ) {\displaystyle y_{i}=\log(x_{i})} and taking the log of the objective and constraint functions, the functions f i {\displaystyle f_{i}} , i.e., the posynomials, are transformed into log-sum-exp functions, which are convex, and the functions g i {\displaystyle g_{i}} , i.e., the monomials, become affine. Hence, this transformation transforms every GP into an equivalent convex program. In fact, this log-log transformation can be used to convert a larger class of problems, known as log-log convex programming (LLCP), into an equivalent convex form.

Software Several software packages exist to assist with formulating and solving geometric programs.

MOSEK is a commercial solver capable of solving geometric programs as well as other non-linear optimization problems. CVXOPT is an open-source solver for convex optimization problems. GPkit is a Python package for cleanly defining and manipulating geometric programming models. There are a number of example GP models written with this package here. GGPLAB is a MATLAB toolbox for specifying and solving geometric programs (GPs) and generalized geometric programs (GGPs). CVXPY is a Python-embedded modeling language for specifying and solving convex optimization problems, including GPs, GGPs, and LLCPs.

See also Signomial Clarence Zener

References

Worked examples

Example 1 — a first encounter with Geometric programming

Start with the simplest possible case. Write down what Geometric programming claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Geometric programming before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Geometric programming ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Geometric programming

In research
Geometric programming appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Geometric programming in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Geometric programming is common in secondary-school and first-year university syllabi. It links to neighbouring topics Convex optimization, so understanding it makes those chapters shorter.
In everyday life
Look for Geometric programming outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Geometric programming in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Geometric programming means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Geometric programming out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Geometric programming in simple terms?

A geometric program (GP) is an optimization problem of the form minimize f 0 ( x ) subject to f i ( x ) ≤ 1 , i = 1 , … , m g i ( x ) = 1 , i = 1 , … , p , {\displaystyle {\begin{array}{ll}{\mbox{minimize}}&f_{0}(x)\\{\mbox{subject to}}&f_{i}(x)\leq 1,\quad i=1,\ldots ,m\\&g_{i}(x)=1,\quad i=1,\ldo…

Why does Geometric programming matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Geometric programming?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Geometric programming.

Tags

  • Convex optimization

Keep exploring