Rotate Hyperbola: Sketch Graph of xy-2y-4x=0

  • Thread starter Thread starter themadhatter1
  • Start date Start date
  • Tags Tags
    Hyperbola Rotating
AI Thread Summary
To eliminate the xy-term in the equation xy - 2y - 4x = 0, the angle for rotation is calculated as θ = π/4 using the formula cot2θ = (A - C)/B. The transformation equations x = (x' - y')/√2 and y = (x' + y')/√2 are applied to simplify the equation. After substituting and simplifying, the correct form of the hyperbola is identified as (x' - 3√2)²/16 - (y' - √2)²/16 = 1. The error in the initial calculations was due to mixing signs and incorrect multiplication. The final solution confirms the correct hyperbola representation after addressing the mistakes.
themadhatter1
Messages
139
Reaction score
0

Homework Statement


Rotate the axis to eliminate the xy-term. Sketch the graph of the equation showing both sets of axis.

xy-2y-4x=0

Homework Equations


\cot2\theta=\frac{A-C}{B}
x=x'\cos\theta-y'\sin\theta
y=x'\sin\theta+y'\cos\theta

The Attempt at a Solution



xy-2y-4x=0

First I find the angle of the x' y' axis.
using
\cot2\theta=\frac{A-C}{B}

I find it to be\theta=\frac{\pi}{4}

Then find the x' and y' components

by using the second 2 equations I listed I come out with.
x=\frac{x'-y'}{\sqrt{2}}
y=\frac{x'+y'}{\sqrt{2}}Then comes the substitutions and simplifying.

(\frac{x'-y'}{\sqrt{2}})(\frac{x'+y'}{\sqrt{2}})-2(\frac{x'+y'}{\sqrt{2}})-4(\frac{x'-y'}{\sqrt{2}})=0

\frac{x'^2+y'^2}{2}+\frac{-6x'+2y'}{\sqrt{2}}=0

\sqrt{2}(x')^2+\sqrt{2}(y')^2-12x'+4y'=0

I complete the square and end up with

(x'-\frac{12}{\sqrt{2}})^2+(y'+\frac{2}{\sqrt{2}})^2=20\sqrt{2}

then I would divide though to get a 1 on the RHS but this is wrong.

The answer should be.

\frac{(x'-3\sqrt{2})^2}{16}-\frac{(y'-\sqrt{2})^2}{16}=1

where did I go wrong?
 
Physics news on Phys.org
Never mind. I found my problem.
 
themadhatter1 said:
Then comes the substitutions and simplifying.

(\frac{x'-y'}{\sqrt{2}})(\frac{x'+y'}{\sqrt{2}})-2(\frac{x'+y'}{\sqrt{2}})-4(\frac{x'-y'}{\sqrt{2}})=0

It is correct up to here, but you mixed + and - after, and you made a mistake when multiplying the equation with 2. ehild
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top