Solving integrals with absolute values

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Shannabel
Messages
74
Reaction score
0

Homework Statement


solve the integral [abs(x+1)(3+abs(x))]/(x+1) between -3 and 1


Homework Equations





The Attempt at a Solution


when x<-1 then [abs(x+1)(3+abs(x))]/(x+1) = [-(x+1)(3-x)]/(x+1) = -(3-x)
when -1<x<0 then [abs(x+1)(3+abs(x))]/(x+1) = (x+1)(3-x)/(x+1) = 3-x
when x>0 then [abs(x+1)(3+abs(x))]/(x+1) = (x+1)(3+x)/(x+1) = 3+x

so now i have:
(x-3)dx(between -3 and -1)+(3-x)dx(between -1 and 0)+(3+x)dx(between 0 and 1)
= ((1/2)x^2-3x)(between -3 and -1)+(3x-(1/2)x^2)(between -1 and 0)+(3x+(1/2)x^2)(between 0 and 1)
= (1/2)+3-((9/2)+9)+(0)-(-3-(9/2))+(3+(1/2))-0
= 1/2+3-9+3+3+1/2 = 1
i should have got -3... help??
 
Physics news on Phys.org
I like Serena said:
Hi again Shannabel! :smile:

Can you recalculate (3x-(1/2)x^2)(between -1 and 0)?

thankyou! :)