HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBCASemester 2Mathematics IIUnit 6: Computational Method (10Hrs)
Chapter Study

BCA Semester 2 – Mathematics II – Unit 6: Computational Method (10Hrs)

Comprehensive questions and detailed answers for Unit 6: Computational Method (10Hrs). Perfect for exam preparation and concept clarity.

9
Questions
70
Marks
Back to All Chapters
1

Solve the following system by Gauss–Seidel method:

−4x+y−z=−8-4x + y - z = -8−4x+y−z=−8

3x+6y+2z=13x + 6y + 2z = 13x+6y+2z=1

x−y+3z=2x - y + 3z = 2x−y+3z=2

MediumNumerical5 marks2022(TU FOHSS Final)
2

Using simplex method, find the optimal solution of

Z=7x1+5x2Z = 7x_1 + 5x_2Z=7x1​+5x2​

subject to

x1+2x2≤6x_1 + 2x_2 \le 6x1​+2x2​≤6

4x1+3x2≤64x_1 + 3x_2 \le 64x1​+3x2​≤6

x1≥0,  x2≥0x_1 \ge 0,\; x_2 \ge 0x1​≥0,x2​≥0

HardNumerical10 marks2022(TU FOHSS Final)
3

Using Simpson’s 13\tfrac{1}{3}31​ rule, evaluate

∫0111+x dx\int_0^1 \frac{1}{1+x}\,dx∫01​1+x1​dx

with 3 points of intervals.
Find the error of approximation.
How many points are to be considered to make the approximation value within 10−510^{-5}10−5?

HardNumerical10 marks2022(TU FOHSS Final)
4

Evaluate

∫021+x3 dx\int_0^2 \sqrt{1+x^3}\,dx∫02​1+x3​dx

by using Simpson’s 13\tfrac{1}{3}31​ rule, taking n=4n=4n=4.

MediumNumerical5 marks2023(TU FOHSS Final)
5

Define pivot element\text{pivot element}pivot element, pivot column\text{pivot column}pivot column, and consistency \text{consistency }consistency in a system of equations.
Using the simplex method, maximize

F=5x−3y\quad F = 5x - 3yF=5x−3y

subject to

3x+2y≤63x + 2y \le 63x+2y≤6

−x+3y≥−4-x + 3y \ge -4−x+3y≥−4

x≥0,  y≥0x \ge 0,\; y \ge 0x≥0,y≥0

HardNumerical10 marks2023(TU FOHSS Final)
6

Compute the approximate value of the integral

∫1211+x2 dx\int_1^2 \frac{1}{1+x^2}\,dx∫12​1+x21​dx

by using the composite trapezoidal rule\textbf{composite trapezoidal rule}composite trapezoidal rule with three points, and compare the result with the actual value.
Determine the error formula\textbf{error formula}error formula and numerically verify an upper bound\textbf{upper bound}upper bound on it.

HardNumerical10 marks2023(TU FOHSS Final)
7

Using the trapezoidal rule, compute ∫02(2x2−1) dx\int_0^2 (2x^2 - 1)\,dx∫02​(2x2−1)dx with 4 intervals.
Find the absolute error of approximation from its actual value.

MediumNumerical5 marks2024(TU FOHSS Final)
8

Using Newton–Raphson method, find a root of x3−x−4=0x^3 - x - 4 = 0x3−x−4=0 between 1 and 2 correct to three decimal places.

MediumNumerical5 marks2024(TU FOHSS Final)
9

Using the simplex method, find the optimal solution of the following linear programming problem.
Maximize

z=15x+12yz = 15x + 12yz=15x+12y

Subject to

2x+3y≤212x + 3y \le 212x+3y≤21

3x+2y≤243x + 2y \le 243x+2y≤24

x≥0,  y≥0x \ge 0,\; y \ge 0x≥0,y≥0

HardNumerical10 marks2024(TU FOHSS Final)
Showing 9 questions

Exam Years

Past question papers

2024
TU FOHSS Final•3 questions
2023
TU FOHSS Final•3 questions
2022
TU FOHSS Final•3 questions

Questions in Unit 6: Computational Method (10Hrs)

Solve the following system by Gauss–Seidel method: \[ -4x + y - z = -8 \] \[ 3x + 6y + 2z = 1 \] \[ x - y + 3z = 2 \]

Marks: 5

Year: 2022 Final TU FOHSS

$\textbf{Step 1: Rearrange equations for Gauss–Seidel form}$ Rewriting each equation to express one variable: From \( -4x + y - z = -8 \): \[ x = \frac{8 + y - z}{4} \] From \( 3x + 6y + 2z = 1 \): \[

Using simplex method, find the optimal solution of \[ Z = 7x1 + 5x2 \] subject to \[ x1 + 2x2 \le 6 \] \[ 4x1 + 3x2 \le 6 \] \[ x1 \ge 0,\; x2 \ge 0 \]

Marks: 10

Year: 2022 Final TU FOHSS

Answer $\textbf{Step 1: Convert the problem into standard form}$ Introduce slack variables \( s1 \) and \( s2 \): \[ x1 + 2x2 + s1 = 6 \] \[ 4x1 + 3x2 + s2 = 6 \] Objective function: \[ Z = 7x1 + 5x2

Using Simpson’s \( \tfrac{1}{3} \) rule, evaluate \[ \int0^1 \frac{1}{1+x}\,dx \] with 3 points of intervals. Find the error of approximation. How many points are to be considered to make the ap

Marks: 10

Year: 2022 Final TU FOHSS

$\textbf{Part (a): Simpson’s } \tfrac{1}{3} \textbf{ Rule}$ Simpson’s \( \tfrac{1}{3} \) rule for \( n = 2 \) (i.e., 3 points) is: \[ \inta^b f(x)\,dx \approx \frac{h}{3}\left[f(x0) + 4f(x1) + f(x2)\r

Evaluate \[ \int0^2 \sqrt{1+x^3}\,dx \] by using Simpson’s \( \tfrac{1}{3} \) rule, taking \( n=4 \).

Marks: 5

Year: 2023 Final TU FOHSS

Step 1: Simpson’s \( \tfrac{1}{3} \) Rule For \( n \) even, \( n+1 \) points \( x0, x1, ..., xn \): \[ \inta^b f(x)\,dx \approx \frac{h}{3} \Big[ f(x0) + f(xn) + 4 \sum{\text{odd } i} f(xi) + 2 \sum{\

Define $$\text{pivot element}$$, $$\text{pivot column}$$, and $$\text{consistency }$$in a system of equations. Using the simplex method, maximize \[ \quad F = 5x - 3y \] subject to \[ 3x + 2y \l

Marks: 10

Year: 2023 Final TU FOHSS

(a) Definitions 1. Pivot Element: The element of a simplex table used to perform row operations in order to introduce a new basic variable into the solution. It is located at the intersection of the

Compute the approximate value of the integral \[ \int1^2 \frac{1}{1+x^2}\,dx \] by using the $$\textbf{composite trapezoidal rule}$$ with three points, and compare the result with the actual value.

Marks: 10

Year: 2023 Final TU FOHSS

Step 1: Composite Trapezoidal Rule For \( n \) subintervals (\( n+1 \) points): \[ \inta^b f(x)\,dx \approx \frac{h}{2} \Big[ f(x0) + 2\sum{i=1}^{n-1} f(xi) + f(xn) \Big] \] where \( h = \frac{b-a}{n}

Using the trapezoidal rule, compute \( \int0^2 (2x^2 - 1)\,dx \) with 4 intervals. Find the absolute error of approximation from its actual value.

Marks: 5

Year: 2024 Final TU FOHSS

Step 1: Composite Trapezoidal Rule For \( n \) subintervals: \[ \inta^b f(x) \, dx \approx \frac{h}{2} \left[ f(x0) + 2 \sum{i=1}^{n-1} f(xi) + f(xn) \right] \] where \( h = \frac{b-a}{n} \), \( xi =

Using Newton–Raphson method, find a root of \( x^3 - x - 4 = 0 \) between 1 and 2 correct to three decimal places.

Marks: 5

Year: 2024 Final TU FOHSS

Step 1: Newton–Raphson formula \[ x{n+1} = xn - \frac{f(xn)}{f'(xn)} \] Given: \[ f(x) = x^3 - x - 4 \] \[ f'(x) = 3x^2 - 1 \] --- Step 2: Choose initial guess The root lies between 1 and 2. Check \(

Using the simplex method, find the optimal solution of the following linear programming problem. Maximize \[ z = 15x + 12y \] Subject to \[ 2x + 3y \le 21 \] \[ 3x + 2y \le 24 \] \[ x \ge 0,\; y

Marks: 10

Year: 2024 Final TU FOHSS

Step 1: Convert inequalities to standard form Add slack variables \( s1, s2 \ge 0 \): \[ 2x + 3y + s1 = 21 \] \[ 3x + 2y + s2 = 24 \] Objective function: \[ z = 15x + 12y \quad \Rightarrow \quad Z -

About Unit 6: Computational Method (10Hrs) Questions

This page contains comprehensive questions from the Unit 6: Computational Method (10Hrs) chapter of Mathematics II, part of the BCA Semester 2 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 Mathematics II Chapters

Unit 6: Computational Method (10Hrs) chapter questions with answers for Mathematics II (BCA Semester 2). 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.