1,415 results for: formula
Displaying 3 best matches. Browse all 1,415 results below.
Formula
Columbia Electronic Encyclopedia - Cite This Sourceformula, in chemistry, an expression showing the chemical composition of a compound. Formulas of compounds are used in writing the equations (see chemical equations) that represent chemical reactions. Compounds are combinations in fixed proportions of the chemical elements. The smallest unit of an element is the atom.
Formulas for Compounds
The formula of a well-known compound, water, is H2O. Water is made up of molecules, and the formula shows that each molecule consists of two atoms of hydrogen, H, bonded to an atom of oxygen, O. The subscript 2 indicates that there are two atoms of hydrogen in the molecule; where no subscript appears, as after the O, the subscript 1 is implied. It should be kept in mind that not all compounds are molecular. For example, sodium chloride, NaCl, is an ionic rather than a molecular compound. Solid sodium chloride consists of a collection of sodium ions and chloride ions arranged in a regular, three-dimensional pattern called a crystalline structure. One cannot say that a certain sodium ion and a certain chloride ion are grouped together into a unit, since each sodium ion is equally associated with all its neighboring chloride ions and each chloride ion is equally associated with all its neighboring sodium ions. The formula NaCl, therefore, cannot be taken as showing the composition of some particular unit, such as a molecule. Rather, it shows the proportion of the atoms of each element making up the compound—in this case, one atom of sodium to every atom of chlorine; such a formula is called an empirical formula.
Molecular and Empirical Formulas
If a compound is molecular, the molecular formula is preferred to the empirical formula since it gives more information. A molecule of glucose, for example, consists of 6 carbon atoms, 12 hydrogen atoms, and 6 oxygen atoms. Its molecular formula, C6H12O6, displays this information explicitly; the empirical formula is CH2O. From the formula one can also deduce the proportion of the atoms of each element making up the compound: one atom of carbon to every two atoms of hydrogen to every one atom of oxygen (6 : 12 : 6=1 : 2 : 1). The empirical formula of glucose, CH2O, shows only the proportion, not the actual number of atoms.
Many compounds may have the same empirical formula. For example, formaldehyde, each molecule of which consists of one carbon atom, two hydrogen atoms, and one oxygen atom, has the molecular formula CH2O, which is identical to the empirical formula of glucose. Another example is furnished by ethyne (acetylene), whose molecular formula is C2H2, and benzene, whose molecular formula is C6H6. Both have the same empirical formula, CH.
In addition to showing the actual number of atoms, molecular formulas are also more useful than empirical formulas in that they explicitly show radicals. For example, the molecular formula for the compound aluminum sulfate, Al2(SO4)3, shows that it contains three sulfate radicals (SO4). The empirical formula, Al2S3O12, does not show this. When only one radical is present in the molecule, the parentheses and subscript are omitted, e.g., CuSO4 for cupric sulfate. Other groups are also shown in molecular formulas, e.g., the water molecules in the mineral chalcanthite (blue vitriol), which consists of cupric sulfate atoms to each of which are attached five water molecules. Its molecular formula is CuSO4·5H2O, its empirical formula CuSO9H10.
Structural Formulas
In many cases, especially with organic compounds, even the molecular formula does not provide enough information to identify a compound, so that structural formulas are needed. For example, both ethanol (ethyl alcohol) and dimethyl ether have the molecular formula C2H6O (see isomer). Their structural formulas are:In these formulas each line represents a single covalent chemical bond. A double bond is represented by a double line and a triple bond by a triple line. In ethene (ethylene), C2H4, the carbon atoms are joined by a double bond. The structural formula of ethene is:(In many representations of structural formulas, the angles of the lines indicating bonds do not necessarily have meaning.) In ethyne (acetylene), C2H2, the carbon atoms are joined by a triple bond. The structural formula of ethyne is:
Semistructural FormulasStructural formulas are often simplified so that they can be written on a single line; the simplified formulas are often called semistructural formulas. The semistructural formula for ethanol is CH3CH2OH, or more simply C2H5OH. In such a semistructural formula the OH is written explicitly to indicate that the oxygen has a hydrogen bonded to it. The C2H5 indicates that the two carbon atoms are bonded to one another. The semistructural formula for dimethyl ether may be written CH3OCH3. Here the O is placed between the two carbon atoms to show that the carbons are bonded to the oxygen. A carbon often has three hydrogens bonded to it, and the H3 is written after the C. In some cases the H3 is written before the C for clarity; thus the formula for dimethyl ether might be written H3COCH3.
Electron Dot DiagramsDots are used in a type of formula called the electron dot diagram, where each pair of dots represents a pair of shared electrons in a covalent bond. The diagrams for ethane (CH3CH3), ethene, and ethyne are:
The Columbia Electronic Encyclopedia Copyright © 2004, Columbia University Press.
Licensed from Columbia University Press
7 More from Columbia Encyclopedia »
Formula
Columbia Electronic Encyclopedia - Cite This Sourceformula, in mathematics and physics, equation expressing a definite fixed relationship between certain quantities. The quantities are usually expressed by letters, and their relationship is indicated by algebraic symbols. For example, A=πr2 is the formula for the area A of a circle of radius r, and s=1/2at2 is the formula for the distance s traveled by a body experiencing an acceleration a during a time interval t.
The Columbia Electronic Encyclopedia Copyright © 2004, Columbia University Press.
Licensed from Columbia University Press
Formula
Wikipedia, the free encyclopedia - Cite This SourceIn mathematics and in the sciences, a formula (plural: formulae, formulæ or formulas) is a concise way of expressing information symbolically (as in a mathematical or chemical formula), or a general relationship between quantities. One of many famous formulae is Albert Einstein's E = mc² (see special relativity).
In mathematics
In mathematics, a formula is a key to solve an equation with variables. For example, the problem of determining the volume of a sphere is one that requires a significant amount of integral calculus to solve. However, having done this once, mathematicians can produce a formula to describe the volume in terms of some other parameter (the radius for example). This particular formula is:
(The in this formula is the quantity pi). Having determined this result, and having a sphere of which we know the radius we can quickly and easily determine the volume. Note that the quantities , the volume, and the radius are expressed as single letters. This convention, while less important in a relatively simple formula, means that mathematicians can more quickly manipulate larger and more complex formulae.
In general mathematical use there is no essential difference in meaning with the term "expression", although the word "formula" tends to be reserved for an expression that "can stand on its own", that has a meaning outside of the immediate context in which it appears and a significance that can be grasped intuitively.
The majority of all mathematical study revolves around formulae in many different forms from quadratic equations to the equations of motion (mainly used in mechanical mathematics and physics). In a general context, formulae are applied to provide a mathematical solution for real world problems. Some may be general formulae designed to explain a phenomenon experienced everywhere - an example is force = mass × acceleration. It is a formula which applies anywhere in the universe. Other formulae may be specially created to solve a particular problem - for example using the equation of a sine curve to model the movement of the tides in a bay. In all cases however, formulae form the basis for all calculations.
In computing
In computing, a formula typically describes a calculation, such as addition, to be performed on two or more variables. A formula is often implicitly provided in the form of a computer instruction such as
- Total fruit = number of Apples + number of Oranges.
In computer spreadsheet terminology, a formula is usually a text string containing cell references, e.g.
- =A1+A2
where both A1 and A2 describe "cells" (column A, row 1 or 2) within the spreadsheet. The result appears within the cell containing the formula itself (possibly A3, at end of values in column A). The = sign precedes the right hand side of the formula indicating the cell contains a formula rather than data. The left hand side of the formula is, by convention, omitted because the result is always stored in the cell itself and would be redundant.
See also
Wikipedia, the free encyclopedia © 2001-2006 Wikipedia contributors (Disclaimer)
This article is licensed under the GNU Free Documentation License.
Last updated on Thursday March 13, 2008 at 11:03:14 PDT (GMT -0700)
View this article at Wikipedia.org - Edit this article at Wikipedia.org - Donate to the Wikimedia Foundation
All 1,415 results for: formula
7 from Columbia Encyclopedia
View results from: Dictionary | Thesaurus | Encyclopedia | All Reference | the Web
Perform a new search, or try your search for "formula" at:
- Amazon.com - Shop for books, music and more
- Dictionary.com - Search for definitions
- Reference.com - Web Search powered by Google
- Thesaurus.com - Search for synonyms and antonyms