PDA

View Full Version : Area under the curve problem, but there's a twist


relativitydude
Sep1-04, 06:18 PM
I have a unique area under a curve problem. Say we have a function y = x^2. Ok, so, the area under that curve is just the integral of x^2 from 0 to some value of x. That's easy. Lets call this area A.

Now normally if we wanted to find the area under a height, we would simply mulitply height by the value of x and subtract the integrated form to find the are above the curve to that height. Lets call this area B.

I cant use this method. I cant simply say h*x minus the integral of whatever to find area B. Is there another way to find area B while knowing the function but not involving area A in any way?

mathwonk
Sep1-04, 06:52 PM
try making this confusing question a little more precise. an example could help.

relativitydude
Sep1-04, 07:31 PM
I included a diagram. I need to find area A and area B separately. I cant find area B by subtracting A out of it and conversely I cant find area A by subtracting B out of it.

Hurkyl
Sep1-04, 07:36 PM
I cant find area B by subtracting A out of it

Why can't you?

relativitydude
Sep1-04, 07:39 PM
Why can't you?

I just cant.

Ethereal
Sep1-04, 07:52 PM
I just cant.
Why not? Try it for some value of x and h. What's the problem? On the other hand, maybe you could try expressing the f(x) in terms of y and integrating wrt y instead to find B directly.

PS. What did you use to create the picture? It looks rather neat.

relativitydude
Sep1-04, 07:59 PM
I cant do it the normal way because my problem that this assists boils down to 1=1, a true yet uninspiring finding. I will try it with your suggestions, Ethereal.

That chart? Eh, that's nothing. I made it in Adobe Illustrator. You can draw ANYTHING in that program.

Hurkyl
Sep1-04, 08:36 PM
If you found one of them via the integral, couldn't you find the other by subtracting?

relativitydude
Sep1-04, 09:34 PM
If you found one of them via the integral, couldn't you find the other by subtracting?

I said I cant use the subtraction method.

Galileo
Sep2-04, 05:45 AM
I said I cant use the subtraction method.

Do you mean you don't know how? Or aren't you allowed to use it for solving the problem?

If you're looking for another way to find area B, here's a hint:
Think of the line that gives the height as your x-axis and stand on your head.

relativitydude
Sep2-04, 05:50 AM
I am not allowed.

Thanks Gilleo, will do.

JonF
Sep2-04, 11:04 PM
wouldn't the inverse function of x^2 have the same area if you integrated along the x-axis and used the height as the upper bound limit?

SpatialVacancy
Sep3-04, 12:28 AM
Find f^{-1}(x) . In this case, you are using f(x) = x^2 [/tex]. The inverse of this function is [itex] f(x) = \sqrt{x} . You can now integrate, but make sure to adjust your limits of integration. If you wanted from 0 to 3 of the original function, that would translate to 0 to 9 of the inverse. Just plug in the original limits to the inverse (y) to obtain your new limits.

Hope this helps!

Galileo
Sep3-04, 02:35 AM
I don't know if inversion will help. Inversion mirrors the function in (through?) the line y=x.
My idea was to mirror the function in the x-axis, then add the height h to the function and then integrate. (or alternatively subtract the height from the function and then mirror it).

But the calculation would be exactly the same if you were calculating the area of the rectangle and subtract area A. So it seems silly not to use this method and do use the above method.

Subtract height: f(x)-h
Mirror: h-f(x)
Integrate: h\Delta x - \int f(x)dx

It's the same :)

JonF
Sep3-04, 11:28 AM
Well basically it is the same exact thing as what you planed on doing. The area between the function and the y-axis is the same as its inverse function and the x-axis.

Hessam
Sep8-04, 10:34 PM
ok i'm not sure if anyone mentioned htis but....

lets say the equation was y = x^2.... you wanted to find area B

could you not find the integral from 0 -> x by changing the equation ... by flipping it upside down (reflect upon x-axis) and shift it up h units?

thus you get
y = -x^2 + h

and find integral from 0-->x now?

correct me if i'm wrong