Jump to content

Trade-off

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 170.158.70.251 (talk) at 14:34, 31 January 2013 (Examples from common life). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The design for the Apollo Lunar Module involved a trade-off in the number of landing legs. Three legs reduced the weight of the vehicle but was considered unsafe. Five legs was considered safest but were too heavy. Designers compromised on four landing legs.

A trade-off (or tradeoff) is a situation that involves losing one quality or aspect of something in return for gaining another quality or aspect. It often implies a decision to be made with full comprehension of both the upside and downside of a particular choice; the term is also used in an evolutionary context, in which case the selection process acts as the "decision-maker".

Examples from common life

In apple pie economics the term is expressed as opportunity cost, referring to the most preferred alternative given up. A trade-off, then, involves a sacrifice that must be made to obtain a certain product, rather than other products that can be made using the same required resources. For a person going to a basketball game, its opportunity cost is the money and time expended, say that would have been spent watching a particular television program.

Trade-offs in specific fields

Trade-offs are important in engineering. For example, in electrical engineering, negative feedback is used in amplifiers to trade gain for other desirable properties, such as improved bandwidth, stability of the gain and/or bias point, noise immunity, and reduction of nonlinear distortion. The Golden Gate Bridge is a prime rare example where few engineering and aesthetic trade-offs had to be made[citation needed].

In demography, trade-off examples may include maturity, fecundity, parental care, parity, senescence, and mate choice. For example, the higher the fecundity (# of offspring), the lower the parental care. Parental care as a function of fecundity would show a negative sloped linear graph.

In computer science, trade-offs are viewed as a tool of the trade. A program can often run faster if it uses more memory (a space-time tradeoff). Consider the following examples:

  • By compressing an image, you can reduce transmission time/costs at the expense of CPU time to perform the compression and decompression.
  • By using a lookup table, you may be able to reduce CPU time at the expense of space to hold the table, e.g. to determine the parity of a byte you can either look at each bit individually (using shifts and masks), or use a 256-entry table giving the parity for each possible bit-pattern, or combine the upper and lower nibbles and use a 16-entry table.
  • For some situations (e.g. string manipulation), a compiler may be able to use inline code for greater speed, or call run-time routines for reduced memory; the user of the compiler should be able to indicate whether speed or space is more important.

The Software Engineering Institute have a specific method for analysing tradeoffs, called the Architectural Tradeoff Analysis Method or ATAM.

Strategy board games almost always involve trade-offs. In chess do you trade a bishop for position? In Go, do you trade thickness for influence, and just when does the middle game begin?

The study of ethics can be viewed as a system of competing interests that must be traded off against each other. (Is it ethical to use Nazi science to prevent disease today?)

In medicine, patients and physicians are often faced with difficult decisions involving trade-off. One example is localized prostate cancer where patients need to weigh the possibility of a prolonged life expectancy against possible stressful treatment side-effects (patient trade-off).

Governmental trade-offs are among the most controversial political and social difficulties of any time. All of politics can be viewed as a series of trade-offs based upon which core values are most core to the most people or politicians.

In music, the term "trade-off" can also refer to solo instruments that swap solo duties, such as musical groups with two lead guitarists, who both share guitar solos. The term is used frequently in heavy metal, where bands often feature "twin guitars", such as Iron Maiden, Judas Priest, Megadeth, and Slayer, all of which feature lead guitar song sections often involving 4 or more "trade-off" solos. A more limited number of bands, such as Dream Theater, also implement the trade-off with keyboards and lead guitar.

Analytical methods to support a trade study

Trade studies are essentially decision-making exercises. In the FAA Systems Handbook (FAA 2004), the decision analysis matrix (aka Pugh's method) is suggested to support the activities, but this method can not support uncertainty, a mix of quantitative and qualitative information, or teams. To manage uncertainty, the authors suggest supplementing point estimates of the outcome variables for each alternative with computed or estimated uncertainty ranges. The Standard Approach to Trade Studies (Felix 2004), an INCOSE paper from 2004 suggests a similar approach. The NASA Systems Engineering Handbook (NASA 1995) suggests using multi-attribute utility theoretic (MAUT) or the Analytic Hierarchy Process (AHP). But, these too are not good with uncertainty, mixed information and teams. The authors suggest using probability based methods to maximize utility when uncertainty predominates, but give little detail on how to approach this.

In many situations, linear programming methods like the simplex algorithm can be used but these too do not support uncertainty.

Another approach to supporting trade study information is to use the Bayesian Team Support (BTS) methods. These methods were designed to manage uncertain and evolving information. A paper describing this method is Trade Studies with Uncertain Information (Ullman 2006).

References

  • FAA, System Engineering Manual Version 3.0, Section 4.6, Trade Studies, Federal Aviation Administration, 2004,[1]
  • Felix A., Standard Approach to Trade Studies: A Process Improvement Model that Enables Systems Engineers to Provide Information to the Project Manager by Going Beyond the Summary Matrix, [2]
  • NASA,