Quadratic curve

Problem

Consider the equation

5x22xy+5y2=1. Observe the equation by the basis
β={u1,u2}
such that every point can be written as
pu1+qu2
, where

u1=12[11] and u2=12[11].

What is the equation in terms of

p and
q
?

Thought

We will convert the equation into a matrix form, called the quadratic form, and then observe the matrix by

β.

By direct computation, we have

ax2+bxy+cy2=1

is equivalent to

[xy][ab2b2c][xy]=1.

Thus, the given equation can be written as

[xy][5115][xy]=1,

where the matrix at the center is denoted by

A.

Naively, the answer is the equation given by

[pq][fA]ββ[pq]=1.

Here we provide a bit more details. For any point in

R2, it can be represented by

xe1+ye2=pu1+qu2,

where

E2={e1,e2} is the standard basis. Naturally, we have the relations

[id]E2β[xy]=[pq] and [id]βE2[pq]=[xy].

Note that the given basis is orthonormal, so

[id]βE2 is an orthogonal matrix, which means
[id]E2β=([id]βE2)1=([id]βE2)
.

By replacing

x and
y
by
p
and
q
, we have

[xy]A[xy]=[pq]([id]βE2)A[id]βE2[pq]=[pq][fA]ββ[pq],

leading to the desired result.

Sample answer

We may write the equation

5x22xy+5y2=1 as

[xy][5115][xy]=1,

and denote the central matrix as

A. By direct computation, we have

fA(u1)=[5115][1212]=[4242]=4u1+0u2,fA(u2)=[5115][1212]=[6262]=0u1+6u2.

Consequently,

[fA]ββ=[4006]

and the corresponding equation is

4p2+6q2=1, which is an equation for an ellipse with semi-major axis of length
16
and semi-minor axis of length
12
.

Note

You may use desmos to plot the to equations to observe their relation.

This note can be found at Course website > Learning resources.