3
5
3
To find the equation of a parabola with vertex at ((-3, 0)) that passes through the point ((3, 18)), we can use the vertex form of a parabola, (y = a(x + 3)^2). To determine the value of (a), substitute the point ((3, 18)) into the equation: [ 18 = a(3 + 3)^2 \implies 18 = a(6)^2 \implies 18 = 36a \implies a = \frac{1}{2}. ] Thus, the equation of the parabola is (y = \frac{1}{2}(x + 3)^2).
The points at which the parabola intersects the x axis are 3-sqrt(10)/2 and 3+sqrt(10)/2. The X position of the vertex is in the middle, at 3. The y position, from there, is simply found by substituting 2 for x in the equation. As a result, the vertex is at (3, 5).
-1
The vertex of this parabola is at -2 -3 When the y-value is -2 the x-value is -5. The coefficient of the squared term in the parabola's equation is -3.
2
To determine the equation of a parabola with a vertex at the point (5, -3), we can use the vertex form of a parabola's equation: (y = a(x - h)^2 + k), where (h, k) is the vertex. Substituting in the vertex coordinates, we have (y = a(x - 5)^2 - 3). The value of "a" will determine the direction and width of the parabola, but any equation in this form with varying "a" values could represent the parabola.
5
The coordinates will be at the point of the turn the parabola which is its vertex.
3
Y=a(x-h)+k is the vertex formula. Since the vertex is at (-2,-3) this parabola has the equation: y=a(x+2)^2-3 We can plug in x=-1 but we really need to know a, to solve for y. ( we can solve it, but we will have an a in the solution)
-5
please help
A parabola with vertex (h, k) has equation of the form: y = a(x - h)² + k → vertex (k, h) = (-2, -3), and a point on it is (-1, -5) → -5 = a(-1 - -2)² + -3 → -5 = a(1)² - 3 → -5 = a - 3 → a = -2 → The coefficient of the x² term is -2.
The points at which the parabola intersects the x axis are 3-sqrt(10)/2 and 3+sqrt(10)/2. The X position of the vertex is in the middle, at 3. The y position, from there, is simply found by substituting 2 for x in the equation. As a result, the vertex is at (3, 5).
For a parabola with an axis of symmetry parallel to the x-axis, the equation of a parabola is given by: (y - k)² = 4p(x - h) Where the vertex is at (h, k), and the distance between the focus and the vertex is p (which can be calculated as p = x_focus - x_vertex). For the parabola with vertex (1, -3) and focus (2, -3) this gives: h = 1 k = -3 p = 2 - 1 = 1 → parabola is: (y - -3)² = 4×1(x - 1) → (y + 3)² = 4(x - 1) This can be expanded to: 4x = y² + 6y + 13 or x = (1/4)y² + (3/2)y + (13/4)