Detecting extrema and asymptotes of (nasty) functions of two variables

asked 2015-02-14 20:33:18 +0200

unit 3000-21 gravatar image

updated 2015-02-14 20:33:48 +0200

I have a rational function of two variables* whose extrema and limiting behavior I am intersted in. Basically I want to know what values it cannot contain, so, I want to know limits and asymptotics. I could do this more or less manually by plotting at zooming in, zooming out until I come up with a thesis, and then taking limits to verify, but I want to do a large number of examples at once, and I'd like to write a function that just spits out the relevant values without having me look at the plot. Any ideas? A quick search turned up no useful information on taking 2D limits.

*For those interested, the function is the j-invariant of an elliptic curve, and I'm interested in a family of such curves. It's a function of two variables as the curve is found as a particular hyperplane section of a surface, and I have a two parameter family.

edit retag flag offensive close merge delete

Comments

Could you be more precise in what you mean? There are many ways to go to infinity in R^2 or C^2

vdelecroix gravatar imagevdelecroix ( 2015-02-15 12:23:53 +0200 )edit

@vdelecroix Sure: what I want is either a limiting value or to know that every value is attainable. I don't care where in the domain I have to go to get there. I want to know if Sage has an algorithmic way to do this. You're right about the ambiguity though, but in practice, I look at single examples at a time and am able to quickly determine limiting behavior. I'd like to do a few hundred (or more) at once though. Does this answer your question?

unit 3000-21 gravatar imageunit 3000-21 ( 2015-02-15 20:00:22 +0200 )edit

@vdelecroix P.S. That limiting value can either be a relative extreme or an asymptote. I don't care which.

unit 3000-21 gravatar imageunit 3000-21 ( 2015-02-15 20:35:34 +0200 )edit