HOW TO FIND MAXIMUM AND MINIMUM VALUE OF A QUADRATIC EQUATION

Subscribe to our โ–ถ๏ธ YouTube channel ๐Ÿ”ด for the latest videos, updates, and tips.

The graphical form of a quadratic function will be a parabola (u shpae). In which the maximum and minimum value will be there at vertex.

To find the maximum or minimum value from the quadratic equation, we have the following ways.

(i) Converting into the vertex form

(ii) Using formula

Converting the quadratic function into vertex form :

The vertex form of a quadratic polynomial is 

y = a(x - h)2 + k

Here (h, k) is vertex.

  • If a > 0, then the parabola opens up.
  • If a < 0, then the parabola opens down.

Using formula :

Compare the given equation with the general form of a quadratic equation 

y = ax2 + bx + c

To find x-coordinate of vertex, we can use the formula

x = -b/2a

This value can be applied in the given equation to get the value of y.

So, minimum or maximum value is the value of y.

Find the maximum or minimum value of the following function.

Problem 1 :

y = โ€“x2 + 2x + 3

Solution :

Method 1 :

y = โ€“x2 + 2x + 3

Factoring negative sign.

y = โ€“[x2 - 2x - 3]

Write the coefficient of x as a multiple of 2.

y = โ€“[x2 - 2 โ‹… โ‹… 1 + 12 - 12 - 3]

y = โ€“[(x-1)2 - 1 - 3]

y = โ€“[(x-1)2 - 4]

y = โ€“(x-1)2 + 4

It is exactly in the form of 

y = a(x - h)2 + k

Here a = -1 < 0, then the parabola opens down.

Vertex is at (1, 4). So, minimum is at x = 1 and the minimum value = 4.

Method 2 :

y = โ€“x2 + 2x + 3

a = -1, b = 2 and c = 3

x = -b/2a

x = -2/2(-1)

x = 1

By applying the value of x in the given equation, we get

y = -(1)2 + 2(1) + 3

y = -1 + 2 + 3

y = 4

So, the minimum point is at (1, 4).

Minimum value is y = 4

Problem 2 :

y = 2x2 + 4x โ€“ 3

Solution :

y = 2x2 + 4x โ€“ 3

Factoring 2, we get

y = 2x2 +2x- 32y=2x2- 2ยทxยท1+12-12-32y=2(x-1)2- 12-32y=2(x-1)2- 52y=2(x-1)2- 252y=2(x-1)2- 5

y = 2(x + 1)2 - 5

Here (h, k) is (-1, -5).

Vertex is at (-1, -5).

So,

minimum is at x = -1 and 

minimum value = -5.

Problem 3 :

y = โ€“3x2 + 4x 

Solution :

y = โ€“3[x2 + 4x/3]

y = -3x2 - 43xy=-3x2- 2 ยทx ยท23+232-232y=-3x -232-232y=-3x -232-49y=-3x -232+43

Here (h, k) is (2/3, 4/3).

Vertex is at (2/3, 4/3).

So,

minimum is at x = 2/3 and 

minimum value = 4/3

Problem 4 :

x is the horizontal distance (in feet) and y is the vertical distance (in feet). Find and interpret the coordinates of the vertex.

a) The path of a basketball thrown at an angle of 45ยฐ can be modeled by

y = โˆ’0.02x2 + x + 6

b) The path of a shot put released at an angle of 35ยฐ can be modeled by

y = โˆ’0.01x2 + 0.7x + 6

max-min-wordproblem-quadratic-q1

Solution :

The path of a basketball thrown at an angle of 45ยฐ

y = โˆ’0.02x2 + x + 6

y = โˆ’0.02[x2 - x/0.02] + 6

= โˆ’0.02[(x - 1/0.04)2 - (1/0.04)2 ] + 6

= โˆ’0.02[(x - 1/0.04)2 - (1/0.0016)] + 6

= โˆ’0.02(x - 1/0.04)2 + (0.02/0.0016) + 6

= โˆ’0.02(x - 1/0.04)2 + 12.5 + 6

= โˆ’0.02(x - 1/0.04)2 + 18.5

Vertex is at (1/0.04, 18.5)

1/0.04 ==> 25

V (25, 18.5)

When basket ball reaches the maximum height 18.5 ft, the horizontal distance is 25 ft.

The path of a shot put released at an angle of 35ยฐ

y = โˆ’0.01x2 + 0.7x + 6

y = โˆ’0.01[x2 - 0.7x/0.01] + 6

= โˆ’0.01[x2 - 70x] + 6

= โˆ’0.01[(x - 35)2 + 352] + 6

= โˆ’0.01[(x - 35)2 + 1225] + 6

= โˆ’0.01(x - 35)2 + 12.25 + 6

= โˆ’0.01(x - 35)2 + 18.25

V (35, 18.5)

When basket ball reaches the maximum height 18.5 ft, the horizontal distance is 35 ft.

Problem 5 :

The engine torque y (in foot-pounds) of one model of car is given by

y = โˆ’3.75x2 + 23.2x + 38.8

where x is the speed (in thousands of revolutions per minute) of the engine.

a. Find the engine speed that maximizes torque. What is the maximum torque?

b. Explain what happens to the engine torque as the speed of the engine increases.

Solution :

y = โˆ’3.75x2 + 23.2x + 38.8

a) y = โˆ’3.75[x2 - 6.18x] + 38.8

= โˆ’3.75[(x - 3.09)2 + 3.092] + 38.8

= โˆ’3.75[(x - 3.09)2 + 9.54] + 38.8

= โˆ’3.75(x - 3.09)2 - 35.775 + 38.8

= โˆ’3.75(x - 3.09)2 + 3.13

The maximum speed of torque is 3.09 and maximum torque is 3.13.

b) When speed increases the engine torque will also increase.

Subscribe to our โ–ถ๏ธ YouTube channel ๐Ÿ”ด for the latest videos, updates, and tips.

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More