Category Archives: 4.4 Build Quadratic Models from Verbal Descriptions and from Data

Application: Quadratic Minimimization

Problem:

A 28 inch wire is to be cut.  One piece is to be bent into the shape of a square, whereas the other piece is the bent into the shape of a rectangle whose length is twice the width.  Find the width of the rectangle that will minimize the total area.

Solution:

First draw a picture of the shapes the wire will make and label the sides.

The square has equal sides.  Label the side as an unknown quantity x.

The perimeter of the square is 4x and the area of the square is x^2.

The rectangle described as a length that is twice the width.  Label the sides as y and 2y.

The perimeter of the rectangle is 6y and the area of the rectangle is 2y^2.

 

Since the 28 inch piece of wire will be cut and used to form the square and rectangle the total perimeter of the two shapes is 28 inches.

P=4x+6y=28

The total area is to be minimized.

A=2y^2+x^2

To minimize the area there must be only one variable in the expression.  Use the perimeter equation to reduce the number of variables.

Perimeter Equation
4x+6y=28
Solve for one of the variables.  In this example, solve for x by first subtracting 6y from both sides. Simplify.
4x+6y=28
4x+6y-6y=28-6y
4x=28-6y
Continue to solve for x by dividing both sides by 4 and simplifying.
4x=28-6y
{4x}/4={28-6y}/4
x=28/4-{6y}/4
x=7-{3/2}y

Substitute into the area expression to reduce from having two variables to have one variable.

Area Expression
A=2y^2+x^2
Substitute for x.
A=2y^2+x^2
A=2y^2+(7-{3/2}y)^2
Simplify by applying the exponent and simplifying.
A=2y^2+(7-{3/2}y)^2
A=2y^2+(7-{3/2}y)(7-{3/2}y)
A=2y^2+49-{21/3}y-{21/3}y+{9/4}y^2
A=49-{42/2}y+{17/4}y^2
A=49-21y+{17/4}y^2

A(y)={17/4}y^2-21y+49 is in the form of a  quadratic function.  The graph of a quadratic function is a parabola.  This quadratic function has a leading coefficient of 17/4 and since it is positive means that the parabola is opening up.

Find the vertex to find the minimum value.

The formula for the x coordinate of the vertex
y=-b/{2a}
For a quadratic function a is the coefficient of the square term, b is the coefficient of the linear term, and c is the constant
A(y)={17/4}y^2-21y+49
a={17/4}; b=-21; c=49
Substitute the values of a and b into the formula
y=-b/{2a}
y={-(-21)}/{2({17/4})}
y={21}/{34/4}
y={21}/{17/2}
y={21}*{2/17}
y=42/17
Simplify with a calculator
y=42/17
y=2.470588235

Round to the nearest tenth and y=2.5.

The total area of the square and rectangle is minimized when the width of the rectangle is 2.5 inches.

Application of Quadratic Function: Maximize

Example:

A baseball player swings and hits a pop fly straight up in the air to the catcher.  The height of the baseball in meters t seconds after it is hit is given by the quadratic function h(t)=-4.9t^2+17.4t+1.  How long does it take the baseball to reach its maximum height?  What is the maximum height obtained by the baseball?

Solution:

h(t)=-4.9t^2+14.7t+1 is defined to be a quadratic function.  The graph of a quadratic function is a parabola.  This quadratic function has a leading coefficient of -4.9 and since it is negative means that the parabola is opening down.

Find the vertex to find the maximum value.

The formula for the x coordinate of the vertex
t=-b/{2a}
For a quadratic function a is the coefficient of the square term, b is the coefficient of the linear term, and c is the constant
h(t)=-4.9t^2+14.7t+1
a=-4.9; b=14.7; c=1
Substitute the values of a and b into the formula
t=-b/{2a}
t={-(14.7)}/{2(-4.9)}
Simplify with a calculator
t={-(14.7)}/{2(-4.9)}
t=1.5

The ball reaches the maximum height 1.5 seconds after the ball was hit.

The maximum height can be found by substituting 1.5 seconds for time in the height function.

The height function
h(t)=-4.9t^2+14.7t+1
Substitute t=1.5 in the height function
h(t)=-4.9t^2+14.7t+1
h(1.5)=-4.9(1.5)^2+14.7(1.5)+1
Simplify using a calculator
h(1.5)=-4.9(1.5)^2+14.7(1.5)+1
h(1.5)=12.025

The maximum height of the ball is 12.025 meters.

Here is a video example maximizing the position function.