Category Archives: Sullivan Chapter 4

Analyze a Quadratic Function in Vertex Form

Example: Given the quadratic function in vertex form, state the domain, range, vertex, x-intercepts, y-intercept, the orientation (opens up or opens down), and the axis of symmetry.  Finally graph the function.

f(x)=-{1/4}(x-1)^2+5

Solution:

Find the vertex.

When the quadratic function is written in standard form you can identify the vertex as (h,k).

f(x)=a(x-h)^2+k

f(x)=-{1/4}(x-1)^2+5

The vertex of the quadratic function is (1,5).

Find the orientation.

The leading coefficient of the quadratic function is negative so the parabola opens down.

Find the y-intercept.

To find a y-intercept let x=0.

Start with the original function.
f(x)=-{1/4}(x-1)^2+5
To find a y-intercept let x=0.
f(0)=-{1/4}(0-1)^2+5
Simplify using order of operations.  First complete operations inside parenthesis.
f(0)=-{1/4}(0-1)^2+5
f(0)=-{1/4}(-1)^2+5
Apply the exponent.
f(0)=-{1/4}(-1)^2+5
f(0)=-{1/4}(1)+5
Multiply.
f(0)=-{1/4}(1)+5
f(0)=-{1/4}+5
Get a common denominator and combine fractions
f(0)=-{1/4}+5
f(0)=-{1/4}+20/4
f(0)=19/4

The y-intercept is (0,19/4).

Find the x-intercept.

Start with the original function.
f(x)=-{1/4}(x-1)^2+5
To find an x-intercept let y=0 or f(x)=0.
0=-{1/4}(x-1)^2+5
Isolate the square by subtracting 5 on both sides.  Then simplify.
0=-{1/4}(x-1)^2+5
0-5=-{1/4}(x-1)^2+5-5
-5=-{1/4}(x-1)^2
Isolate the square by multiplying by -4 on both sides.  Then simplify.
-5=-{1/4}(x-1)^2
-5(-4)=(-4)-{1/4}(x-1)^2
20=(x-1)^2
Get rid of the square by square rooting both sides.
20=(x-1)^2
sqrt{20}=sqrt{(x-1)^2}
pm sqrt{20}=x-1
Simplify the radical by finding a perfect square factor of 20.
pm sqrt{20}=x-1
pm sqrt{4*5}=x-1
pm 2 sqrt{5}=x-1
Isolate x by adding 1 to both sides.  Then simplify.
pm 2 sqrt{5}=x-1
1 pm 2 sqrt{5}=x-1+1
1  pm   2 sqrt{5}=x
Rewrite as two separate answers.
1  pm   2 sqrt{5}=x
1 + 2 sqrt{5}=x or 1 - 2 sqrt{5}=x

The x-intercepts are (1 + 2 sqrt{5},0) and (1 - 2 sqrt{5},0)

Find the axis of symmetry.

The axis of symmetry is a vertical line that passes through the vertex.  Since the vertex is (1,5) the axis of symmetry is x=1.

Graph the function.

Plot the intercepts and the vertex.

Since the vertex is the highest point we can draw the parabola using the peak at the vertex.

Find the domain and range.

The domain is (- infty, infty).

The range is (  - infty, 5 {}{]}.

Here is a video example analyzing a quadratic function in vertex form.

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.