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)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top