2 Marks Questions With Answer
2 Marks Questions With Answer
6. Write down the procedure for Testing the hypothesis(For two-tailed test)
The null hypothesis is
The alternative hypothesis is
Since n is large the sampling distribution of is approximately normal(on the
assumption that H0 is true the statistic
is approximately N(0,1). We take the level of significance as ).
---------------------------------------------------------------------------------------------------------------------
the value of is
---------------------------------------------------------------------------------------------------------------------
2. What is the condition on A for solving the system of equation Ax = B by Jacobi and
gauss-seidel?
The system of equation is diagonally dominant.
.
3. Write the iterative formula of Newton-Raphson method.
4. State the order of convergence and convergence condition for newton’s Raphson
method.
The order of convergence is 2.
Condition for convergence is
5. What are the merits of Newton’s method of iteration?
Newton’s method is successfully used to improve the result obtained by other methods. It
is applicable to the solution of equations involving algebraical functions as well as
transcendental functions.
6. Show that newton’s Raphson formula to find can be expressed in the form
If then
=
7. For Solving a linear system, Compare Gaussian elimination method and Gauss-
Jordan method.
Gaussian elimination Gauss- Jordan method
1. Coefficient matrix is transformed Coefficient matrix is
into upper triangular matrix. transformed into diagonal
matrix.
2. Direct Method Indirect Method
3. We obtained Solution by Back No need of Back Substitution
Substitution method. method.
8. State the principle used in Gauss- Jordan method.
Coefficient matrix is transformed into diagonal matrix.
9. Give two indirect methods to solve a system of linear equations.
Gauss-jacobi method; Gauss –seidel method.
10. What is meant by diagonally dominant?
The absolute value of the largest coefficient is greater than (or) equal to the sum of the
absolute values of all the remaining coefficient.
11. Define algebraic and transcendental equations.
The equation of the form are called algebraic equations if is purely a
polynomial in x.
If also contains trigonometric, logarithmic, exponential function, then the equation
is known as transcendental equations.
12. Compare Gauss-elimination and Gauss-seidel methods for solving linear systems of
the form Ax = B.
Gauss-elimination is direct method.
Gauss-seidel is iterative method.
=
By using elementary row operation.
Hence
16. Are the first iteration values same it the equations are
solved by Gauss- seidel and Gauss – Jacobi method.
Let
Gauss – Jacobi method :
Gauss- seidel method:
=
Therefore x = 1 and y = 1
= +
-----------------------------------------
1. What is the nature of the nth divided difference of a polynomial of the nth degree?
The nth divided difference of a polynomial of the nth degree is constant.
2. State Newton’s divided difference formula.
Therefore
5.Find the divided difference table for
-1 -1
2
1 5 16/3
18 .94
2 23 10
48
4 119
6.Using Lagrange’s formula , to find the quadratic polynomial that takes these value.
then find y(2).
Backward
Divided difference
9. Evaluate
=
10.Evaluate
=
0 8
4
1 12 3
7 0
2 19 3
10 0
3 29 3
13
4 42
=
= 8 + 5(4) + 10(3) + 10(0) = 58
The sixth term is 58.
12.Find the second divided difference with arguments a,b. If
, Similarly
13. State Newton’s formula to find f’(x) using the forward differences.
Let y=f(x) be a function taking the values corresponding
to of the independent variable x. Let the values of x be
at equidistant intervals of size h.
Then Where -------(1)
(1) gives the value of at any x, which is a non tabular value.
In particular, at , u=0. Then putting u=0 in (1), we have
Here h=1,
------------------------------------------------------------------------------------------------
15.Find at x=2 from the following data
x: 2 3 4
y: 26 58 112
------------------------------------------------------------------------------------------------
16.Find at x=6 from the following data
x: 2 4 6
y: 3 11 27
----------------------------------------------------------------------------------------------
17.A curve passing through the points (1,0),(2,1) and (4,5).Find the slope
of the curve at x=3
-----------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
21.A curve passing through (2,8),(3,27),(4,64) and (5,125). Find the area
of the curve between x-axis and the lines x=2 and x=5, by Trapezoidal rule.
-----------------------------------------------------------------------------------------------
22.Evaluate by Simpson’s rule, taking h=1
x: -2 -1 0 1 2
y: 16 1 0 1 16
------------------------------------------------------------------------------------------------
23.Why is Trapezoidal rule so called?
The trapezoidal rule is so called because it approximates the integral
By the sum of a trapezoids.
-----------------------------------------------------------------------------------------------
24.How the accuracy can be increased in Trapezoidal rule of evaluating
A given definite integral?
If the number of points of the base segment b-a, (the range of
Integration) is increased, a better approximation to the area given
by the definite integral will be obtained.
---------------------------------------------------------------------------------------------
25.Evaluate by Trapezoidal rule,dividing the range into 4 equal parts.
Here
f(x)=
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
2. What are the merits and demerits of the Taylor series method?
It is a powerful single step method. It is the best method if the
expression for higher order derivatives are simple.
The major demerit of this method is the evaluation of higher order
derivatives become tedious for complicated algebraic expressions.
------------------------------------------------------------------------------------------------
3.Given Find by Taylor series method.
where h=0.1
------------------------------------------------------------------------------------------------
4.Find y(0.1) by Euler’s method, given that
Given
------------------------------------------------------------------------------------------------
5. Using Euler’smethod,compute for x=0.1 and 0.2 with h=0.1 given
Given
------------------------------------------------------------------------------------------------
6. Find y(0.1) from by Euler’s method.
Given
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
8. State modified Euler algorithm to solve at
------------------------------------------------------------------------------------------------
9. Write down the Runge-kutta formula of fourth order to solve
Then
The increment in y in the second interval is computed in a similar
manner using the same three formulas, using the values in the
place of respectively.
__________________________________________________________________
10. State the advantages of Runge-Kutta method over Taylor series
method.
Runge-Kutta methods do not require prior calculation of higher
derivatives of y(x), as the Taylor method does. Since the differential
equations using in applications are often complicated, the calculation
of derivatives may be difficult.
Also, the Runge-Kutta formula involve the computation of f(x,y) at
various positions, instead of derivatives and this function occurs in the
given equation.
------------------------------------------------------------------------------------------------
11.What are the distinguished properties of Runge-Kutta methods?
1. These methods do not require the higher order derivatives and
requires only the function values at different points.
2. To evaluate , we need only but not previous of y’s
3. The solution by these methods agree with Taylor series solution
Upto the terms of where r is the order of the Runge-Kutta
method.
------------------------------------------------------------------------------------------------
12. Which is better Taylor series method or Runge-Kutta method? Why?
------------------------------------------------------------------------------------------------
17. State the finite approximations for and with error terms.
and . Then
, Error =
------------------------------------------------------------------------------------------------
18. Solve
Let
By boundary condition, y(1)=1 and y(2)=2
We have
We have to determing
Replacing
-----------(1)
Put i=1 ,
Using ,
------------------------------------------------------------------------------------------------
19. Write the central difference approximations for &
= ; =
----------------------------------------------------------------------------------------------