Rotation of coordinates (context of solving simple PDE)

chipotleaway
Messages
174
Reaction score
0
If you rotate your rectangular coordinate system (x,y) so that the rotated x'-axis is parallel to a vector (a,b), in terms of the (x,y) why is it given by

x'=ax+by
y'=bx-ay

I got x'=ay-bx, y'=by+ax from y=(b/a)x.

By the way this is from solving the PDE aux+buy=0 by making one of the partial derivatives disappear. The general solution I got from this change of variables is u(ay-bx) rather than u(bx-ay) - is u(ay-bx) wrong?
 
Mathematics news on Phys.org
chipotleaway said:
y=(b/a)x

This is the equation of the x' axis, i.e, it is the equation for y' = 0.
 
So I need an arbitrary constant?
 
My lecturer did the change of coordinates for a more general constant coefficient PDE \sum_{j=1}^n a_j\frac{\partial f}{\partial x_j}=b(x,u) in n-variables by defining the new variables as:

y_1=\frac{x_1}{a_1}
and
y_j=x_j-\frac{a_j}{a_1}x_1

How do you get this?
 
Strictly speaking, x'= ax+ by, y'= bx- ay does NOT give a rotation.

If a^2+ b^2> 1 there will be both a rotation and an expansion. If a^2+ b^2< 1 there will be both a rotation and a shrinking It is only when a^2+ b^2= 1 that x'= ax+ by, y'= bx- ay gives a pure rotation.

One can show that a rotation, counterclockwise, about the origin, through angle \theta is given by x'= cos(\theta)x+ sin(\theta)y, y'= sin(\theta)x- cos(\theta) y. In your formulation, "a" must be cos(\theta) and "b" must be sin(\theta) where \theta is the angle rotated through.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top