Multivariable Calc

meks0899

New member
Joined
Aug 27, 2009
Messages
17
I just started my multivariable calc class last week. We were given soem problems to try. See attached picture for the problem. We were told to consider 3 cases. ? < ?, ? > ?, and ? = ?. I managed to get the first two but I don't know how to do the last case which involves ? = ?.
 

Attachments

  • Scan227, August 27, 2009.JPG
    Scan227, August 27, 2009.JPG
    13.2 KB · Views: 91


Hi meks,

Proofs are not my forte, but here's my reasoning. You can decide if there's a better way of expressing it.

If alpha = beta, then we can say the following:

lim[x --> infty] x_n = alpha

lim[x --> infty] y_n = alpha

Therefore, in the limit:

x_n = y_n

This means, in the limit:

max{x_n, y_n} = x_n

because this is actually max{x_n, x_n}

And, of course, we can say:

max{alpha, beta} = alpha

This means that the original limit to prove:

lim[x --> infty] max{x_n, y_n} = max{alpha, beta}

is the same (when n is infinite) to one of the given limits:

lim[x --> infty] x_n = alpha

Does that work? Perhaps, it could be stated more concisely.

The same line of reasoning can proceed using max{beta, beta} and max{y_n, y_n} to show that the limit to prove is the same as the given limit for y_n.

Cheers

~ Mark 8-)

 
Thought this thread could use a little more rigor ;)

Let ϵ>0\displaystyle \epsilon > 0.

First things first: If f and g are any positive real-valued functions,

We can find a N1N\displaystyle N_1 \in \mathbb{N} such that xnα<f(ϵ)\displaystyle |x_n-\alpha| < f(\epsilon) whenever n>N1\displaystyle n>N_1 [1]
We can find a N2N\displaystyle N_2 \in \mathbb{N} such that ynβ<g(ϵ)\displaystyle |y_n-\beta| < g(\epsilon) whenever n>N2\displaystyle n>N_2 [2]

If α=β\displaystyle \alpha = \beta then Let N=max{N1,N2}\displaystyle N = \max\{N_1, N_2\} with f=g=ϵ\displaystyle f=g=\epsilon.

If n>N\displaystyle n > N then [1] and [2] both hold. Therefore max{xn,yn}α=max{xn,yn}max{α,β}<ϵ\displaystyle |\max\{x_n,y_n\} - \alpha| = |\max\{x_n,y_n\} - \max\{\alpha, \beta\}| < \epsilon

Now assume WLOG, α>β\displaystyle \alpha > \beta. You wish to show max{xn,yn}α\displaystyle \max\{x_n,y_n\} \to \alpha as n\displaystyle n \to \infty.

Suppose f=g=min{αβ2,ϵ}\displaystyle f=g=\min\{\frac{\alpha-\beta}{2}, \epsilon\}

Let N=max{N1,N2}\displaystyle N = \max \{N_1,N_2\} as above.

Then from [1] & [2] with our choice above for f and g, we get: (I'll leave the details and algebra to you)

yn<β+αβ2=ααβ2<xn\displaystyle y_n < \beta + \frac{\alpha-\beta}{2}= \alpha - \frac{\alpha-\beta}{2} < x_n

Thus n>N    xn=max{xn,yn}\displaystyle n > N \implies x_n = \max\{x_n,y_n\}

The result follows.
 
Top