John, I help you set this up. The model that is proposed is non linear (x2) so we want to transform it into a linear equation by the following steps (so you can use the linear least squares technique)
y-2=βx2 we then take the natural log of both sides which gives
ln(y-2)=2βln(x) this equation is linear if we define v=ln(y-2) and w=ln(x) then the model becomes
v=2βw you can now use the standard procedure for finding the linear least squares estimate for the coefficient using the transformed variables v and w. Now if the least squares estimate is say α then α=2β so β=α/2.
Hope this helps.
Jim Stanton