Finding the Length of a Vector using Inner Products and Circles

  • Thread starter Thread starter TranscendArcu
  • Start date Start date
  • Tags Tags
    Circles
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
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:
[itex]<(x,y),(x,y)> = 5x^2 + y^2[/itex].

Taking the length, we have

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

[itex]5x^2 + y^2 = 1[/itex]. 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
Whoops. You're right. My real equation is [itex]5x^2 -2(xy+xy) +y^2 =1[/itex]. 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?