Fraction (mathematics)

From Citizendium
Revision as of 16:23, 7 March 2008 by imported>Olier Raby (→‎Arithmetic operations: Correction. Wik.)
Jump to navigation Jump to search
This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In mathematics, a fraction (from the Latin fractus, meaning broken) is a concept used to convey a proportional relation between a part and the whole. It consists of a numerator (an integer - the part) and a denominator (a natural number - the whole). For instance, the fraction can represent three equal parts of a whole object, if the object is divided into five equal parts. We can represent all rational numbers with fractions.

Fractions are a special case of ratios. For instance, is a valid ratio, but it is not a fraction since we cannot compute an equivalent fraction with an integer numerator and a natural number denominator. A fraction with equal numerator and denominator is equal to one (e.g., ). Because the division by zero is undefined, zero should never be the denominator of a fraction.

Due to tradition and conventions, there are at least two ways to write a fraction. The numerator and the denominator may be separated by a slash (a slanted line : 3/4), or by a vinculum (an horizontal line : ). Since we can compute the quotient from a fraction, we can represent any fraction with a decimal number (e.g., ). Template:TOC-right

Forms

A vulgar fraction (or common fraction) simply refers to a numerator divided by a denominator (e.g., and ). It is said to be a proper fraction if the absolute value of the numerator is less than the absolute value of the denominator (e.g. ). An improper fraction (in Great Britain, top-heavy fraction) is said if the absolute value of the numerator is greater than or equal to the absolute value of the denominator (e.g. ). All non-zero integers can be represented by an improper fraction, since for example . The 1 at the denominator is sometimes called an "invisible denominator".

A mixed number is the sum of an integer and a proper fraction (e.g., ). An improper fraction can be transformed into a mixed number and vice-versa.

Arithmetic operations

The most common arithmetic operations on fractions are addition, subtraction, multiplication, and division. When adding and subtracting, we must often compute the equivalent fractions. When dividing, we usually compute the multiplicative inverse.

After any computation, the end result should be an irreducible fraction.

In this section, it is understood that and .

Equivalent fractions

Multiplying (or integer dividing) the numerator and the denominator of a fraction by the same non-zero integer results in a new fraction that is said to be equivalent to the original fraction. For instance, and are equivalent, since the quotient of both fractions is 0.2.

A fraction where the numerator and the denominator do not have any common factor, 1 excepted, is said irreducible (or in its lowest terms). If it is not the case, then we divide its numerator and its denominator by their gcd. For instance, is not in lowest terms because both 4 and 20 can be exactly divided by 4, giving . In contrast, is in lowest terms.

Multiplication

Formally, apply this algorithm to multiply two fractions :

By hands, the multiplication is done like this.

  1. For the resulting fraction,
    1. Set its numerator to the product of both numerators.
    2. Set its numerator to the product of both denominators.
  2. Reduce the resulting fraction if you need to.

For instance, what is the result of  ?

Since the result is not an irreducible fraction, we must reduce it. We divide the numerator and the denominator by 3 :

.

Multiplicative inverse

The multiplicative inverse of a fraction is :

.

Division

Dividing by a fraction is the same as multiplying by its inverse.

Formally, apply this algorithm to divide two fractions :

By hands, the division is done like this.

  1. Exchange the numerator and the denominator in the second fraction (equivalent to computing the multiplicative inverse).
  2. For the resulting fraction,
    1. Set its numerator to the product of both numerators.
    2. Set its numerator to the product of both denominators.
  3. Reduce the resulting fraction if you need to.

For instance, what is the result of  ?

The result is an irreducible fraction.

Additive inverse

The additive inverse of a fraction is :

Addition

Formally, apply this algorithm to add two fractions :

By hands, the addition is done like this.

  1. Compute an equivalent fraction of and , making sure both have the same denominator.
  2. For the resulting fraction,
    1. Set its numerator to the addition of the numerators.
    2. Set its denominator to the computed denominator (the three fractions have the same denominator).
  3. Reduce the resulting fraction if you need to.

For instance, what is the result of  ?

Let's find a number that both denominators will divide : It is 12. We are ready to compute the equivalent fractions :

This is the final answer since it is an irreducible fraction.

Subtraction

Formally, apply this algorithm to subtract two fractions :

By hands, the subtraction is done like this.

  1. Compute an equivalent fraction of and , making sure both have the same denominator.
  2. For the resulting fraction,
    1. Set its numerator to the subtraction of the numerators.
    2. Set its denominator to the computed denominator (the three fractions have the same denominator).
  3. Reduce the resulting fraction if you need to.

Since this algorithm is very similar to the addition algorithm, we do not give any example.

Improper fraction to mixed number

An improper fraction can be converted to a mixed number with this algorithm :

  1. Integer divide the numerator by the denominator.
  2. The quotient becomes the whole part and the remainder becomes the numerator of the fractional part.
  3. The fraction has the same denominator.

For instance, transform to a mixed number.

Mixed number to improper fraction

A mixed number can be converted to an improper fraction with this algorithm :

  1. Insert a plus symbol between the integer and the fraction.
  2. Replace the integer with its equivalent fraction on 1.
  3. Add both fractions.

For instance, transform to an improper fraction.

Mixed numbers arithmetic

Just like any fraction, we can add, subtract, multiply, and divide mixed numbers. However, before applying the operation, convert the mixed numbers to improper fraction, or you may get wrong results.

For instance, what is the sum of and  ? The minus sign applies to the fraction  : . The answer is or .

See also