Rotation of axes to Eliminate the xy-term in a quadratic equation

AI Thread Summary
To eliminate the xy-term in the quadratic equation 3x^2 - 10xy + 3y^2 + 16√2x - 32 = 0, one can use rotation of axes. This involves substituting new variables x' and y' based on an angle θ, which can be determined by setting the coefficient of x'y' to zero. Alternatively, a more sophisticated method involves expressing the quadratic in matrix form and finding the eigenvalues and eigenvectors of the corresponding symmetric matrix. The new axes aligned with the eigenvectors will simplify the equation into a diagonal form. Understanding these methods is crucial for solving such quadratic problems effectively.
Randomers
Messages
2
Reaction score
0

Homework Statement



Rotation of axes to Eliminate the xy-term in a quadratic equation

3x^2 - 10xy + 3y^2 + 16 √2x - 32 = 0

2. The attempt at a solution

I do not know the method that should be taken to solve this sort of question. That is what I am looking for. If anyone can point me in the right direction or help me through this type of problem I would very much appreciate it.
 
Physics news on Phys.org
You are looking for the principal axes of an ellipse. And because of the 16\sqrt{2}x term, I guess that it is not even centered around (0,0)
 
The thing is, I don't know what I'm meant to do with this. How do I go about rotating axes of an equation?
 
If your function is something like f(x,y)= Ax^2+ Bxy+ Cy^2+ linear terms, there are two methods of doing this, one involving more calculation, the other "deeper" and more sophisticated.

The one involving more calculation is this: let x= x'cos(\theta)+ y'sin(\theta) and y= -x'sin(\theta)+ y'cos(\theta). Put those into the formula so that you have x'^2, x'y', and y'^2, each with coefficients depending on known number A, B, C, and \theta. Set the coefficient of x'y' equal to 0 and solve for \theta.

More sophisticated: write f(x,y)= Ax^2+ Bxy+ Cy^2 in matrix form:
\begin{bmatrix}x & y\end{bmatrix}\begin{bmatrix}A & B/2 \\ B/2 & C\end{bmatrix}\begin{bmatrix}x \\ y \end{bmatrix}
and solve for the eigenvalues and eigenvectors for that 2 by 2 matrix. Since it is a symmetric matrix, it has real eigenvalues and 2 independent eigenvectors. If you take the new x', y' axes in the direction of the eigenvectors, the matrix becomes diagonal, having the eigenvalues on the main diagonal so that your equation becomes
\begin{bmatrix}x' & y'\end{bmatrix}\begin{bmatrix}\lambda_0 & 0 \\ 0 & \lambda_1\end{bmatrix}\begin{bmatrix}x' \\ y'\end{bmatrix}= \lambda_0x'^2+ \lambda_1y'^2
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top