How to find critical points for a differential equation?

CW83
Messages
2
Reaction score
0

Homework Statement



f(x,y)= 3x5y2 - 30x3y2 + 60xy2 +150

How do I find the critical points where this equation equals zero?

Homework Equations



None?

The Attempt at a Solution



I found the partial derivatives, but I'm stuck now and don't know where to go from here.

dx = 15x4y2 - 90x2y2 + 60y2
dy = 6x5 - 60x3y + 10xy + 240
 
Physics news on Phys.org
start by setting both equal to 0! then try quadratic factoring for the dx. the dy should be obvious.
 
also, you ask for critical points and where the equation equals zero...are you sure both occur simultaneously? i haven't checked but don't assume this to be the case
 
Okay so I did that. I got for dx, x = 3 +- sqrt(20)/2
The first part of dy should actually be 6yx^5.

After I have the dx value, I can sub them into the dy equation which gives approximately y = -0.1545 and y = -3.6099. Where do I go from here? There should be 4 separate (x,y) points.
 
Spell things out a little more carefully. What you quote a solution for I think is really saying

∂f/∂x = 0 at all points along (x/y)2 = those numbers, which is actually four lines through the origin I think.

Maybe there is a nice algebraic breakup of your ∂f/∂y but anyway what you are doing should lead you to the four points along the four lines.

Alternative approach is to find (dy/dx)f and its reciprocal and find the points where both are 0. Well same thing really, -(dy/dx)f is the ratio of your two derived polynomials.

Also I think the second of yours, what you call "dy" is mistaken and it works out fairly simply.

You might as well have taken the factor 3 out of your starting equation.
 
Last edited:
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