Recent questions and answers in Numerical Methods

0 0 votes
0 0 answers
A fifth-degree polynomial in $x$ is defined for $x>0$. All coefficients of the polynomial are positive. The first derivative of the polynomial is obtained numerically at ...
0 0 votes
0 0 answers
Starting with the first approximation as $x=0.5$, the second approximation for the root of the following function by the Newton-Raphson method is $\_\_\_\_$ (rounded off ...
0 0 votes
0 0 answers
Values of $y$ for different values of $x$ are tabulated below.\[\begin{array}{|c|c|c|c|}\hlinex & -2 & 1 & 2 \\\hliney & 28 & 4 & 16 \\\hline\end{array}\]If a second-degr...
0 0 votes
1 1 answer
Numerically integrate, $f(x)=10x-20x^2$ from lower limit $a=0$ to upper limit $b=0.5$. Use Trapezoidal rule with five equal subdivisions. The value (in $\text{units}, \te...
0 0 votes
0 0 answers
Consider the differential equation given below. Using the Euler method with the step size $(h)$ of $0.5$, the value of $y$ at $x=1.0$ is equal to $\_\_\_\_\_$ (rounded of...
1 1 vote
0 0 answers
​​​​​The second derivative of a function $f$ is computed using the fourth-order Central Divided Difference method with a step length $h$.The CORRECT expression for the se...
0 0 votes
0 0 answers
A function $f(x)$, that is smooth and convex-shaped between interval $\left(x_l, x_u\right)$ is shown in the figure. This function is observed at odd number of regularly ...
0 0 votes
0 0 answers
The differential equation,$$\frac{\mathrm{d} u}{\mathrm{~d} t}+2 t u^2=1,$$is solved by employing a backward difference scheme within the finite difference framework. The...
0 0 votes
0 0 answers
Consider the following recursive iteration scheme for different values of variable $P$ with the initial guess $x_{1} =1$: $$x_{n + 1} = \frac{1}{2}\left ( x_{n} + \frac{P...
0 0 votes
0 0 answers
The Fourier cosine series of a function is given by : $$f\left ( x \right ) = \sum_{n = 0}^{\infty} f_{n} \cos nx$$ For $f\left ( x \right ) = \cos^{4} x$, the numerical ...
0 0 votes
0 0 answers
Consider the differential equation $$\frac{\mathrm{dy} }{\mathrm{d} x} = 4 \left ( x + 2 \right ) - y$$ For the initial condition $y = 3$ at $x = 1$, the value of $y$ at ...
0 0 votes
0 0 answers
The value of $\int_{0}^{1}\:e^{x}\:dx$ using the trapezoidal rule with four equal subintervals is$1.718$$1.727$$2.192$$2.718$
0 0 votes
0 0 answers
The value of abscissa $(x)$ and ordinate $(y)$ of a curve are as follows:$$\begin{array}{|cl|cI|}\hline&x & y\\ \hline & \text{$2.0$} & \text{$5.00$} \\ \hline & \text{$2...
0 0 votes
0 0 answers
The true value of $\ln(2)$ is $0.69$. If the value of $\ln(2)$ is obtained by linear interpolation between $\ln(1)$ and $\ln(6)$, the percentage of absolute error (round ...
0 0 votes
0 0 answers
The integral $\int\limits_{0}^{1} (5x^3 + 4x^2 + 3x + 2) dx$ is estimated numerically using three alternative methods namely the rectangular,trapezoidal and Simpson’s rul...
0 0 votes
0 0 answers
The diameter and height of a right circular cylinder are $3\: cm$ and $4\: cm$, respectively. The absolute error in each of these two measurements is $0.2\: cm$. The abso...
0 0 votes
2 2 answers
A series of perpendicular offsets taken from a curved boundary wall to a straight survey line at an interval of $6 \: m$ are $1.22, \: 1.67, \: 2.04, \: 2.34, \: 2.14, \:...
0 0 votes
0 0 answers
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 ...
0 0 votes
0 0 answers
The quadratic approximation of $f(x)=x^3 – 3x^2 -5$ at the point $x=0$ is$3x^2 -6x-5$$-3x^2-5$$-3x^2+6x-5$$3x^2-5$
0 0 votes
0 0 answers
Newton-Raphson method is to be used to find root of equation $3x-e^x+ \sin x=0$.If the initial trial value for the root is taken as $0.333$, the next approximation for th...
0 0 votes
0 0 answers
In newton-Raphson iterative method, the initial guess value $(x_{\text{ini}})$ is considered as zero while finding the roots of the equation: $f(x) = -2+6x-4x^2+0.5x^3$. ...
0 0 votes
0 0 answers
For step-size, $\Delta x =0.4$, the value of following integral using Simpson’s $1/3$ rule is _______.$$\int_0^{0.8} (0.2 + 25 x – 200 x^2 + 675 x^3 – 900 x^4 +400 x^5) d...
0 0 votes
0 0 answers
The integral $\int_{x_{1}}^{x_{2}}x^{2}\:dx$ with $x_{2}>x_{1}>0$ is evaluated analytically as well as numerically using a single application of the trapezoidal rule. If ...
0 0 votes
0 0 answers
The quadratic equation $x^2 – 4x +4 =0$ is to be solved numerically, starting with the initial guess $x_0=3$. The Newton-Raphson method is applied once to get a new estim...
0 0 votes
0 0 answers
With reference to the conventional Cartesian $(x,y)$ coordinate system, the vertices of a triangle have the following coordinates: $(x_1, y_1) = (1,0)$; $(x_2,y_2) = (2,2...
0 0 votes
0 0 answers
Find the magnitude of the error (correct to two decimal places) in the estimation of following integral using Simpson’s $\dfrac{1}{3}$ Rule. Take the step length as $1$ _...
0 0 votes
0 0 answers
There is no value of $x$ that can simultaneously satisfy both the given equations. Therefore, find the ‘least squares error’ solution to the two equations, i.e., find the...
0 0 votes
0 0 answers
The error in $\dfrac{d}{dx} f(x) \mid_{x=x_0}$ for a continuous function estimated with $h=0.03$ using the central difference formula $\dfrac{d}{dx} f(x) \mid_{x=x_0} \ap...
0 0 votes
0 0 answers
The estimate of $$\int_{0.5}^{1.5} \dfrac{dx}{x}$$ obtained using Simpson’s rule with three-point function evaluation exceeds the exact value by$0.235$$0.068$$0.024$$0.01...
0 0 votes
1 answers 1 answer
The quadratic equation $2x^2 - 3x +3=0$ is to be solved numerically starting with an initial guess as $x_0=2$. The new estimate of $x$ after the first iteration using New...
Help get things started by asking a question.