Area of simple curve bounded by

Dumbledore
Messages
33
Reaction score
0

Homework Statement


Find the area of the curve 2/sqrt(x) bounded by x = 0, y = 3, y = 1


Homework Equations



The textbook claims the answer is 3.


The Attempt at a Solution



I tried both vertical and horizontal elements, but got different answers than 3.

Here's my attempt at vertical elements:

since y = 1 is the farthest right value of x, I solve 1 = 2/sqrt(x) for X to find x upper, which is 4.

Now I form my integral: integral(4-0) of 2/sqrt(x) (dx)

Integrate: 4 * sqrt(x)

Solve the definite integral: (4 * sqrt(4)) - (4 * sqrt(0)) = 8

What have I done wrong?
 
Physics news on Phys.org
When y= 3, x= 4/9. But your left boundary is x= 0 so you have the lines y= 1 and y= 3 as upper and lower bounds until x= 4/9. The area is
\int_0^{4/9} (3-1)dx+ \int_{4/9}^4 2/\sqrt{x}dx

What did you get when you integrated with respect to y?
 
Thanks I finally understand why I have to use two integrals to figure out this question if I use verticle elements.

For horizontal elements, I did this:

Integral(3-1): (4/y^2) (dy)

Integrate: -4 * y^(-1)

Solve: -4*(1/3) - (-4)(1)

Equals: 2 and 2/3

What did I do wrong this time?
 
Nothing. Unless you have stated the problem incorrectly, that is the correct answer.
 
My textbook is incorrect as I suspected. It claims the answer is 3.

Thanks for your help.
 
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