At what point on the surface $y = x^2 + z^2$ is the tangent plane parallel to the plane $x + 2y + 3z = 1$?
(Note: two planes are parallel if they have parallel normal vectors)
Thank you so much.
At what point on the surface $y = x^2 + z^2$ is the tangent plane parallel to the plane $x + 2y + 3z = 1$?
(Note: two planes are parallel if they have parallel normal vectors)
Thank you so much.
Getting a normal to the given plane is the easy part. It's given by $(1,2,3)$. Now we want to know when the tangent plane has the same normal.
Now it's a fact that you will probably want to know that if a surface is defined by $f(x,y,z) = 0$, then $\nabla f$ will allow us to find a normal. In this case, if we rewrite your surface as $y - x^2 - z^2 = 0$, then we can look at the gradient. This is easily computed to be $(-2x, 1, -2z)$. Since we're only interested in the direction of the normal and don't care about it's magnitude, let's scale the normals so they have the same $y$ components (this amounts to multiplying both sides of the equation $f(x,y,z) = 0$ by $2$). Now considering the new normal $(-4x, 2, -4z)$, we just have to figure out what $x$ and $z$ should be to make them the same as the normal to the plane. We can easily see $x = -1/4$ and $z = -3/4$ do the job.
This corresponds with the value of $y = 1/16 + 9/16 = 5/8$. So the surface point with the desired property is $(-1/4, 5/8, -3/4)$.