Pages

Friday, September 25, 2020

QUADRATIC TRINOMIAL



Definitions: A quadratic trinomial is an expression of the form:

a x ² + b x + c,

where x is a variable and a, b and c are non-zero constants. The constant a is called the leading coefficient, b is called the linear coefficient, and c is called the additive constant.


The discriminant, D, of a quadratic trinomial is defined as the quantity:

D = b ² − 4 a c.

The discriminant is used to classify or discriminate among various cases of quadratic trinomials.


A perfect square number is a number that is the square of some integer. We will be interested in knowing whether or not the discriminant is a perfect square.



Example: The expression:

x ² + 7 x + 6.

is a quadratic trinomial with coefficients a = 1, b = 7, and c = 6. The discriminant is D = 7 ² − 4 · 1 · 6 or D = 25. D is a perfect square because it is the square of 5.



Example: The expression:

2 x ² + 3 x − 4.

is a quadratic trinomial with coefficients a = 2, b = 3, and c = −4. The discriminant is D = 3 ² − 4 · 2 · (−4) or D = 41. Notice that D is not a perfect square.



Note: If b or c is zero then the quadratic is said to be an incomplete quadratic and if a is zero then the expression isn’t even quadratic; it is linear. If any of the coefficients a, b or c is zero then the expression is no longer a trinomial and should be factored (assuming that it is factorable) by one of the simpler methods that we have studied previously:

If c = 0, then a x ² + b x has a common factor, namely x.

If b = 0, then, depending on whether c is positive or negative, a x ² + c is either a sum or difference of squares.

If a = 0, then b x + c is linear, not quadratic, and can only have a number as a common factor.



Assumptions for this section: We will assume that the coefficients a, b and c are all non-zero integers and that the discriminant, D, is a perfect square. If these conditions don't hold then the quadratic trinomial cannot be factored by the methods of this section but may still be factorable using the more complicated method of completing the square.



If these conditions do hold then there are three possible cases for the quadratic trinomial, each of which is factored by a different method:

discriminant D = 0 (trinomial is a perfect square)

discriminant D ≠ 0 and leading coefficient a = 1

discriminant D ≠ 0 and leading coefficient a ≠ 1 (use the grouping method)

We now study these methods.



Factoring perfect square quadratic trinomials

In this section we learn how to factor perfect square quadratic trinomials. These are quadratic trinomials that can be written as the square of some expression. Here are some examples of perfect square trinomials in unfactored and factored form:

x ² + 6 x + 9 = (x + 3)²

4 x ² + 12 x y + 9 y ² = (2 x + 3 y)²


Note that the second example can be considered to be a quadratic trinomial because we can let x play the role of the variable and let y be a constant. The discriminant, D, is always zero for perfect square trinomials. If you calculate the discriminant for the first example you find that:

a = 1, b = 6, c = 9 --> D = 6 ² - 4 . 1 . 9 = 0

and for the second example:

a = 4, b = 12 y, c = 9 y ² --> D = (12 y)² - 4 . 4 . 9 y ² = 0


It is convenient to write a perfect square quadratic trinomial in the form:

a ² + 2 a b + b ²

Then it can be factored like this:

a ² + 2 a b + b ² = (a + b) ²

• You can verify this by distributing the right hand side of the above equation and obtaining the left hand side:

(a + b)² = (a + b)(a + b) = a ² + ab + ab + b² = a² + 2ab + b²


This leads to the following procedure for factoring a perfect square trinomial:

• Verify that the trinomial is in fact a perfect square by checking that the discriminant D = 0.

• Write the trinomial in the form a ² + 2 a b + b ².


• Take the square root of the first and last terms and tentatively factor it as a ² + 2 a b + b ² = (a ? b) 2 where the ? mark means either a + sign or a − sign.

• If the middle term has the same sign as the first and last terms then put a + sign like this:

a ² + 2 a b + b ² = (a + b) ²

and if the middle term has the opposite sign of the first and last terms then put a − sign like this:

a ² − 2 a b + b ² = (a − b) ²



Example:   Factor  x ² - 8 x + 16

• Verify that this is a perfect square trinomial by checking that D = 0:

a = 1, b = -8, c = 16 --> D = ( -8)² - 4 . 1 . 16 = 0

• Tentatively factor the trinomial like this (? means either + or −):

x ² - 8 x + 16 = (x ? 4)²

• The middle term has the opposite sign of the first and last terms so the result is:

x ² - 8 x + 16 = (x - 4)²


Example:   Factor  4 x ² - 20 x y + 25 y ²

• Verify that this is a perfect square trinomial by checking that D = 0:

a = 4, b = -20 y, c = 25 y ² --> D = ( - 20 y)² - 4 . 4. 25 y ² = 0

• Tentatively factor the trinomial like this (? means either + or −):

4 x ² - 20 x y + 25 y ² = ( 2 x ? 5 y)²

• The middle term has the opposite sign of the first and last terms so the result is:

4 x ² - 20 x y + 25 y ² = ( 2 x - 5 y)²



   Factoring quadratic trinomials when a = 1

In this section we learn how to factor a quadratic trinomial whose leading coefficient is a = 1:

x 2 + b x + c.

(We also assume that b and c are integers and that the discriminant is a perfect square.) First notice that the factors must be binomials, both of whose x terms must have coefficients of 1:

(x + •) (x + •)

Now we need to determine the two • quantities. Let's call them m and n and set the unfactored form equal to the factored form:

X ² + b x + c = (x + m)(x +n)

If we distribute the right side and then combine like terms we get:

X ² + b x + c = x ² + xn + mx + mn = x ² + (m + n)x + mn

The only way that the left side can be identical to the right side is if:

b = m + n, and c = m n.

(In words, the sum of m and n must equal b and the product of m and n must equal c.) It is easy to show that only one combination of m and n will satisfy both conditions. Also, we will see in the section on completing the square that m and n are guaranteed to be integers if the discriminant D is a perfect square.



This leads to the following procedure for factoring a quadratic trinomial a x ² + b x + c when a = 1:

Verify that all of the following conditions are met for this method to work: a = 1, b and c are integers, and the discriminant D is a perfect square.


Tentatively write the trinomial in the factored form:

x ² + b x + c = (x + m) (x + n)

Now find m and n. They are integers that satisfy the conditions:

m n = c, and m + n = b.

They can be found by simple trial and error: write down a list of all the pairs of integers whose product is c and then pick the one pair whose sum is b. (Notice that if c is negative then one of m and n must be positive and the other negative. If c is positive then m and n must both be positive or both negative.)



Example:   Factor   x ² + 8 x + 12

For this trinomial a = 1, b = 8 and c = 12, and the discriminant is D = b² − 4 a c = 8 2 − 4 · 1 · 12 = 16, which is a perfect square, namely 4 2.


Tentatively write the trinomial in the factored form:

x ² + 8 x + 12 = (x + m) (x + n)

Now find m and n. They are integers that satisfy the conditions:

m n = 12, and m + n = 8.

Here is a list of all the pairs of integers whose product is 12. Pick the pair whose sum is 8.

 m n

12    1    

6 2 ← this pair has a sum of 8

4 3

3 4 ← already checked

2 6 ← already checked

1 12 ← already checked

Thus m = 6 and n = 2 and the expression factors as:

x ² + 8 x + 12 = (x + 6) (x + 2)

Note: The last 3 rows of the table duplicate the first 3 rows and don't have to be considered.



Example:   Factor   x ² + x − 12

For this trinomial a = 1, b = 1 and c = −12, and the discriminant is D = b² − 4 a c = 1 2 − 4 · 1 · (−12) = 49, which is a perfect square, namely 7 2.


Tentatively write the trinomial in the factored form:

x ² + x − 12 = (x + m) (x + n)

Now find m and n. They are integers that satisfy the conditions:

m n = −12, and m + n = 1.

Here is a list of some of the pairs of integers whose product is −12. Pick the pair whose sum is 1.

 m n

12    −1    

6 −2

4 −3 ← this pair has a sum of 1

Thus m = 4 and n = −3 and the expression factors as:

x ² + x − 12 = (x + 4) (x − 3)




Factoring quadratic trinomials when a ≠ 1 using the grouping method

In this section we learn how to factor a quadratic trinomial whose coefficients a, b and c can be any integers:

a x² + b x + c.

(Thus a no longer has to be equal to 1 as in the previous section but we still assume that the discriminant is a perfect square.) The method that we develop is a variation of the grouping method. Start by assuming that the quadratic trinomial can be factored like this:

a x² + b x + c = (p x + q) (r x + s).

We now set out to find p, q, r and s. Distribute on the right hand side:

a x² + b x + c = p r x² + p s x + q r x + q s.

Look at the blue and red numbers on the right hand side. Think of  p r as a single number (that has factors p and r), think of  p s as another number that can be factored, and so on. Then, just as in the previous case, one condition for the left side to be equal to the right side is that:

b = p s + q r.

In words, the sum of the number p s and the number q r must equal b. Unlike the previous case, the second condition is on the product a c. It is that:

a c = p r · q s = (p s) (q r).

In words, the product of the number p s and the number q r must equal the product of a and c. These two conditions together give us enough information to find the two numbers p s and q r. We will see in the section on completing the square that these two numbers are guaranteed to be integers if the discriminant D is a perfect square. Also it can be shown that they are unique.


Now use the two numbers p s and q r as a guide to split up the x term of the trinomial into two terms, like this:

a x² + b x + c = a x² + p s x + q r x + c,

or, showing the factors of a and c, like this:

a x² + b x + c = p r x² + p s x + q r x + q s.

Now make two groups on the right hand side (hence the name grouping method). The first group consists of the first two terms (shown in red) and the second group consists of the last two terms (shown in blue)

a x² + b x + c = p r x² + p s x + q r x + q s.

Factor one common factor out of the first group and a different common factor out of the last group like this:

a x² + b x + c = p x(r x + s) + q(r x + s).

This causes a new common factor of r x + s to appear, which we can also factor out, and we are done:

a x² + b x + c = (p x + q) (r x + s).

This leads to the following procedure for factoring a quadratic trinomial a x² + b x + c when a ≠ 1:

• Verify that a, b and c are all integers and that the discriminant D is a perfect square.

• Find two integers m and n that satisfy the conditions:

m n = a c, and m + n = b.

They can be found by simple trial and error: write down a list of all the pairs of integers whose product is a c and then pick the one pair whose sum is b. (Notice that if a c is negative then one of m and n must be positive and the other negative. If a c is positive then m and n must both be positive or both negative.)

• Use m and n to split up the x term of the trinomial like this:

a x² + b x + c = a x² + m x + n x + c.

• Make two groups on the right hand side, the first group consisting of the first two terms and the last group consisting of the last two terms. Factor one common factor out of the first group and another common factor out of the last group. This causes a new common factor to appear. Factor that common factor out as well and the result is the factored trinomial.



Example:   Factor   6x² + 7 x − 5

• For this trinomial a = 6, b = 7 and c = −5, and the discriminant is D = b² − 4ac = 7 2 − 4 · 6 · (−5) = 169, which is a perfect square, namely 13 2, so the conditions are met for the grouping method to work.

• Find integers m and n that satisfy the conditions:

mn = ac = −30, and m + n = b = 7.

Here is a list of all the pairs of integers whose product is −30. Pick the pair whose sum is 7.

 m n

30    −1    

15 −2

10 −3 ← this pair has a sum of 7

6 −5

• Use the two numbers m = 10 and n = −3 as a guide to split up the x term of the trinomial into two terms:

6 x² + 7 x − 5 = 6 x² + 10 x − 3 x − 5.

• Think of this as two groups, each consisting of two terms:

6 x² + 7 x − 5 = 6 x² + 10 x − 3 x − 5.

• Factor the common factor 2 x out of the first group and a − sign out of the last group:

6 x² + 7 x − 5 = 2 x(3 x + 5) − 1(3 x + 5).

• Now factor out the new common factor 3 x + 5, and we are done:

6 x² + 7 x − 5 = (2 x − 1) (3 x + 5).




Example:   Factor   8x² + 2x − 15

• For this trinomial a = 8, b = 2 and c = −15, and the discriminant is D = b²  − 4ac = 2²  − 4 · 8 · (−15) = 484, which is a perfect square, namely 22² , so the conditions are met for the grouping method to work.

• Find integers m and n that satisfy the conditions:

mn = ac = −120, and m + n = b = 2.

Here is a list of all the pairs of integers whose product is −120. Pick the pair whose sum is 2.

 m n

120    −1    

60 −2

40 −3

30 −4

24 −5

20 −6

15 −8

12 −10 ← this pair has a sum of 2

• Use the two numbers m = 12 and n = −10 as a guide to split up the x term of the trinomial into two terms:

8x² +  2x − 15 = 8x² + 12x - 10x - 15.

• Think of this as two groups, each consisting of two terms:

8x²  + 2x − 15 = 8x² +  12x - 10x − 15.

• Factor the common factor 4x out of the first group and −5 out of the last group:

8x² + 2x − 15 = 4x(2x + 3) − 5(2x + 3).

• Now factor out the new common factor 2 x + 3, and we are done:

8x² + 2x − 15 = (2x + 3) (4x - 5)


See Surd

Sunday, September 20, 2020

SERIES


A series is a partial sum of a sequence. If T₁, T₂ ,T₃ ,T₄ .....are the terms of a sequence, then S = T₁, T₂ ,T₃ ,T₄, ...... is the corresponding series.

If the sequence contains finite number of terms then the corresponding series is finite. If the sequence contains infinite number of terms then the corresponding series is infinite. The sum T₁ + T₂ + T₃ + T₄ ...... +Tₙ of n terms of a sequence T₁ , T₂ ,T₃ ,T₄ ,......Tₙ is designated Sₙ.

Thus,

Sₙ = T₁ + T₂ + T₃ + T₄ + ......Tₙ

Also,

Sₙ₋₁ = T₁ + T₂ + T₃ + T₄ + .....Tₙ₋₁

Note that

Sₙ - Sₙ₋₁ = Tₙ

Example 1: The sum of an AP is 21. If the difference between the 3rd term and the 1st term is 4, find the sum of the next four terms of the sequence.

Solution

S₃ = T₁ + T₂ + T₃ = 21

Let the common difference be d

T₁ = a

T₃ = a + 2d

T₃ - T₁ = 2d

2d = 4

d = 2

T₂ = a + 2

T₃ = a + 4

S₃ = T₁ + T₂ + T₃

21 = a + ( a + 2 ) + ( a + 4 )

21 = 3a + 6

3a = 15

a = 5

Let S be the sum of the next four terms of the sequence, then

S = T₄ + T₅ + T₆ + T₇

T₄ = a + 3d

T₄ = 5 + ( 3 x 2 )

T₄ = 5 + 6

T₄ = 11


T₅ = a + 4d

T₅ = 5 + ( 4 × 2 )

T₅ = 5 + 8

T₅ = 13


T₆ = a + 5d

T₆ = 5 + ( 5 × 2 )

T₆ = 5 + 10

T₆ = 15


T₇ = a + 6d

T₇ = 5 + ( 6 × 2 )

T₇ = 5 + 12

T₇ = 17


S = T₄ + T₅ + T₆ + T₇

S = 11 + 13 + 15 + 17

S = 56


Sum of n terms of an AP

Let the first term of a linear sequence be a and the common difference be d. We wish to find an expression for the sum of n terms of a linear sequence.

Let this sum be Sₙ, then

Sₙ = n / 2 [ 2a + ( n - 1 ) d ]


Example 2: Find the sum of the first twenty terms of the linear sequence 1 , 5 , 9 , 13 ,.....

Solution

a = 1 , d = 4 , n = 20

Sₙ = n / 2 [ 2a + ( n - 1 ) d ]

S₂₀ = 20 / 2 [ 2(1) + ( 20 - 1 ) 4 ]

S₂₀ = 10 [ 2 + 76 ]

S₂₀ = 10 × 78

S₂₀ = 780


Example 3: The sum of the first ten terms of an AP is 225. Find the sum of the next twenty terms of the progression given that the sum of the first twenty terms of the progression is 1010.

Solution

The sum of the first ten terms of the sequence + the sum of the next twenty terms of the sequence = the sum of the first 30 terms of the sequence

Sₙ = n / 2 [ 2a + ( n - 1 ) d ]

S₂₀ = 10 [ 2a + 19d ] = 1010......(1)

S₁₀ = 5 [ 2a + 9d ] = 255 .......(2)

Multiplying (2) by 2

20a + 90d = 510 .......(3)

Subtracting (3) from (1) we have

100d = 1010 - 510

100d = 500

d = 5


From (2)

10a + 45(5) = 255

10a + 225 = 255

10a = 30

a = 3


S₃₀ = 15 [ 2(3) + 29(5) ]

 S₃₀ = 15 [ 6 + 145 ]

S₃₀ = 15 × 151

S₃₀ = 2265


Let S be the sum of the next twenty terms required, then

S = S₃₀ - S₁₀

S = 2265 - 255

S = 2010


Sum of n terms of a GP

Sₙ = a ( 1 - rⁿ ) / ( 1 - r ) .......(1)

Sₙ = a ( rⁿ - 1 ) / ( r - 1 ) .......(2)

The formula (1) is applicable if r < 1 while the formula (2) is  applicable if r > 1

The sum of the n terms as n approaches infinity is called the "sum to infinity" of the series and is designated S∞

Thus

S∞ = a / ( 1 - r )

Example 4 : The third term of a GP is 63 and the fifth term is 567. Find the sum of the first six terms of the progression.

Solution

T₃ = ar² = 63

T₅ = ar⁴ = 567

ar⁴ / ar² = 567 / 63

r² = 9 , r = 3

From ar² = 63

9a = 63 , a = 7

Sₙ = a ( rⁿ ⁻ 1 ) / r - 1

S₆ = 7 ( 3⁶ - 1 ) / 3 - 1

S₆ = 7 / 2 × 728

S₆ = 7 × 364

S₆ = 2548


Example 5: Find the sum of the first 6 terms of the exponential sequence 18 , 6 ,2 , ......

Solution

a = 18 , r = ⅓ , n = 6

Sₙ = a ( 1 - rⁿ ) / 1 - r

S₆ = 18 ( 1 - (⅓)⁶ ) / 1 - ⅓

S₆ = 728 / 27

Example 6: Find the sum to infinity of the sequence

1 , ¼ ,(⅛ × ½) ,(⅛ × ⅛), ...

Solution:

a = 1 , r = ¼

S∞ = a / 1 - r = 1 / 1 - ¼ = 1 / ¾ = 4/3.


See algebraic identities




Thursday, August 20, 2020

SURDS




  SURDS.


   A surd is an irrational number that cannot be expressed as a ratio of two integers in the form x/y, such that y is not equal to zero.
Their exact values cannot be determined,they can only be approximated.

   Examples are √(2),√(11),π,etc.


RULE OF SURDS


 (i) √(a×b) = √a ×√b 

Wednesday, August 12, 2020

ALGEBRAIC IDENTITIES

   


ALGEBRAIC IDENTITIES


  An Algebraic Identity is an algebraic equation which is true for all values of variables in them.

For example,the algebraic identity,

(a+b)(a - b)= a² - b²,is always true for all values of ( a ) and (b).


Some of the common,most important ones are: 

(ⁱ)( a+b)²=
                   (a+b)(a+b)
               = a(a+b)+b(a+b)
               =a²+ab+ab+b²
               =a²+2ab+b²

*(a+b)² =a²+2ab+b²



  Example 1

Find (3x+2y)², using algebraic identities.

Solution:

(3x+2y)²

Using (a+b)² = a²+2ab +b²

a=3x,b=2y

            = (3x)²+2(3x)(2y)+(2y)²
            = 9x²+12xy+4y²

{the square affects all characters in the bracket}


Hope you understand!


Example 2

Expand:  (x+y)²

a=x,b=y

=Using (a+b)² = a²+2ab+b²,we have:

(x+y)² = x² +2xy + y²


B.(a+b)(a-b)

by expansion,we have:

       a (a-b)+b(a-b)
    = a²-ab+ab-b²
    = a² - b²

*(a+b)(a-b) = a²-b²



Example 3


Evaluate 297×303,using algebraic identities.

Solution:


Using (a+b)(a-b) = a² -b²


       297×303
  =   (300 - 3)(300+3)
          a =300,b=3
  =   a² - b²
  =    300² - 3²
  =    90000 - 9
  =    89991.


C.(a-b)² = a²-2ab+b²


Example 4


Expand (1-x)²

solution:


a=1,b=x

  =1² -2×1×x+x²

  =1 -2x+x².



Example 5.

Evaluate (197)²

Using (a - b)² = a² -2ab +b²,

(197)² can be written as :

(200 - 3)²

            ( a =200,b=3)

= 200² -2×200×3 + 3²
= 40000 -1200+9
= 38809


D.(a+b)(a² -ab+b²)

 =a³ -a²b+ab² +a²b - ab² +b³= a³+b³

*a³+b³ =  (a+b)(a² - ab+b²)



  Example 6

  show that a³+b³ = (a+b)³-3ab(a+b)

solution:

(a+b)³ = (a+b)(a+b)(a+b)
            = (a+b)(a+b)²
            = (a+b)(a²+2ab+b²)
            = a³+2a²b+ab²+a²b +2ab² +b³
            = a³+3a²b+3ab²+b³
            = a³+3ab(a+b)+b³ (factorised)

            = a³+b³+3ab(a+b)

Writing out the equation,we have:


(a+b)³  = a³+b³+3ab(a+b)

Make a³+b³ the subject of formula.


      a³+b³  = (a+b)³ -3ab(a+b).


E.   (a -b)(a²+ab+b²)

     = a³+a²b+ab² -a²b -ab² -b³

   *a³ -b³ = (a-b)(a²+ab+b²)



Example 7


Show that:
        a³ - b³ = (a-b)³ -3ab(a-b)

Solution:

     (a -b)³ = (a-b)(a-b)(a-b)
                 = (a-b)(a-b)²
                 = (a-b)(a² -2ab+b²)
                 = a³ -2a²b+ab²-a²b+2ab² -b³

                 = a³ -3a²b+3ab² -b³
                 = a³ -b³ -3ab(a - b)

Making (a³ -b³) the subject of formula,

        a³ - b³  = (a - b)³ + 3ab(a - b).



F.  (x+a)(x+b) = x²+bx+ax+ab
                         = x² +x(a+b)+ab.

*(x+a)(x+b) =x² +x(a+b)+ab



Example 8 


Expand
(yz+3)(yz - 5)

Solution:

Using the identity

(x+a)(x +b) = x² +x(a+b)+ab,

Where x =yz,a =3 and b =-5,

   (yz+3)(yz-5)
= (yz)²+yz(3+-5)+3(-5
= y²z²+yz(-2)-15
= y²z² -2yz -15


G. (a+b+c)² = a²+b²+c²+2ab+2ac+2bc

                    = a²+b²+c²+2(ab+ac+bc).

   *(a+b+c)² = a²+b²+c²+2(ab+ac+bc)


Example 9


If a²+b²+c²  = 14, and a+b+c = 6,
Find the value of  (ab+ac+bc).

Solution:

From :

  (a+b+c) = a²+b²+c²+2(ab+ac+bc)

                  6²  =  14 + 2(ab+ac+bc)
                 36   =  14 + 2(ab+ac+bc)
  2(ab+ac+bc) = 36-14
  2(ab+ac+bc) = 22

       ab+ac+bc =22÷2
   ab + ac + bc =11.



Example 10.


If x+y =12 and xy = 32, Find x²+y²

Solution:


x²+y²  = (x+y)² -2xy.

{from (a+b)² = a² +2ab +b² }


=12² -2(32)
=144-64
=80


Example 11

If a+ (1/a ) = 5,find find the value of
a³+(1/a³)


Solution:

From

  (a+b)³ =  a³ +b³ +3ab(a+b),

We have:

{a+(1/a)}³ = a³ +(1/a³) + 3×a× 1/a{a+(1/a)}

                  = a³+ (1/a³) + 3{a+(1/a)}

Putting the value of {a+(1/a)} = 5,

We have:


           5³    = a³ +(1/a)³ + 3×5
        125    = a³ +(1/a)³+15
a³ + (1/a)³ = 125 -15
                  = 110