Taylor's Theorem for Vector-Valued Functions (Real Analysis)

Antiderivative
Messages
12
Reaction score
0

Homework Statement



"Formulate and prove an inequality which follows from Taylor's theorem and which remains valid for vector-valued functions."

Homework Equations



I know that Taylor's theorem generally states that if f is a real function on [a,b], n is a positive integer, f^{(n-1)} is continuous on [a,b], and f^{(n)}(t) exists for every t \in (a,b), then there exists x \in (a,b) such that f(\beta) = P(\beta) + \frac{f^{n}(x)}{n!}(\beta - \alpha)^{n}, where P(t) is the function given by P(t) = \sum\limits_{k=0}^{n-1} \frac{f^{k}(\alpha)}{k!}(t - \alpha)^{k}.

The Attempt at a Solution



I'm not sure how to set up an equation from here. I know that vector-valued functions exist in several variables and often on the complex plane, but I'm not entirely sure how one proceeds in creating an inequality. Does it stem from the definition of a vector-valued function? I know that part of it is similar to a mean value theorem form...

Any help would be appreciated. Thanks!
 
Physics news on Phys.org
You are misleading yourself. Yes, "vector valued functions" can depend on multiple variables or complex variables but that is NOT what is intended here. The given function here depends upon a single real variable and the generalization you are asked to make is not to the variable but to the value of the function.

You are correct that you cannot have an inequality with vectors since vector spaces do not have a linear order. Instead use the "norm" or length of the vector.
 
I see. So we're trying to make a relationship for f(t), not just the single-variable t itself.

As for the length, what justifies using that as the manner in which one orders these vectors? I mean I can do the math (it's just z = \sqrt{z\overline{z}}), but why are we allowed to? Or is it implicitly just asking for that since that's what'll arise from Taylor's theorem anyways?
 
I can derive the first-order version of the inequality, which is

\left|\mathbf{f}(b) - \mathbf{f}(a)\right| \leq (b - a)\left|\mathbf{f}'(x)\right|

As I said this is a "mean value theorem" for vector-valued functions. How would I extend this to an n^{th} order inequality so as to "follow from Taylor's theorem" directly? I can see by looking at this that it should be quite possible yet for some odd reason I cannot seem to fashion a proof that does so.

Can somebody help me out? I used the norm to derive this inequality, as HallsofIvy suggested.

Edit: Update—I figured something out. I think that one cannot determine an exact expression for the "remainder" in Taylor's theorem because this is a vector-valued function, so instead we can use an upper bound based on an upper bound on \mathbf{f}^{(n)}. So doing that would generate an inequality, as the actual value would have to be \leq the value with the upper bound. I think the easiest way is to find the upper bound on f^{(n)} for real-valued functions f and then applying it for each component function if this were a vector-valued function instead. But my question now is if that's a valid approach, as it seems to be committing a faux pas in some form. Can somebody let me know if this is a plausible approach? Thanks, I appreciate it.
 
Last edited:
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