I know this sounds completely strange but I've been pondering this question I've created and I'm not sure how to approach it. With the standard quadratic form $ax^2+bx+c$, modifying only $b$ value results in a horizontal and vertical shift. Is there a way to write the constant $c$ in terms of $a$ and $b$ such that modifying the $b$ coefficient in $ax^2+bx+c$ results in a pure horizontal shift?
2026-04-24 17:36:44.1777052204
Can we write an expression for the constant in the quadratic equation such that changing $b$ results in a pure horizontal shift?
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If you complete the square of the quadratic, you get $$ax^2+bx+c=a\bigg(x+\frac{b}{2a}\bigg)^2+c-\frac{b^2}{4a}$$ Thus if you let $$c=\frac{b^2}{4a}$$ you have $$ax^2+bx+c=a\bigg(x+\frac{b}{2a}\bigg)^2$$ and in this case, a change in $b$ results in a horizontal shift only.