Posts

Showing posts with the label parabola

Why Completing the Square Matters for Vertex Form and the Turning Point

Image
A quadratic function and its turning point. Link to graph:  https://www.desmos.com/calculator/fktyfs12st A quadratic function is any function of the form f(x) = ax² + bx + c with a ≠ 0 . Its graph is a parabola, and every parabola has exactly one turning point (also called the vertex ). Completing the square is fundamental because it rewrites the quadratic as a shifted square , which makes the turning point immediately visible. Vertex form: the turning point is built in The vertex form of a quadratic is: f(x) = a(x − h)² + k This form is powerful because it exposes two facts at once: (x − h)² ≥ 0 for all real x (a square is never negative). (x − h)² = 0 happens exactly when x = h . So: If a > 0 , then a(x − h)² ≥ 0 , so the smallest possible value of f(x) is k , achieved at x = h (a minimum). If a < 0 , then a(x − h)² ≤ 0 , so the largest possible value of f(x) is k , achieved at x = h (a maximum). Therefore, in vertex form, the turning ...

The x and y values for a line that intersects with a quadratic equation

Image
Below are the workings required to build an interactive graph that finds the points where a line and quadratic equation intersect . Here 'a' is not equal to 0 as it becomes part of the denominator a fraction . Also, if 'a' were equal to 0, we'd have a line intersecting a line, not a parabola (for instance). When we have the formula for 'x', we just plug it back into the linear equation to get the outcomes for 'y'. And there we have it, the points where a line and quadratic equation intersect. To see the interactive graph I was talking about, visit the Desmos link below: https://www.desmos.com/calculator/sqzjajbhea