You are on page 1of 6

The differential equation dy/dx = sin (x+y) is to be solved using the Runge-Kutta Method of

order 3 with the boundary condition (1,1) and with step size of 0.5. What would be the value for
y at x = 1.5?*
1 point

1.42
1.50
1.47
1.54

Let x²=x+5. The iterative steps for the solution using Newton-Rapshon's Method is given by*
1 point

x_(n+1) =[2(x_n) + 1]/ [(x_n)² + 5]


x_(n+1) = [(x_n)² + 5]/[2(x_n) + 1]
x_(n+1) = [(x_n)² - 5]/[2(x_n) + 1]
x_(n+1) =[2(x_n) + 1]/ [(x_n)² +-5]

Determine the cofactor of 1 in matrix A.*


1 point

[(2)(4) - (-2)(8)]
[(2)(4) + (-2)(8)]
(-1)^(1 + 2) * [(2)(4) - (-2)(8)]
(-1)^(1 + 2) * [(2)(4) + (-2)(8)]

Determine the sum of all elements of the matrix A^(-2) for the given matrix.*
1 point

0
1/7
2/7
No solution
For the equation sin x = x/100, it is required to be solved using the Newton-Raphson method
with an initial guess of x₀ = 0.2. Determine the estimated value of x₁ of the solution.*
1 point

-0.002738
0.1985
3.110482808
Note of the Above

For the equation x^3 - 2x - 6 = 0, determine the equation for the first iteration using the regula-
falsi method given that the root is in between 2 and 3.*
1 point

c = [3 - 2] /[ 3(-2) - 2(15)]
c = [(-2) - 15] [ 3(-2) - 2(15)]
c = [ 3(-2) - 2(15)] / [3 - 2]
c = [ 3(-2) - 2(15)] / [(-2) - 15]

Which of the following is true on conformable matrices A and B?*


1 point

(AB)^T = A^T + B^T


(AB)^T = B^T+ A^T
(AB)^T = A^T B^T
(AB)^T = B^T A^T

Evaluate the integral of e^[(1-s)t] f(t) dt from 0 to ∞ for a function f(t) where the integral can be
evaluated where F(s) is its laplace transform.*
1 point

e^(-s) F(s)
F(s + 1)
e^(-s) F(s - 1)
F(s - 1)

Determine the rank of the matrix*


1 point

Null
0
1
2

Determine the laplace transform of the particular solution to the differential equation y'' - 4y' +
2y = + ‹x - 1› where y(0) = 1, y'(0) = -1*
1 point

(s² - 4s + 2)/(s² - 5s + e^(-s))


(s² - 5s + e^(s)) / (s² - 4s + 2)
(s² - 5s + e^(-s)) / (s² - 4s + 2)
(s² - 4s + 2)/(s² - 5s + e^(s))

The concepts on matrices are applied in differential equations and one of them is the concept of
eigenvectors. The concepts on matrices are also applied in vectors and one of the applications are
determinants of matrices to determine dot products. Which of the following is true?*
1 point

Both statements are true


Only the first statement is true
Only the second statement is true
None of the statements are true

The differential equation dy/dx = sin (x+y) is to be solved using the backward Euler's method
with the boundary condition (1,1) and with step size of 0.5. What would be the value for y at x =
1.5?*
1 point

1.318
1.909
1.455
1.209

Which of the following is equivalent to the laplace transform of a / (s³ + a²s) ?*


1 point

∫ (a dx) / (x² + a²) from 0 to t


∫ (a dx) / (x² + a²) from t to ∞
∫ (a dx) / (x³ + a² x) from 0 to t
∫ (a dx) / (x³ + a² x) from t to ∞

Determine the 2023rd derivative of x³ cos (2x) at x = 0 in exponential and factorial form.*
1 point

2²⁰²⁰ * (2023P3)
2²⁰²⁰ * (2023C3)
2²⁰²³ * (2023P3)
2²⁰²³ * (2023C3)

What is the trace of the identity matrix of order n?*


1 point

0
n(n+1)/2

n

The differential equation dy/dx = sin (x+y) is to be solved using the forward Euler's method with
the boundary condition (1,1) and with step size of 0.5. What would be the value for y at x = 1.5?*
1 point

1.318
1.909
1.455
1.209

If e⁰ = 1, e¹ = 2.72, e² = 7.39, e³ = 20.09, e⁴ = 54.60, then by Simpson's third rule, the value of
∫e^x dx from 1 to 4 is:*
1 point

(1/3)[(2.72 + 54.60) + 4(7.39) + 2(20.09)]


(1/3)[(1 + 54.60) + 4(2.72+20.09) + 2(7.39)]
(1/3)[(1 + 54.60) + 2(2.72+20.09) + 4(7.39)]
(1/3)[(2.72 + 54.60) + 2(7.39) + 4(20.09)]

Evaluate sin[(1+i)^(1 + i)]*


1 point

0.6447-0.0127i
0.6447+0.0127i
0.274-0.5837i
0.274+0.5837i

The differential equation dy/dx = sin (x+y) is to be solved using the Runge-Kutta Method of
order 4 with the boundary condition (1,1) and with step size of 0.5. What would be the value for
y at x = 1.5?*
1 point

1.42
1.50
1.47
1.54

Which of the following is used to check whether a root is within a given interval?*
1 point

Rolle's Theorem
Mean value theorem
Intermediate Value Theorem
Remainder theorem

Which of the following is correct?*


1 point

Bisection method is a direct method


Regula-Falsi Method is an iterative method
Secant Method is a direct method
Newton-Raphson method is not iterative

What is the size of the matrix AB if the size of matrix A is p x q while that of B is q x r?*
1 point

pxr
rxp
qxq
No solution

Determine the minor of 0 in matrix B*


1 point

(1)(4) - (-2)(-6)
(-1)^(3 + 1) [(1)(4) - (-2)(-6)]
(1)(4) + (-2)(-6)
(-1)^(3 + 1) [(1)(4) + (-2)(-6)]

The differential equation dy/dx = sin (x+y) is to be solved using the Runge-Kutta Method of
order 2 with the boundary condition (1,1) and with step size of 0.5. What would be the value for
y at x = 1.5?*
1 point

1.42
1.50
1.47
1.54

A 5 x 5  matrix A has a determinant of 10. What is the determinant of the matrix 2A?*
1 point

320
20
40
160

You might also like