Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Formula

From Wikipedia, the free encyclopedia
Concise way of expressing information symbolically
For other uses, seeFormula (disambiguation).
A sphere
Isobutane
On the left is asphere, whose volumeV is given by the mathematical formulaV =4/3 πr3. On the right is the compoundisobutane, which has chemical formula (CH3)3CH.
One of the most influential figures ofcomputing science'sfounding generation,Edsger Dijkstra at the blackboard during a conference atETH Zurich in 1994. In Dijkstra's own words, "A picture may be worth a thousand words, a formula is worth a thousand pictures."[1]

Inscience, aformula is a concise way of expressing information symbolically, as in amathematical formula or achemical formula. The informal use of thetermformula in science refers to thegeneral construct of a relationship between given quantities.

The plural offormula can be eitherformulas (from the most commonEnglish plural noun form) or, under the influence ofscientific Latin,formulae (from theoriginal Latin).[2]

In mathematics

[edit]

Inmathematics, a formula generally refers to anequation orinequality relating onemathematical expression to another, with the most important ones beingmathematical theorems. For example, determining thevolume of asphere requires a significant amount ofintegral calculus or itsgeometrical analogue, themethod of exhaustion.[3] However, having done this once in terms of someparameter (theradius for example), mathematicians have produced a formula to describe the volume of a sphere in terms of its radius:

V=43πr3.{\displaystyle V={\frac {4}{3}}\pi r^{3}.}

Having obtained this result, the volume of any sphere can be computed as long as its radius is known. Here, notice that the volumeV and the radiusr are expressed as single letters instead of words or phrases. This convention, while less important in a relatively simple formula, means that mathematicians can more quickly manipulate formulas which are larger and more complex.[4] Mathematical formulas are oftenalgebraic,analytical or inclosed form.[5]

In a general context, formulas often represent mathematical models of real world phenomena, and as such can be used to provide solutions (or approximate solutions) to real world problems, with some being more general than others. For example, the formula

F=ma{\displaystyle F=ma}

is an expression ofNewton's second law, and is applicable to a wide range of physical situations. Other formulas, such as the use of theequation of asine curve to model themovement of the tides in abay, may be created to solve a particular problem. In all cases, however, formulas form the basis for calculations.

Expressions are distinct from formulas in the sense that they don't usually containrelations likeequality (=) orinequality (<). Expressions denote amathematical object, where as formulas denote a statement about mathematical objects.[6][7] This is analogous to natural language, where anoun phrase refers to an object, and a wholesentence refers to a fact. For example,8x5{\displaystyle 8x-5} is an expression, while8x53{\displaystyle 8x-5\geq 3} is a formula.

However, in some areas mathematics, and in particular incomputer algebra, formulas are viewed as expressions that can be evaluated totrue orfalse, depending on the values that are given to the variables occurring in the expressions. For example8x53{\displaystyle 8x-5\geq 3} takes the valuefalse ifx is given a value less than 1, and the valuetrue otherwise. (SeeBoolean expression)

In mathematical logic

[edit]

Inmathematical logic, a formula (often referred to as awell-formed formula) is an entity constructed using the symbols and formation rules of a givenlogical language.[8] For example, infirst-order logic,

xy(P(f(x))¬(P(x)Q(f(y),x,z))){\displaystyle \forall x\forall y(P(f(x))\rightarrow \neg (P(x)\rightarrow Q(f(y),x,z)))}

is a formula, provided thatf{\displaystyle f} is a unary function symbol,P{\displaystyle P} a unary predicate symbol, andQ{\displaystyle Q} a ternary predicate symbol.

Chemical formulas

[edit]
Main article:Chemical formula

Inmodern chemistry, achemical formula is a way of expressing information about the proportions ofatoms that constitute a particularchemical compound, using a single line of chemicalelement symbols,numbers, and sometimes other symbols, such as parentheses, brackets, and plus (+) and minus (−) signs.[9] For example, H2O is the chemical formula forwater, specifying that eachmolecule consists of twohydrogen (H) atoms and oneoxygen (O) atom. Similarly, O
3
denotes anozone molecule consisting of three oxygen atoms[10] and a netnegative charge.

Thestructural formula forbutane. There are three common non-pictorial types of chemical formulas for this molecule:
  • theempirical formula C2H5
  • themolecular formula C4H10 and
  • thecondensed formula (orsemi-structural formula) CH3CH2CH2CH3.

Achemical formula identifies each constituentelement by itschemical symbol, and indicates the proportionate number of atoms of each element.

Inempirical formulas, these proportions begin with a key element and then assign numbers of atoms of the other elements in the compound—as ratios to the key element. For molecular compounds, these ratio numbers can always be expressed as whole numbers. For example, the empirical formula ofethanol may be written C2H6O,[11] because the molecules of ethanol all contain two carbon atoms, six hydrogen atoms, and one oxygen atom. Some types of ionic compounds, however, cannot be written as empirical formulas which contains only the whole numbers. An example isboron carbide, whose formula of CBn is a variable non-whole number ratio, with n ranging from over 4 to more than 6.5.

When the chemical compound of the formula consists of simplemolecules, chemical formulas often employ ways to suggest the structure of the molecule. There are several types of these formulas, includingmolecular formulas andcondensed formulas. A molecular formula enumerates the number of atoms to reflect those in the molecule, so that the molecular formula forglucose is C6H12O6 rather than the glucose empirical formula, which is CH2O. Except for the very simple substances, molecular chemical formulas generally lack needed structural information, and might even be ambiguous in occasions.

Astructural formula is a drawing that shows the location of each atom, and which atoms it binds to.

In computing

[edit]

Incomputing, a formula typically describes acalculation, such as addition, to be performed on one or more variables. A formula is often implicitly provided in the form of acomputer instruction such as.

Degrees Celsius = (5/9)*(Degrees Fahrenheit  - 32)

In computerspreadsheet software, a formula indicating how to compute the value of acell, sayA3, could be written as

=A1+A2

whereA1 andA2 refer to other cells (column A, row 1 or 2) within the spreadsheet. This is a shortcut for the "paper" formA3 = A1+A2, whereA3 is, by convention, omitted because the result is always stored in the cell itself, making the stating of the name redundant.

Units

[edit]

Formulas used in science almost always require a choice of units.[12] Formulas are used to express relationships between various quantities, such as temperature, mass, or charge in physics; supply, profit, or demand in economics; or a wide range of other quantities in other disciplines.

An example of a formula used in science isBoltzmann's entropy formula. Instatistical thermodynamics, it is a probability equation relating theentropyS of an ideal gas to the quantityW, which is the number ofmicrostates corresponding to a givenmacrostate:

S=klnW{\displaystyle S=k\cdot \ln W}

wherek is theBoltzmann constant, equal to1.380649×10−23 J⋅K−1, andW is the number ofmicrostates consistent with the givenmacrostate.

See also

[edit]

References

[edit]
  1. ^Dijkstra, E.W. (July 1996),A first exploration of effective reasoning [EWD896]. (E.W. Dijkstra Archive, Center for American History,University of Texas at Austin)
  2. ^"formula".Oxford English Dictionary (Online ed.). Oxford University Press. (Subscription orparticipating institution membership required.)
  3. ^Smith, David E. (1958).History of Mathematics.New York:Dover Publications.ISBN 0-486-20430-8.{{cite book}}:ISBN / Date incompatibility (help)
  4. ^"Why do mathematicians use single letter variables?".math.stackexchange.com. 28 February 2011. Retrieved31 December 2013.
  5. ^"List of Mathematical formulas".andlearning.org. 24 August 2018.
  6. ^Stoll, Robert R. (1963).Set Theory and Logic. San Francisco, CA: Dover Publications.ISBN 978-0-486-63829-4.{{cite book}}:ISBN / Date incompatibility (help)
  7. ^Hamilton, A. G. (1988),Logic for Mathematicians (2nd ed.),Cambridge:Cambridge University Press,ISBN 978-0-521-36865-0
  8. ^Rautenberg, Wolfgang (2010),A Concise Introduction to Mathematical Logic (3rd ed.),New York, NY:Springer Science+Business Media,doi:10.1007/978-1-4419-1221-3,ISBN 978-1-4419-1220-6
  9. ^Atkins, P.W., Overton, T., Rourke, J., Weller, M. and Armstrong, F.Shriver and Atkins inorganic chemistry (4th edition) 2006 (Oxford University Press)ISBN 0-19-926463-5
  10. ^"Ozone Chemistry".www.chm.bris.ac.uk. Retrieved2019-11-26.
  11. ^PubChem."Ethanol".pubchem.ncbi.nlm.nih.gov. Retrieved2019-11-26.
  12. ^Haynes, William M., ed. (2013) [1914].CRC Handbook of Chemistry and Physics, 94th Edition. Boca Raton: CRC Press.ISBN 978-1466571143.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Formula&oldid=1321896502"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp