So I understand how to interpret a graph to determine the intersection of curves, however, this is the first time I've encountered an $y=|x|$.
Here is the problem, and my work. Can someone explain the absolute value concept in this regard?
Find the area of the region determined by the intersection of the curves. $y=\frac2{x^2+1}, y=|x|$.
$$A=\int_{-1}^1 (\frac2{x^2+1})dx$$
$$=2\int(\frac1{x^2+1})dx = 2 arctan x$$
$$\int x dx=\frac{x^2}2$$
$$A=\int_{-1}^1 (\frac2{x^2+1})dx=2 arctan x - \frac{x^2}2+C$$
$$\lim_{x \to -1+}{(2 arctan x - \frac{x^2}2)}=-2.071$$
$$\lim_{x \to 1-}{(2 arctan x - \frac{x^2}2)}=1.071$$

Well, the problem is the same as it would be for some other function, except that $\lvert x\rvert=f(x)$ is a piecewise defined function, i.e. $$ f(x)=\begin{cases} x&x\ge 0\\ -x&x<0. \end{cases}$$ Now, all we need to do is compute the integral $\int_{-1}^1\frac{2}{x^2+1}dx$ and subtract off the area lying above $f(x)=\lvert x\rvert$. There are a few ways to do this. The best way is to observe that $\lvert x\rvert$ is symmetric about the origin so that you can just take $$2\int_0^1 xdx=\int_{-1}^1\lvert x\rvert dx.$$ Another nice way to do this is with basic Euclidean geometry. We know that the area of the triangle bounded by $y=x, x=0,y=0$ has area $\frac{1}{2}\cdot 1\cdot 1=\frac{1}{2}$. This corresponds to $\int_0^1 xdx$. Doubling this, we find that the area $\int_{-1}^1\lvert x\rvert dx=1.$ In any case, when all is said and done, we get that $$ A=2\arctan(x)\bigg|_{-1}^1-1=2\arctan(1)-2\arctan(-1)-1=2\cdot \frac{\pi}{4}+2\frac{\pi}{4}-1=\pi-1.$$