Subjects algebra

Quadratic Analysis A0F6C9

Step-by-step solutions with LaTeX - clean, fast, and student-friendly.

Use the AI math solver

1. **State the problem:** We are given the quadratic function $f(x) = x^2 + 2x - 3$ and want to analyze it. 2. **Formula and rules:** A quadratic function is generally written as $f(x) = ax^2 + bx + c$ where $a$, $b$, and $c$ are constants. Here, $a=1$, $b=2$, and $c=-3$. 3. **Find the roots (x-intercepts):** Use the quadratic formula: $$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$ Substitute values: $$x = \frac{-2 \pm \sqrt{2^2 - 4 \cdot 1 \cdot (-3)}}{2 \cdot 1} = \frac{-2 \pm \sqrt{4 + 12}}{2} = \frac{-2 \pm \sqrt{16}}{2}$$ $$x = \frac{-2 \pm 4}{2}$$ So the roots are: $$x_1 = \frac{-2 + 4}{2} = 1$$ $$x_2 = \frac{-2 - 4}{2} = -3$$ 4. **Find the vertex (extremum):** The vertex $x$-coordinate is given by: $$x = -\frac{b}{2a} = -\frac{2}{2 \cdot 1} = -1$$ Find $f(-1)$: $$f(-1) = (-1)^2 + 2(-1) - 3 = 1 - 2 - 3 = -4$$ So the vertex is at $(-1, -4)$, which is a minimum point since $a=1 > 0$. 5. **Summary:** The parabola opens upward, has roots at $x=1$ and $x=-3$, and a minimum vertex at $(-1, -4)$. **Final answer:** - Roots: $x=1$ and $x=-3$ - Vertex: $(-1, -4)$ - Parabola opens upward.