A set of college algebra problems on quadratic functions with answers are presented. The questions relate to transformations of graphs, vertices, range, intercepts, and applications. Each solution is hidden inside a collapsible dropdown so you can practice independently before reviewing the step-by-step solutions.
Write the quadratic function \( f(x) = -2x^2 - 12x - 20 \) in standard form (or vertex form).
To write the function in vertex form, complete the square:
\[ f(x) = -2(x^2 + 6x) - 20 \] \[ f(x) = -2(x^2 + 6x + 9 - 9) - 20 \] \[ f(x) = -2((x + 3)^2 - 9) - 20 \] \[ f(x) = -2(x + 3)^2 + 18 - 20 \] \[ f(x) = -2(x + 3)^2 - 2 \]Let \( f(x) = -2x^2 + 4x + 6 \).
\( f \) is a quadratic function whose graph has a vertex at the point \((-3 , 2)\) and has a y-intercept at the point \((0 , -16)\).
Find all values of \( b \) and \( c \) so that the quadratic function \( f(x) = x^2 + bx + c \) has a graph that is tangent to the x-axis and a y-intercept at \((0 , 4)\).
The y-intercept at \((0, 4)\) gives \( c = 4 \).
For the graph to be tangent to the x-axis, the discriminant must be zero (\( b^2 - 4ac = 0 \)):
\[ b^2 - 4(1)(4) = 0 \implies b^2 = 16 \implies b = 4 \text{ or } b = -4 \]Solution: \( c = 4 \) and \( b = 4 \) or \( b = -4 \).
Find the equation of a quadratic function \( f \) whose graph has a vertical axis of symmetry \( x = -2 \), the range of \( f \) is given by the interval \([4 , +\infty)\) and \( f(2) = 8 \).
Axis of symmetry \( x = -2 \) means \( h = -2 \), and range \([4, +\infty)\) means \( k = 4 \) and \( a > 0 \). Thus:
\[ f(x) = a(x + 2)^2 + 4 \]Use \( f(2) = 8 \) to find \( a \):
\[ 8 = a(2 + 2)^2 + 4 \implies 4 = 16a \implies a = \frac{1}{4} \]Equation: \( f(x) = \dfrac{1}{4}(x + 2)^2 + 4 \)
A graph of a parabola is shown below. Find:
A rectangular picture measuring \( 10 \) cm by \( 15 \) cm is surrounded by a frame with uniform width \( x \). Write a quadratic function that gives the area \( A \) of the frame as a function of \( x \).
The total dimensions including the frame are \((10 + 2x)\) by \((15 + 2x)\).
The total area minus the picture area gives the area \( A \) of the frame:
\[ A = (10 + 2x)(15 + 2x) - 10 \times 15 = 150 + 30x + 20x + 4x^2 - 150 = 4x^2 + 50x \]Function \( g \) is given by \( g(x) = 2(x - 3)(x - 7) \). Find the value of \( x \) that makes \( g(x) \) maximum.
\( g(x) \) is maximum at \( x = 10 \).