Skills Review for Maxima/Minima Problems and Lagrange Multipliers

Learning Outcomes

  • Solve systems of equations
  • Describe how to use critical points to locate absolute extrema over a closed interval

In the Maxima/Minima Problems and Lagrange Multipliers sections, we will learn how to determine where a function of multiple variables is either maximized or minimized on a certain interval. Here we will review how to solve a system of equations in two variables and find the absolute extrema of a function of one variable.

Solve a System of Equations in Two Variables

A system of linear equations consists of two or more linear equations made up of two or more variables such that all equations in the system are considered simultaneously. To find the unique solution to a system of linear equations, we must find a numerical value for each variable in the system that will satisfy all equations in the system at the same time. Some linear systems may not have a solution and others may have an infinite number of solutions. In order for a linear system to have a unique solution, there must be at least as many equations as there are variables. Even so, this does not guarantee a unique solution.

We will first look at systems of linear equations in two variables, which consist of two equations that contain two different variables. For example, consider the following system of linear equations in two variables.

[latex]\begin{gathered}2x+y=15\\ 3x-y=5\end{gathered}[/latex]

The solution to a system of linear equations in two variables is any ordered pair that satisfies each equation independently. In this example, the ordered pair (4, 7) is the solution to the system of linear equations. We can verify the solution by substituting the values into each equation to see if the ordered pair satisfies both equations. Shortly we will investigate methods of finding such a solution if it exists.

[latex]\begin{align}2\left(4\right)+\left(7\right)&=15&&\text{True} \\ 3\left(4\right)-\left(7\right)&=5&&\text{True} \end{align}[/latex]

Two of the most common ways to solve a system of linear equations are the substitution method and the addition (elimination) method.

The Substitution Method

How To: Given a system of two equations in two variables, solve using the substitution method.

  1. Solve one of the two equations for one of the variables in terms of the other.
  2. Substitute the expression for this variable into the second equation, then solve for the remaining variable.
  3. Substitute that solution into either of the original equations to find the value of the first variable. If possible, write the solution as an ordered pair.
  4. Check the solution in both equations.

EXAMPLE: SOLVING A SYSTEM OF EQUATIONS USING THE SUBSTITUTION METHOD

Solve the following system of equations by substitution.

[latex]\begin{align}-x+y&=-5 \\ 2x-5y&=1 \end{align}[/latex]

Try It

The Addition (Elimination) Method

How To: Given a system of equations, solve using the addition method.

  1. Write both equations with x– and y-variables on the left side of the equal sign and constants on the right.
  2. Write one equation above the other, lining up corresponding variables. If one of the variables in the top equation has the opposite coefficient of the same variable in the bottom equation, add the equations together, eliminating one variable. If not, use multiplication by a nonzero number so that one of the variables in the top equation has the opposite coefficient of the same variable in the bottom equation, then add the equations to eliminate the variable.
  3. Solve the resulting equation for the remaining variable.
  4. Substitute that value into one of the original equations and solve for the second variable.
  5. Check the solution by substituting the values into the other equation.

Example: SOLVING A SYSTEM OF EQUATIONS USING THE ADDITION METHOD

Solve the given system of equations by addition.

[latex]\begin{align}x+2y&=-1 \\ -x+y&=3 \end{align}[/latex]

Example: SOLVING A SYSTEM OF EQUATIONS USING THE ADDITION METHOD

Solve the given system of equations by the addition method.

[latex]\begin{align}3x+5y&=-11 \\ x - 2y&=11 \end{align}[/latex]

Locating Absolute Extrema

The extreme value theorem states that a continuous function over a closed, bounded interval has an absolute maximum and an absolute minimum.

Location of Absolute Extrema


Let [latex]f[/latex] be a continuous function over a closed, bounded interval [latex]I[/latex]. The absolute maximum of [latex]f[/latex] over [latex]I[/latex] and the absolute minimum of [latex]f[/latex] over [latex]I[/latex] must occur at endpoints of [latex]I[/latex] or at critical points of [latex]f[/latex] in [latex]I[/latex].

How To: Given a Function, Locate the Absolute Extrema Over a Closed Interval [latex][a,b][/latex].

  1. Evaluate [latex]f[/latex] at the endpoints [latex]x=a[/latex] and [latex]x=b[/latex].
  2. Find all critical points of [latex]f[/latex] that lie over the interval [latex](a,b)[/latex] and evaluate [latex]f[/latex] at those critical points.
  3. Compare all values found in (1) and (2). From the location of absolute extrema, the absolute extrema must occur at endpoints or critical points. Therefore, the largest of these values is the absolute maximum of [latex]f[/latex]. The smallest of these values is the absolute minimum of [latex]f[/latex].

Example: Locating Absolute Extrema

For each of the following functions, find the absolute maximum and absolute minimum over the specified interval and state where those values occur.

  1. [latex]f(x)=−x^2+3x-2[/latex] over [latex][1,3][/latex].
  2. [latex]f(x)=x^2-3x^{\frac{2}{3}}[/latex] over [latex][0,2][/latex].

Try It

Find the absolute maximum and absolute minimum of [latex]f(x)=x^2-4x+3[/latex] over the interval [latex][1,4][/latex].

Try It