Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) PDF Download

Question 1: The value of the function f(x) is given at n distinct values of x and its value is to be interpolated at the point x*, using all the n points. The estimate is obtained first by the Lagrange polynomial, denoted by IL and then by the Newton polynomial, denoted by IN. Which one of the following statements is correct?
(a) IL is always greater than IN 

(b) No definite relation exists between IL and IN
(c) IL and IN are always equal
(d) IL is always less than IN        [2019 : 1 Mark, Set-ll]

Answer: (c)

Question 2: The quadratic equation 2x2 - 3x + 3 = 0 is to be solved numerically starting with an initial guess as x0 = 2. The new estimate of x after the first iteration using Newton-Raphson method is ______.    [2018 : 1 Mark, Set-II]
Solution:
Given
f(x) = 2x2 - 3x + 3, x0 = 2
f'(x) = 4x - 3
By Newton-Rapshon
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)


Question 3: Consider the equation du/dt = 3t2 + 1 with u = 0 at t = 0. This is numerically solved by using the forward Euler method with a step size. Δt = 2. The absolute error in the solution in the end of the first time step is _____________.    [2017 : 2 Marks, Set-I]
Solution:  du/dt = 3t2 + 1
f(u , f) = 3t2 + 1
u0 = 0
t0 = 0
Δt = 2
By Euler’s method
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
After first iteration u = 2 when t = 2
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Absolute error = Exact value - approx value
= 10 -2
= 8

Question 4: Newton-Raphson method is to be used to find foot of equation 3x - ex + sinx = 0. If the initial trail value of the roots is taken as 0.333, the next approximation for the root would be __________.    [2016 : 1 Mark, Set-I]
Solution: According to Newton-Raphson Method:
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
or, f' (x) = 3 - ex + cosx
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
∴ X1 = 0.36

Question 5: For step-size, Δx = 0.4, the value of following integral using Simpson’s 1/3 rule is _________. Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
[2015 : 2 Marks, Set-II]
Solution: a = 0,b = 0.8, Δx = 0.4
f{x) = 0.2 + 25x - 200x2 + 675x3 - 900x4 + 400x5
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
By Simpson’s 1/3 Rule
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
0 = y(0) = 0.2
y1 = y (0.4) = 2.456
y2 = y(0.8) = 0.232
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
= 1.367

Question 6: In Newton-Raphson iterative method, the initial guess value (xini) is considered as zero while finding the roots of the equation:
f(x) = -2 + 6x - 4X2 + 0.5.x3.
The correction, Δx, to be added to xini in the first iteration is ___________.
    [2015 : 1 Mark, Set-II]

Solution:
f (x) = - 2 + 6x - 4x2 + 0.5x3 
f '(x) = 6 - 8x + 1 .5x2 
xini = 0
By Newton Raphson Method,
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Question 7: The quadratic equation x2 - 4x + 4 = 0 is to be solved numerically, starting with the initial guess x0 = 3. The Newton-Raphson method is applied once to get a new estimate and then the Secant method is applied once using the initial guess and this new estimate. The estimated value of the root after the application of the Secant method is  _____.    [2015 : 2 Marks, Set-I]
Solution.
f(x) = x2 - 4x + 4
f'(x) = 2x - 4
x0 = 3
f (3) = 1, f'(3) = 2
By Newton Rapshon method,
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

f(5/2) = 25/4 -10 + 4 = 1/4
By Secant method,
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Question 8: The integral Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)  is evaluated analytically as well as numerically using a single application of the trapezoidal rule. If I is the exact value of the integral obtained analytically and J is the approximate value obtained using the trapezoidal rule, which of the following statements is correct about their relationship? 
(a) J > I 
(b) J < I 
(c) J = I 
(d) insufficient data to determine the relationship    
[2015 : 1 Mark, Set-I]
Answer: (a)
Solution:
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Exact value is computed by integration which follows thee exact shape of graph while computing the area.
Whereas, in Trapezoidal rule, the lines joining each points are considered straight lines which is not the exact variation of graph all the time like as shown in figure.
∴ J > I
OR
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Here, f(x) = x2 
or,  f'(x) = 2x
or, f''(x) = 2 > 0
Since f''(x) is positive, the error is negative.
Since error = exact - approximate.
= I - J
and since error is negative in this case J > I is true.

Question 9: The magnitude as the error (correct to two decimal places) in the estimation of following integral using simpson 1/3 rule. Take the step length as 1.
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)    [2013 : 2 Marks]
Solution: Using Simpson’s Rule,
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
= 245.33
The value of integral,
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
∴Magnitude of error = 245.33 - 244.8 = 0.53

Question 10: The error in Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) for a continuous function estimated with h = 0.03 using the central difference formula Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) The values of  x0 and f(x0) are 19.78 and 500.01, respectively. The corresponding error in the central difference estimate for h = 0.02 is approximately. 
(a) 1.3 x 10-4 
(b) 3.0 x 10-4 
(c) 4.5 x 10-4 
(d) 9.0 x 10-4     
[2011 : 2 Marks]
Answer: (d)
Solution: Error in central difference formula is 0(h2)
This means,
error ∝ h2
If error for h = 0.03 is 2 x 10-3 then,
Error for h = 0.02 is approximately

Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Question 11: The estimate of Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) Obtained using Simpson's rule with three-point function evaluation exceeds the exact value by 
(a) 0.235 
(b) 0.068 
(c) 0.024 
(d) 0.012
   [2011 : 2 Marks]
Answer: (d)
Solution: 
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Approximate value by Simpson’s rule with 3 point is,
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
(npt is the number of pts and ni is the number of intervals)
Hero Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
The tabic is
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
So the estimate exceeds the exact value by,
Approximate value - Exact value
= 0.012499
≈ 0.012

Question 12: The square root of a number N is to be obtained by applying the Newton Raphson iterations to the equation x2 - N = 0. If i denotes the iteration index, the correct iterative scheme will be
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
[2011 : 1 Mark]
Answer: (a)
Solution: 
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

Question 13: The table below gives values of a function F(x) obtained for values of x at intervals of 0.25.
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)
The value of the integral of the function between the limits 0 to 1 using Simpson’s rule is 
(a) 0.7854 
(b) 2.3562 
(c) 3.1416 
(d) 7.5000
  [2010 : 2 Marks]
Answer: (a)
Solution: 
Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

The document Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE) is a part of the Civil Engineering (CE) Course Topic wise GATE Past Year Papers for Civil Engineering.
All you need of Civil Engineering (CE) at this link: Civil Engineering (CE)
67 docs

Top Courses for Civil Engineering (CE)

FAQs on Numerical Methods - Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

1. What are numerical methods?
Numerical methods refer to mathematical techniques used to solve problems that cannot be solved analytically. These methods involve approximating solutions using iterative calculations and are commonly used in various fields, including physics, engineering, and computer science.
2. How are numerical methods applied in real-world scenarios?
Numerical methods are applied in real-world scenarios when analytical solutions are either too complicated or not feasible to obtain. These methods help solve complex mathematical equations, simulate physical systems, analyze large datasets, and optimize processes. Examples include weather forecasting, designing structures, and simulating fluid dynamics.
3. What are some common numerical methods used in solving mathematical problems?
Some common numerical methods used in solving mathematical problems include: - Newton-Raphson method for finding roots of equations - Euler's method for solving ordinary differential equations - Simpson's rule for numerical integration - Gaussian elimination for solving systems of linear equations - Monte Carlo method for simulating random processes
4. How accurate are numerical methods in comparison to analytical methods?
Numerical methods provide approximations to the solutions of mathematical problems, while analytical methods aim to find exact solutions. The accuracy of numerical methods depends on factors such as the chosen algorithm, the precision of computations, and the size of the problem. In general, numerical methods can provide sufficiently accurate results, but there is always some level of error involved due to the approximation process.
5. What are the advantages and disadvantages of using numerical methods?
Advantages of using numerical methods include their ability to handle complex problems, their versatility in solving various types of equations and systems, and their applicability to real-world scenarios. Numerical methods also allow for the analysis of systems that do not have analytical solutions. However, disadvantages include the potential for round-off errors and the need for computational resources, especially for large-scale problems. Additionally, the choice of appropriate numerical methods for specific problems requires careful consideration to ensure accuracy and efficiency.
67 docs
Download as PDF
Explore Courses for Civil Engineering (CE) exam

Top Courses for Civil Engineering (CE)

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

ppt

,

Summary

,

past year papers

,

Viva Questions

,

Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

,

Free

,

Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

,

Important questions

,

Extra Questions

,

practice quizzes

,

Previous Year Questions with Solutions

,

Sample Paper

,

Objective type Questions

,

mock tests for examination

,

study material

,

Exam

,

MCQs

,

shortcuts and tricks

,

Numerical Methods | Topic wise GATE Past Year Papers for Civil Engineering - Civil Engineering (CE)

,

pdf

,

Semester Notes

,

video lectures

;