Wednesday, September 5, 2012

Algebra Foil Method

Introduction 

The algebra is a basic topic in mathematics and it is related with binomial expansion. The binomial expansion is done by foil method. In algebra, the foil method is multiplying the binomials. The foil method is considered as rule and the expansion of foil is first – outer – inner – last. Now we are going to see about algebra foil method.

Explanation for Algebra Foil Method
Algebra in math:

The algebra is a simple topic in math and it is defining the relations, rules and so on. The algebra problems are based on variables. In foil method also the variables are used.

Algebra foil method steps:

Multiplication of binomials process is called as foil method and it is done with variables. Steps for foil method:

Binomial’s first terms are multiplied.
Binomial’s outer terms are multiplied.
Binomial’s inner terms are multiplied.
Binomial’s last terms are multiplied.
The terms are combined with each other.




More about Algebra Foil Method

Example problems for algebra foil method:

Problem 1: Use the foil method and determine the binomial expansion of (x + 11) and (x + 5).

Solution:

The binomials are given as (x + 11) and (x + 5).

We can expand the binomials as.

Binomial’s first terms are multiplied as x^2.
Binomial’s outer terms are multiplied as 5x.
Binomial’s inner terms are multiplied as 11x.
Binomial’s last terms are multiplied as 55.
Combine the terms as x^2 + 5x + 11x + 55.
The result is x^2 + 16x + 55.
Problem 2: Use the foil method and determine the binomial expansion of (x + 8) and (x + 1).

Solution:

The binomials are given as (x + 8) and (x + 1).

We can expand the binomials as.

Binomial’s first terms are multiplied as x^2.
Binomial’s outer terms are multiplied as x.
Binomial’s inner terms are multiplied as 8x.
Binomial’s last terms are multiplied as 8.
Combine the terms as x^2 + x + 8x + 8.
The result is x^2 + 9x + 8.
Exercise problems for algebra foil method:

1. Use the foil method for binomial expansion.

(x – 2) (2x + 3)

Solution: The binomial expansion is 2x^2 – x – 6.

2. Use the foil method for binomial expansion.

(3x + 1) (x + 1)

Solution: The binomial expansion is 3x^2 + 4x + 1.

Monday, September 3, 2012

Opposite Rays Geometry

Introduction to opposite rays:

In geometry ray is a line but it has starting point with no ending point. Two opposite rays join at a single vertex and forms straight angles.  Straight angles are one of the angles in mathematical geometry.Straight angle is a straight line angle it measures 180 degree angle. Therefore we can say that an angle formed by opposite rays is the straight angle.  In this article we are going to learn about how two opposite rays make a straight angle in geometry.

Explanation about Opposite Rays in Geometry

Ray:                      

Ray is the important concept in mathematical geometry. A ray is the one of the part of the line. All angles are lies between two rays. Generally a ray as a starting point but is has no ending point it ends up to infinity level.  Starting point of the ray is mentioned by the dot and then ending point of the ray is mentioned by the arrow.

Opposite rays:
Two rays that share the starting point and it goes up to infinity level on both directions is known as opposite rays.  It looks like a straight line so it is forms an straight angle.


The above diagram AB and BC are two opposite rays they share a common point B and it forms 180 degree straight angle.  Here B is known as the vertex of the straight angle 180 degree.



Description about Pictures and Points of the Opposite Rays

Different pictures of the opposite rays:


Collinear points:

If the point are in the straight line that has been similar to two opposite then that points are called as the collinear points. Simply known as a set of points in the straight line then those points is called as the collinear points.  In the above diagram 1 A, B and then C are the collinear points because they lie in the same straight line and formed by two opposite rays.


Wednesday, August 29, 2012

Complex matrix inverse

Complex matrix inverse - Introduction

          In algebra, the determinant is a particular number related with some square matrix. The essential geometric significance of a determinant is a scale factor for compute when the matrix is considered as a linear transformation. Thus a 3× 3 matrix with determinant 3 when useful to a place of points with fixed area will convert those points into a place with double the area. Determinants are significant together in calculus, where they go into the replacement rule for various variables, and in multi linear algebra.

          `A = [[A,B],[C,D]] If AD - BD != 0` , then A has an inverse, Denoted` A^-1`

          `A^-1 = 1/(AD-BC) [[D,-B],[-C,A]]`

Complex Matrix Inverse - Examples:

Complex matrix inverse - Example 1:

Find the Complex inverse matrix of the matrix below?

`A = [[4,2],[3, 8]]`

Solution:

Inverse A =` 1/((8*4)-(3*2)) [[8,-3],[-2,4]]`

           = `1/(32-6) [[8,-3],[-2,4]]`

           =` 1/26[[8,-3],[-2,4]]`

          = `1/26 * [[8,-3],[-2,4]] = [[8/26, -3/26],[-2/26,4/26]]`

          = `[[4/13, -3/26], [-1/13, 2/13]]`

Complex matrix inverse - Example 2:

What is the inverse of the matrix below?

          `[[9, 1], [6, 3]]`

Solution:

Inverse of the matrix is the

Inverse A =` 1/((9*3)-(6*1)) [[3,-1],[-6,9]]`

           = `1/(27-6) [[3,-1],[-6,9]]`

           = `1/21[[3,-1],[-6,9]]`

          = `1/21 * [[3,-1],[-6,9]] = [[3/21, -1/21],[-6/21,9/21]]`

         ` [[3/21, -1/21],[-6/21,9/21]] = [[1/7, -1/21],[-2/7,3/7]]`

Complex matrix inverse - Example 3:

What is the inverse of the matrix below?

  A =  ` [[7, 1], [5, 3]]`

Solution:

Inverse of the matrix is the

Inverse A =` 1/((7*3)-(5*1)) [[3,-1],[-5,7]]`

           = `1/(21-5) [[3,-1],[-5,7]]`

           = `1/16[[3,-1],[-5,7]]`

          = `1/16 * [[3,-1],[-5,7]]`

          = `[[3/16, -1/16],[-6/16,9/16]]`

`[[3/16, -1/16],[-6/16,9/16]] = [[3/16, -1/16],[-3/8,9/16]]`




Complex Matrix Inverse - more Examples:

Complex matrix inverse - Example 1:

What is the inverse of the matrix below?

         ` [[8, 2], [6, 4]]`

Solution:

Inverse of the matrix is the

Inverse A = `1/((8*4)-(6*2)) [[4,-2],[-6,8]]`

           `= 1/(32-12) [[4,-2],[-6,8]]`

           `= 1/20[[4,-2],[-6,8]]`

         ` = 1/20* [[4,-2],[-6,8]]`

          `= [[4/20, -2/20],[-6/20,8/20]]`

`[[4/20, -2/20],[-6/20,8/20]]= [[1/5, -1/10],[-3/10,2/5]]`

Complex matrix inverse - Example 2:

Find the inverse Complex matrix of the matrix below?

          `[[9, 3], [7, 5]]`

Solution:

Inverse of the matrix is the

Inverse `A = 1/(9*5)-(7*3) [[5,-3],[-7,9]]`

          `= 1/(45-21) [[5,-3],[-7,9]]`

          `= 1/24[[5,-3],[-7,9]]`

          `= 1/24* [[5,-3],[-7,9]]`

          `= [[5/24, -3/24],[-7/24,9/24]]`

`[[5/24, -3/24],[-7/24,9/24]] = [[5/24, -1/8],[-7/24,9/24]]`

Complex matrix inverse - Example 3:

What is the inverse of the matrix below?

          `[[10, 4], [8, 6]]`

Solution:

Inverse of the matrix is the

Inverse `A = 1/(10*6)-(8*4) [[6,-4],[-8,10]]`

          `= 1/(60-32) [[6,-4],[-8,10]]`

           `= 1/28 [[6,-4],[-8,10]]`

          `= 1/28* [[6,-4],[-8,10]]`

          `= [[6/28, -4/28],[-8/28,10/28]]`

`[[6/28, -4/28],[-8/28,10/28]] = [[3/14, -1/7],[-2/7,5/14]]`

Monday, August 27, 2012

Nonnegative Integers

Introduction for non negative integers:

                      Non negative integers are defined as a numbers greater than zero, numbers at the right side of the zero. Thus the non negative integers are all the integers from zero on upwards, and the non negative real are all the real numbers from zero on upwards. The set of all non-negative integers forms a commutative mono id under addition. Non negative integers always proceed by a non negative sign (+). An integer with or without the non negative integers is always non negative.

Operations and Examples of Non negative Integers:

Operation for non negative integers:

          1. Reduce anything in the parentheses for solving

          2. Reduce the exponents for solve non negative integer.

          3. Multiplication or division for solve non negative integer.

          4. Finally, Addition or Subtraction for solve non negative integer.

Examples of non negative integers:

                   Integers are similar to whole numbers, but they also consist of negative numbers but still fractions are not allowed. So integers can be negative {-1, -2,-3, … }, positive {1, 2, 3, … }, or zero {0}.

Operations on Non negative Integers:

1. Adding non negative integers:

           Non negative + Non negative = Positive: 8 + 4 = 12

           Negative + Negative = Negative: (- 6) + (- 4) = - 10

           Addition of a negative and a non negative integer: Use the sign of the larger number and subtract, examples are,

           (- 5) + 3 = - 2

           7 + (-4) = 3

2. Subtracting non negative integers:

           Negative - Non negative = Negative: (- 4) - 2 = -4 + (-2) = -6

           Non negative - Negative = Non negative + Non negative = Non negative: 6 - (-2) = 6 + 2 = 8

           Negative - Negative = Negative + Non negative = Use the sign of the larger number and subtract (Change double negatives to a non negative)

          (-8) - (-3) = (-8) + 3 = -5

          (-3) - (-8) = (-3) + 8 = 5

3. Multiplying non negative integers:

           Non negative x Non negative = Non negative: 4 x 3 = 12

           Negative x Negative = Non negative: (-3) x (-2) = 6

           Negative x Non negative = Negative: (-3) x 3 = -9

           Non negative x Negative = Negative: 2 x (-5) = -10

4. Dividing non negative integers:

           Non negative ÷ Non negative = Positive: 14 ÷ 7 = 2

           Negative ÷ Negative = Non negative: (-12) ÷ (-4) = 3

           Negative ÷ Non negative = Negative: (-18) ÷ 3 = -6

           Non negative ÷ Negative = Negative: 15 ÷ (-3) = -5