Chapter 11: Problem 21
Sketch the graph of the given equation. Find the intercepts; approximate to the nearest tenth where necessary. $$y=-x^{2}+2 x+3$$
Short Answer
Expert verified
x-intercepts: (3, 0) and (-1, 0); y-intercept: (0, 3); vertex: (1, 4).
Step by step solution
01
Identify the type of equation
The given equation is a quadratic equation: \[ y = -x^2 + 2x + 3 \] Since the coefficient of \( x^2 \) is negative, the parabola opens downward.
02
Find the y-intercept
The y-intercept is found by setting \( x = 0 \) in the equation: \[ y = -0^2 + 2(0) + 3 = 3 \] So, the y-intercept is at (0, 3).
03
Find the x-intercepts
To find the x-intercepts, set \( y = 0 \) and solve for \( x \): \[ 0 = -x^2 + 2x + 3 \] Rearrange the equation: \[ x^2 - 2x - 3 = 0 \] Solve the quadratic equation using the quadratic formula, \( x = \frac{{-b \pm \sqrt{{b^2-4ac}}}}{2a} \) where \( a = 1 \), \( b = -2 \), and \( c = -3 \): \[ x = \frac{{2 \pm \sqrt{{4 + 12}}}}{2} = \frac{{2 \pm \sqrt{16}}}{2} \] \[ x = \frac{{2 \pm 4}}{2} \] This simplifies to two solutions: \[ x = 3 \text{ and } x = -1 \] Therefore, the x-intercepts are at (3, 0) and (-1, 0).
04
Find the vertex
The vertex form of a quadratic equation is \( y = a(x-h)^2 + k \). For\[ y = -x^2 + 2x + 3 \], the vertex can be found using the formula \( x = -\frac{b}{2a} \) for the x-coordinate:\[ x = -\frac{2}{2(-1)} = 1 \] Substitute \( x = 1 \) back into the original equation to find the y-coordinate: \[ y = -1^2 + 2(1) + 3 = -1 + 2 + 3 = 4 \] So, the vertex is at (1, 4).
05
Sketch the graph
Plot the intercepts (0, 3), (3, 0), and (-1, 0) along with the vertex (1, 4) on a coordinate plane. Draw a smooth curve through these points to complete the graph of the parabola, making sure it opens downward.
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.
Parabolas
A parabola is a U-shaped curve that represents the graph of a quadratic equation. In standard form, a quadratic equation looks like this: \( y = ax^2 + bx + c \). The key feature of a parabola is that it can open either upwards or downwards, depending on the sign of the coefficient \( a \).
- If \( a > 0 \), the parabola opens upwards.
- If \( a < 0 \), the parabola opens downwards, creating an upside-down U shape.
Intercepts
Intercepts are the points where the parabola crosses the x-axis and y-axis.
- Y-intercept: This is where the graph crosses the y-axis. To find this point, set \( x = 0 \) in the equation and solve for \( y \). In our case: \( y = -0^2 + 2(0) + 3 = 3 \), so the y-intercept is (0, 3).
- X-intercepts: These are the points where the graph crosses the x-axis. To find these points, set \( y = 0 \) and solve for \( x \). For our equation: \( 0 = -x^2 + 2x + 3 \). Rearrange and solve the quadratic equation: \( x^2 - 2x - 3 = 0 \). Using the quadratic formula \( x = \frac{{-b \pm \sqrt{{b^2 - 4ac}}}}{2a} \), we get two solutions, \( x = 3 \) and \( x = -1 \), so the x-intercepts are at (3, 0) and (-1, 0).
Vertex
The vertex of a parabola is its highest or lowest point, depending on the direction it opens. For downward-opening parabolas, like ours, the vertex is the maximum point. The vertex can be found using the formula for the x-coordinate: \( x = -\frac{b}{2a} \).Using this formula for our equation \( y = -x^2 + 2x + 3 \), we get: \( x = -\frac{2}{2(-1)} = 1 \).Substitute \( x = 1 \) back into the original equation to get the y-coordinate of the vertex: \( y = -1^2 + 2(1) + 3 = 4 \).Therefore, the vertex of our parabola is at the point (1, 4).
- The vertex form of a quadratic equation can be written as: \( y = a(x-h)^2 + k \), where (h, k) is the vertex.