Harman Patil (Editor)

Reduction (mathematics)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, reduction refers to the rewriting of an expression into a simpler form. For example, the process of rewriting a fraction into one with the smallest whole-number denominator possible (while keeping the numerator an integer) is called "reducing a fraction". Rewriting a radical (or "root") expression with the smallest possible whole number under the radical symbol is called "reducing a radical". Minimizing the number of radicals that appear underneath other radicals in an expression is called denesting radicals.

Contents

Algebra

In linear algebra, reduction refers to applying simple rules to a series of equations or matrices to change them into a simpler form. In the case of matrices, the process involves manipulating either the rows or the columns of the matrix and so is usually referred to as row-reduction or column-reduction, respectively. Often the aim of reduction is to transform a matrix into its "row-reduced echelon form" or "row-echelon form"; this is the goal of Gaussian elimination.

Calculus

In calculus, reduction refers to using the technique of integration by parts to evaluate a whole class of integrals by reducing them to simpler forms.

Static (Guyan) Reduction

In dynamic analysis, static reduction refers to reducing the number of degrees of freedom. Static reduction can also be used in FEA analysis to refer to simplification of a linear algebraic problem. Since a static reduction requires several inversion steps it is an expensive matrix operation and is prone to some error in the solution. Consider the following system of linear equations in an FEA problem:

[ K 11 K 12 K 21 K 22 ] [ x 1 x 2 ] = [ F 1 F 2 ]

where K and F are known and K, x and F are divided into submatrices as shown above. If F2 contains only zeros, and only x1 is desired, K can be reduced to yield the following system of equations

[ K 11 , r e d u c e d ] [ x 1 ] = [ F 1 ]

K11,reduced is obtained by writing out the set of equations as follows:

K 11 x 1 + K 12 x 2 = F 1 (Eq. 1) K 21 x 1 + K 22 x 2 = 0. (Eq. 2)

Equation (2) can be solved for x 2 (assuming invertibility of K 22 ):

K 22 1 K 21 x 1 = x 2 .

And substituting into (1) gives

K 11 x 1 K 12 K 22 1 K 21 x 1 = F 1 .

Thus

K 11 , r e d u c e d = K 11 K 12 K 22 1 K 21 .

In a similar fashion, any row/column i of F with a zero value may be eliminated if the corresponding value of xi is not desired. A reduced K may be reduced again. As a note, since each reduction requires an inversion, and each inversion is an operation with computational cost O ( n 3 ) most large matrices are pre-processed to reduce calculation time.

References

Reduction (mathematics) Wikipedia