517 views

2 Answers

Best answer
3 votes
3 votes

First we need to define the function piecewise :

f(x)   =  -(x + 1)  , if x < -1

        =  x + 1 , otherwise

So given integral simplifies to :

=  ( x2 / 2  + x ) |3-1      -  ( x2 / 2  + x ) | -1-3

=  (9/2 + 3  - 1/2 + 1)  - ( 1/2 - 1 - 9/2 + 3 ) 

=  (4 + 3 + 1)  - ( - 4 - 1 + 3 )

=  8 + 2

=  10

Hence the given integral evaluates to 10

selected by
1 votes
1 votes
$\begin{align*}
&= \int_{-3}^{+3} |x+1| dx \\
&= \int_{-2}^{+4} |y| dy \\
&= \frac{2 \cdot 2}{2} + \frac{4 \cdot 4}{2} \qquad \left [\text{ directly from graph structure}  \right ]  \\
&= 10 \\
\end{align*}$

Related questions

4 votes
4 votes
1 answer
1
lamsal asked May 3, 2017
1,955 views
Let X be a length used to make three sides of a rectangle. Area of rectangle will be:A. $X^{2}/9$B. $(X-a)^{2}/4$C. $(X+a)^{2}/16$D. None of the above
0 votes
0 votes
2 answers
2
lamsal asked May 2, 2017
1,213 views
For same perimeter $p$ which of these will have least area:A. RectangleB.Equilateral triangleC.Right triangleD.CircleE. Regular hexagon
4 votes
4 votes
1 answer
3
dragonball asked May 2, 2017
2,282 views
main() { int c=0,x,i,y; for(i=0;i<N;i++) { x=random();y=random(); if((x2+y2)<1) c++; } print(c); }random() is a function which returns random number b...
2 votes
2 votes
1 answer
4