Finding the Length of a Vector using Inner Products and Circles

  • Thread starter Thread starter TranscendArcu
  • Start date Start date
  • Tags Tags
    Circles
TranscendArcu
Messages
277
Reaction score
0
Skjermbilde_2012_03_03_kl_1_15_53_PM.png

Mostly I'd like to look at the third part of the problem. I'm not sure if this is the correct way to derive the equation:

So, finding the length of a given vector given this inner product:
<(x,y),(x,y)> = 5x^2 + y^2.

Taking the length, we have

|(x,y)| = \sqrt{5x^2 + y^2}, which we define as equaling 1. Squaring both sides we find,

5x^2 + y^2 = 1. I think this is the equation of the circle, but I'm not sure. If it is, then my picture has y-intercepts at 1,-1 and x-intercepts at -sqrt(1/5),sqrt(1/5).

Is this correct?
 
Physics news on Phys.org
I think you're missing some terms from the length:

<(x,y),(x,y)>=5x2+2(xy+yx)+y2
 
Whoops. You're right. My real equation is 5x^2 -2(xy+xy) +y^2 =1. This changes shape of the circle (it's more elongated in quadrants I and III now), but the intercepts remain the same I think. No?
 
I think if you do a rotation of the plain, you may be able to get rid of the mixed xy-terms.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top