Finding max and min of a function of several variables( 1 more time )

Click For Summary
SUMMARY

The discussion focuses on finding the critical points, minimum, maximum, and saddle points of the function F(x,y) = y² - 2y*cos(x) within the bounds 1 ≤ x ≤ 7. The critical points are derived from the first derivatives F_x = 2y*sin(x) and F_y = 2y - 2cos(x). The correct critical points identified are (\pi/2, 0), (3\pi/2, 0), (\pi, -1), and (2\pi, 1). The confusion arises from the misinterpretation of the boundaries and the critical points listed in the textbook.

PREREQUISITES
  • Understanding of multivariable calculus, specifically critical points and saddle points.
  • Familiarity with trigonometric identities and their applications in calculus.
  • Knowledge of derivative calculations for functions of several variables.
  • Ability to solve equations involving trigonometric functions.
NEXT STEPS
  • Study the method for finding critical points in multivariable functions.
  • Learn about the second derivative test for classifying critical points.
  • Explore the implications of boundary conditions in optimization problems.
  • Review trigonometric identities and their applications in calculus problems.
USEFUL FOR

Students and educators in mathematics, particularly those studying calculus and optimization techniques, as well as anyone interested in understanding the behavior of multivariable functions.

tnutty
Messages
324
Reaction score
1

Homework Statement



Find min/max/saddle point of the function :

F(x,y) = y^2 - 2*y*cos(x) ; 1 <= x <= 7

F_x = 2y*sin(x)
F_xx = 2y*cos(x)
F_xy = 2cos(x)

F_y = 2y - 2cos(x)
F_yy = 2


Finding its critical points :

F_x = 2y*sin(x) = 0
F_y = 2y - 2cos(x) = 0

Solving for y in F_y

2y = -2cos(x)
y = -cos(x)

inputing this value into F_x

2( -cos(x) ) * (sin(x) ) = 0;

realizing trig identities, somehow.

2( - cos(x) ) * (sin(x) ) = -2sin(x)cos(x) = -2sin(2x)

so ,

-2sin(2x) = 0

That function equals 0 when x = n*pi

but we have boundaries so ,

1<= 2n*pi <= 7
or
1/2 <= n*pi <= 7/2

the only solutions is n = 1, so n*pi = pi. ( but the book has critical points as 0,pi,2pi )

I won't do on because I know I did something wrong. I don't think they accounted for the
extra 2 in 2n*pi, otherwise the critical points would be 0,pi,2pi.
 
Physics news on Phys.org
tnutty said:

Homework Statement



Find min/max/saddle point of the function :

F(x,y) = y^2 - 2*y*cos(x) ; 1 <= x <= 7

F_x = 2y*sin(x)
F_xx = 2y*cos(x)
F_xy = 2cos(x)

F_y = 2y - 2cos(x)
F_yy = 2


Finding its critical points :

F_x = 2y*sin(x) = 0
so either y= 0 or sin(x)= 0=> [itex]x= n\pi[/itex]

F_y = 2y - 2cos(x) = 0
If y= 0, then -2cos(x)= 0 so x is an odd multiple of [itex]\pi/2[/itex]: [itex]x= (2n+1)\pi/2[/itex].
If [itex]x= 2n\pi[/itex], cos(x)= 1 so 2y- 2= 0 or y= 1.
If [itex]x= (2n+1)\pi[/itex], cos(x)= -1 so 2y+ 2= 0 or y= -1.

Since [itex]1\le x\le 7[/itex], the critical points are [itex](\pi/2, 0)[/itex], [itex](3\pi/2, 0)[/itex], [itex](\pi, -1)[/itex], and [itex](2\pi, 1)[/itex].

Solving for y in F_y

2y = -2cos(x)
y = -cos(x)

inputing this value into F_x

2( -cos(x) ) * (sin(x) ) = 0;

realizing trig identities, somehow.

2( - cos(x) ) * (sin(x) ) = -2sin(x)cos(x) = -2sin(2x)

so ,

-2sin(2x) = 0

That function equals 0 when x = n*pi

but we have boundaries so ,

1<= 2n*pi <= 7
or
1/2 <= n*pi <= 7/2

the only solutions is n = 1, so n*pi = pi. ( but the book has critical points as 0,pi,2pi )

I won't do on because I know I did something wrong. I don't think they accounted for the
extra 2 in 2n*pi, otherwise the critical points would be 0,pi,2pi.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
6
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
3
Views
2K
Replies
5
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K