Chapter 3: Problem 14
a) Find the vertex. b) Find the axis of symmetry. c) Determine whether there is a maximum or a minimum value and find that value. d) Graph the function. $$f(x)=-x^{2}-8 x+5$$
Short Answer
Expert verified
Vertex: (-4, 21). Axis of symmetry: x = -4. Maximum value: 21.
Step by step solution
01
- Convert to Vertex Form
To find the vertex, rewrite the quadratic function in the form y = a(x-h)^2 + kFirst, complete the square for the quadratic function. Start with the given function:f(x) = -x^2 - 8x + 5Factor out the -1:f(x) = - (x^2 + 8x) + 5Next, complete the square by adding and subtracting the square of half the coefficient of x inside the parentheses:f(x) = - (x^2 + 8x + 16 - 16) + 5This simplifies to:f(x) = - (x + 4)^2 + 16 + 5So:f(x) = - (x + 4)^2 + 21
02
- Find the Vertex
From the vertex form of the function:y = - (x + 4)^2 + 21The vertex (V) can be identified as (-h, k).Therefore, the vertex is (-4, 21).
03
- Determine the Axis of Symmetry
The axis of symmetry of a parabola in the form y = a(x - h)^2 + k can be determined by the value of x=h.For the given function, the axis of symmetry is x = -4.
04
- Identify Maximum or Minimum Value
Since the coefficient of the x^2 term is negative (a = -1), the parabola opens downwards, indicating it has a maximum value.The value of the function at the vertex is the maximum value,which is 21.
05
- Graph the Function
To graph f(x) = -x^2 - 8x + 5,identify key points:1. The vertex is (-4, 21).2. The y-intercept is (f(0) = 5)until x = 0.3. Plot points on either side of the vertex for accuracy, such as (-3,16)and (-5,16).Draw a smooth curve through these points to complete the graph.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
vertex form
The vertex form of a quadratic equation is a special way of writing the quadratic function. The general form is given by: \[y = a(x - h)^2 + k\]where
- \(a\) is the coefficient that determines the direction and width of the parabola
- \(h\) represents the x-coordinate of the vertex
- \(k\) represents the y-coordinate of the vertex
axis of symmetry
The axis of symmetry of a quadratic function is a vertical line that divides the parabola into two mirror images. Its equation is found directly from the vertex form of the quadratic function, specifically from the \(h\) value in \(y = a(x - h)^2 + k\). For our quadratic function: \[f(x) = - (x + 4)^2 + 21\]We know that the vertex form gives us \(h = -4\), hence the axis of symmetry is:\[x = -4\]This line is crucial because it helps in graphing the parabola accurately by providing a reference around which the parabola is symmetrical.
maximum and minimum values
Quadratic functions can either have a maximum or a minimum value, depending on whether the parabola opens upwards or downwards. This behavior is indicated by the coefficient \(a\) in the vertex form \(y = a(x - h)^2 + k\).- If \(a > 0\), the parabola opens upwards, and the function has a minimum value at the vertex.- If \(a < 0\), the parabola opens downwards, and the function has a maximum value at the vertex.For \(f(x) = - (x + 4)^2 + 21\), the coefficient \(a = -1\), which is negative. Therefore, the parabola opens downwards, and the function has a maximum value at the vertex.The maximum value of the function is the y-coordinate of the vertex, which is 21. So, the maximum value of \(f(x)\) is 21.
graphing parabolas
Graphing a quadratic function involves plotting the vertex, axis of symmetry, y-intercept, and several more key points to get an accurate curve. For \(f(x) = -x^2 - 8x + 5\), follow these steps:1. **Identify the vertex**: The vertex is at \((-4, 21)\), from the vertex form2. **Find the y-intercept**: Set \(x = 0\) in the original function: \[ f(0) = -0^2 - 8(0) + 5 = 5\]So, the y-intercept is (0, 5)3. **Plot additional points**: Calculate more points around the vertex. Some examples are:
- \(x = -3\): \(f(-3) = -(-3)^2 - 8(-3) + 5 = 16\)
- \(x = -5\): \(f(-5) = -(-5)^2 - 8(-5) + 5 = 16\)