I just learned how to factor quadratic equations (at least, how to factor them when they're simple and easy; I don't know how to factor when $a$ isn't equal to $1$). I'm fine at doing this, and I get that the outcome gives me the roots of the parabola. However, I would love to know how the process itself (as in the factoring and the creation of two linear equations) relates to graphing parabolas and to the general behavior of quadratic equations. Is there any visual representation of what's happening?
By the way, I am somewhat familiar with other ways to solve quadratic equations such as completing the square and using the quadratic formula, and I know how to find the vertex; I would love to know how factoring relates to these things (conceptually) as well.
Thank you, and I'm sorry for the vagueness of my question.
Suppose a function $F: R -> R$ has n-roots ${r1, r2, r3 ... rn}$ then the function F can be written as $F(X) = (X - r1)*(X - r2)*(X - r3) ... *(X - rn)$ .
So basically when we factor a function $F(x)$ in simpler degree-1 terms like $(X - ri)$ we are actually finding root ri that contributes to the function F.
But why is thing true ?
Lets see what remainder theorem is :
Suppose : $F(x) = G(x) + rem$
Now dividing by $(X - r1)$ on both sides gives:
$F(x)/(x - r1) = Q(x) + rem/(x - r1)$
$=> F(x) = Q(x)(X - r1) + rem $
If $X = r1$, then $F(r1) = rem$.
So we can see if $rem = 0$ or $F(r1) = 0$, then $r1$ is a root of F(x). Similarly $Q(x)$ can be factored sown to get all the remaining roots.
References : https://brilliant.org/wiki/polynomials/#factoring-polynomials
Try this video. Will surely help. https://www.youtube.com/watch?v=MHXO86wKeDY.