toforfiltum
- 341
- 4
Homework Statement
Suppose that you have the following information concerning a differentiable function ##f##:
##f(2,3)=12##, ##\space## ##f(1.98,3)=12.1##, ##\space## ##f(2,3.01)=12.2##
a) Give an approximate equation for the plane tangent to the graph of ##f## at ##(2,3,12)##.
b) Use the result of part (a) to estimate ##f(1.98,2.98)##
Homework Equations
The Attempt at a Solution
I'm guessing that the reason they gave me ##f(1.98,3)## and ##f(2,3.01)## is so that I could compute the partial derivatives wrt ##x## and ##y## at the point ##(2,3)##. I'm guessing it's such because the values of ##x## and ##y## differ very little from the original point.
So, for a)
##\frac{\partial f}{\partial x}= \frac{0.1}{-0.02}##
##\space\space\space\space\space## ##=-5##
##\frac{\partial f}{\partial y}= \frac{0.2}{0.01}##
##\space\space\space\space\space## ##=20##
##z=12-5(x-2)+20(y-3)##
Then for b),
##f(1.98,2.98)=12-5(1.98-2)+20(2.98-3)##
##=11.7##
Is my approach correct?
Thanks.