Maximum and Minimum Values (Trig)

Chas3down
Messages
60
Reaction score
0

Homework Statement


Find the 4 critical points f(x,y) = 5ycos(9x) closest to (0,0)

Homework Equations

The Attempt at a Solution



fx = -45ysin(9x)
fy = 5cos(9x)
fxx = -45*9ycos(9x)
fyy = 0
fxy = -45sin(9x)

y=0
x=pi/18

(0,pi/18) (0,pi/18 + pi/2) (0,pi/18 - pi/2) (0,pi/18 + 3pi/2) Was not correct.

(All 4 points need to be correct for me to check it )
 
Last edited:
Physics news on Phys.org
Usually the x-coordinate comes first and y second in the notation.
And check the spacing of the solutions in x, it is not pi/2.
 
mfb said:
Usually the x-coordinate comes first and y second in the notation.
And check the spacing of the solutions in x, it is not pi/2.

Oops, I tried it correctly first but then swapped to see if that helped with anything, i put it back in x/y

But, i redid the problem and got..
y=0, x = (1/18)pi(4n-1)
y=0, x = (1/18)pi(4n+1)

Not sure how to translate that to the 4 closest points? Tried this but didn't work..

((1/18)pi(4-1),0), ((1/18)pi(0-1),0), ((1/18)pi(4+1),0), ((1/18)pi(0+1),0)
 
I don't know how powerful the automatic (?) system to check the points is. I would not try to feed it with calculations like that. Maybe it needs decimal numbers, maybe something like 3/18 pi is okay (but where is the point in things like "4-1"?
((1/18)pi(4+1),0) is not among the 4 closest points.
 
  • Like
Likes Chas3down
mfb said:
I don't know how powerful the automatic (?) system to check the points is. I would not try to feed it with calculations like that. Maybe it needs decimal numbers, maybe something like 3/18 pi is okay (but where is the point in things like "4-1"?
((1/18)pi(4+1),0) is not among the 4 closest points.

Ah, thanks a bunch!
Solution:
((1/18)pi(3),0), ((1/18)pi(-1),0), ((1/18)pi(-3),0), ((1/18)pi(1),0)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top