
Dan D. answered 05/25/16
Tutor
4.9
(434)
Patient Tutor to help with the Wild World of Statistics
The tangent plane is an extension to an additional dimension of the "point-slope" form we use in two dimensions.
That is usually written as y - y0 = m(x-x0) , or if rewritten in function notation similar to your problem (and moving the y0 = f(x0) to the other side):
f(x) = f(x0) + fx(x0)(x-x0)
where I also replaced the slope m with the equivalent : fx(x0).
For your more dimensions case we have equivalently:
f(t,x) = f(t0,x0) + ft(t0,x0)(t-t0) + fx(t0,x0)(x-x0)
Putting in the things we know, like f(30,5) = 50 minutes, gives the tangent plane approximation at a new t,x point:
f(t,x) = 50 + -5/3 (t-t0) + -3/2 (x-x0) minutes
So for the point t = 33 , x = 4 we get:
f(33,4) ≈ 50 + -5/3*(33-30) + -3/2 *(4-5)
= 50 -5 + 3/2
= 46.5 minutes