While simultaneously solving a quadratic equation and a linear equation, I noticed that their intercepts are actually equal to the x intercepts of another quadratic function. I find it hard to grasp that subtracting a linear equation from a quadratic equation results in a symmetric curve(parabola).
I understand that the result of the subtraction will give me a polynomial of degree 2 which forms a parabola, but why?
One way of looking at it is through finite differences. A quadratic function has the property that successive differences follow a linear progression. For example, with $f(n) = n^2 + n + 1$:
A linear function has the property that successive differences are constant. Thus, adding a linear function to a quadratic function will shift the differences of the latter without disturbing their linearity.
The argument in the previous paragraph relies on an understanding that "constant + linear = linear", so in fact you can see that you can use the same reasoning inductively for adding polynomials of any degree.