I was having a problem finding the points on $z=3x^2 - 4y^2$ where vector $n=<3,2,2>$ is normal to the tangent plane.
How do we calculate the tangent plane equation without a specific point to calculate it at?
I also had an idea to take the cross product of $2$ vectors in the plane and somehow compare it to the $n$ vector but I don't know exactly how to do this. Thank you for any help!
Let $f(x,y,z)=3x^2-4y^2-z$. Then your surface is $\bigl\{(x,y,z)\in\mathbb{R}^3\,|\,f(x,y,z)=0\bigr\}$. You are after the points $(x,y,z)$ in that surface such that $\nabla f(x,y,z)$ is a multiple of $(3,2,2)$. So, solve the system$$\left\{\begin{array}{l}6x=3\lambda\\-8y=2\lambda\\-1=2\lambda\\3x^2-4y^2-z=0.\end{array}\right.$$