Sunday, May 6, 2018

find the Ist term of the the series who's 2nd and subsiquent term are 8,3,0,-1,0


x              f(x)                f(x)             2f(x)
2                8
                                       -5
3                3                                           2
                                       -3
4                0                                           2
                                       -1
5              -1                                            2
                                       -1
6                0


F(1) = E-1  f(2)
        = (1 + )-1 f(2)
        = (1 - + 2)  f(2)


     = f(2) - f(2) + 2 f(2)
      = 8 – (-5) + 2
      =15


F(2) = E-1 f(3)
        = (1 +)-1 f(3)
        = (1 - + 2) f(3)
       
        = f(3) - f(3) + 2 f(3)
        = 3 – (-3) + 2
        = 3 + 3 + 2

F(2) = 8



Saturday, May 5, 2018

find the value of E2 x2 when the value of x vary by a constant increment of 2.?


E2 x2 = E.Ex2

         = E(x+2)2
         = (x + 2 + 2)2
         = (x + 4)2

         = x2 + 16 + 8x
         = x2 + 8x + 16

             [Difference Table]

x   |   f(x)    |  ∆ f(x)   |  ∆2 f(x)
1   |      8     |              | 
     |             |        4    |
2   |      12   |              |      3
     |             |        7    |
3   |      19   |              |      3
     |             |        10  |
4   |       29  |              |      3
     |             |        13  |
5   |        42 |              | 
     |             |        16  |      3
6   |        58 |              |              

Step.1:- Constant the difference table for the   given value of the series.

Step.2:- Note that values of ∆2 f(x) are all equal to 3.

Step.3:- Write the sixth row and put 3 in the Column of 2 f(x). 

Step.4:- add 3 to 13 in column of ∆ f(x) and write 16 below 13.

Step.5:- add 16 to 42 in column of f(x) to get 58. Which is the required 6th term.

Friday, May 4, 2018

Calculses of Finite Differences


E f(x)  =  f ( x+n )

Operator of E and 



Meaning of E
                        if y = f (x) is any function then operation of E an f (x) implies that gives an increment .

Given increment to the value of x in the function .

If this increment is of quantity H, then the operation for E means that put (x + h) in the function whenever there is x

i.e.,  |E f(x) = f(x+n)|

E f(x) does not mean that E is multiply to f(x) but this means that E is operator on f(x) and as such it is only a symbol and not an algebric number.




 E2    f(x) means  that operator E is applied twice only function f(x)

i.e.,         E2     f(x)  = E    E f(x)
                            = E    f(x+n)
                            = E     (x + n + n)     [x=x+n]
                            = E     (x + 2n)

Relatives   or    ∆= E - 1

        ∆ f(x) = f(x+n) - f(x

                      = E f(x)  - f(x)

                      = E f(x)  - [ E - 1]
  
           ∆ f(x)  =  f(x) [E -1]

              ∆      = E - 1 

               |E = 1+∆|


    


Thursday, May 3, 2018

Question solved by Gauss Seidal Iterative Method


Que :-
          8x - 3y + 2   =  20
              4x + 11y - z    =  33
              6x + 3y + 12z = 35
Sol:-
         x = 1 (20 + 3y - 2z)       ......(1)
                       8

         y = 1 (33 - 4x + z)                 ......(2)
              11

         z = 1 (35 - 6x - 3y)                ......(3)
              12
1st approx.
                  put y = 0, z = 0 in Eq.(1)

                       x1 = 1 ( 20 + 0 + 0 )
                              8

                     |x1 = 2.5|

                     y1 = 1 ( 33 - 4(2.5) + 0)
                           11
           
                    |y1 = 2.091|

                    z1    = 1 ( 3.5 - 6(2.5) - 3(2.091)
                            12

                   |z1 = 1.144|



2nd approx.
                 put y1 = 2.091, z1 = 1.144 in Eq.(1) 

                       x2 = 1 ( 20 + 3y1 - 2z1)
                               8

                      |x2 = 2.998|

                       y2 = 1 ( 33 - 4x2 + z1 )
                              11

                      |y2 = 2.014|

                       z2 = 1 ( 35 - 6x2 - 3y2 )
                              12

                      |z2 = 0.914|



3rd approx.
                 x3 = 1 ( 20 + 3y2 - 2z)
                                        8

                 x3 = 1 [ 20 + 3(2.014) - 2(0.914) ]
                        8

                |x3 = 3.026|

                 y3 = 1 ( 33 - 4x3 + z2 )
                        11

                 y3 = 1 [ 33 - 4(3.028) + 0.914 ]
                        11

                |y3 = 1.982|

                 z3 = 1 ( 35 - 6x3 - 3y3 )
                        12

                |z3 = 0.908|

4th approx.
                   x4 = 1 ( 20 + 3y - 2z3  )
                                           8

                  |x4 = 3.016|

                   y4 = 1 ( 33 + 6x4  z3 )
                          11

                   y4 = 1 ( 33 + 6(3.016) - 0.908 )
                          11

                  |y4 = 1.986|

                   z4 = 1 ( 35 - 6x4 - 3y4 )
                          12

                   z = 1 [ 35 - 6(3.016) - 3(1.986) ]
                           12

                  |z4 = 0.912|

5th approx.
                   x5 = 1 ( 20 + 3y4 - 2z4 )
                                            8

                   x5 = 1 [ 20 + 3(1.986) - 2(0.1986)]
                           8

                  |x5 = 3.016|

                   y5 = 1 ( 33 - 4x5 + z4 )
                          11


                  |y5 = 1.986|

                   z5 = 1 [ 35 - 6(2.988) - 3(2.014) ]
                          12

                 |z5 = 0.914|

Thus, in last 2 approx. value of x, y and z are matched. 


  

















                                                         














































Wednesday, May 2, 2018

Gauss Seidal Iterative Method


a1x + b1y + c1z = d1               ……(1)

a2x + b2y + c2z = d2              ……..(2)
a3x + b3y + c3z = d3             ……….(3)

from eq(1)
                  x1  ( d1 – b1y – c1z)
                                         a1

from eq(2)
                 
                         y = 1 ( d2 – a2x – c2z )
                               b2

from eq(3)

                z = 1 ( d3 – a3x – b3y )
                                    c3




                      



Tuesday, May 1, 2018

One more question based on Gauss Elimination Method


Que:-
           x + 2y + z    =3
           2x + 3y +3z = 10
            3xy + 2z = 13

 Sol:-

[1        2        1]  [x]     [3]
[2        3        3]  [y]  = [10]
[3      -1         2]  [z]     [13]

[a11     a12       a13]  [x]    [b1]
[0       a22        a23]  [y] = [b2]
[0       0           a33]  [z]     [b3]

To eliminate coefficient of x from 2nd and 3rd row.

Ri  -  ai1 × R1              for [ I = 2nd & 3rd ]
        a11



For| i = 2|
               R2a21 × Ri
                      a11
               R22  ×  R1
                      1
               R2 – 2R1

               a21 = a21a11

                     = 2 – 2(1)

              |a21= 0|

a22 = a22 – 2a12
     
       = 3 – 2(2)
       = 3 – 4
|a22= -1|

a23 = a23 – 2a13

       = 3 – 2(1)
|a23 = 1|
          
               b2 = b2 – 2b1
                    = 10 – 2(3)
              |b2= 4|

| i = 3 |
               R3a31 ×  R1
                      a11
                       R33 × R1
                          1
                R3 – 3R1

a31 =  a31 – 3a11
       = 3 – 3(1)

|a31= 0|

a32= a32 – 3a12
      = -1 – 3(2)

          |a3 = -7|

a33= a33 – 3a13
      = 2 – 3(1)

    |a31 = -1|

b3 = b3 – 3b1
     = 13 – 3(3)

|b3= 4|

[1        2        1]     [x]     [3]
[0       -1        1]    [y] =  [4]
[0       -7       -1]    [z]     [4]

To eliminate coefficient of y from 3rd row.

| i = 3|
          Ri -  ai2 × R2
                 a22

         R3a32 × R2
                a22

         R3 – (-7) × R2
                (-1)

         R3 – 7R2

a32 = a32 – 7a22

      = -7 – 7(-1)

|a32 = 0|

a33 = a33 – 7a23

      = -1 – 7(1)

|a33 = -8|

b3 = b3 – 7b2

     = 4 – 7(4)

|b3 = -24|

[1        2        1]  [x]      [3]  --------(i)
[0       -1        1]  [y] =  [4]  ---------(ii)
[0        0       -8]  [z]      [-24] -------(iii)

-8z = -24 
    z = 24
           8
       |z = 3|

-y + z = 4
-y = 4 – 3
  
 |y = -3|

x + 2y + z =3
x + 2(-1) + 3 = 3
         x = 3 + 2 – 3

|x = 2|

[x = 2     ,     y = -1     ,     z = 3]

Monday, April 30, 2018

Gauss Elimination Method


a11x1  +  a12x2 +  a13 x3      = b1
a21x1  +  a22x2 + a23x3        =b2
a31x1  + a32x2  + a33x3        =b3

[a11         a12         a13]   [x1]        [b1]
[a21             a22       a23]   [x2]    =  [b2]
[a31         a32         a33]   [x3]        [b3]

To  eliminate coefficient of x1 from 2nd and 3rd Row Recursive formula :-

[ Riai1 × Ri                    for [ I = 2 & 3]
        a11

[a11        a12          a13]  [x1]         [b1]
[a21        a22          a23]  [x2]    =   [b2]
[a31        a32          a33]  [x3]          [b3]

To eliminate coefficients of x2 from 3rd row
[Riai2 × R2]
       a22

Ques:-
           2x1  +  2x2  +  2x3  =  14
              x1  +  6x2   -    x3  =  13
             2x1  -   x2   +  2x3  =   5
Sol:-

To eliminate coefficient of x1 from 2nd and 3rd row.

For |i=2|
            R2a21 ×  R1
                   a11

  a21 = a211 × a11
                      2
         = 1 – 1 × 2
                 2
|a21=0|

a22= a22a21 × a12
               a11

   = 6 – 1 × 8
           2

|a22 = 2|

a23= a23 × a21  × a13
               a11

      = - 1 – 1 × 2
                2
|a23=- 2|

[2      8        2] [x1]        [14]
[0       2     -2]  [x2]   =   [13]
[2      -1      2]  [x3]        [5]

For |i = 3|

        R3a31 × R1
              a11

a31 = a31 a31 × a11
                 a11

      = 2 – 2 × 2
              2
|a31 = 0|

a32 = a32a31 × a12
                a11

       = - 1 – (-1) × 8
                   2
|a32= -9|

a33 = a33 a31 × a13
                 a11

       = 2 – 2  × 2
               2
|a33=0|

b3 = b3a31 × b1  => 5 – 2 ×14
             a11                  2 
                     
     = 5 – 14

|b3= -9|

[2       8        2]  [x1]        [14]
[0       2       -2]  [x2]   =   [ 6 ]
[0      -9        6]  [x3]        [-9]
To eliminate x2 from 3rd row.

| Ri ai2 × R2 |
          a22

for |i = 3|

       R3 a32 × R2
              a22
 a32 = a32 a32 × a22
                  a22

        = - 9 – (-9) × 2
                   2
|a32=0|

a33 = a33 a32 × a23
                 a22

      = 0 – (-9) ×(-2)
                2
|a33= - 9|

b3 = b3a32  × b2
             a22

     = - 9 – (-9) × 6
                 2

     = -9 – (-27)

|b3= 18|

[2       8        2]  [x1]       [14]
[0       2       -2]  [x2]  =   [ 6 ]
[0       0       -9]  [x3]       [18]

-       9x3 = 18
  x3 = - 18
            9
|x3= 2|

  2x2 + (2x3)  = 6
  2x2 – 2x3     = 6
    x2x3       = 3
           x2      = 3 – 2

|x2 = 1|

2x1   +   8x2   +   2x3   =   14
2x1   +  8(1)  +   2(-2)=   14
2x1   =  14 – 8 + 4
   x1  = 10
            2
|x1 = 5|

[x1 = 5   ,   x2 = 1   ,   x3 = -2 ]