FINDING ROOTS

Objective #1: Explain the concept of roots to an equation and determine the number of roots to an equation.

Objective #2: Use graphical methods to find or predict roots.

Objective #3: Explain and use the Bisection Method to finding roots.

Objective #4: Explain and use the False Position Method (aka Regula Falsi Method) for finding roots.

COMPUTING INTEGRALS

Objective #5: Explain and use the Trapezoidal Rule for numerical integration.

Objective #6: Explain and use Simpson's 1/3 Rule and Simpson's 3/8 Rule for numerical integration.

SOLVING SYSTEMS OF LINEAR EQUATIONS

Objective #7: Explain and use 3 methods for solving simultaneous linear equations by hand.

Objective #8: Explain and use a computer algorithm for using Gauss Elimination.

Objective #9: Explain and use a computer algorithm for using Gauss-Jordan's Method.