Thursday 8 November 2012

Algebra 1(System of Equations)


Algebra is distinct from Arithmetic because of the presence of variables. Thus while 65 means just that, 12x can take any value depending on the value that x, the variable, takes. A Variable, can assume different values, depending on conditions given, if any. Thus if x belongs to set of Real Numbers (usually written as x  R), x can assume any real value where as if x belongs to set of Integers (usually written as x  Z), x can assume only integral values.

Expressions:


Variables and constants combine to form Terms. Thus 9x or –6xy or x2 are terms. The constant is called the coefficient of the corresponding variable. One or more terms together form an Algebraic Expression. Thus   x + y or 3x – xy + 5y or x2 – 8x + 15 are all examples of expressions. Remember expressions do not have solutions i.e. x2 – 8x + 15 does not boil down to the solution that x = 3 or 5. 

Degree of an algebraic expression: 

The degree of an expression is same as the maximum value of the sum of the powers of the variables in any term. The degree of the expression has nothing to do with the number of variables in the algebraic expression. Thus all of the following x3 – 3x + 5; x + y + z + xyz; a2b + b2a has a degree of 3.

Expressions of degree 1 are called Linear expressions, usually called them a straight lines of degree 2 are called Quadratic expressions and of degree 3 are called Cubic expressions
An equation in one variable and with degree n can have at maximum n real roots. The number of real roots can be less than n also because few of them may be Imaginary.

Functions:

Functions are just a language of Algebra. We can refer to the expression x2 – 8x + 15 as y i.e.
 y = x2 – 8x + 15. Now what will be the numerical value of y? Obviously the value of y also keeps changing as the value of x changes i.e. the numerical value of y depends on the value assumed by x. If x = –2, y = 35, if x = 0, y = 15 and if x = 2, y = 3. This dependency is expressed as y = f(x) and is read as y is a function of x. In y = f(x) = x2 – 8x + 15, the right most side explicitly states how y is related to x. 

Thus functions is nothing new and even the quadratic expression that we are so used to can be expressed in the language of functions. In this example, if we need to find the value of y when x = 5, we simply mean to evaluate f(5). To evaluate f(5), we just substitute the value of x as 5 in the expression x2 – 8x + 15 and find that f(5) = 0

Equations:

Only when an expression is equated to another expression (even a constant is an expression), do we get an equation. Thus x2 – 8x + 15 is not an equation but x2 – 8x + 15 = 0 is. 
Roots or solution set to an equation are those values of the variables which satisfy the equation.

Thus, as seen from the table and graph of the expression x2 – 8x + 15, the expression takes a value equal to 0 only when x = 3 or when x = 5.
Thus 3, 5 is the solution set or the roots of the equation.

Arithmetic operations on Algebraic expressions:

Addition & Subtraction:

The addition or subtraction of algebraic expression follows the same rules as the arithmetic addition/subtraction. We can add the coefficients of the terms with the same degree and in the same variables only.
For example, 
(2X + 3Y) + (5X + 4Y) = 7X + 7Y 
 = 7(X + Y)

For example, 
(3X2 + 4XY + 7Z2) – (5XY – 4Z2
= 3X2 + 4XY + 7Z2 – 5XY + 4Z2 
= 3X2 – XY + 11Z2

Multiplication: 

The multiplication of any 2 algebraic expressions follows the distributive property of multiplication and the index rules.

For example, 
(2X + 3Y) (5X + 4Y) 
= (2X) (5X + 4Y) + (3Y) (5X + 4Y)
= 10X2 + 8XY + 15XY + 12Y2 
= 10X2 + 23XY + 12Y2

Division: 

Just as in the normal arithmetic, division and multiplication of algebraic expressions follow similar rules. 

For example, divide the expression
f(x) = 3x2 + 4x + 3 by (x – 2).

Solution:











Just as in normal arithmetic division, the quotient of the division process is 3x +  5 and the remainder is 23.

Factorisation: 


The expression x2 – 5x + 6 can be written as product of (x – 2) and (x – 3). This process of writing an expression as a product of different expressions is called as Factorisation. The expressions (x – 2) and 
(x – 3) are called factors of x2 – 5x + 6. Just as in Arithmetic, in Algebra also a factor of an expression can completely divide the expression i.e. the remainder is zero. The process of factorization is useful to find the roots of any equation. 

Thus x2 – 5x + 6 = 0  (x – 2) (x – 3) = 0. The product of two numbers can be 0 only if atleast one of them is zero. Thus the LHS of the above equation will become 0 if x = 2 or 3 and the equation will be satisfied. 

Remainder Theorem:

To identify whether a given expression is a factor of another expression, we can take help of Remainder Theorem. 

According to the remainder theorem, when any expression f(x) is divided by (x – a), the remainder is f(a). (a is any constant in this example).
Thus when the expression, x3 + x2 + 4 is divided by x + 1, the remainder is (1)3 + (1)2 + 4 i.e. 4.

Factor Theorem:

We can also use the remainder theorem or more specifically the Factor theorem to identify if an expression is a factor of another expression. As already seen, a expression is said to be a factor of another expression only when the remainder is 0 when the latter is divided by the former.

Thus (x – a) is a factor of f(x) if and only if f(a) = 0.

Factor theorem also helps us in factorising higher degree equations. Consider the equation 
f(x) = x3 + 6x2 – 19x – 24 = 0. 

By hit and trial (basically substituting values of x as –2, –1, 1 or 2), we see that f(–1) = (1)3 + 6 (1)2 – 19 (–1) – 24 = –1 + 6 + 19 – 24 = 0. 
Thus, we can deduce that (x + 1) is a factor of f(x).  i.e.
x3 + 6x2 – 19x – 24 = (x + 1) ´ g(x),  where g(x) is another algebraic expression in variable x. 
Using common sense we can gather that g(x) is a quadratic expression. Why? Only (x + 1) (ax2 + bx + c) will have a term in x3x2, x and a constant. 

Thus, x3 + 6x2 – 19x – 24 = (x + 1)(ax2 + bx + c). 

By visual check we can ascertain that a = 1 and c = –24. How?

Equating coefficient of x3 on RHS and LHS, we get a = 1 (on the RHS only x × ax2 will result in term in  x3 ).
Equating the constant terms of RHS and LHS, we get c = –24 (only 1 × c will result in a constant on RHS).

Thus now we have x3 + 6x2 – 19x – 24 
= (x + 1)(x2 + bx – 24). 
To find b, equate the coefficient of either x2 or of x of the two sides of the equation. Equating the coefficient of x, we have –19 = b – 24 giving us b = 5 (when the LHS is expanded, the only terms in x are bx – 24x). 

Thus finally, x3 + 6x2 – 19x – 24 
= (x + 1)(x2 + 5x – 24). 

Consistency of Equations:

When a system of equations has at least one solution, we say that the system is consistent. When it has no solution we say that the system is inconsistent. Let the system of equation be
a1 x + b1 y + c1 = 0
a2 x + b2 y + c2 = 0

xb1c2b2c1=yc1a2a1c2=1a1b2a2b1

    and a1b2a2b1
(i)      If a1a2b1b2, the equations are consistent with unique solution.
(ii)     If a1a2=b1b2=c1c2, the equations are consistent with infinite solutions.
(iii)     a1a2=b1b2c1c2, the equations are inconsistent i.e, no solution.

Solved Examples

1.    If (x + 2)(x - a) = px2 + qx + 8, what are the values of the constants a, p and q?
Solution: (x + 2)(x - a) = px2 + qx + 8
x2 + 2x - ax - 2a = px2 + qx + 8
x2 + (2 - a) x - 2a = px2 + qx + 8
Equating the coefficients of x2 , x and constant terms on both sides.
p = 1; q = 2 - a
-2a = 8
Solving, we get a = -4, p = 1, q = 6

2.    (x +1 )(2x - 2)(3x + 3) =  ax3+bx2+cx+d What are the values of a, b, c and d?

Solution: (x + 1)(2x - 2)(3x + 3) = ax3+bx2+cx+d
6(x + 1)(x - 1)(x + 1) = ax3+bx2+cx+d
6(x2 - 1)(x + 1) = ax3+bx2+cx+d
6(x3+x2x1) = ax3+bx2+cx+d
6x3+6x26x6 = ax3+bx2+cx+d
    Equating the coefficients of like learns on both the sides, a = 6, b = 6, c = -6 and d = -6.

3.    Find for what value(s) of k would there be an unique solution for the given set of questions.
    2x - 3y = 1 and kx + 5y = 7

Solution: If two equations ax + by = M and cx + dy = N have a unique solution, then acbd
 So in the above problem, k 103

4.    Find the value(s) of k for which there is no solution for the given set of equations.
    2x - ky = -3 and 3x + 2y = 1
Solution: 3x + 2y = 1
If there are no set of solutions, then 2k=32 or k = 43
    For k = 43, the two lines in the coordinate planes are parallel to each other.

5.    Find the value of k for which there are infinite solutions for the given set of equations.
    5x + 2y = k and 10x + 4y = 3
Solution:  For the two sets of equation to have infinite solutions, we have 510=24=k3
    . Hence, k = 32

6.    What is the solution of the following simultaneous equations?
    x + y + z = 6, x + 2y + 3z = 14 and x + 3y + z = 10
Solution:  x + y + z = 6        .... (i)
x + 2y + 3z = 14    .... (ii)
x + 3y + z = 10
From (i), we get z = 6 - x - y
Substitute it in (ii) and (iii)
We have from (ii)
x + 2y + 18 - 3x - 3y = 14 or 2x + y = 4
Similarily, from (iii)
x + 3y + 6 - x - y = 10 or 2y = 4 or y = 2
On solving, we get y = 2, x = 1, z = 3.

7.    The number of roots common between the two equations x3+3x2+4x+5=0 and x3+2x2+7x+3=0 is
Solution:  Here f(x) = x3+3x2+4x+5=0 and g(x) = x3+2x2+7x+3=0
To find the common roots we have to solve the equation f(x) - g(x) = 0
i.e. (x3+3x2+4x+5)(x3+2x2+7x+3)=0
x2 - 3x + 2 = 0
x = 2, x = 1
These are the points of intersection f(x) and g(x). Whether these points are also the common root will have to be checked by putting these vales in f(x) = 0 and g(x) = 0.
For x = 2;
f(2) = g(2) = 43  0. Hence 2 is not a common root but only a point of intersection.
For x = 1;
f(1) = g(1) = 13  0. Again 1 is not a common root but a point of intersection. Hence, we find that the two equations do not have any common root between them.

9.    For what values of k is the system of equations independent? The equations are as follows:
    kx + 5y = 3; 3x + 4y = 9
Solution: For the equations to be independent, conditions is a1a2b1b2
    k354 or k 154

10.    Gopi gives Rs. 90 plus one turban as salary to his servant for one year. The servant leaves after 9 months and receives Rs. 65 and the turban. Find the price of the turban.
Solution: Let the price of turban be x.
Thus, for one year the salary = (90 + x)
For 9 months he should earn 34 (90 + x).
Now he gets one turban and Rs. 65.
Thus, 34 (90 + x) = 65 + x  or 270 + 3x = 260 + 4x
    or x = 10

11.    Ranjit went to the market with Rs. 100. If he buys 3 pens and 6 pencils he uses up all his money. On the other hand, if he buys 3 pencils and 6 pens he would fall short by 20%. If he wants to buy equal number of pens and pencils, how many pencils can he buy?
Solution: Let price of a pen = x and pencil = y
3x + 6y = 100    ....(i)
and 6x + 3y = 125    ....(ii)
    Adding (i) and (ii)
9(x + y) = 225
x + y = 25
multiply by 4
4x + 4y = 100
    He can by 4 pens and 4 pencils in Rs. 100.

12.    x3ax2+3xb=0 has one factor as (x - 2). When the equation is divided by (x + 1), it leaves a remainder -12. What are the values of ‘a’ and ‘b’?
Solution: x3ax2+3xb=0 has one factor as (x - 2). So for x = 2 the equation will satisfy or we can say if we substitute the value of x in the equation as 2 it will result into 0.
    8 - 4a + 6 - b = 0 or 4a + b = 14    ....(i)
Now if we say that by dividing the equation by (x + 1) we get the remainder as -12 then if we put x = -1 in the equation then it will result in -12.
    -1 - a - 3 - b = -12 or a + b = 8    ....(ii)
    By solving (I) and (II) a = 2 and b = 6.

13.    For the given equation x9+5x8x3+7x+2=0, how many maximum real roots are possible?
Solution:  f(x) = x9+5x8x3+7x+2=0
In f(x), there are 2 changes of sign. So, there are two positive roots.
f(-x) = - x9+5x8x3+7x+2=0
In f(-x), there are 3 changes of sign. So, there are three negative roots.
So, in all there are 5 real roots possible (2 positive and 3 negative) and as degree of the given equation is     9, there are total 9 roots. So, remaining 4 roots will be imaginary.
    Hence answer option is (b).

14.    If  x36x2+11x6=0 and x3+3x26x8=0  have one common root between them. What is the value of that root?
Solution: There are two equations,
x36x2+11x6=0    ....(i)
x3+3x26x8=0    ....(ii)
So both (i) and (ii) have one root in common and we know that at the root the value of both the equations is 0. Suppose that common root is x then,
x36x2+11x6=x3+3x26x89x217x2=0
  
    (x - 2)(9x + 1) = 0 or x = 2 or -1/9. As by applying the Descartes rule in (i) we can see it cannot have any negative root so x = 2. Hence answer is option (e).
    Why are we getting two values x = 2 and x = -1/9?
    x = 2 and x = -1/9 are the pint of intersections of these two equations out of which x = 2 is the point of intersection at x axis therefore this point (x = 2) is the common root as well.

No comments:

Post a Comment