Solving integrals with absolute values

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
Hi again Shannabel! :smile:

Can you recalculate (3x-(1/2)x^2)(between -1 and 0)?
 
I like Serena said:
Hi again Shannabel! :smile:

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

thankyou! :)
 
Shannabel said:
thankyou! :)

I take it you did? And that you found the proper solution?

Then you're welcome! :smile:
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top