SOLUTION: Find the vertex, the line of symmetry, the maximum or minimum value of the quadratic function, and then graph the function. f(x) = 4x^2 - 24x + 38 I believe the vertex points

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: Find the vertex, the line of symmetry, the maximum or minimum value of the quadratic function, and then graph the function. f(x) = 4x^2 - 24x + 38 I believe the vertex points      Log On


   



Question 131786: Find the vertex, the line of symmetry, the maximum or minimum value of the quadratic function, and then graph the function.
f(x) = 4x^2 - 24x + 38
I believe the vertex points are 3, 2.
The line of symmetry would then be 3 and then I get stuck. Is 2 a maximum or minimum value and I need to know that to graph the function. So, I'm stuck. Can someone help?

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
So far so good. The vertex is at (3,2) and the axis of symmetry is x=3. As to the maximum/minimum thing, all you need to do is determine whether the parabola is concave up (makes a valley), or concave down (makes a hill). The sign on the lead coefficient tells you directly. If the a in ax%5E2%2Bbx%2Bc is negative, the parabola is concave down and the vertex is a maximum, if it is positive, the parabola is concave up and the vertex is a minimum.

In this case, 4 is positive, so concave up and f(3) = 2 is a minimum.

As to sketching a graph, you already have one point, the vertex, so plot that. Then you need to make a table of values for two or three x values on one side of the axis of symmetry. Once you have done that you will have the same number of values for the other side of the axis because of the symmetrical property.

x = 4, f(4) = 4*16 - 24*4 + 38 = 102 - 96 = 6 => (4,6)
x = 5, f(5) = 4*25 - 24*5 + 38 = 138 - 120 = 18 => (5,18)
x = 6, f(6) = 4*36 - 24*6 + 38 = 182 - 144 = 38 => (6,38)
And, because of symmetry about x=3
x = 2, f(2) = f(4) = 6 => (2,6)
x = 1, f(1) = f(5) = 18 => (1,18)
x = 0, f(0) = f(6) = 38 => (0,38)

Plot your points and draw a smooth curve. Done.