My entire Calculus III high school class (including the teacher) have been struggling on this problem and we really need some help.
Find all points of the surface given by
$x^3 + 3yx^2 + 6yz - 3z^2 = 7$
where the tangent plane has an equation of the form $Ax + Ay = B$, for some constants $A$ and $B$
Currently, we've tried to work through the problem like so:
Implicitly derive $x^3 + 3yx^2 + 6yz - 3z^2 = 7$ to recieve:
$\displaystyle\frac{\partial z}{\partial x} = \frac{3x^2+6xy}{6z-6y}$
$\displaystyle\frac{\partial z}{\partial y} = \frac{3x^2+6z}{6z-6y}$
We were under the assumption that in the tangent plane formula, $z - c$ would be $0$, as there is no $z$ after the $B$ coefficient in the given equation
This gave us a final tangent plane equation of:
$\displaystyle 0 = \frac{3a^2x+6abx-3a^3-6a^2b+3a^2y+6cy-3a^2b-6cb}{6c-6b}$
$\displaystyle \frac{3a^3+9a^2b+6cb}{6c-6b} = \left(\frac{3a^2+6ab}{6c-6b}\right)x + \left(\frac{3a^2+6c}{6c-6b}\right)y$
(where $a$, $b$, and $c$ are the $x$, $y$, and $z$ values at the points we're solving for)
Since the coefficients for $x$ and $y$ are the same, we then set
$\displaystyle\frac{3a^2+6ab}{6c-6b} = \frac{3a^2+6c}{6c-6b}$
This told us $ab = c$, which we used to reformat the original equation given into
$a^3 + 3a^2b+6b^2a-3a^2b^2=7$
Which we thought would be almost there.
Our class was under the belief that another equation would be needed to solve for $a$ and $b$ in a system, which would then give us the values of $A$ and $B$ and allow us to solve the question.
Some of the class is still thinking along this line of reasoning, and others think we've gone down a completely incorrect path towards the solution, but none of us have solved it and just a point in the right direction would be great.
Can you confirm if these are the right points? I'm also wondering if I'm missing any points as well.
– aheiman Nov 10 '23 at 20:37