October 14th, 2006, 4:47 pm
I find it difficult to say, what should be understood as a solution (andformally it is a semi-analytic set of codim = 1 in the space for the x,yand parameters), may be it depends what you want to 'see'.For that I prefer to look at fct=0, but for 5 variables probably the bestway is to look at limiting cases and find some qualitative discription formoving along the variables from there.lim_c_0 is already stated and lim_c_inf = limit(my, c=infinity) can alsobe given.Now one observes that this is increasing w.r.t. a and also w.r.t. b (asdifferentiating gives an exp term, so it is positive), so the smallestpossible value is for a=b=0, c=infinity (in a limiting sense) and that is-2*exp(-abs(x)-abs(y)), where one has to add 8*sinh(x)*sinh(y) if both xand y are less than 0 (that is just the general case for your X=0=Y).This is always negative - except x,y < 0, where the sinh may quickly addto get s.th. positive. Note that this is symmetric in x and y, but it isindependent of a and b.For the other extremes let a and b reach infinity in lim_c_inf (which isto say: c such that 'my' is a small as posssible, but now let the otherparameters a and b grow). This gives 2*exp(-y-x), hence always positive.Between these extreme case it depends on the concrete parameters andthere i would look at the surface given by x,y.The boundary fct(x,y) = 0 means to intersect the surface with a plane(and at one of its sides your inequality then holds over the reals).That intersection is a complex curve (i.e. dim=1), but as we are overthe reals it may consist of several real curves or additional isolatedpoints (or may be empty). I have not tried to find out more ...Just a final remark: as the fct is non-elementary a solution of fct(x,y)=0for x or y will in general give nothing in terms of 'known' functions Iwould guess, and thus you will have to live with numerical solutions.BTW: what is the origin of your problem?