Calculating Area: Horizontal or Vertical Rec?

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Area
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Miike012
Messages
1,009
Reaction score
0
I added a picture of the function y = x^2 with given bounds... My question is, for functions such as the following one in the paint doc, I know its recommended to use vertical approx. rectangles when evaluating the area,.. Would I also get the same result if I used horizontal approx rec.?

The Same question goes for rotating the function about the x-axis... Can I get the same result if I used horizontal approx rec.?

If I decided to use horizontal rec, would the following be correct...



∫(from 0 to 1) y^1/2dy in terms of calculating area.
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    6.6 KB · Views: 426
Physics news on Phys.org
Miike012 said:
I added a picture of the function y = x^2 with given bounds... My question is, for functions such as the following one in the paint doc, I know its recommended to use vertical approx. rectangles when evaluating the area,.. Would I also get the same result if I used horizontal approx rec.?

The Same question goes for rotating the function about the x-axis... Can I get the same result if I used horizontal approx rec.?

If I decided to use horizontal rec, would the following be correct...

∫(from 0 to 1) y^1/2dy in terms of calculating area.
attachment.php?attachmentid=42849&d=1327009006.jpg


That is not the graph of y=x2 .
 
1 - x^2, sorry lol
 
Miike012 said:
I added a picture of the function y = x^2 with given bounds... My question is, for functions such as the following one in the paint doc, I know its recommended to use vertical approx. rectangles when evaluating the area,.. Would I also get the same result if I used horizontal approx rec.?

The Same question goes for rotating the function about the x-axis... Can I get the same result if I used horizontal approx rec.?

If I decided to use horizontal rec, would the following be correct...



∫(from 0 to 1) y^1/2dy in terms of calculating area.

Solve y = 1 - x2 for x, where x ≥ 0 to get your integrand.

... although it seems to me that it's at least as easy to evaluate [itex]\displaystyle \int_{0}^{1}(1-x^2)\,dx\,.[/itex]
 
In answer to your questions, it doesn't matter whether you use horizontal slices or vertical slices, as long as your limits of integration and integrand describe the same region.

The same is true if you have a volume of revolution. You should get the same number with any technique. However, the integration is sometimes easier to perform when you use one technique.