Just a question for fun:
I noted that the curves $y=x^2$ and $y=\sqrt{x}$ are in effect 'rotational transformations' of 90 degrees from each other when plotted on a graph, is there another equation which perhaps models, say a 45 degree rotation of the equation $y=x^2$ or generally any rotation such that the line $y=mx$ acts as a line of symmetry for the equation?
here is quick visualization of the problem: 
Any information on the topic would be greatly appreciated!
To rotate $y=a x^2+bx+c$ about the origin, you need to replace $x$ and $y$ by $(x \cos (\theta )-y \sin (\theta ))$ and $(x \sin (\theta )+y \cos (\theta ))$, respectively. The replacements are just the coordinates of a 2D rotation matrix with angle $\theta$ times the vector $(x,y)$.