2

The 1st fundamental theorem of calculus: $$ \frac{d}{dx} \left[\int_a^x f(t)\,dt) \right]=f(x),\qquad x \in (a,b). $$ No textbook says that this can be generalized into the scenario where $x$ is less than $a$ and where $f$ is continuous for $x<a$. In fact, $x$ can be anything other than $a$, as long as $f$ is continuous in the regions in question. Why is this not generalized in any textbook?

bluestool
  • 507
feynman
  • 149
  • 8
  • 3
  • maybe $f$ is defined sometimes only in $(a,b)$. 2) even if $f$ is defined everywhere, it's barely a generalization. for example, if $x < a$, then, for any $c < x$, $\int_a^x f(t)dt = -\int_x^a f(t)dt = \int_x^a -f(t)dt = \int_c^a -f(t)dt - \int_c^x -f(t)dt$, so $\frac{d[\int_a^x f(t)dt]}{dx} = -\frac{d[\int_c^x -f(t)dt]}{dx} = -(-f(x)) = f(x)$. even though I wrote a lot, all that is happening is that instead of being in $(a,b)$, you're in $(c,a)$ for some $c < x$.
  • – mathworker21 Nov 21 '19 at 15:30
  • @mathworker21 thank you for the feedback, I have deleted the answer below. But if you could tell me what is wrong it would be nice. What is wrong with saying that the generalization is not done because it is not useful? If I am sounding stupid , then tell me , but also tell me why, because I don't want to repeat mistakes, a grave one sensing from your reaction. I am still learning,my reputation does not reflect that. – Sarvesh Ravichandran Iyer Nov 22 '19 at 12:46
  • 1
    @астонвіллаолофмэллбэрг 1). (minor point) the question is "how much should i generalize" rather than "how much do i generalize". 2). (real issue) the OP was asking about $\int_a^x$ for $x < a$, not for $\int_T^x$ for $T \in (a,b)$ and $x > T, x \in (a,b)$. I mean, your whole answer seems to be a red herring. – mathworker21 Nov 22 '19 at 13:09
  • @mathworker21 thank you for that, I will be much much more careful next time. – Sarvesh Ravichandran Iyer Nov 22 '19 at 13:20
  • Thank you all. I can't accept any comments unless they are put as answers – feynman Nov 25 '19 at 07:36