Find the slope of the tangent line that results when intersecting the following surfaces: $z=x^3y+5y^2$ with the plane $x=2$ at $y=1$
Attempt:
The surfaces must intersect, so I plug in $x=2$ into the first equation and get:
$$z=8y+5y^2$$
Then I take the derivative and evaluate it at 1:
$$ z'=8+10y \implies z'(1)=18 $$
So the answer is $18$, right?
This confused me in a few points: First I have $z=f(x,y)$, then when I plug in $x=2$ my $z$ becomes exclusively a function of $y$, right? So instead $z'$ would be equal to $z_y$?
Also, if I wanted to right out the equation of the tangent line whose slope I found, how would I procceed?