Main Page: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
'''Axiomatic design''' is a [[systems design]] [[methodology]] using [[matrix methods]] to systematically analyze the transformation of customer needs into functional requirements, design parameters, and process variables.<ref>*Suh (1990), ''The Principles of Design'', Oxford University Press, 1990, ISBN 0-19-504345-6
The '''envelope theorem''' is a theorem about optimization problems ([[utility maximization problem|max]] & min) in [[microeconomics]].  It may be used to prove [[Hotelling's lemma]], [[Shephard's lemma]], and [[Roy's identity]]. It also allows for easier computation of [[comparative statics]] in generalized economic models.
*Suh (2001). ''Axiomatic Design: Advances and Applications'', Oxford University Press, 2001, ISBN 0-19-513466-4
*Suh (2005). ''Complexity: Theory and Applications'', Oxford University Press, 2005, ISBN 0-19-517876-9
*El-Haik, ''Axiomatic Quality'', Wiley, 2005, ISBN 0-471-68273-X
*Stamatis, ''Six Sigma and Beyond: Design for Six Sigma, Volume VI'', CRC Press, 2002, ISBN 1-57444-315-1</ref>  Specifically, functional requirements (FRs) are related to design parameters (DPs):
:<math>
\begin{bmatrix} FR_1 \\ FR_2 \end{bmatrix} = \begin{bmatrix} A_{11} & A_{12} \\ A_{21} & A_{22} \end{bmatrix} \begin{bmatrix} DP_1 \\ DP_2 \end{bmatrix}
</math>


The method gets its name from its use of design principles or design [[Axioms]] (i.e., given without proof) governing the analysis and [[decision making process]] in developing high quality product or system designs.  The two axioms used in Axiomatic Design (AD) are:
The theorem exists in two versions, a regular version (unconstrained optimization) and a generalized version (constrained optimization). The regular version can be obtained from the general version because unconstrained optimization is just the special case of constrained optimization with no constraints (or constraints that are always satisfied, i.e. constraints that are identities such as <math>0 = 0</math> or <math>(x+1)^2=x^2+2x+1</math>.


* Axiom 1: '''The Independence Axiom'''.  Maintain the independence of the functional requirements (FRs).
The theorem gets its name from the fact that it shows that a less constrained maximization (or minimization) problem (where some parameters are turned into variables) is the upper (or lower for min) envelope of the original problem. For example, see [[cost curve|cost minimization]], and compare the long-run (less constrained) and short-run (more constrained &ndash; some factors of production are fixed) minimization problems.
* Axiom 2: '''The Information Axiom'''.  Minimize the information content of the design.


Axiomatic design is considered to be a design method that addresses fundamental issues in [[Taguchi methods]].
For the theorem to hold, the functions being dealt with must have certain [[well-behaved]] properties. Specifically, the correspondence mapping parameter values to optimal choices must be differentiable, with it being single-valued (and hence a function) a necessary but not sufficient condition.


The methodology was developed by Dr. [[Suh Nam Pyo]] at MIT, Department of Mechanical Engineering since the 1990s. A series of academic conferences have been held to present current developments of the methodology. The most recent International Conference on Axiomatic Design (ICAD) was held in 2009 in Portugal.
The theorem is described below. Note that bold face represents a vector.
 
==Envelope theorem==
A curve in a two dimensional space is best represented by the parametric equations like x(t) and y(t).
The family of curves can be represented in the form <math>g(x,y,c) = 0 </math> where c is the parameter.
Generally, the envelope theorem involves one parameter but there can be more than one parameter involved as well.
 
The envelope of a family of curves g(x,y,c) = 0 is a curve such that at each point on the curve there is some member of the family that touches that particular point tangentially.
This forms a curve or surface that is tangential to every curve in the family of curves forming an envelope.
 
Consider an arbitrary maximization (or minimization) problem where the objective function <math>f(\bold x,\bold r)</math> depends on some parameters <math>\bold r</math>:
 
:<math>f^*(\bold r) = \max_{\bold x} f(\bold x,\bold r)\,</math>
 
The function <math>f^*(\bold r)</math> is the problem's optimal-value function &mdash; it gives the maximized (or minimized) value of the objective function <math>f(\bold x,\bold r)</math> as a function of its parameters <math>\bold r</math>.
 
Let <math>\bold x^*(\bold r) </math> be the (arg max) value of <math>\bold x</math>, expressed in terms of the parameters, that solves the optimization problem, so that <math>f^*(\bold r) = f(\bold x^*(\bold r), \bold r)</math>.  The envelope theorem tells us how <math>f^*(\bold r)</math> changes as a parameter changes, namely:
 
:<math>\frac{d\ f^*(\bold r)}{d\ r_i} =  \frac{\partial f(\bold x,\bold r)}{ \partial r_i} \Bigg|_{\bold x = \bold x^*(\bold r)}</math>
 
That is, the derivative of <math>f^*(\bold r)</math> with respect to <math>r_i</math> is given by the partial
derivative of <math>f(\bold x,\bold r)</math> with respect to <math>r_i</math>, holding <math>\bold x</math> fixed, and then evaluating at the optimal choice <math>\bold x = \bold x^*(\bold r)</math>.
 
==General envelope theorem==
There also exists a version of the theorem, called the '''general envelope theorem''', used in constrained optimization problems which relates the partial derivatives of the optimal-value function to the partial derivatives of the [[Lagrangian]] function.
 
We are considering the following optimization problem in formulating the theorem (max may be replaced by min, and all results still hold):
 
:<math>\max_{\bold x} f(\bold x,\bold r) \;\; s.t. \;\; \bold g(\bold x,\bold r) = \bold 0</math>
 
Which gives the Lagrangian function:
 
:<math>\mathcal{L}(\bold x,\bold r) = f(\bold x,\bold r) - \boldsymbol{\lambda} \cdot \bold g(\bold x,\bold r)</math>
 
Where:
 
:<math>\boldsymbol{\lambda} = (\lambda_{1},\dots,\lambda_{n})</math>
 
:<math>\bold g(\bold x,\bold r) = (g_{1}(\bold x,\bold r),\dots,g_{n}(\bold x,\bold r))</math>
 
:<math>\bold 0 = (0,\dots,0) \in \mathbb{R}^n</math>
 
:<math>\cdot</math> is the [[dot product]]
 
Then the '''general envelope theorem''' is:
 
:<math>\frac{d f^*(\bold r)}{d r_i} = \frac{\partial \mathcal{L}(\bold x,\bold r)}{\partial r_i} \Bigg|_{ \bold x = \bold x^*(\bold r), \ \boldsymbol{\lambda} = \boldsymbol{\lambda}(\bold r) }</math>
 
Note that the Lagrange multipliers <math>\boldsymbol{\lambda}</math> are treated as constants during differentiation of the Lagrangian function, then their values as functions of the parameters are substituted in afterwards.
 
==Envelope theorem in generalized calculus==
In the [[calculus of variations]], the envelope theorem relates [[evolute]]s to single [[path (topology)|paths]].  This was first proved by [[Jean Gaston Darboux]] and [[Ernst Zermelo]] (1894) and [[Adolf Kneser]] (1898). The theorem can be stated as follows:
 
"''When a single-parameter family of external paths from a fixed point ''O'' has an [[envelope (mathematics)|envelope]], the integral from the fixed point to any point ''A'' on the envelope  equals the integral from the fixed point to any second point ''B'' on the envelope plus the integral along the envelope to the first point on the envelope'', ''J''<sub>''OA''</sub> = ''J''<sub>''OB''</sub> + ''J''<sub>''BA''</sub>."<ref>{{cite book |last=Kimball |first=W. S. |title=Calculus of Variations by Parallel Displacement |location=London |publisher=Butterworth |page=292 |year=1952 }}</ref>


==See also==
==See also==
* [[Dependency structure matrix]] (DSM)
*[[Arg max]]
* [[New product development]] (NPD)
*[[Optimization problem]]
* [[Design for Six Sigma]]
*[[Random optimization]]
* [[ISMART]]
*[[Simplex algorithm]]
* [[Six Sigma]]
*[[Topkis's Theorem]]
* [[Taguchi methods]]
*[[Variational calculus]]
* [[Axiomatic product development lifecycle]] (APDL)
* [[C-K theory]]
 
== References ==
{{reflist}}


==External links==
==Notes==
A discussion of the methodology is given here:
{{Reflist}}
* [http://web.mit.edu/mitpep/pi/courses/axiomatic_design.html Axiomatic Design for Complex Systems] is a professional short course offered at MIT
* [http://www.axiomaticdesign.com/technology/axiomatic.asp Axiomatic Design Technology] described by Axiomatic Design Solutions, Inc.


Past proceedings of International Conferences on Axiomatic Design can be downloaded here:
==References==
* [http://www.axiomaticdesign.com/technology/cat27.asp ICAD2009]
*{{cite journal |last=Sydsaeter |first=Knut |last2=Hammond |first2=Peter |title=Essential Mathematics for Economic Analysis |edition=3rd |location=Harlow |publisher=Prentice Hall |year=2008 |isbn=978-0-273-71324-1 }}
* [http://www.axiomaticdesign.com/technology/cat25.asp ICAD2006]
* [http://www.axiomaticdesign.com/technology/cat21.asp ICAD2004]
* [http://www.axiomaticdesign.com/technology/cat23.asp ICAD2002]
* [http://www.axiomaticdesign.com/technology/cat22.asp ICAD2000]


{{Design}}
[[Category:Underlying principles of microeconomic behavior]]
[[Category:Engineering concepts]]
[[Category:Calculus of variations]]
[[Category:Evaluation methods]]
[[Category:Economics theorems]]
[[Category:Manufacturing]]
[[Category:Theorems in analysis]]
[[Category:Quality]]
[[Category:Systems engineering]]


[[de:Axiomatic Design]]
[[de:Umhüllungssatz]]
[[it:Teorema dell'inviluppo]]

Revision as of 20:00, 14 August 2014

The envelope theorem is a theorem about optimization problems (max & min) in microeconomics. It may be used to prove Hotelling's lemma, Shephard's lemma, and Roy's identity. It also allows for easier computation of comparative statics in generalized economic models.

The theorem exists in two versions, a regular version (unconstrained optimization) and a generalized version (constrained optimization). The regular version can be obtained from the general version because unconstrained optimization is just the special case of constrained optimization with no constraints (or constraints that are always satisfied, i.e. constraints that are identities such as or .

The theorem gets its name from the fact that it shows that a less constrained maximization (or minimization) problem (where some parameters are turned into variables) is the upper (or lower for min) envelope of the original problem. For example, see cost minimization, and compare the long-run (less constrained) and short-run (more constrained – some factors of production are fixed) minimization problems.

For the theorem to hold, the functions being dealt with must have certain well-behaved properties. Specifically, the correspondence mapping parameter values to optimal choices must be differentiable, with it being single-valued (and hence a function) a necessary but not sufficient condition.

The theorem is described below. Note that bold face represents a vector.

Envelope theorem

A curve in a two dimensional space is best represented by the parametric equations like x(t) and y(t). The family of curves can be represented in the form where c is the parameter. Generally, the envelope theorem involves one parameter but there can be more than one parameter involved as well.

The envelope of a family of curves g(x,y,c) = 0 is a curve such that at each point on the curve there is some member of the family that touches that particular point tangentially. This forms a curve or surface that is tangential to every curve in the family of curves forming an envelope.

Consider an arbitrary maximization (or minimization) problem where the objective function depends on some parameters :

The function is the problem's optimal-value function — it gives the maximized (or minimized) value of the objective function as a function of its parameters .

Let be the (arg max) value of , expressed in terms of the parameters, that solves the optimization problem, so that . The envelope theorem tells us how changes as a parameter changes, namely:

That is, the derivative of with respect to is given by the partial derivative of with respect to , holding fixed, and then evaluating at the optimal choice .

General envelope theorem

There also exists a version of the theorem, called the general envelope theorem, used in constrained optimization problems which relates the partial derivatives of the optimal-value function to the partial derivatives of the Lagrangian function.

We are considering the following optimization problem in formulating the theorem (max may be replaced by min, and all results still hold):

Which gives the Lagrangian function:

Where:

is the dot product

Then the general envelope theorem is:

Note that the Lagrange multipliers are treated as constants during differentiation of the Lagrangian function, then their values as functions of the parameters are substituted in afterwards.

Envelope theorem in generalized calculus

In the calculus of variations, the envelope theorem relates evolutes to single paths. This was first proved by Jean Gaston Darboux and Ernst Zermelo (1894) and Adolf Kneser (1898). The theorem can be stated as follows:

"When a single-parameter family of external paths from a fixed point O has an envelope, the integral from the fixed point to any point A on the envelope equals the integral from the fixed point to any second point B on the envelope plus the integral along the envelope to the first point on the envelope, JOA = JOB + JBA."[1]

See also

Notes

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

References

  • One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang

de:Umhüllungssatz it:Teorema dell'inviluppo

  1. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534