HOME

TheInfoList



OR:

Cancelling out is a
mathematical Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
process used for removing subexpressions from a
mathematical expression In mathematics, an expression or mathematical expression is a finite combination of symbols that is well-formed according to rules that depend on the context. Mathematical symbols can designate numbers ( constants), variables, operations, f ...
, when this removal does not change the meaning or the value of the expression because the subexpressions have equal and opposing effects. For example, a fraction is put in
lowest terms An irreducible fraction (or fraction in lowest terms, simplest form or reduced fraction) is a fraction in which the numerator and denominator are integers that have no other common divisors than 1 (and −1, when negative numbers are considered). I ...
by cancelling out the
common factor In mathematics, the greatest common divisor (GCD) of two or more integers, which are not all zero, is the largest positive integer that divides each of the integers. For two integers ''x'', ''y'', the greatest common divisor of ''x'' and ''y'' is ...
s of the
numerator A fraction (from la, fractus, "broken") represents a part of a whole or, more generally, any number of equal parts. When spoken in everyday English, a fraction describes how many parts of a certain size there are, for example, one-half, eight ...
and the
denominator A fraction (from la, fractus, "broken") represents a part of a whole or, more generally, any number of equal parts. When spoken in everyday English, a fraction describes how many parts of a certain size there are, for example, one-half, eight ...
. As another example, if ''a''×''b''=''a''×''c'', then the multiplicative term ''a'' can be canceled out ''if'' ''a''≠0, resulting in the equivalent expression ''b''=''c''; this is equivalent to dividing through by ''a''.


Cancelling

If the subexpressions are not identical, then it may still be possible to cancel them out partly. For example, in the simple equation 3 + 2''y'' = 8''y'', both sides actually contain 2''y'' (because 8''y'' is the same as 2''y'' + 6''y''). Therefore, the 2''y'' on both sides can be cancelled out, leaving 3 = 6''y'', or ''y ''= 0.5. This is equivalent to subtracting 2''y'' from both sides. At times, cancelling out can introduce limited changes or extra solutions to an equation. For example, given the inequality ''ab'' ≥ 3''b'', it looks like the ''b'' on both sides can be cancelled out to give ''a ≥ 3'' as the solution. But cancelling 'naively' like this, will mean we don't get all the solutions (sets of (''a, b'') satisfying the inequality). This is because if ''b'' were a negative number then dividing by a negative would change the ≥ relationship into a ≤ relationship. For example, although 2 is more than 1, –2 is ''less than'' –1. Also if ''b'' were ''zero'' then zero times anything is zero and cancelling out would mean dividing by zero in that case which cannot be done. So in fact, while cancelling works, cancelling out correctly will lead us to ''three'' sets of solutions, not just one we thought we had. It will also tell us that our 'naive' solution is only a solution in some cases, not all cases: :* If ''b'' > 0: we can cancel out to get ''a'' ≥ 3. :* If ''b'' < 0: then cancelling out gives ''a'' ≤ 3 instead, because we would have to reverse the relationship in this case. :* If ''b'' is exactly zero: then the equation is true for ''any'' value of ''a'', because both sides would be zero, and 0 ≥ 0. So some care may be needed to ensure that cancelling out is done correctly and no solutions are overlooked or incorrect. Our simple inequality has ''three'' sets of solutions, which are: :* ''b'' > 0 and ''a ''≥ 3. (For example ''b ''= 5 and ''a ''= 6 is a solution because 6 x 5 is 30 and 3 x 5 is 15, and 30 ≥ 15)
or :* ''b ''< 0 and ''a ''≤ 3 (For example ''b ''= –5 and ''a ''= 2 is a solution because 2 x (–5) is –10 and 3 x (–5) is –15, and –10 ≥ –15)
or :* ''b ''= 0 (and ''a'' can be any number) (because ''anything ''x zero ≥ 3 x zero) Our 'naïve' solution (that ''a ''≥ 3) would also be wrong sometimes. For example, if ''b ''= –5 then ''a ''= 4 is not a solution even though 4 ≥ 3, because 4 × (–5) is –20, and 3 x (–5) is –15, and –20 is not ≥ –15.


In advanced and abstract algebra, and infinite series

In more advanced mathematics, cancelling out can be used in the context of
infinite series In mathematics, a series is, roughly speaking, a description of the operation of adding infinitely many quantities, one after the other, to a given starting quantity. The study of series is a major part of calculus and its generalization, math ...
, whose terms can be cancelled out to get a finite sum or a
convergent series In mathematics, a series is the sum of the terms of an infinite sequence of numbers. More precisely, an infinite sequence (a_0, a_1, a_2, \ldots) defines a series that is denoted :S=a_0 +a_1+ a_2 + \cdots=\sum_^\infty a_k. The th partial ...
. In this case, the term telescoping is often used. Considerable care and prevention of errors is often necessary to ensure the amended equation will be valid, or to establish the bounds within which it will be valid, because of the nature of such series.


Related concepts and use in other fields

In computational science, cancelling out is often used for improving the
accuracy Accuracy and precision are two measures of ''observational error''. ''Accuracy'' is how close a given set of measurements ( observations or readings) are to their ''true value'', while ''precision'' is how close the measurements are to each oth ...
and the execution time of
numerical algorithm Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of numerical methods ...
s.


See also

*
Elementary algebra Elementary algebra encompasses the basic concepts of algebra. It is often contrasted with arithmetic: arithmetic deals with specified numbers, whilst algebra introduces variables (quantities without fixed values). This use of variables entail ...
* Equation


References

{{Reflist Elementary algebra