• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

YAHWT: How do you integrate absolute value functions?

Status
Not open for further replies.

pray4mojo

Diamond Member
Lets just say f(x) = |x| for the sake of simplicity. What is the method in solving it? Yes I have checked my book and it isn't very clear or I'm too stupid to understand it.
 
Originally posted by: LordMorpheus
break it into two peices, one for x<0 and the other for x>0

for x<0 |x| = -x, for x>0 |x| = x

So I would break them into two pieces and integrate them separately?
 
Are you trying to do a definite integral or an indefinite integral?

If you're doing a definite integral, just graph the function and find the area bounded by the x-axis. Otherwise, restate the function as a piecewise and go from there.

Remember that f(x) = |x| = x, if x > 0, or -x, if x < 0.
 
Status
Not open for further replies.
Back
Top