All Exams  >   A Level  >   Mathematics for A Level  >   All Questions

All questions of Numerical Solution of Equations for A Level Exam

Find the sum of the value of x, y, & z by using gauss jordan method.
3x - y + 2z = 12
x + 2y + 3z = 11
2x - 2y - z = 2
  • a)
    4
  • b)
    5
  • c)
    6
  • d)
    7
Correct answer is option 'C'. Can you explain this answer?

Alok Iyer answered
I'm sorry, but there is no equation or information given to solve for the sum of x, y, and z. Please provide more information or the equation to solve.

If dy/dx = x - y2 and y(0) = 1, then y(0.1) correct upto two decimal places (approx.) is:
  • a)
    0.85
  • b)
    0.84
  • c)
    0.91
  • d)
    1.01
Correct answer is option 'B'. Can you explain this answer?

Prerna Menon answered
Given:
$\frac{dy}{dx} = x - y^2$
$y(0) = 1$

To Find:
$y(0.1)$ correct up to two decimal places.

Explanation:
To solve this differential equation, we can use the method of separation of variables.

Separating the variables, we get:
$\frac{dy}{1-y^2} = x \, dx$

Integration:
Integrating both sides with respect to their respective variables, we get:
$\int{\frac{dy}{1-y^2}} = \int{x \, dx}$

LHS Integration:
To integrate the left-hand side, we can use partial fraction decomposition. The general form of the partial fraction decomposition is:
$\frac{A}{y-1} + \frac{B}{y+1}$

Multiplying through by the common denominator $(y-1)(y+1)$, we get:
$1 = A(y+1) + B(y-1)$

Expanding and equating the coefficients of like terms, we get:
$1 = (A + B)y + (A - B)$

Comparing the coefficients of 'y', we get:
$A + B = 0 \implies A = -B$

Comparing the constants, we get:
$A - B = 1$

Solving these equations, we find:
$A = \frac{1}{2}$ and $B = -\frac{1}{2}$

Substituting these values back into the partial fraction decomposition, we get:
$\frac{\frac{1}{2}}{y-1} - \frac{\frac{1}{2}}{y+1}$

Integrating each term separately, we get:
$\frac{1}{2}\ln|y-1| - \frac{1}{2}\ln|y+1|$

RHS Integration:
Integrating the right-hand side, we get:
$\int{x \, dx} = \frac{x^2}{2} + C_1$

Combining the Integrals:
Substituting the integrals back into the original equation, we get:
$\frac{1}{2}\ln|y-1| - \frac{1}{2}\ln|y+1| = \frac{x^2}{2} + C_1$

Simplifying the equation, we get:
$\ln\left|\frac{y-1}{y+1}\right| = x^2 + C_1$

Applying Initial Condition:
Now, we can apply the initial condition $y(0) = 1$.

Plugging in the values, we get:
$\ln\left|\frac{1-1}{1+1}\right| = 0^2 + C_1$

Simplifying, we get:
$\ln\left|\frac{0}{2}\right| = C_1$

Which further simplifies to:
$\ln(0) = C_1$

The natural logarithm of 0 is undefined. Therefore, $C_1$ is undefined.

Solving for y:
Now, we can solve the equation for y.

Taking the exponent of both sides, we get:

Trapezoidal Rule gives exact value of the integral when the integrand is a
  • a)
    linear function
  • b)
    quadratic function
  • c)
    cubic function
  • d)
    polynomial of any degree
Correct answer is option 'A'. Can you explain this answer?

Srestha Datta answered
Introduction:
The Trapezoidal Rule is a numerical integration method that approximates the definite integral of a function by dividing the area under the curve into trapezoids. This method is simple to implement and provides a good approximation for smooth functions.

Explanation:
The Trapezoidal Rule can give an exact value of the integral when the integrand is a linear function. In this case, the function can be represented by a straight line, and the area under the curve can be accurately calculated using the trapezoidal approximation.

Reasoning:
The Trapezoidal Rule approximates the area under the curve by dividing it into trapezoids. Each trapezoid is formed by connecting two adjacent points on the curve with a straight line segment. The area of each trapezoid is then calculated by taking the average of the heights of the two adjacent points and multiplying it by the width of the trapezoid.

When the integrand is a linear function, the curve is a straight line. In this case, the Trapezoidal Rule accurately approximates the area under the curve by dividing it into trapezoids with equal widths. Since the function is linear, the heights of the trapezoids remain constant throughout the interval, and the trapezoidal approximation becomes exact.

Example:
Let's consider the linear function f(x) = 2x + 3 over the interval [1, 5]. Using the Trapezoidal Rule, we divide the interval into n subintervals and approximate the integral as follows:

∫[1, 5] (2x + 3) dx ≈ Δx/2 * [f(x0) + 2f(x1) + 2f(x2) + ... + 2f(xn-1) + f(xn)]

where Δx = (b - a)/n is the width of each subinterval, x0 = 1, xn = 5, and xi = a + iΔx.

Since the integrand is a linear function, the function values f(xi) = 2xi + 3 remain constant throughout the interval. Therefore, the Trapezoidal Rule becomes exact, and the approximation becomes the exact value of the integral.

Conclusion:
The Trapezoidal Rule gives an exact value of the integral when the integrand is a linear function. This is because the Trapezoidal Rule accurately approximates the area under the curve by dividing it into trapezoids with equal widths. For linear functions, the heights of the trapezoids remain constant, resulting in an exact approximation of the integral.

If f(x) = x2, then the second order divided difference for the points x0, x1, x2 will be:
  • a)
    -1
  • b)
  • c)
    1
  • d)
Correct answer is option 'C'. Can you explain this answer?

Concept:
If data points are given as a function of f, then the various order divided differences are as follows,
Zeroth-order divided difference:
f[x0] = f(x0);
First-order divided difference:

Second-order divided difference:

Calculation:
Given f(x) = x2;
Using the second-order divided difference formula, we get 

∴ the second-order divided difference of x2 is 1.

In which of the following categories can we put Bisection method?
  • a)
    Bracket Solutions
  • b)
    Graphical Solution
  • c)
    Empirical Solutions
  • d)
    Trial Solutions
Correct answer is option 'A'. Can you explain this answer?

Sanya Agarwal answered
Bracketing Methods:
  • All bracketing methods always converge, whereas open methods (may sometimes diverge).
  • We must start with an initial interval [a,b], where f(a) and f(b) have opposite signs.
  • Since the graph y = f(x) of a continuous function is unbroken, it will cross the abscissa at a zero x = 'a' that lies somewhere within the interval [a,b].
  • One of the ways to test a numerical method for solving the equation f(x) = 0 is to check its performance on a polynomial whose roots are known.
Bisection method:
Used to find the root for a function. Root of a function f(x) = a such that f(a)= 0
Property: if a function f(x) is continuous on the interval [a…b] and sign of f(a) ≠ sign of f(b). There is a value c belongs to [a…b] such that f(c) = 0, means c is a root in between [a….b]
Note:
Bisection method cut the interval into 2 halves and check which half contains a root of the equation.
1) Suppose interval [a, b] .
2) Cut interval in the middle to find m : m = (a + b)/2
3) sign of f(m) not matches with f(a), proceed the search in new interval.

If f(0) = 3, f(1) = 5, f(3) = 21, then the unique polynomial of degree 2 or less using Newton divided difference interpolation will be:
  • a)
    2x2 + 2x + 1
  • b)
    2x2 - 3x + 1
  • c)
    2x2 + 3
  • d)
    x2 + 3x - 2
Correct answer is option 'C'. Can you explain this answer?

Sanya Agarwal answered
Concept:
Newton’s divided difference polynomial method:
Second order polynomial interpolation using Newton’s divided difference polynomial method is as follows,
Given (x0,y0), (x1,y1), (x2,y2) be the data points and f(x) be the quadratic interpolant, then f(x) is given by
f(x) = b0 + b1(x – x0) + b2 (x – x0)(x – x1);
Where
b0 = f(x0);

Calculation:
Given f(0) = 3, f(1) = 5, f(3) = 21;
⇒ (0,3), (1,5), (3,21) are the data points;
The polynomial will be f(x) = b0 + b1(x) + b2 (x)(x – 1);
⇒ b0 = f(0) = 3;

Substituting the constant b0, b1, b2 in the quadratic interpolant,
⇒ f(x) = 3 + 2x + 2 (x)(x – 1) = 3 + 2x + 2x2 – 2x = 3 + 2x2;
The unique polynomial of degree 2 will be f(x) = 3 + 2x2;
Easy method:
To save time, simply substitute the data points in the polynomials given in options and find the polynomial that is satisfying all data points.

The real root of x3 + x2 + 3x + 4 = 0 correct to four decimal places, obtained using Newton Raphson method is
  • a)
    -1.3334
  • b)
    1.3221
  • c)
    -1.2229
  • d)
    1.2929
Correct answer is option 'C'. Can you explain this answer?

Sanvi Kapoor answered
Concept:
Newton-Raphson Method:
The iteration formula is given by

Where x0 is the initial value/root of the equation f(x) = 0
Given,
f(x) = x3 + x2 + 3x + 4 = 0
f'(x) = 3x2 + 2x + 3
∴ f(-1) = 1 > 0 and f(-2) = -6 < 0
∴ f(-1).f(-2) < 0
⇒ ∃ a root lies in [-1, -2]
Let, x0 = -1
By Newton Raphson method
First approximation


x1 = -1.25

The order of convergence of Newton Raphson method is
  • a)
    2
  • b)
    3
  • c)
    0
  • d)
    1
Correct answer is option 'A'. Can you explain this answer?

Order of Convergence of Newton Raphson Method

The Newton Raphson method is an iterative numerical method used to find the roots of a given equation. It is a popular method due to its fast convergence rate. The order of convergence of the Newton Raphson method determines how quickly the method converges to the root.

The order of convergence can be defined as the rate at which the error in the approximate solution decreases as the number of iterations increases. In other words, it measures how fast the method converges to the root.

Explanation:

The order of convergence of the Newton Raphson method is determined by the behavior of the error term in the method. The error term is given by the difference between the current approximation and the true root of the equation.

In general, the order of convergence of the Newton Raphson method is 2. This means that the error term decreases quadratically as the number of iterations increases. The error at each iteration is roughly squared compared to the previous iteration.

However, there are cases where the order of convergence can be different. This occurs when the derivative of the function becomes zero or when the derivative changes sign near the root. In such cases, the order of convergence can be reduced.

Example:

Let's consider an example to illustrate the order of convergence of the Newton Raphson method. Suppose we want to find the root of the equation f(x) = x^2 - 4.

1. Initialize the initial guess x0 = 3.
2. Calculate the derivative of the function f'(x) = 2x.
3. Update the approximation using the Newton Raphson formula: x1 = x0 - f(x0)/f'(x0).
4. Repeat the process until the desired accuracy is achieved.

After a few iterations, we can observe that the error term decreases quadratically. The error at each iteration is roughly the square of the previous error, indicating a second-order convergence.

Hence, the correct answer is option 'A' - 2. The order of convergence of the Newton Raphson method is 2.

The iteration formula to find the reciprocal of a given number N by Newton’s method is
  • a)
  • b)
  • c)
  • d)
Correct answer is option 'A'. Can you explain this answer?

Sanya Agarwal answered
Concept:
Newton-Raphson method: It has order of convergence 2 and number of guesses required is 1.
Iteration formula, 
Calculation:

The approximate value of a root of x3 – 13 = 0, then 3.5 as initial value, after one iteration using Newton-Raphson method, is 
  • a)
    2.687
  • b)
    2.678
  • c)
    3.607
  • d)
    3.597
Correct answer is option 'A'. Can you explain this answer?

The value of a root of x^3 can vary depending on the specific equation or context. Without more information, it is not possible to determine an approximate value.

Find the difference between the sum of (x + y + z) and the Trace upper triangular matrix formed by using the gauss elimination method.
  • a)
    6
  • b)
    8
  • c)
    10
  • d)
    12
Correct answer is option 'C'. Can you explain this answer?

Vertex Academy answered
Concept:
Gauss elimination method,
In this method, an augmented matrix is formed by the coefficient of x, y, & z then,
By using row transformation, it is converted into an upper triangular matrix.
Calculation:
AX = B

R2 → R2 - 2R1
R3 → R3 - R1

R3 → R3 + R2

Now, again converting this matrix into equation,
x + 3y + 2z = 5
-2y - 10z = -14
-9z  = -9
on solving 
z= 1, y = 2 & x = -3
x + y + z = -3 + 2 + 1 = 0 
Trace of upper traingular matrix = 1 - 2 - 9 = -10 
Difference = ( x + y + z ) - trace = 0- (-10 =)
Difference = 10 

To solve the equation 2 sin x = x by Newton-Raphson method, the initial guess was chosen to be x = 2.0. Consider x in radian only. The value of x (in radian) obtained after one iteration will be closest to
  • a)
    -8.101
  • b)
    1.901
  • c)
    2.099
  • d)
    12.101
Correct answer is option 'B'. Can you explain this answer?

Sanvi Kapoor answered
Concept:
The iterative formula for Newton Raphson method is given as, 

[NOTE: Take the trignometric terms in Radian while using scitific calculator for this type of numericals]
Calculation:
Given:
f(x) = 2 sin x - x
∴ f'(x) = 2 cos x - 1
Initial guess is x0 = 2.0
The first iteration by Newton Raphson method is given by,

⇒ x1 = 1.901

The iteration step in order to solve for the cube roots of a given number Nusing the Newton- Raphson’s method is
  • a)
  • b)
  • c)
  • d)
Correct answer is option 'B'. Can you explain this answer?

Sanvi Kapoor answered
Concept: 
Let x0 be an approximation root of f(x) = 0 and x1 = x0th be the correct root so that f(x1) = 0 expanding f(x0th) by Taylor's series we obtain

Neglecting the second and higher order derivatives we have f(x0) + hf'(x0) = 0

A better approximation than x0 is therefore given by x1, where x1 = x0 + h =  successive approximations are given by x2, x3 ....xn+1 where 
For pth root of a given number N, is not of equation f(x) = xp - N = 0
Iteration equation:

for cube root, put p = 3

Therefore, option (2) is correct one.

Consider the below data:

The value of  by Trapezoidal rule will be:
  • a)
    11
  • b)
    12
  • c)
    15
  • d)
    9
Correct answer is option 'A'. Can you explain this answer?

Sanvi Kapoor answered
Concept:
Trapezoidal rule states that for a function y = f(x)

xn = x0 + nh, where n = Number of sub-intervals
h = step-size

For a trapezoidal rule, a number of sub-intervals must be a multiple of 1.
Calculation:

Here: x0 = 4, x1 = 3, x2 = 12, h = 1
From equation (1);

Key Points:
Apart from the trapezoidal rule, other numerical integration methods are:
Simpson’s one-third rule:
For applying this rule, the number of subintervals must be a multiple of 2.

Simpson’s three-eighths rule:
For applying this rule, the number of subintervals must be a multiple of 3.

The bisection method is applied to compute a zero of the function f(x) = x4 – x3 – x2 – 4 in the interval [1, 9]. The method converges to a solution after _______ iterations.
  • a)
    1
  • b)
    3
  • c)
    5
  • d)
    7
Correct answer is option 'B'. Can you explain this answer?

Sanya Agarwal answered
Concept:
Bisection method:
Used to find the root for a function. Root of a function f(x) = a such that f(a)= 0
Property: if a function f(x) is continuous on the interval [a…b] and sign of f(a) ≠  sign of f(b). There is a value c belongs to [a…b] such that f(c) = 0, means c is a root in between [a….b]
Note:
Bisection method cut the interval into 2 halves and check which half contains a root of the equation.
1) Suppose interval [a…b] .
2) Cut interval in the middle to find m : m = (a + b)/2
3) sign of f(m) not matches with f(a) proceed the search in the new interval.
Calculation:
The bisection method is applied to a given problem with [1, 9]
After 1 iteration

Now since f(x1) > 0, x2 replaces x1
Now, x0 = 1 and x1 = 5
And after 2nd iteration 

Now since f(x1) f(x2) > 0, x2 replaces x1 and x0 = 1 and x1 = 3 and after 3rd iteration

Now, f(x2) = f(2) = 24 – 23 – 22 – 4 = 0
So the method converges exactly to the root in 3 iterations.

Which order of Polynomials can best be integrated using Trapezoidal Rules?
  • a)
    3rd order
  • b)
    4th order
  • c)
    2nd order
  • d)
    1st order
Correct answer is option 'D'. Can you explain this answer?

Sanvi Kapoor answered
Concept:
The following table shows the different methods of numerical integration and degree of polynomials for which they will produce results of minimum error or zero error:

From the above table, it is clear that both Trapezoidal Rule polynomials of degree ≤ 1
Alternate Method
We know,
While deriving the formula for numerical integrations f(x) is assumed as -
  • Quadratic polynomial → Simpson's 1/3 Rule
  • Cubic polynomial → Simpson's 3/8 Rule
  • Linear polynomial → Trapezoidal Rule

The 2nd approximation to a root of the equation x2 - x - 1 = 0 in the interval (1, 2) by Bisection method will be:
  • a)
    1.75
  • b)
    1.35
  • c)
    1.25
  • d)
    1.5
Correct answer is option 'A'. Can you explain this answer?

Sanya Agarwal answered
Concept:
Bisection method:
Used to find the root for a function. Root of a function f(x) = a such that f(a)= 0
Property: if a function f(x) is continuous on the interval [a…b] and sign of f(a) ≠  sign of f(b). There is a value c belongs to [a…b] such that f(c) = 0, means c is a root in between [a….b]
Note:
Bisection method cut the interval into 2 halves and check which half contains a root of the equation.
1) Suppose interval [a…b] .
2) Cut interval in the middle to find m : m = (a+b)/2
3) sign of f(m) not matches with f(a) proceed the search in the new interval.
Calculation:
Given:
f(x) = x2 - x - 1 = 0  , a = 1 , b = 2
f(1) = 1 - 1 -1 = -1 < 0 , f(2) = 22 - 2 - 1 = 1 > 0 , Hence root lies between 1 and 2
By Bi-section method, 

Which is positive. Hence, the root lies between 1.5 and 2
By Bi-section method, 
The 2nd approximation to a root of the equation x2 - x - 1 = 0 in the interval (1, 2) by Bisection method is 1.75.

The Newton-Raphson method is said to have
  • a)
    Linear convergence
  • b)
    Super linear convergence
  • c)
    Quadratic convergence
  • d)
    Oscillatory convergence
Correct answer is option 'C'. Can you explain this answer?

Sanya Agarwal answered
Concept:
Newton- Raphson method:
  • The Newton - Raphson method is the type of open method (Extrapolation method).
  • It is a powerful technique for solving algebraic and transcendental equations f( x ) = 0, numerically.
  • It is an iteration method for solving a set of various nonlinear equations with an equal number of unknowns.
Advantages:
  • It possesses quadratic convergence characteristics. Therefore, the convergence is very fast.
  • The number of iterations is independent of the size of the system.
  • The Newton-Raphson Method convergence is not sensitive to the choice of slack bus.
  • Overall, there is a saving in computation time since a fewer number of iterations are required.
Disadvantages:
  • It does not converge to a root when the second differential coefficient changes sign
  • It is sensitive to the starting value. Convergence fails if the starting point is not near the root.
  • It is not preferred when the graph of f(x) is nearly horizontal where it crosses the x-axis as the values of f’(x) have negative values in this case.

Chapter doubts & questions for Numerical Solution of Equations - Mathematics for A Level 2025 is part of A Level exam preparation. The chapters have been prepared according to the A Level exam syllabus. The Chapter doubts & questions, notes, tests & MCQs are made for A Level 2025 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests here.

Chapter doubts & questions of Numerical Solution of Equations - Mathematics for A Level in English & Hindi are available as part of A Level exam. Download more important topics, notes, lectures and mock test series for A Level Exam by signing up for free.

Mathematics for A Level

124 videos|166 docs|207 tests

Top Courses A Level