This problem feels really easy but I've been having a really hard time with it. I'm given an equation of a paraboloid $z=x^2+4y^2$ and told that an unknown plane, perpendicular to the $xy$ plane has a point $(2,1,8)$ in common with the paraboloid. The intersection between the plane and the paraboloid is a parabola with slope $0$ at the given point.
I'm told to find the equation of the plane. I've tried using the gradient vector but I found out that my approach is wrong. I tried to explicitly find the intersection between a plane with an equation $y=ax+d$ and the paraboloid equation, then differentiate it once to find out what $a$ and $d$ are so that the slope in $(2,1,8)$ is $0$, looking at the graphs in Mathematica it seems that I've got it wrong with both approaches. Looking for any suggestions on this, I'm really lost.
Edit: some information on the gradient approach. I calculated $\nabla z(x,y)=(2x,8y)$, then substituted $x$ and $y$ for $2$ and $1$ respectively. This should be perpendicular to the level curve $8=x^2+4y^2$, if I'm thinking correctly. Therefore, I can define a plane using $\nabla z(2,1)=(4,8)$ and using the fact that we know the plane is orthogonal to $xy$, therefore we use $(4,8,0)$ as the normal vector to the plane. So, by my chain of thought, the plane equation should be $4x+8y+d=0$, substituting $x$ and $y$ for $2$ and $1$ we get $d=-16$. Unless I messed up my Mathematica plot lots of times, this isn't right...
