Find the vertex coordinates of parabola y = 2x^2 - 4x + 1

In this exercise I have to find the coordinates of the vertex of the parabola. Given the general equation y= ax^2 + bx + c , the value of a is 2, the value of b is -4 and the value of c is 1.

In order to compute the x-coordinate, I apply the formula –b/2a and, by substituting the values written before, I have that Vx = -(-4)/(2*2) = 4/4 = 1.

For the y-coordinate, I apply the formula –Δ/4a, where Δ = b^2 – 4ac. By substituting the parameters value into Δ, I obtain Δ = (-4)^2 – 421 = 16 -8 = 8. By plugging it into the general formule, I have Vy = - 8/(4*2) = - 8/8 = - 1. The vertex coordinates are thus (1; - 1).

MB

Related Maths A Level answers

All answers ▸

Let f(x) = 3x^4 - 8x^3 - 3. Find the x- values of the stationary points of this function.


A curve has equation y = e^x + 10sin(4x), find the value of the second derivative of this equation at the point x = pi/4.


curve C with parametric equations x = 4 tan(t), y=5*3^(1/2)*sin(2t). Point P lies on C with coordinates (4*3^(1/2), 15/2). Find the exact value of dy/dx at the point P.


y(x) = x^2(1-x)e^-2x , find y'(x) in the form of g(x)e^-2x where g(x) is a cubic function to be found