What Went Wrong with Calculating the Area Under 3 Curves?

  • Thread starter Thread starter h6872
  • Start date Start date
  • Tags Tags
    Area Curves
h6872
Messages
9
Reaction score
0
hi! Thanks for the advice, I managed to find the intersection points, but I seem to have run into a problem.
I set up the integral as follows:

(4-x^2) (for 1 to 2) + (4 - 1/x) (for 1/4 to 1)
this worked out to
((8-8/3) - (4 - 1/3)) + (4 - (1 - ln1/4))
(16/3 - 11/3) + (3 + ln1/4)
5/3 + 3 + ln 1/4
= 14/3 + ln1/4

but the answer at the back says that the correct response is
14/3 - ln4... What did I do wrong?
Thanks so much,
heather
 
Physics news on Phys.org
The (4-x^2) integral gives you the total area in that interval. However, the 1/x curve "intersects" the area. Therefore, you must subtract that part from the first integral. If you plot the curves, you will see what I am talking about.
 
By the way, there is no need to start a second thread about the same problem. You could have just as well continued in your first thread.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top