Chapter 8: Problem 34
Find the vertex of the graph of each quadratic function. Determine whether the graph opens upward or downward, find any intercepts, and sketch the graph. See Examples 1 through 4 . $$ f(x)=x^{2}-4 x+3 $$
Short Answer
Expert verified
The vertex is (2, -1), the graph opens upward, y-intercept is (0, 3), x-intercepts are (3, 0) and (1, 0).
Step by step solution
01
Identify Quadratic Function Form
The function given is \(f(x) = x^2 - 4x + 3\). This is in the standard form \(f(x) = ax^2 + bx + c\) with \(a = 1\), \(b = -4\), and \(c = 3\).
02
Determine Direction of the Parabola
The direction in which a parabola opens is determined by the sign of \(a\). If \(a > 0\), the parabola opens upward; if \(a < 0\), downward. Here, \(a = 1\), so the graph opens upward.
03
Calculate the Vertex
The vertex of a quadratic function \(f(x) = ax^2 + bx + c\) can be found using the formula \(x = -\frac{b}{2a}\). Substitute \(b = -4\) and \(a = 1\) to get \(x = -\frac{-4}{2 \times 1} = 2\). Then find \(f(2)\) to get the y-coordinate: \(f(2) = 2^2 - 4 \times 2 + 3 = 4 - 8 + 3 = -1\). The vertex is \((2, -1)\).
04
Find the Intercepts
**Y-Intercept:** The y-intercept is found by evaluating \(f(0)\): \(f(0) = 0^2 - 4 \cdot 0 + 3 = 3\), so the y-intercept is \( (0, 3) \).**X-Intercepts:** These occur where \(f(x) = 0\): Solve the equation \(x^2 - 4x + 3 = 0\). Factor it to get \((x - 3)(x - 1) = 0\), so \(x = 3\) and \(x = 1\) are the x-intercepts, or \((3, 0)\) and \((1, 0)\).
05
Sketch the Graph
The graph is a parabola opening upward with a vertex at \((2, -1)\). It passes through the points \((0, 3)\), \((1, 0)\), and \((3, 0)\). Sketch the parabola, showing the vertex as the lowest point, and include the intercepts.
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 of a Parabola
The vertex of a parabola is a key feature that represents the turning point of its graph. In a quadratic function given by the formula \(f(x) = ax^2 + bx + c\), the vertex can be calculated using the vertex formula for the x-coordinate: \(x = -\frac{b}{2a}\). Once you have the x-coordinate, plug it back into the function to find the corresponding y-coordinate. This results in the vertex being at the point \((x, f(x))\).
Let's take an example to understand this. For the quadratic function \(f(x) = x^2 - 4x + 3\), we have \(a = 1\) and \(b = -4\). Applying the vertex formula, we find:
Let's take an example to understand this. For the quadratic function \(f(x) = x^2 - 4x + 3\), we have \(a = 1\) and \(b = -4\). Applying the vertex formula, we find:
- \(x = -\frac{-4}{2 \times 1} = 2\)
- Calculating the y-coordinate: \(f(2) = 4 - 8 + 3 = -1\)
Parabola Direction
The direction in which a parabola opens is crucial when analyzing a quadratic function's graph. This direction is determined by the sign of the coefficient \(a\) in the standard form \(f(x) = ax^2 + bx + c\).
Here's a simple guideline:
Here's a simple guideline:
- If \(a > 0\), the parabola opens upward, resembling a U-shape.
- If \(a < 0\), the parabola opens downward, creating an upside-down U-shape.
X-Intercepts
X-intercepts are the points where the graph of a function crosses the x-axis. For quadratic functions, these are also known as the roots or solutions of the equation \(f(x) = 0\).
To find these intercepts, you need to solve the equation \(ax^2 + bx + c = 0\). Sometimes, the quadratic can be factored easily, as is the case with our example \(f(x) = x^2 - 4x + 3\):
To find these intercepts, you need to solve the equation \(ax^2 + bx + c = 0\). Sometimes, the quadratic can be factored easily, as is the case with our example \(f(x) = x^2 - 4x + 3\):
- Factor the quadratic: \((x - 3)(x - 1) = 0\)
- Solve for x: \(x = 3\) and \(x = 1\)
Y-Intercepts
The y-intercept of a quadratic function is the point where the graph intersects the y-axis. It represents the function's output value when the input \(x\) is zero.
To find this intercept, simply evaluate the function at \(x = 0\). Specifically, it's the constant term in the quadratic equation \(f(x) = ax^2 + bx + c\), which is \(c\). For our function \(f(x) = x^2 - 4x + 3\), finding the y-intercept means:
To find this intercept, simply evaluate the function at \(x = 0\). Specifically, it's the constant term in the quadratic equation \(f(x) = ax^2 + bx + c\), which is \(c\). For our function \(f(x) = x^2 - 4x + 3\), finding the y-intercept means:
- Calculate \(f(0): f(0) = 0^2 - 4 \times 0 + 3 = 3\)