Solution
The transformation matrix is:
T=[1324]
Let a point on the original curve be (x,y) with:
y=x2
The image point (X,Y) is:
[XY]=T[xy]=[x+2y3x+4y]
So:
X=x+2x2,Y=3x+4x2
Eliminate x.
From X=x+2x2 and Y=3x+4x2, compute:
2X−Y=2(x+2x2)−(3x+4x2)=−x
Hence:
x=Y−2X
Also:
Y−3X=(3x+4x2)−3(x+2x2)=−2x2Rightarrowx2=23X−Y
Substitute x=Y−2X into x2:
(Y−2X)2=23X−Y
Multiply by 2:
2(Y−2X)2=3X−Y
Equivalently:
2Y2−8XY+8X2+Y−3X=0