Second Degree Equations, xy nonzero, rotation of axes question

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
Asphyxiated
Messages
263
Reaction score
0

Homework Statement



[tex]x^{2}-4xy+y^{2} - 1= 0[/tex]

Homework Equations



Rotation of axes equations:

[tex]x = X cos(\alpha)-Ysin(\alpha)[/tex]

[tex]y = Xsin(\alpha) + Ycos(\alpha)[/tex]

Alpha is given in the text as:

[tex]cot(2\alpha) = \frac {A-C}{B}[/tex]

but I used the fact that:

[tex]cot(\alpha) = \frac {1}{tan(\alpha)}[/tex]

to solve for alpha like so:

[tex]\alpha = \frac {tan^{-1}(\frac{B}{A-C})}{2}[/tex]

The Attempt at a Solution



ok so i try to find alpha first like:

[tex]\alpha = \frac {tan^{-1}(-\frac{4}{1-1})} {2}[/tex]

which means that it is really just:

[tex]\alpha = \frac {tan^{-1}(0)} {2}[/tex]

and the inverse tangent of 0 is 0 degrees, the only problem is that I am looking for 45 degrees, where did I go wrong? Is there something wrong with me using the trig relationship to solve for alpha?

thanks!

EDIT____________________________________

I just used the same alpha equation with an inverse tangent on the equation:

[tex]x^{2}+2\sqrt{3}xy-y^{2}-7=0[/tex]

and got alpha at 30 degrees and a simplified equation of:

[tex]2x^{2}-2y^{2}-7=0[/tex]

which all passes discrimination tests so what exactly is wrong with the first problem? of course this only worked because A-C was nonzero...
 
Last edited:
Physics news on Phys.org
Asphyxiated said:
ok so i try to find alpha first like:

[tex]\alpha = \frac {tan^{-1}(-\frac{4}{1-1})} {2}[/tex]

which means that it is really just:

[tex]\alpha = \frac {tan^{-1}(0)} {2}[/tex]
It's not inverse tangent of 0. It's inverse tangent of -4/0. -4/0 is undefined.

I probably would have just worked with the cotangent equation:
[tex]\begin{aligned}<br /> cot(2\alpha) &= \frac {A-C}{B} \\<br /> &= \frac{1 - 1}{-4} \\<br /> &= 0<br /> \end{aligned}[/tex]

If 0 < α < π/2, then 0 < 2α < π, and the only place between 0 and π where the cotangent equals 0 is at π/2. So
[tex]\begin{aligned}<br /> 2\alpha &= \frac {\pi}{2} \\<br /> \alpha &= \frac{\pi}{4}<br /> \end{aligned}[/tex]
... which is the angle you wanted.69