Find all tangent planes to the elliptic paraboloid $z=100-x^2-y^2$ that contain the line $[x,y,z]=[10,5,40]+t[3,−1,−4]$.
My work so far:
Let $(a, b, c)$ rep. point of tangency (initial values).
partial derivative with respect to x = -2x = -2a
partial derivative with respect to y = -2x = -2b
$z= c - 2a(x-a)-2b(y-b)$
$z= (100-a^2-b^2) - 2a(x-a)-2b(y-b)$
$z= 100 + a^2 + b^2 - 2ax - 2by$
From here, I plugged in the given point.
$40-4t=100+a^2+b^2-2a(10+3t)-2b(5-t)$
$-60-a^2-b^2=-20a-6at-10b+2bt+4t$
Thank you!
Hint: Fint the normal vector $\vec n$ (the vector defining the tangent plane, perpendicular to it) of the plane.
What can you say about the value of $$\vec n \cdot [x,y,z]$$ if $[x,y,z]$ lies in the tangent plane?