I'm studying on how to find the vertex of a Parabola and got stuck with this question.
Determine the vertex of $y = x^2 - 6x + 1$
I found the vertex is $V=(3,-8)$ (see work below), but my workbook showed it as $V=(3,10)$. Unfortunately, it does not have a section where it shows how it got to that answer so I'm doubting if my understanding is incorrect. If I use online algebra calculators, it matches with mine but I just want to make sure that I understand how signs and the formula work.
Formula I used to look for the Vertex: $$V=\left(-\frac{b}{2a} , \frac{4ac-b^2}{4a}\right)$$
My solution:
$$\begin{align} x &=-\frac{-6}{2(1)} = -\frac{-6}{2} = -\frac{-3}{1} = 3 \\[6pt] y &=\frac{4(1)(1)-(-6^2)}{4(1)} = \frac{4-36}{4} = \frac{-32}{4} = \frac{-8}{1}=-8 \end{align}$$
$$V=(3,-8)$$
What I think was done on the book:
$$\begin{align} x &=-\frac{-6}{2(1)} = -\frac{-6}{2} = -\frac{-3}{1} = 3 \\[6pt] y &=\frac{4(1)(1)-(-6^2)}{4(1)} = \frac{4-36}{4} = \frac{40}{4} = \frac{10}{1}=10 \end{align}$$
$$V=(3,10)$$
Is it correct that I should've added $4-36$ since they are both positive numbers or subtract it?
Any explanation is appreciated. Thanks!
Any general parabola can be written as $L_1^2=4AL_2$, if $L_1$ and $L_2$ are Eq. of non-parallel lines.
If $L_1$ and $L_2$ are perpendicular and $L_1$ and $L_2$ are normalized, life is simple. The length of latus rectum (LR) is 4A. The Eq. of axis of the parabola is $L_1=0$ Tangen at vertex is $L_1=0$. Vertex is found by solving $L_1=0$ and $L_2=0$. The Eq. of directrix is $L_2=-A$, Eq. of LR is $L_2=A$, the focus F come by solving $L_1=0$ & $L_2=A$.
So in your case $y=x^2-6x+1 \implies y+8= (x-3)^2$ Then $L_1=x-3, L_2=y+8, A=1/4$ The vertex is given by $L_1=0, L_2=0$ which is $x=3, y=-8$. the vertex is (3,-8)$.