HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBCASemester 4Numerical MethodsUnit 5: Solution of Ordinary Differential Equations (7Hrs.)
Chapter Study

BCA Semester 4 – Numerical Methods – Unit 5: Solution of Ordinary Differential Equations (7Hrs.)

Comprehensive questions and detailed answers for Unit 5: Solution of Ordinary Differential Equations (7Hrs.). Perfect for exam preparation and concept clarity.

6
Questions
45
Marks
Back to All Chapters
1

Use the classical RK method to estimate y(0.4) of the equation

dydx=x2+y2\quad \quad \frac{dy}{dx}=x^2+y^2dxdy​=x2+y2

with y(0)=0, assume h=0.2h=0.2h=0.2.

MediumTHEORY5 marks2021(TU FOHSS Final)
2

Prepare the multi-step methods available for solving ordinary differential equations. Evaluate the value of y at x=0.1x = 0.1x=0.1 and 0.20.20.2 to 4 decimal places given

dydx=x2y−1,y(0)=1,\frac{dy}{dx}=x2y−1,\quad y(0)=1,dxdy​=x2y−1,y(0)=1,

using Taylor series method.

MediumTHEORY10 marks2022(TU FOHSS Final)
3

Define ordinary differential equation. Use the fourth order Runge-Kutta method to estimate y(0.4)y(0.4)y(0.4) of the equation:

dydx=x2+y2\quad \quad \frac{dy}{dx}=x2+y2dxdy​=x2+y2

with y(0)=0y(0) = 0y(0)=0 assuming that h=0.2h = 0.2h=0.2

MediumTHEORY5 marks2023(TU FOHSS Final)
4

a) Write and implement an algorithm to solve the system of linear equations using Gauss-Seidel method with suitable example
b) Write and implement an algorithm to solve the ODE using Heun's method.

MediumTHEORY10 marks2023(TU FOHSS Final)
5

Using Runge-Kutta method of 4th order solve the following equation taking each step h=0.1 h = 0.1h=0.1

dydx=4xy−xy\quad \quad \quad \frac{dy}{dx}=4xy - xydxdy​=4xy−xy

given y(0)=3.3y(0) = 3.3y(0)=3.3 calculate y at x=0.1 and 0.2.x = 0.1\space and\space 0.2.x=0.1 and 0.2.

MediumTHEORY5 marks2024(TU FOHSS Final)
6

Define initial value problems and final value problems. Using heun’s method, find value of y when x=0.3x=0.3x=0.3 given that

dydx=x+y and y=1\quad \quad \frac{dy}{dx} = x + y \space and \space y=1dxdy​=x+y and y=1

when x=0x=0x=0.

MediumTHEORY10 marks2024(TU FOHSS Final)
Showing 6 questions

Questions in Unit 5: Solution of Ordinary Differential Equations (7Hrs.)

Use the classical RK method to estimate y(0.4) of the equation \[ \quad \quad \frac{dy}{dx}=x^2+y^2 \] with y(0)=0, assume \(h=0.2\).

Marks: 5

Year: 2021 Final TU FOHSS

Given: \[ \frac{dy}{dx} = x^2 + y^2, \quad y(0)=0 \] Step size: \[ h = 0.2 \] We are required to find: \[ y(0.4) \] This requires two RK-4 steps: \(0 \to 0.2\) and \(0.2 \to 0.4\) --- RK-4 Formula

Prepare the multi-step methods available for solving ordinary differential equations. Evaluate the value of y at \(x = 0.1\) and \(0.2\) to 4 decimal places given \[\frac{dy}{dx}=x2y−1,\quad y(0)=1,\]

Marks: 10

Year: 2022 Final TU FOHSS

Part 1: Multi-step Methods for Solving ODEs Multi-step methods use previous points to calculate the next value of \(y\). | Method Type | Formula / Description | |---------------------|-------

Define ordinary differential equation. Use the fourth order Runge-Kutta method to estimate \(y(0.4)\) of the equation: \[ \quad \quad \frac{dy}{dx}=x2+y2 \] with \(y(0) = 0\) assuming that \(h = 0.2\

Marks: 5

Year: 2023 Final TU FOHSS

1. Definition of Ordinary Differential Equation (ODE) An ordinary differential equation (ODE) is an equation involving: - A function \(y(x)\) of a single independent variable \(x\) - Its derivatives

a) Write and implement an algorithm to solve the system of linear equations using Gauss-Seidel method with suitable example\ b) Write and implement an algorithm to solve the ODE using Heun's method.

Marks: 10

Year: 2023 Final TU FOHSS

Numerical Methods: Gauss-Seidel & Heun's Method Chapter \[ \boxed{\text{Unit 4: Solution of Linear Algebraic Equations (10 Hrs.) \& Unit 5: Solution of Ordinary Differential Equations (7 Hrs.)}} \]

Using Runge-Kutta method of 4th order solve the following equation taking each step \( h = 0.1\) \[\quad \quad \quad \frac{dy}{dx}=4xy - xy \] given \(y(0) = 3.3\) calculate y at \(x = 0.1\space and\

Marks: 5

Year: 2024 Final TU FOHSS

1. Problem Statement Solve the first-order ODE: \[ \frac{dy}{dx} = 4xy - xy = 3xy, \quad y(0) = 3.3 \] using 4th-order Runge-Kutta method with step size \(h = 0.1\). Calculate \(y\) at \(x = 0.1\) and

Define initial value problems and final value problems. Using heun’s method, find value of y when \(x=0.3\) given that \[ \quad \quad \frac{dy}{dx} = x + y \space and \space y=1 \] when \(x=0\).

Marks: 10

Year: 2024 Final TU FOHSS

1. Definitions (a) Initial Value Problem (IVP): A differential equation along with the value of the function at a starting point: \[ \frac{dy}{dx} = f(x, y), \quad y(x0) = y0 \] - Solve for \(y\) fo

About Unit 5: Solution of Ordinary Differential Equations (7Hrs.) Questions

This page contains comprehensive questions from the Unit 5: Solution of Ordinary Differential Equations (7Hrs.) chapter of Numerical Methods, part of the BCA Semester 4 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to Numerical Methods Chapters

Unit 5: Solution of Ordinary Differential Equations (7Hrs.) chapter questions with answers for Numerical Methods (BCA Semester 4). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact

Contact

  • 📧hamiit.dev@gmail.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

© 2026 Hami IT. All rights reserved.