Proving Limit of Bilinear Function at 0 Vector

  • Thread starter Thread starter kekido
  • Start date Start date
  • Tags Tags
    Functions
kekido
Messages
18
Reaction score
0

Homework Statement


Let f: R^n X R^m --> R^p be a bilinear function.
Prove that |f(h, k)|/|(h, k)| --> 0 as (h, k) --> 0 (zero vector in R^(n+m)).

Homework Equations


If f: R^n X R^m --> R^p is bilinear, then for x, x1, x2 in R^n, y, y1, y2 in R^m, a in R:
a) f(ax, y) = f(x,ay) = af(x,y)
b) f(x1+x2,y) = f(x1,y) + f(x2,y)
c) f(x,y1+y2) = f(x,y1) + f(x,y2)

The Attempt at a Solution


Straight from delta-epsilon definition of limit, we have:
for every epsilon>0, there exist delta>0 s.t. |(h,k)|<delta -> |f(h,k)|/|(h,k)|<epsilon
That means delta>|f(h,k)|/epsilon

I'm stuck on this. How do I find a bound on |f(h,k)| using the bilinear properties given?
 
Last edited:
Physics news on Phys.org
If you can show there is some constant A such that |f(h,k)|<A for all h,k on the unit sphere, then you have for any h,k:

|f(h,k)| = |h||k| |f(h/|h|,k/|k|)| &lt; A|h||k|

from which you should be able to get what you need.
 
Thanks for the reply.

From what was given in the question, I don't see how to get a bound on |f(u,v)| where u, v are the unit vector for h and k respectively.

First of all, I'm a bit confused by the notion of |(h,k)|. Let's say h is in R^2 and k is in R^3, then what does |((3,4), (1,2,3)| evaluate to?
 
Use linearity. For example, if you had an ordinary linear functional f, its values are determined by its values on a basis e_i, since any vector v can be written a_1 e_1 + ... +a_n e_n, so that f(v) = a_1 f(e_1) + ... +a_n f(e_n). Then by the triangle inequality:

|f(v)| \leq |a_1| |f(e_1)| + ... + |a_n| |f(e_n)|

The advantage of this is that there are only finitely many values |f(e_i)|, so this set definitely does have a max. I'll let you try to finish the proof and extend it to the case of bilinear functions.

And from what you said, it sounds like they want you to consider the pairs of vectors as vectors in Rn+m, so the norm would be:

|(h,k)|^2 = {h_1}^2 + ... + {h_n}^2 + {k_1}^2 + ... + {k_m}^2 = |h|^2 + |k|^2
 
StatusX said:
Use linearity. For example, if you had an ordinary linear functional f, its values are determined by its values on a basis e_i, since any vector v can be written a_1 e_1 + ... +a_n e_n, so that f(v) = a_1 f(e_1) + ... +a_n f(e_n). Then by the triangle inequality:

|f(v)| \leq |a_1| |f(e_1)| + ... + |a_n| |f(e_n)|

The advantage of this is that there are only finitely many values |f(e_i)|, so this set definitely does have a max. I'll let you try to finish the proof and extend it to the case of bilinear functions.

And from what you said, it sounds like they want you to consider the pairs of vectors as vectors in Rn+m, so the norm would be:

|(h,k)|^2 = {h_1}^2 + ... + {h_n}^2 + {k_1}^2 + ... + {k_m}^2 = |h|^2 + |k|^2

Well, I understand the linear case but I can't quite figure out the bilinear case. Would you enlighten me on that?

However, looking at another angle, wouldn't f(x,y) be in a general form of f(x,y)=Ax+By+C, where A is p*n matrix, B is p*m matrix and C is in R^p? Therefore, express P in terms of elements in A, B, C, and h, k, then definitely, |f(x,y)| has a bound.

However, this is quite trivial, and doesn't involve the bilinear property. Therefore, I wonder if it's the right path?
 
No, a bilinear function satisfies f(ax,y)=f(x,ay)=af(x,y), which your form doesn't (incidentally, ignoring the C, which shouldn't be there since for linear functions (in the vector space sense) zero goes to zero, that's the form of a (singly) linear function from Rn+m to Rp).

Put aijk equal to the kth component of f(e_i,e_j), where e_i=(0,...,0,1,0,...,0), with the one in the ith place. Then:

f(x,y) = f(\sum_i x_i e_i,\sum_j y_j e_j)

= \sum_i x_i f(e_i,\sum_j y_j e_j) = \sum_i x_i \sum_j y_j f(e_i, e_j)

Then since f(e_i, e_j) = \sum_k a_{ijk} e_k, we get:

f(x,y) = \sum_{ijk} a_{ijk} x_i y_j e_k

So if you want to use matrices, you'll need to use 3 dimensional ones. But my suggestion was to write:|f(x,y)| = |\sum_{ijk} a_{ijk} x_i y_j e_k |

\leq \sum_{ijk} |a_{ijk}| |x_i| |y_j| |e_k|

and use this to get a bound.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top