The first part: Consider the equation $x^2+xy+3y^2=1$. After an proper counter clock-wise rotation of the coordinate system by an angle $0<\theta<\pi$, the equation becomes $au^2+bv^2=1$ under the new coordinate system. What is the value of $a+b$?
The second part: What is the angle of the rotation? Round your answer to 2 decimal places.
The approach I am currently taking, is that I know you have to use $\cos(\theta)$, and use a lot of the trig identities. Perhaps it is the trig part that is throwing me off. Plus, it is the rotation of the angle, and whether or not if I have to do any normalizing with this.
The equation may be written as $$ X^T\begin{bmatrix}1&1/2\\1/2&3\end{bmatrix}X=1 $$ where $X=\left[\begin{smallmatrix}x\\y\end{smallmatrix}\right]$. The matrix in the middle is symmetric, and therefore diagonalizable by some orthogonal matrix $P$, giving $$ \begin{bmatrix}1&1/2\\1/2&3\end{bmatrix}=P^TDP $$ (the $P$ and $D$ you will need to calculate, of course). We now have $$ X^TP^TDPX=1\\ (PX)^TD(PX)=1 $$ which we may interpret to mean that $PX=\left[\begin{smallmatrix}u\\v\end{smallmatrix}\right]$. The diagonal entries of $D$ are $a$ and $b$. Also, $P$ (or the matrix you get by swapping the columns of $P$, if $P$ has negative determinant) is the rotation matrix for the rotation you're asked about, so you can simply read off $\cos\theta$ and $\sin\theta$ directly, and calculate $\theta$ from there.