I seem to have lost my other account, so this one is new. Anyways, my questions is:
Is there a general way to produce an expression for a rotated curve that can then be integrated or differentiated like the original? I read through some of the other comments on other threads and I realize that, upon rotation, the resulting curve may not even be a function, but, if it is, how can one proceed?
For example, let $f$ be the function $f(x)=x^2$, $x\ge 0$, and let $g$ be the rotation of $f$ $135^\circ$ about the origin. If, say, $(1,1)$ is on the original curve, one can rotate to get:
$$ \begin{pmatrix} -\displaystyle \sqrt2/2 & -\sqrt2/2 \\ \sqrt2/2 & -\sqrt2/2 \end{pmatrix} \begin{pmatrix} 1 \\ 1 \end{pmatrix}$$ Which gives a single coordinate as the rotated point. But, suppose I wanted to to find the derivative of $g$ at the rotated point? It isn't sufficient (is it?) to say:
$$ \begin{pmatrix} -\displaystyle \sqrt2/2 & -\sqrt2/2 \\ \sqrt2/2 & -\sqrt2/2 \end{pmatrix} \begin{pmatrix} x \\ x^2 \end{pmatrix}$$
Use the resulting $y$ coordinate, $\frac{\sqrt2}{2}x-\frac{\sqrt2}2x^2$, find the derivative of this curve, and plug in the $x$ value of the rotated point.
What is the appropriate way to do this?
P.S. No idea why the matrices are not appearing side by side. I used the same latex code I always do...