PsychonautQQ
- 781
- 10
how do i evaluate say a definite integral from [-3,3] of |x+1|? Any advice? I'm so confused.
Do this by getting rid of the absolute value. How is |x + 1| defined? If you're not sure of this, draw a graph of y = |x + 1|.PsychonautQQ said:how do i evaluate say a definite integral from [-3,3] of |x+1|? Any advice? I'm so confused.
No, that's not at all correct and I don't see how you could have got that from anything said here! Have you drawn the graph of this function as suggested? Have you at least determined where x+ 1= 0? Do you see why that is important? Do you see the two triangles I mentioned?PsychonautQQ said:Is this correct? integral(x)dx from 0 to 4 + integral(x)dx from 0 to 3?
The way you say that is a little confusing! First you want to integrate from -3 to -1, not the other way around! But yes, the substitution y= x+ 1 changes \int_{-3}^{-1} |x+1|dx to \int_{-2}^0|y|dy= -\int_{-2}^0 y dy.PsychonautQQ said:Okay so i drew the graph of |x+1. It looks like a big V that touches the x-axis at -1. To me and my nooby brain, it makes sense that the area would be equal to the integral of x(dx) from 0 to 2 plus the integral of x(dx) from 0 to 4.
This is because i am finding the total area under the graph from -3 to 3, the slope of the graph is 1, and it touches the x-axis at x = -1. Therefore, the total area under this V i have drawn will be equal to area of the graph of just x from 0 to 4 plus a graph of x from 0 to 2
So basically I'm saying the integral from -1 to -3 of x+1 is going to equal the integral of 0 to 2 of x, and the integral from -1 to 3 of x+1 is going to equal the integral of 0 to 4 of x.