Perfect squares

A perfect square is a number that is obtained when a whole number is multiplied by itself. In other words, it is the result of squaring an integer. For example, 1=1×1, 4=2×2, 9=3×3, and 16=4×4. These numbers are called perfect squares because they can be arranged to form a perfect square shape.

Perfect squares are important in mathematics because they help us understand square roots, area, and patterns in numbers. The square root of a perfect square is always a whole number. For instance, the square root of 25 is 5, since 5×5=25.

in quadratic expressions, a perfect square occurs when the expression can be written as the square of a binomial. This means the quadratic can be expressed in the form:

When expanded, these forms follow special patterns:(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2(ab)2=a22ab+b2(a – b)^2 = a^2 – 2ab + b^2

A quadratic expression is called a perfect square trinomial if:

  1. The first term is a perfect square.
  2. The last term is a perfect square.
  3. The middle term is twice the product of the square roots of the first and last terms.

Examples

x2+6x+9 is a perfect square

Example 2

assume x2−10x+25 is a perfect square


Importance in Solving Quadratics

Perfect square expressions are useful because:

  • They make factorization easier.
  • They help in completing the square, a method used to solve quadratic equations.
  • They simplify graphing, since expressions like (xa)2(x – a)^2 clearly show the vertex of a parabola.

Example problem

factorize x2 – 8x +16

solution

The constant term is a perfect square

middle term is twice the constant term

hence 16 = (4)(4)

-8 = -4-4

hence x2 – 8x +16 = (x-4)(x-4) = (x-4)2

example

factorize:

$$x^2+\frac{4}{3}x+\frac{4}{9}$$

solution

$$\frac{4}{9} = \frac{2}{3} \ or \ (\frac{-2}{3})$$
$$\frac{4}{3}= \frac{2}{3}+\frac{2}{3}$$
$$x^2 + \frac{4}{3}x + \frac{4}{9} = (x+\frac{2}{3})^2$$

Example

factorize 4x2+20x+25

solution

4x2= (2x)(2x)

25=(5)(5)

hence 4x2+20x+25 = (2x+5)(2x+5) = (2x+5)2

completing the square

Completing the square is a method used to solve quadratic equations and rewrite quadratic expressions in a special form. It helps us change a quadratic expression into a perfect square trinomial, which can then be factored easily.

consider the expression x2 +bx

we can add a constant term such that the expression becomes a perfect square.

To complete the square:

Take half of ,square it and then add it to the expression.

that is: add (b/2)2 to the expression

Example problem on completing the square

what must be added to x2 -18x to make it a perfect square?

$$\text{we must add}: (\frac{1}{2} \times (-18)^2 =(-9)^2 =81$$

so x2 -18x is transformed to x2 -18x+81 to be a perfect square.

Related Topics

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *