tnutty
- 324
- 1
Finding max and min of a function
Find min , max , and saddle points of the function :
f(x,y) = e^x*cos(y)
f_x = e^x*cos(y)
f_xx = e^x*cos(y)
f_xy = -e^x * sin(y)
f_y = -e^x * sin(y)
f_y = -e^x * cos(y)
First finding the critical points :
f_x = e^x*cos(y)
f_y = -e^x * sin(y)
I know that e^x will never be 0 , so either cos(y) or sin(y) has to be 0;
cos(y) = 0 , when y = (2n+1)*pi/2
sin(y) = 0 , when y = n*pi
where n is a natural number.
how would I proceed next ?
Homework Statement
Find min , max , and saddle points of the function :
f(x,y) = e^x*cos(y)
f_x = e^x*cos(y)
f_xx = e^x*cos(y)
f_xy = -e^x * sin(y)
f_y = -e^x * sin(y)
f_y = -e^x * cos(y)
First finding the critical points :
f_x = e^x*cos(y)
f_y = -e^x * sin(y)
I know that e^x will never be 0 , so either cos(y) or sin(y) has to be 0;
cos(y) = 0 , when y = (2n+1)*pi/2
sin(y) = 0 , when y = n*pi
where n is a natural number.
how would I proceed next ?
Last edited: