Given a parabola $Y=X^2,$ how can I modify the equation so the parabola tilts away from it’s vertical orientation? For example, a solar collector might have a tilt of $23.5$ degrees. How would this look as a polynomial?
2026-04-25 02:18:22.1777083502
How to make a parabola tilt.
5.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The parabola $y=x^2$ has a vertical axis. I will construe your $23.5^\circ$ to mean $23.5^\circ$ from the vertical.
Draw the $x$-axis pointing to the right and the $y$-axis pointing upward.
Then draw a $u$-axis pointing in a direction $23.5^\circ$ clockwise from the $x$-axis and a $v$-axis $23.5^\circ$ clockwise from the $y$-axis.
You need the equation of your rotated parabola to be $v=u^2.$
We will need this: $$ \tag 1 \begin{align} u & = (\cos23.5^\circ)x-(\sin23.5^\circ) y \\ v & = (\sin23.5^\circ)x +(\cos23.5^\circ) y \end{align} $$
So $v=u^2$ becomes $$ (\sin23.5^\circ)x +(\cos23.5^\circ) y = \Big( (\cos23.5^\circ)x-(\sin23.5^\circ) y \Big)^2. $$
For now I've left the derivation of $(1)$ as an exercise, but if necessary you can ask about that too.