• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Need your help with this problem please....

Joined
8/1/08
Messages
70
Points
16
Could somebody please help me solve part b?

Suppose f is differentiable and grad f (-2,5) = -3i + 4j (i and j are vectors), and f (-2,5) = 1.

a) Give the equation of the tangent plane to the graph of f at x = -2, y = 5.


answer :

m = -3 (slope of x) and n = 4 (slope of y)

so equation of the tangent plane to f(-2,5) = -3(x+2) + 4(y-5) + 0(z-0)
= -3x + 4y - 26 = 0


b) Give the equation of the tangent line to the contour for f at x = -2, y = 5.


?????? (contour for f at x = -2, y = 5 is 1 I believe)
 
Wouldn't the vector tangent to the contour be the gradient? So the contour is

x = -3t - 2
y = 4t + 5
z = 1

or, equivalently

( \vec T = \vec{ \Del f } t + \vec x_0)

(can't seem to find the gradient latex, so Del will have to do)
 
Doug thanks.

That seems like something beyond Calc 3 which this is. Or at least so far.

The gradient vector points in the direction of increasing f at (a,b) and is perpendicular to the contour of f through (a,b).

The question simply asks for the equation of the line tangent to the contour at 1. It's a simple x and y equation of a line.

Since we have the gradient vector and it is at a 90 degree angle to the contour of 1 at (-2,5) am I supposed to take this gradient vector and make it at a zero degree angle to the contour.

How am I supposed to this if this is the right approach?

Sam
 
Back
Top