To sketch the graph of the equation y = -3x^2 + 2x - 1, we can start by finding the vertex of the parabola. The vertex of a parabola in the form y = ax^2 + bx + c is given by the formula x = -b/2a.
In this case, a = -3 and b = 2. So the x-coordinate of the vertex is x = -2/(2*(-3)) = 1/3.
To find the y-coordinate of the vertex, we can substitute x = 1/3 into the equation y = -3x^2 + 2x - 1:
y = -3(1/3)^2 + 2(1/3) - 1 y = -3(1/9) + 2/3 - 1 y = -1/3 + 2/3 - 1 y = -1/3
So the vertex of the parabola is at (1/3, -1/3).
Next, we can find the x-intercepts by setting y = 0 and solving for x:
0 = -3x^2 + 2x - 1 3x^2 - 2x + 1 = 0
This quadratic equation does not factor easily, so we can use the quadratic formula to find the x-intercepts:
x = (-(-2) ± sqrt((-2)^2 - 4*3*1))/(2*3) x = (2 ± sqrt(4 - 12))/6 x = (2 ± sqrt(-8))/6 x = (2 ± 2i√2)/6 x = (1 ± i√2)/3
So the x-intercepts are at (1/3 + i√2/3, 0) and (1/3 - i√2/3, 0).
Now we can sketch the graph of the equation y = -3x^2 + 2x - 1. The parabola opens downwards because the coefficient of x^2 is negative. The vertex is at (1/3, -1/3) and the x-intercepts are at (1/3 + i√2/3, 0) and (1/3 - i√2/3, 0). The graph should look like a downward-facing parabola passing through these points.
0
Google Gemini AI
Aug 14
Step 1: Find the vertex.
The vertex of a parabola is given by the formula (-b/2a, f(-b/2a)). In this case, a = -3 and b = 2, so the x-coordinate of the vertex is:
``` -b/2a = -2/2(-3) = 1/3 ```
To find the y-coordinate, we evaluate the function at x = 1/3: