Part of CALC-06 — Area Under Curves

Horizontal Strips — When to Use dy Integration

by Notetube Official147 words6 views

Sometimes integrating with respect to y is far simpler than with respect to x. This is especially true for regions bounded by curves of the form x = g(y). The area formula becomes: A = integral from c to d of [xrightx_{right}(y) - xleftx_{left}(y)] dy, where xrightx_{right} is the rightmost curve and xleftx_{left} is the leftmost curve at height y. Example: the area bounded by y2y^2 = 4x and y = 2x. Converting to functions of y: x = y2y^2/4 (parabola) and x = y/2 (line). Intersection: y2y^2/4 = y/2 gives y = 0, y = 2. For 0 <= y <= 2, the line x = y/2 is to the right. Area = integral from 0 to 2 of [y/2 - y2y^2/4] dy = [y2y^2/4 - y3y^3/12] from 0 to 2 = 1 - 2/3 = 1/3. This is much cleaner than splitting the dx integral.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes