0
$\begingroup$

I want to find one method or approach or idea which compute following statement: $$ \sup_{t \in [0,1]} \left( \inf_{X \in C^1([0,1])} \left\| \frac{dX(t)}{dt} - A(t)X(t) - F(t) \right\| \right) $$ Thanks alot.

I want to find another idea for solving:

$$\displaystyle\min\int_0^1\left(\left\|\frac{dX(t)}{dt}-A(t)X(t)-F(t)\right\|\mathrm{d}t\right) ,X(0)=X_0,X(t)\in K\subseteq\mathbb{R}^n\;,$$

where $K$ is a closed interval.

  • 6
    Could you provide some more explanation? That equation is incomprehensible.2011-12-27
  • 0
    Tried to fix up the equation. Rehana, please use LaTeX formatting in the future, as described [here](http://meta.math.stackexchange.com/questions/480/math-markup-diagrams-etc-pointers-please/484#484).2011-12-27
  • 0
    Thanks alot my friend for your attention, I edit my question by title' essential problem for homework".2011-12-27
  • 0
    We need more things to be able to answer your question correctly. What is $X$'s image? $X : [0,1] \to ???$ If you're studying analysis, this is one of the most important things to notice... and what is $A$ and $F$? then we can start talking.2011-12-27
  • 0
    Dear Henning Makholm, A and F are not fixed.2011-12-27
  • 0
    @Rehana, then what are they? They are not bound anywhere in your expression.2011-12-27
  • 0
    Dear Patrick, X(.)∈c^ı [0,ı] that is, X(.):[0,1]→[0,1] is continues and first order differential.2011-12-27
  • 0
    @Rehana, in C¹(A), the A usually defines only the _domain_, whereas the codomain is left implicit. Also: You should use `@` instead of "Dear" -- that will make the software automatically alert those you speak to about your comment.2011-12-27
  • 1
    Please don't write \underset{X \in C^1([0,1])}{\inf}. I change this to \inf_{X \in C^1([0,1])}. In "display" mode, that causes the subscript to be directly under the "inf". In "inline" mode, the subscript will appear below and to the right of "inf". The whole point of having operator names like \inf, \det, \gcd, etc., instead of writing \mathrm{inf} or the like is that the standard conventions are built in. That also includes things like a space between "inf" and "A" when you write \inf A, and non-italicization of "inf".2011-12-27
  • 0
    @MichaelHardy Fyi your comment may not be seen by the author of said TeX code since you did not explicitly address him via @ name.2011-12-27
  • 0
    +1 to Hardy's comment; so that it stays on top, @BillDubuque :) BTW, I have been thinking the OP is always notified of the comments under his posts.2011-12-27
  • 0
    @Michael Hardy : Thanks for pointing that out. I was the one that used the underset... I didn't know this worked here. I usually don't do it when I TeX but a lot of things I'm used to do don't work here so I tend to code as explicitly as possible..2011-12-27
  • 0
    @Rehana, are you the same user as [KaySid](http://math.stackexchange.com/users/21800/kaysid)? It looks like you're both using the same broken math-formula-to-unicode paster.2011-12-27
  • 0
    @Kannappan The author of said TeX code was not the OP so he will not be pinged without explicit mention.2011-12-27
  • 3
    Can I ask someone who understands the question to edit the title into something more informative than "essential problem", please? The best I can come up with is "supremum of something involving a derivative," but surely someone can do better than that.2011-12-28

2 Answers 2