{{ toc.name }}
{{ toc.signature }}
{{ toc.name }} {{ 'ml-btn-view-details' | message }}
{{ stepNode.name }}
{{ 'ml-toc-proceed' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
{{ 'ml-btn-show-less' | message }} {{ 'ml-btn-show-more' | message }} expand_more
{{ 'ml-heading-abilities-covered' | message }}
{{ ability.description }} {{ ability.displayTitle }}

{{ 'ml-heading-lesson-settings' | message }}

{{ 'ml-lesson-show-solutions' | message }}
{{ 'ml-lesson-show-hints' | message }}
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount}}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount}}
{{ 'ml-lesson-time-estimation' | message }}

Method

Numerical Methods for Equations

Approximate solutions, and sometimes exact solutions to equations, can be found using numerical methods. These methods are useful for finding solutions to equations where algebraic methods either cannot be applied or are too time-consuming to be of practical use.

Method

Guess and Check

In the guess and check method, the idea is to first guess what the solution might be followed by testing that guess in the equation. The test result is then used to refine the guess, which is again tested in the equation. This process is repeated until the test result from the guess is sufficiently close to the solution.
Solve to two significant digits
Comment

Since the equation's solution is in the interval an approximate answer with two significant digits is

Method

Graphing Method

In the graphing method, each side of the equation is interpreted as a function. These functions are then graphed on the same set of axes. The solutions to the equation are the -coordinates of the points of intersection between the graphs. For example, to approximate the solution of the equation consider the following functions.
Then, both functions are graphed on the same coordinate plane.

The solution is in the interval To find a better approximation it is necessary to readjust the scale on the -axis and to narrow the interval on which the functions are graphed.

Method

Calculator

Many calculators have one or more tools for numerically approximating the solutions to equations. These are the steps to find for the equation using a TI-84 calculator. First, press the button and look for the option Solver. The screen will then show this.

Next, the left-hand side of the equation should be written on the second line. Then, by pressing the button, a numerical approximation of the solution is calculated.

To use this particular tool, one side of the equation needs to be equal to Therefore, it may be necessary to rearrange the equation before writing it in the calculator.

Method

Iterative Methods

Other commonly used numerical methods for solving equations include Newton's method, the bisection method, and the secant method. These methods use iterative approaches to finding the solution where each iteration yields a better approximation than the previous.

Extra

Advantages and Disadvantages

Numerical methods are helpful when solving complicated equations that cannot be solved algebraically. However, when using numerical methods it is often only possible to find approximations of the solutions. If it is necessary to find an exact solution, algebraic methods in most cases are preferred.