The differential equation dxdy=0.25y2 is to be solved using the backward (implicit) Euler's method with the boundary condition y = 1 at x = 0 and with a step size of 1. What would be the value of y at x = 1?
Solution of the variables x1 and x2 for the following equations is to be obtained by employing the Newton-Raphson iterative method
equation (i) 10x2 sin x1 - 0.8 = 0
equation (ii) 10x22 - 10x2 cos x1 - 0.6 = 0
Assuming the initial values x1 = 0.0 and x2 = 1.0, the Jacobian matrix is
The velocity v (in m/s) of a moving mass, starting from rest, given as dtdv=v+t. Using Euler forward difference method (also known as Cauchy-Euler method) with a step size of 0.1 s, the velocity at 0.2 s evaluate to
A piecewise linear function f(x) is plotted using thick solid lines in the figure below (the plot is drawn to scale).
If we use the Newton-Raphson method to find the roots of f(x) = 0 using x0, x1 and x2 respectively as initial guesses, the roots obtained would be
The differential equation dtdx=τ4−x, with x(0) = 0 and the constant τ > 0, is to be numerically integrated using the forward Euler method with a constant integration time step T. The maximum value of T such that the numerical solution of x converges is
The integral x1∫x2x2dx with x2 > x1 > 0 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?
The error in dxdf(x)x=x0 for a continuous function estimated with h = 0.03 using the central difference formula dxdf(x)x=x0=2hf(x0+h)−f(x0−h), is 2 × 10-3. 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