kwal0203
- 69
- 0
Homework Statement
A function f(x,y)=\mathbb{R}^{2}\rightarrow \mathbb{R} is defined by:
f(x,y)=5y^{2}-x^{2}
(i) Find its gradient vector and evaluate it at the point (x,y)^{T}=(1,1)^{T}. Find the rate of change of the function in the direction (2,1)^{T} at the point (1,1)^{T}
(ii) In what direction is the rate of change of the function at the point (x,y)^{T}=(2,0)^{T} equal to -2?
Is there a direction for which the rate of change at the point (x,y)^{T}=(2,0)^{T} is equal to -5? Find the greatest rate of decrease of the function at this point.
The Attempt at a Solution
(i)
f(x,y)=5y^{2}-x^{2}
f_{x}(x,y)=-2x=-2 at (1,1)
f_{y}(x,y)=10y=10 at (1,1)
The unit vector in the direction of (2,1)^{T} is (2,1)^{T}=\frac{2}{\sqrt{5}},\frac{1}{\sqrt{5}}
To find the rate of change in the direction of the unit vector above I:
<\bigtriangledown f,u>=f_{x}u_{1}+f_{y}u_{2}=-2\cdot \frac{2}{\sqrt{5}}+10\cdot \frac{1}{\sqrt{5}}=\frac{6}{\sqrt{5}}
(ii)
at (2,0)^{T} the gradient vector is:
\bigtriangledown f=(-4,0)
so knowing (\bigtriangledown f,u)=-2 gives
-2=-4\cdot u_{1}+0\cdot u_{2}
-2=-4\cdot u_{1}
u_{1}=\frac{1}{2}
so the direction in which the rate of change of the function is u=(\frac{1}{2},0)
(iia) for the part where it asks about the rate of change being -5 I used the same method and got u=(\frac{5}{4},0).
Is this all correct?
but now I don't know how to 'Find the greatest rate of decrease of the function at this point.'
Any help appreciated thanks!
Last edited: