I'm a bit confused with finding the volume between two curves?

enter image source here

1 Answer
May 18, 2018

a. #2/15pi#

b. #1/6pi#

c. #8/15pi#

Explanation:

a. The first thing we need to do is find the x values where our two functions intersect. This can be done by setting the two functions equal to each other and solving for x:
#x^2 = x#
#x^2 - x = 0#
#x(x - 1) = 0#
#x = 0,1#

These x values mean the region bounded by functions #y = x^2# and #y = x# occurs between x = 0 and x = 1.

To solve for volume about the x axis, we are going to use the formula: #V = int_a^bpi{[f(x)^2] - [g(x)^2]}dx#

#f(x)# and #g(x)# represent our two functions, with #f(x)# being the larger function.

To determine which of your two functions is larger, simply pick a number between 0 and 1, and plug it into both your functions. The one that gives you the larger number is your larger function.

If we plug, say #1/2# into our two functions for example, we will get:

#y = x = 1/2#
#y = x^2 = 1/4#

So, #y = x# is our larger function.

Our integral should look like this:
#int_0^1pi[(x)^2 - (x^2)^2]dx#
Remember : since the region bound by our two curves occurred between #x = 0# and #x = 1#, then 0 and 1 are our lower and upper bounds, respectively.

Since pi is a constant, we can bring it out: #piint_0^1[(x^2) - (x^2)^2]dx#

Solving this simple integral will give us: #pi[(x^3)/3 - (x^5)/5]_0^1#

=#pi[(1^3/3 - 1^5/5) - 0]#

=#2/15pi#

b. Next, they want volume about the y axis.

To do this, we need to take our functions and solve them for x in terms of y.

Therefore:
#y = x# becomes #x = y#
and,
#y = x^2# becomes #x = sqrty#

To find the y values where our two functions intersect, just set the two functions equal to each other and solve for y:
#y = sqrty#
#y^2 = sqrty^2#
#y^2 = y#
#y^2 - y = 0#
#y(y-1) = 0#
#y = 0,1#

The last thing we need to do before setting up our integral is find which of our two functions is bigger. To do that, simply plug in a random number in between 0 and 1. I'll plug in #1/4#:
#x = y = 1/4#
#x = sqrty = 1/2#

So, since #x = sqrty# resulted in the bigger number, it is our larger function. It'll go first.

The formula we will use is nearly identical to the one prior, except it is integrating in respect to y: #V = int_a^bpi{[f(y)^2] - [g(y)^2]}dy#

Setting up the integral gives us: #int_0^1pi[(sqrty)^2 - (y)^2]dy#
I'll spare you the steps, but the answer tuns out to be: #1/6pi#

c. Lastly, they ask for the volume about the line #y = 2#.
#y = 2# is horizontal, so think of it as your new x axis.

What we need to do is set up an expression that represents the distance at any point of our functions from the line #y = 2#.
For the function: #y = x#, we can write it as #2 - x#
For the function #y = x^2#. we can write it as #2 - x^2#

The same method we've been using to find which function is larger can be used here. To make things concise, the larger function is #2 - x^2#.

Now we can substitute these values into our formula for volume about the x axis, giving us: #int_0^1pi[(2-x^2)^2 - (2-x)^2]dx#

If you've gotten this far in calculus you probably already know how to integrate this one, so the answer is: #8/15pi#