HomeTestsSearchRankProfile
mediumMCQPYQs Based Test - 26 : Numerical Methods (Algebraic Equations)General
1 mark (−0.33)

The 2 approximation to a root of the equation x² - x - 1 = 0 in the interval (1, 2) by Bisection method will be:

  1. A
    1.75
  2. B
    1.35
  3. C
    1.25
  4. D
    1.5

Solution & Step-by-step Explanation

Bisection Method: Finding the 2nd Approximation of a Root

The Bisection method is a popular numerical technique used to find the roots of a continuous function within a specified interval. The fundamental principle of this method is to repeatedly divide the interval in half and then determine which sub-interval contains the root. This iterative process narrows down the range until the desired accuracy for the root is achieved. A key condition for applying the Bisection method is that the function must have opposite signs at the endpoints of the initial interval, ensuring that at least one root lies within that interval.

We are tasked with finding the 2nd approximation to a root of the equation in the interval using the Bisection method. Let's define our function as .

Initial Interval Check for the Bisection Method

Before proceeding with the Bisection method, it is crucial to confirm that a root indeed exists within the given interval . This is done by evaluating the function at both endpoints of the interval to check for a sign change.

- Let the initial interval be .
- Calculate :
- Calculate :

Since (a negative value) and (a positive value), there is a sign change. As is a continuous function, we can confidently say that a root of the equation lies within the interval .

**First Approximation () using Bisection**

The first approximation, denoted as , is calculated as the midpoint of the initial interval .

- The general formula for the midpoint in the Bisection method is .
- For the 1st approximation:
- Next, we evaluate the function at this first approximation :

Interval Update for Second Approximation

To determine the new sub-interval that contains the root for the next iteration, we compare the sign of with the signs of and .

- We found (negative).
- Recall (negative).
- Recall (positive).

Since is negative and is positive, the root must lie in the interval between 1.5 and 2. This means we replace the old lower bound with .

- Therefore, for the next iteration, our new interval becomes .

**Second Approximation () using Bisection**

The second approximation, , is calculated as the midpoint of the newly refined interval .

- Using the midpoint formula for the second iteration:

Thus, the 2nd approximation to the root of the equation in the interval by the Bisection method is 1.75.

Summary of Bisection Method Iterations

The steps performed for the Bisection method can be summarized in the table below:
Iteration (k)New Interval
012N/A-11N/A
1121.5-11-0.25 (Since is negative, replace with )
21.521.75-0.251N/AN/A
Based on the calculations, the 2nd approximation obtained using the Bisection method is 1.75.

Practice this question

Try it yourself before checking the explanation above.

The 2 approximation to a root of the equation x² - 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

Share This Question

Related Questions

Ready for a Full Test?

Practice with timed mock tests and track your performance across General.

Discussion