My Cart
Your Cart 0

    Your cart is empty.

  • Total (Amount) ₹0.00
Previous year question hub

Numerical solution of initial value problems for ordinary differential equations - Numerical Analysis - Mathematics Previous Year Questions

Practice Numerical solution of initial value problems for ordinary differential equations - Numerical Analysis - Mathematics previous year questions organised from real papers, with year-wise coverage and clear topic navigation.

10Papers
10Years
12Questions
1Topics

Numerical solution of initial value problems for ordinary differential equations question pattern

Every graph below is calculated only from this selection.

Questions by year

Year-wise coverage for Numerical solution of initial value problems for ordinary differential equations. Each bar uses a separate theme-derived color.

Difficulty distribution

How the classified questions are distributed by difficulty.

Easy 7 58.3%
Medium 5 41.7%

Question type distribution

MCQ, numerical, multiple-select and other formats found in these papers.

MCQ 6 50%
Numerical Answer Type (NAT) 6 50%

Subject weightage

Top subjects by unique question coverage.

Mathematics
12 Qs

Most asked topics

Top topics across the included previous year papers.

Numerical Analysis
12 Qs

Subtopic coverage

Top subtopics inside this exact selection.

Numerical solution of initial value problems for ordinary differential equations
12 Qs

Paper coverage

Question coverage for the most populated papers. Every active PYP paper remains listed below.

Mathematics (MA) 2026
1 Qs
Mathematics (MA) 2025
1 Qs
Mathematics (MA) 2024
1 Qs
Mathematics (MA) 2022
1 Qs
Mathematics (MA) 2021
1 Qs
Mathematics (MA) 2019
1 Qs
Mathematics (MA) 2014
2 Qs
Mathematics (MA) 2012
1 Qs
Mathematics (MA) 2011
1 Qs
Mathematics (MA) 2008
2 Qs

Included previous year papers

Newest papers appear first. Sort by year, question coverage or name.

PaperYear / sessionQuestions in this viewOpen
Mathematics (MA) 202620261View paper
Mathematics (MA) 202520251View paper
Mathematics (MA) 202420241View paper
Mathematics (MA) 202220221View paper
Mathematics (MA) 202120211View paper
Mathematics (MA) 201920191View paper
Mathematics (MA) 201420142View paper
Mathematics (MA) 201220121View paper
Mathematics (MA) 201120111View paper
Mathematics (MA) 200820082View paper

All Numerical solution of initial value problems for ordinary differential equations previous year questions

Practice every matching question in batches of 20, with every available option.

1
2008 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2008
Consider the initial value problem \(\frac{dy}{dx} = f(x, y), \; y(x_0) = y_0\). The aim is to compute the value of \(y_1 = y(x_0 + h)\), where \(x_0 = x_0 + h \; (h > 0)\). At \(x = x_1\), if the value of \(y_1\) is equated to the corresponding value of the straight line passing through \((x_0, y_0)\) and having the slope equal to the slope of the curve \(y(x)\) at \(x = x_0\), then the method is called
Open complete paper
2
2008 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2008
If \(y_{i+1} = y_i + h \phi(f, x_i, y_i, h), i = 1, 2, \cdots\), where \(\phi(f, x, y, h) = a f(x, y) + b f(x+h, y+h f(x, y))\), is a second order accurate scheme to solve the initial value problem \(\frac{dy}{dx} = f(x, y), y(x_0) = y_0\), then \(a\) and \(b\), respectively, are
Open complete paper
3
2011 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2011
Let \(y\) be the solution of the initial value problem \[\frac{dy}{dx} = (y^2 + x); \quad y(0) = 1.\] Using Taylor series method of order 2 with the step size \(h=0.1\), the approximate value of \(y(0.1)\) is
Open complete paper
4
2012 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2012
Using Euler's method taking step size \( = 0.1 \), the approximate value of \( y \) obtained corresponding to \( x = 0.2 \) for the initial value problem \( \frac{dy}{dx} = x^{2} + y^{2} \) and \( y(0) = 1 \), is
Open complete paper
5
2014 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2014
The fourth order Runge-Kutta method given by
\(u_{j+1}=u_{j}+\frac{h}{6}\left[K_{1}+2 K_{2}+2 K_{3}+K_{4}\right], \quad j=0,1,2, \ldots,\)
is used to solve the initial value problem \(\frac{d u}{d t}=u, \quad u(0)=\alpha\).
If \(u(1)=1\) is obtained by taking the step size \(h=1\), then the value of \(K_{4}\) is ______________
Open complete paper
6
2014 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2014
Let \(y(x)\) be the solution to the initial value problem \(\frac{dy}{dx} = \sqrt{y + 2x}\) subject to \(y(1.2) = 2\). Using the Euler method with the step size \(h = 0.05\), the approximate value of \(y(1.3)\), correct to two decimal places, is ______________
Open complete paper
7
2019 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2019
If the differential equation \[\frac{dy}{dx} = \sqrt{x^2 + y^2}, \ y(1) = 2\] is solved using the Euler's method with step-size \(h = 0.1\), then \(y(1.2)\) is equal to ______ (round off to 2 places of decimal).
Open complete paper
8
2021 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2021
The initial value problem \(\frac{dy}{dt} = f(t, y),\ t > 0,\ y(0) = 1\), where \(f(t, y) = -10 y\), is solved by the following Euler method \(y_{n+1} = y_n + h f(t_n, y_n),\ n \ge 0\), with step-size \(h\). Then \(y_n \to 0\) as \(n \to \infty\), provided
Open complete paper
9
2022 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2022
The initial value problem \(\frac{dy}{dx} = f(x, y), y(x_0) = y_0\) is solved by using the following second order Runge-Kutta method:
\(K_1 = h f(x_i, y_i)\)
\(K_2 = h f(x_i + \alpha h, y_i + \beta K_1)\)
\(y_{i+1} = y_i + \frac{1}{4}(K_1 + 3K_2), \; i \geq 0,\)
where \(h\) is the uniform step length between the points \(x_0, x_1, \cdots , x_n\) and \(y_i = y(x_i)\). The value of the product \(\alpha \beta\) is __________ (round off to TWO decimal places).
Open complete paper
10
2024 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2024
For the initial value problem
\[ y' = f(x, y), \quad y(x_0) = y_0, \]
generate approximations \(y_n\) to \(y(x_n)\), \(x_n = x_0 + nh\), for a fixed \(h > 0\) and \(n = 1, 2, 3, \ldots\), using the recursion formula
\[ y_n = y_{n-1} + a k_1 + b k_2, \text{ where} \]
\[ k_1 = h f(x_{n-1}, y_{n-1}) \text{ and } k_2 = h f(x_{n-1} + \alpha h, y_{n-1} + \beta k_1). \]
Which one of the following choices of \(a, b, \alpha, \beta\) for the above recursion formula gives the Runge-Kutta method of order 2 ?
Open complete paper
11
2025 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2025
Let \(y(x)\) be the solution of the initial value problem \(\frac{dy}{dx} = \sin(\pi(x + y))\), \(y(0) = 0\). Using Euler's method, with the step-size \(h = 0.5\), the approximate value of \(y(1.5) + 2y(1)\) is equal to ____ (in integer)
Open complete paper
12
2026 · Mathematics · Numerical Analysis · Numerical solution of initial value problems for ordinary differential equations
Mathematics (MA) 2026
Consider the differential equation \(\frac{dy}{dx} = x + y\) with the initial condition \(y(0) = 1\). Using the modified Euler's method, the second approximation to \(y(h)\), where \(h = 0.05\) (step size), is equal to ______. (rounded off to TWO decimal places)
Open complete paper