TranscendArcu
- 277
- 0
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?