
Bradford T. answered 02/08/22
Retired Engineer / Upper level math instructor
V = ∫abπ|(f(x)-d)2-(g(x)-d)2|dx, where d is the line of rotation
The hardest part is determining [a,b]. If you plot the two functions with a plotting tool, you can determine the interval to be the intersection of the two functions.
[a,b]=[0, 2.337]. Or you can use newtons method to solve for x:
h(x) = ex+2-(4x+3)
which gives 2.337 after 5 iterations.
V=π ∫ab|e2x-(4x+1)2|dx = |e2x/2 - 16x3/3-4x2-x|ab