English Bihar (TRE 1.0) -2023
Q01. Let φ:[0, 1] → → → ℝ be three times continuously differentiable. Suppose that the iterates defined by xn+1 = φ(xn), n ≥ 0 converge to the fixed point ξ ξ of φ. If the order of convergence is three, then.
A φ"(ξ ξ ξ) = 0, φ" = 0
B φ"(ξ ξ ξ) ≠ 0, φ" = 0
C φ"(ξ ξ ξ) ≠ 0, φ" ≠ 0
D More than one of the above
E None of the above
Show answer
Correct answer: φ"(ξ ξ ξ) = 0, φ" = 0
English Bihar (TRE 1.0) -2023
Q02. While solving the equation x2 – 3x + 1 = 0 using the Newton-Raphson method with the initial guess of a root as 1, the value of the root after one iteration is
A 1.5
B 0
C 1
D More than one of the above
E None of the above
Show answer
Correct answer: 0
English Bihar (TRE 1.0) -2023
Q03. Consider the system of equations 1 2 3 5 2 1 x 13 -2 5 2 x = -22 -1 2 8 x 14 With the initial guess of the solution [ ] T 1 2 3 (0) (0) (0) x,x,x = 1,1,1 The approximate value of the solution T 1 2 3 (1) (1) (1) x,x,x After one iteration by the gauss-Seidel method is
A [2, –4.4, 1.625]T
B [2, –4, –3]T
C [2, –4, 3]T
D More than one of the above
E None of the above
Show answer
Correct answer: [2, –4, 3]T
English Bihar (TRE 1.0) -2023
Q04. For what values of α and β, the quadrature formula ∫ 1 -1 f(x)dx = αf(-1) + f(β) is exact for all polynomials of degree ≤ 1?
A α = 1, β = 1
B α = –1, β = 1
C α = 1, β = –1
D More than one of the above
E None of the above
Show answer
Correct answer: α = 1, β = 1
English Bihar (TRE 1.0) -2023
Q05. The value of the integral () ∫ 1 2 -1 I = exp x dx Using a rectangular rule is approximated as 2. Then, the approximation error |I – 2| lies in the interval.
A (2e, 3e]
B 2,2e 3
C e 0, 8
D More than one of the above
E None of the above
Show answer
Correct answer: 2,2e 3
English Bihar (TRE 1.0) -2023
Q06. Let y be the solution of the initial value problem () () 2 d y + y = 6cos2x,y(0) = 3,y' 0 = 3,y' 0 = 1 dx Let the Laplace transform of y be F(s). Then, the value of F(1) is
A 17/5
B 13/5
C 11/5
D More than one of the above
E None of the above
Show answer
Correct answer: 13/5
Q07. The third divided difference of 1 x based on the points x0, x1, x2, x3, is-
A 0 1 2 1 x x x −
B 0 1 2 3 1 x x x x −
C 0 1 2 1 x x x
D 0 1 2 1 x x x −
Show answer
Correct answer: 0 1 2 3 1 x x x x −
Q08. If interval of differencing is unity, then 10 2 3 4 ∆ (1- ax)(1- bx)(1- cx)(1- dx)is -
A 1 – abcd
B 10 abcd
C 10.abcd
D (abcd) / 10
Show answer
Correct answer: 10.abcd
Q09. Given – X: 0 π 6 π 3 π 2 f(x) = esinx: 1 1.64872 2.3632 2.71828 Then by Simpson’s 3 8 rule, value of ∫ π sinx 6 0 e dx is – (using π= 3.14159)
A 3.09329
B 3.0999
C 3.9529
D 3.09000
Show answer
Correct answer: 3.09329
Q10. The interpolation formula f(x) = f(1) + x–1 C1 ∆ f(0) + x C2 ∆ 2 f(0) + x C3 ∆ 3 f(–1) + (x+1) C4 ∆ 4 f(– 2) +……………..is known as -
A Gauss Forward formula
B Gauss Backward formula
C Gauss Third formula
D None of these
Show answer
Correct answer: Gauss Forward formula
Q11. In solving by iteration method, the equation x2 – x – 1 = 0, to be convergent in the neighborhood of its root x = – 0.62; can be written in which of the following form?
A x = 1– 1 x
B x = 2x–x2 +1
C x = x 1 +
D x = x2 –1
Show answer
Correct answer: x = x 1 +
Q12. For Simpson rule to solve a definite integral, each section of the curve is replaced by:
A A secant chord
B A tangent to curve
C A second degree curve
D A spline arc
Show answer
Correct answer: A second degree curve
Q13. Gauss elimination method solved:
A A system of linear equations
B A cubic equation
C An algebraic equation of degree 4
D An integral equation
Show answer
Correct answer: A system of linear equations
Q14. Gauss-Seidel method represents:
A A matrix inversion
B An interative procedure
C An integral evaluation
D An interpolation technique
Show answer
Correct answer: An interative procedure
Q15. Newton-Raphson method is applied to solve:
A An algebraic equation
B A transcendental equation
C A system of simultaneous equations
D Any of these
Show answer
Correct answer: A transcendental equation
Q16. Runge-Kutta methods are used to solved the differential equation of:
A Upto second order
B Upto order three
C First order only
D Any order
Show answer
Correct answer: Upto order three
Q17. Order to convergence of secant method is approximately:
A 1.427
B 1.618
C 1.84
D 2.0
Show answer
Correct answer: 1.618
Q18. Unique polynomial f(x) of degree 2 or less such that f (0) = 1, 1 f(1) = 3 and f(3) = 55 is
A 1 + 6x – 8x2
B 1 – 6x + 8x2
C 1 + 6x + 8x2
D 1 – 6x – 8x2
Show answer
Correct answer: 1 – 6x + 8x2
Q19. Newton-Raphson iterative formula to obtain the cube root of N is:
A i 1 i 2 i 1 N x 2x 3 x + = −
B i 1 i 2 i 1 N x 2x 3 x + = +
C i 1 i 2 i 1 N x 2x 3 x + = +
D i 1 i 2 i 1 N x 2x 3 x + = −
Show answer
Correct answer: i 1 i 2 i 1 N x 2x 3 x + = +
Q20. In using Newton–Raphson method for finding the roots of an equation, the original curve is being replaced by -
A A line through the origin
B A line joining two points on either side of x- axis
C A line joining two points on either side of y- axis
D A tangent to the curve
Show answer
Correct answer: A tangent to the curve