How can I bound the given expression from above as x and y go to infinity?

  • Thread starter Thread starter twoflower
  • Start date Start date
  • Tags Tags
    Bound
twoflower
Messages
363
Reaction score
0
Hi all,
we've been doing multi-variable functions and one exercise involves (or at least in the way I've been solving it) the need to bound the following from above (x and y go to infinity):

<br /> \left| \frac{x+y}{x^2 - xy + y^2}\right|<br />

What I have done so far:

<br /> \left| \frac{x+y}{x^2 - xy + y^2}\right| = \frac{1}{\left|x+y\right|}\ \left|\frac{(x+y)^2}{x^2-xy+y^2}\right| \le \frac{1}{\left|x+y\right|}.K<br />

You know, I think I could prove that the second part is <= K for some K and using the theorem about the product of limited function and function going to zero I would have it.
Anyway, I can't find that K...Could you help me please?
Thank you.
 
Last edited:
Physics news on Phys.org
I'm not sure I understand the problem. What I think you're saying is you need an upper bound for

\left| \frac{x+y}{x^2 - xy + y^2}\right|

for x and y any real numbers. BUT THAT doesn't seem to be the case because the little thing diverges at 0 to infinity. So I'm not sure what kind of limit you're looking for.

Anyway, here's some general advice that you may find useful:

In this sort of problem, where there are several degrees of freedom contributing to a problem, you should always consider hunting around for a transformation that into new coordinates that makes the problem easier. What you want to do is to xform the problem into one where one of the coordinates can be trivially seen to maximize the function.

This is one of those tricks that may only be learned by seeing a few examples worked out. The problem you have is one where the bottom looks somewhere between (x-y)^2 and (x+y)^2 while the top looks like (x+y). So I'd be looking at sums and differences of x and y.

Carl
 
Thank you Carl,

I'm sorry if my initial post isn't clear. I don't want to bound for any x and y real, both x and y go to infinity and in that case it can be bounded by some K from above...
 
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