Skip to main content

Important MCQ on Numerical Integration


1. The process of evaluating a definite integral from a set of tabulated values of the integrand is known as




... Answer is A)
Numerical Integration

2. The process when applied to a function of a single variable, is known as




... Answer is A)
Numerical Integration


3. Simpson's one-third is derived by newton cotes if n is




... Answer is A)
2.

4. Simpson's three-eighth is derived from newton cote's if n is




... Answer is B)
3"


5. Simpsons one-third rule is used only when




... Answer is A)
n is even.


6. While applying Simpsons three-eighth rule the number of sub intervals should be




... Answer is A)
n is even.


7. Simpson's one-third rule is applied when interval is




... Answer is B)
Even.


8. By giving which value to n in newton quotes formula we get trapezoidal rule




... Answer is C)
1.


9. The formula used for Trapezoidal rule is




... Answer is C)
n is even.


10. Which of the following formula is used for numerical integration?




... Answer is D)
All of These.


11. Trapezoidal and Simpson's rule is used to evaluate




... Answer is A)
Numerical Integration.


12. Accuracy of the rule increases when




... Answer is A)
h is small.


13. The curve y = f(x) is a straight line then more accurate method applicable to this is




... Answer is A)
Trapezoidal Rule.


14. If n= 2 in quotes formula then we can derive




... Answer is A)
Trapezoidal Rule.


15. In the following table which method is more appropriate to solve 0 0.25 os 0.75 f(x) 0.1 0.9876 00959




... Answer is C)
Both A and B.



 
mcq on Simpson integration 1

MCQ on Simpson's integration-2

MCQ on Numerical Integartion-2

MCQ on Numerical Integartion-3

MCQ on Numerical Integration-4

MCQ on Simpson's Integration-4

MCQ on Numerical Integration-5

MCQ on Numerical Integration-6

MCQ on Numerical Integration-7

MCQ on Numerical Integration-8

MCQ on Numerical Integration-9

MCQ on Numerical Integration-10

Comments

Popular posts from this blog

Newton‑Raphson Method | Root‑finding Tutorial with Examples (GATE / Engineering Math)

What is the Newton‑Raphson Method? Derivation of the Algorithm Step-by-Step Example Convergence and Limitations Application in GATE / Engineering Maths Download PDF Notes Newton-Raphson Method:     In this article, we discuss the formula of the Newton-Raphson method, its limitations, and its advantages. Also, we provide a few solved examples and a few unsolved questions for practice.       We discuss Newton iterative formula and then solve a few questions using these iterative formulae. For practice unsolved questions are also provided. This method is generally used to improve the results obtained by one of the previous methods. This method can be derived from Taylor's series.  The formula used as follows: $x_{n+1}= x_n - \frac{f(x_n)}{f'(x_n)}$  NOTE: (1)] This method is useful in cases of large values of $f'(x)$ that is , when the graph of $f(x)$ while crossing the x-axis is nearly vertical. (2)] If $f'(x)$ is zero or nearly zero, the me...

Interpolation With Unevenly Spaced Points

 Interpolation with unevenly spaced points will be discussed in this article. We have two methods to solve the interpolation with unevenly spaced points.  1. Lagrange's method 2. Newton's divided difference formula. We will discuss a few examples depending on these methods. Lastly, we will provide a few examples for practice.