In the question the parametric coordinate of a conic is given by $(t^2+t+1,t^2-t+1)$
In questions which are similar to this I would just go on by writing "X=x coordinate expression" and similarly "Y = y coordinate expression" and then get value of "t" in terms of x and y after which i would equate both the values of "t" to get the locus expression from where determining conic type is easy.
But in this expression the parametric is in quadratic i am unable to figure out how to proceed.
Thanks in advance
Subtracting, we have $x-y=2t$, so $t=\dfrac{x-y}{2}$ .
Hence $$\begin{aligned}x=\frac{(x-y)^2}{4}+\frac{x-y}{2}+1 &\iff (x-y)^2+2(x-y)-4x+4=0 \\ &\iff (x-y+1)^2-4x+3=0\\ \end{aligned}$$
Now make a change of variables $Y:=x-y+1, X:=x-\frac34$ . Then $Y^2=4X$, which is a parabola.