withoutaface
Premium Member
- Joined
- Jul 14, 2004
- Messages
- 15,098
- Gender
- Male
- HSC
- 2004
That's exactly it vince except it is actually fx(x,y,z) etc How you have fz(x,y) is beyond meacmilan said:I dont think its in the course but you have to use 3d vector (sorry if your link explains this Xayma because i didnt check it out )
Didnt try the first part but i think you use:
grad = fx(x,y)i + fy(x,y)j + fz(x,y)k
For the second part, use the tangent's equation and you'll get the answer:
fx(x0,y0,z0)(x - x0) + fy(x0,y0,z0)(y - y0) + fz(x0,y0,z0)(z - z0) = 0