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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top