0

The question is:

If A represents the area of the ellipse $\,3x^2+4xy+3y^2=1$, then the value of $\frac{3\sqrt5}{\pi}A$ is

For this I used rotation of axes for eliminating the $xy$ term from the equation so that I can get the equation in the standard from.
Rotating by $\theta$, we get,
$$x=X\cos\theta-Y\sin\theta$$$$y=X\sin\theta+Y\cos\theta$$

So, equation of ellipse now becomes,
$$3(X\cos\theta-Y\sin\theta)^2+4(X\cos\theta-Y\sin\theta)(X\sin\theta+Y\cos\theta)+3(X\sin\theta+Y\cos\theta)^2=1$$

On simplifying, gives, $$6X^2+6Y^2+4\sin\theta\cos\theta(X^2-Y^2)+4XY(\cos^2\theta-\sin^2\theta)=1$$

Making coefficient of $XY$ zero, we have, $$4(\cos^2\theta-\sin^2\theta)=0$$ $$\implies \theta=\frac{\pi}{4}$$

Putting the value of $\theta$ in the equation, we get, $$8X^2+4Y^2=1$$

So,
Semi-major axis$=\frac{1}{2\sqrt2}$
Semi-minor axis$=\frac12$

So, $$A=\pi\times\frac{1}{2\sqrt2}\times\frac12=\frac{\pi}{4\sqrt2}$$

Then, $\frac{3\sqrt5}{\pi}A=\frac{3\sqrt5}{4\sqrt2}$ but the answer is $3$.
I don't know where I went wrong. Can anybody check my calculations or is there better way to do this?

Ris97
  • 289
  • 4
  • 12
  • 2
    i cant find any error , it seems right to me – abkds Dec 16 '13 at 16:40
  • The mistake is that $$;\cos^2\theta-\sin^2\theta=\cos2\theta=0\iff 2\theta=\frac{(2n-1)\pi}2\iff\theta=\frac{(2n-1)\pi}4;,;;n\in\Bbb Z$$ and not only $;\theta=\frac\pi4;$ ... – DonAntonio Dec 16 '13 at 16:56

2 Answers2

2

You seem to have overseen that it can be $\;\theta=\frac{3\pi}4\;$ , and this indeed gives the desired result! :

$$\theta=\frac{3\pi}4\implies x=-\frac1{\sqrt2}(X+Y)\;\;,\;\;y=\frac1{\sqrt2}(X-Y)\implies\;\text{we get}$$

$$x^2+5y^2=1\implies a=1\;,\;\;b=\frac1{\sqrt5}$$

so the ellipse's area is

$$A=\frac\pi{\sqrt5}\implies \frac{3\sqrt5}\pi A=3$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
1

You need $3X^2+3Y^2$ instead of $6X^2+6Y^2$ in the middle of your argument.
It is $3X^2\cos^2\theta+3X^2\sin^2\theta$, not $3X^2+3X^2$

Empy2
  • 50,853