Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar JohnnyJohn‭ · 2024-05-28T16:00:56Z (5 months ago)
_Am I taking the antiderivative of |x| correctly?_ That depends on how rigorous you want to be. From a technical point of view, no.

_How would I take it?_  The main problem of your argumentation is that you derivate $\left|\cdot\right|$ which isn't differentiable ([S06], pages 142 and 143) . Instead, you can do the following. Let $f:=\left|\cdot\right|$ and $id$ be the identity function: if $x\ge0, F_0(x)=\int _0^xf=\int _0^xid=x^2/2$; if $x<0, F_0(x)=\int _0^xf=\int _0^x-id=-x^2/2$. This function is an antiderivative of the absolute value function by the First Fundamental Theorem of Calculus ([S06], page 268). If you want to condense its formula, you can write $F_0(x)=(x\left|x\right|)/2$, for every $x\in R$. To obtain the indefinite (which seems to be what you want) antiderivative, you can write $F(x)=(x\left|x\right|)/2+c$, where $c\in R$ (which is actually a notation for $F=\{F_c:c\in R\}$ where $F_c(x)=(x\left|x\right|)/2+c$).

[S06] Michael D. Spivak, _Calculus_, 3rd edition (2006).