375 views

2 Answers

Best answer
3 votes
3 votes

: Shaded Area = $\large \int_{x=-1}^{x=+1}\left [ f(x) \right ]dx = 1$

selected by
1 votes
1 votes

$\int_{-1}^{1}(1-|x|)dx$

Integration can be divided into two parts for |X| value.

|X| is negative in range [-1,0]  // |-0.8|=-0.8

and positive in range [0,1].   // |0.8|=0.8

It should be

 $\int_{-1}^{0}(1-(-x))dx+\int_{0}^{1}(1-x)dx$

$\int_{-1}^{0}(1+x)dx+\int_{0}^{1}(1-x)dx$

$x+\frac{x^{2}}{2}]_{-1}^{0}$ + $x-\frac{x^{2}}{2}]_{0}^{1}$

-(-1+1/2)+(1-1/2)

=1-1/2+1-1/2

=2-1

=1

Related questions

0 votes
0 votes
0 answers
1
jhaanuj2108 asked Jan 12, 2019
472 views
Can anyone help me with solving this type of problem? I want some resource from where I can learn to solve this type on integration, as according to solution it is a func...
2 votes
2 votes
1 answer
2
Ayush Upadhyaya asked Nov 22, 2018
466 views
$\int x^7.e^{x^4}dx$How to do this?
0 votes
0 votes
1 answer
3
srestha asked Nov 16, 2018
644 views
$\int_{0}^{1}\frac{x^{\alpha }-1}{logx}dx$ where $\alpha>0$
0 votes
0 votes
1 answer
4
srestha asked Oct 6, 2018
422 views
Solve$\int_{0}^{\pi }sin^{5}\frac{x}{2}dx$