Use Calculus to Rotate Curves Around an Axis

You will learn to rotate a curve around the x or y axis using calculus, and calculate volume and surface area, so long as your understanding of calculus steps is up to par (as this is not so much an article in learning calculus and deriving specific answers as it is a means of learning how to make a rotational solid or surface).

When a plane region, lying entirely on one side of a fixed line in its plane, is revolved about that line, it generates a solid of revolution. The fixed line is called the axis of the solid of revolution. As an illustration, if the region bounded by a semicircle and its diameter is revolved about that diameter, it sweeps out a spherical solid. If the region inside a right triangle is revolved about one of its legs, it generates a conical solid. When a circular disk is revolved about a line in its plane which does not intersect the disk, it sweeps out a torus (or donut). All plane sections of a solid of revolution that are perpendicular to its axis are circular disks or regions bounded by two concentric circles. We seek the volume of a solid of revolution. But first we must define what is meant by the "volume" of a solid of revolution. Just as in any discussion of a plane area in which it is assumed that the area of a rectangle is a product of its length and width, we start out investigation of volumes of solids of revolutions by assuming that the volume of a right circular cylinder is πr^2h (π=pi, r=radius, ^2=squared and h=height or altitude).

Steps

  • Become familiar with the basic concept:

The Tutorial: Volume of a Solid of Revolution

  1. Start by opening a new workbook in Excel from the desktop, from the dock, or from within your Applications folder inside the Microsoft folder. Double click on Excel (either the green X on the dock or the app title in the folder) and select File New Workbook.
  2. In Preferences, set R1C1 to unchecked or Off, set Ribbon to checked or On and set Show Formula Bar to checked or On.
  3. Click in the far upper left top corner above the 1 of row 1 and to the left of column A. Doing so will select the entire worksheet. Format Cells Number Number to decimal places 2, show comma. Format Cells Alignment Center. # Title the first worksheet, "Rotate Function f(x)" and save the workbook as "Rotate Curves About An Axis" into an appropriate folder such as 'Microsoft Excel Imagery' or 'wikiHow Articles'.
  4. Enter to cell A1 the following text and then set Format Cell Alignment to Wrap Text:
    • Let f be a function which is continuous on the closed interval [a,b], with f(x) ≥ 0 for a ≤ x ≤ b. You want to define the volume of the solid of revolution generated by revolving about the x-axis the region R which is bounded by the curve y = f(x), the x-axis, and the vertical lines x = a and x = b. Let f(x) = sqrt(x) and a = 1 and b = 4.

    • Subdivide the interval [a,b] into n subintervals by a partition P, and choose n points wi, one in each subinterval. Draw n approximating rectangles with base [xi-1,xi] and altitude f(wi), i = 1, 2, 3, ... , n; a typical one of these rectangles is shown in the diagram as Rect HGFE.
    • Revolve the region R about the x-axis to generate a solid of revolution, using the n rectangles to sweep out n right circular cylinders. The cylinders swept out by the typical rectangle, eg. Rect HGFE, is shown in the following Diagram; since the radius of its base is f(wi) and its altitude is ∆xi, its volume is ∆Vi = π*[f(wi)]^2 *∆xi.

    • Note that if you want to create a washer type of form, the formula changes to π * ∫ba [f(x)^2 = g(x)^2]*dx -- so it is a definite integral of the difference of the squares of the external function, f(x), and the internal (hole) function, g(x).
    • Note also that you may let f be a continuous function on [a.b] and if the region bounded by y = f(x), the x-axis, and the lines x = a and x = b lies in the first quadrant, the volume of the solid of revolution generated by revolving this region about the y-axis is V = 2π * ∫ba x*f(x)*dx, another definite integral.

The Tutorial: Area of a Surface of Revolution

  1. Consider a function f which is continuous on the interval [a,b], with f(x) ⊵ 0 for a ⊴ x ⊴ b, and whose first derivative f' is also continuous on [a,b]. If the arc of the curve y = f(x), from the point (a, f(a)) to the point (b, f(b)) is revolved about the x-axis, a surface of revolution S is swept out.
    • Find the area of the surface of revolution by first partitioning [a,b] into n intervals [xi-1, xi], i = 1, 2, 3, ..., n.
    • Let Qi be the point on the curve whose coordinates are (xi,f(xi)), and denote the point (a, f(a)) by Q0.
    • Then let the broken line formed by the n chords Qi-1Qi of the curve be revolved about the x-axis; it sweeps out a surface which approximates S, and this approximation improves as the norm |P| of the partition decreases.
    • Consider that the lateral area of a frustum of a cone, having slant height s and radius of its bases r1 and r2, is π*(r1 + r2)*s. Thus each chord Qi-1Qi, as it revolves about the x-axis, sweeps out the lateral surface of a frustum of a cone whose area is π*[f(xi-1) + f(xi)]*|Qi-1*Qi|.
    • Consider that, because of the formula for the arc distance (see the article Approximate Arc Length Using the Distance Formula), this may be re-written and defined as follows:
      • Let f and f' be continuous on [a,b] with f(x) ⩾ 0 for a ⩽ x ⩽ b. The area of the surface of revolution swept out by revolving about the x-axis the segment of the curve y = f(x), from the point (a, f(a)) to the point (b, f(b)) is: 2π * ∫ba f(x)*sqrt(1+f'(x)^2)*dx.
      • Example: Find the area of the surface of revolution generated by revolving about the x-axis the segment of the curve y = sqrt(x) from (1,1) to (4,2).
      • Solution: By substituting f(x) = sqrt(x) and f '(x) = 1/(2*sqrt(x)) in the above formula, you get: 2π * ∫41 x^.5 * sqrt(1+(1/(2*sqrt(x)))^2)*dx =
      • π * ∫41 sqrt(4x +1) dx (by dividing by sqrt(4) =
      • π/4 * ∫41 (4x +1)^.5 * d(4x +1) =
      • π/4 * [(4x +1)^(3/2)]/(3/2)41 (by integration) =
      • π/4 * 2/3 * (17^1.5 - 5^1.5) = π/6 * (17^1.5 - 5^1.5) = 30.8465 √

Tips

  • If you who would like a further example or two, please email me; you'll find the original editor of this article in its History Page, and from there how email contact is made.
  • To rotate about the y-axis, simply substitute y's for x's and vice versa everywhere in the equation(s).
  • Integration Rules:
    • "Integration, ∫, can be used to find areas, volumes, central points and many useful things. It is often used to find the area underneath the graph of a function. The integral of many functions are well known, and there are useful rules to work out the integral of more complicated functions, many of which are shown here.
    • There are examples below to help you.
    • Common Functions ......Function ...... Integral
    • Constant ...................... ∫a dx ................. ax + C, where C is some Constant;
    • Variable ......................... ∫x dx ................. x2/2 + C
    • Square ......................... ∫x^2 dx .............. x^3/3 + C ... or (x^(n+1))/(n+1)
    • Root ............................. ∫x^.5 dx ............ x^1.5/(3/2) + C ... or (x^(n+1))/(n+1)
    • Reciprocal .................... ∫(1/x) dx............. ln|x| + C
    • Exponential .................. ∫e^x dx .............. e^x + C
    • ..................................... ∫a^x dx .............. a^x/ln(a) + C where ln = natural log
    • Natural Log ................... ∫ln(x) dx x .......... ln(x) − x + C
    • Trigonometry (x in radians):
    • ..................................... ∫cos(x) dx .......... sin(x) + C
    • .................................... ∫sin(x) dx ........... -cos(x) + C
    • ..................................... ∫sec^2(x)dx ........ tan(x) + C
    • Rules: .................................Function ..... Integral
    • Multiplication by constant ..... ∫cf(x) dx ........ c ∫f(x) dx
    • Power Rule (n≠-1)................. ∫x^n dx .......... x^(n+1)/(n+1) + C
    • Sum Rule .............................. ∫(f + g) dx ...... ∫f dx + ∫g dx
    • Difference Rule ..................... ∫(f - g) dx ....... ∫f dx - ∫g dx"1
  • Derivative Rules
  • "The Derivative tells us the slope of a function at any point. The derivatives of many functions are well known. Here are some useful rules to help you work out the derivatives of more complicated functions (with examples below). Note: the little mark ’ means "Derivative of".
    • Common Functions....................Function.............Derivative
    • Constant .......................................... c ............................ 0
    • ......................................................... x ............................ 1
    • Square ............................................. x^2 ..........................2x ..... or nx^(n-1)
    • Square Root .................................... √x ........................... (½)x-½
    • Exponential ...................................... e^x ......................... e^x
    • .......................................................... a^x ......................... a^x *(ln a)
    • Logarithms ....................................... ln(x) ........................ 1/x
    • .......................................................... log a(x) ................... 1 / (x ln(a))
    • Trigonometry (x is in radians) ........... sin(x) ...................... cos(x)
    • ........................................................... cos(x) ..................... −sin(x)
    • ........................................................... tan(x) ..................... sec^2(x)
    • ........................................................... sin^-1(x) ................ 1/√(1−x2)
    • ........................................................... tan^-1(x) ................ 1/(1+x^2)
    • Rules................................................Function.............Derivative
    • Multiplication by constant ....................... cf ........................... cf’
    • Power Rule ............................................. x^n ........................ n*x^(n−1)
    • Sum Rule ................................................ f + g ....................... f’ + g’
    • Difference Rule ....................................... f - g ........................ f’ − g’
    • Product Rule ........................................... f*g .......................... f*g’ + f’*g
    • Quotient Rule .......................................... f/g .......................... (f’*g − g’*f )/g^2
    • Reciprocal Rule ....................................... 1/f .......................... −f’/f^2
    • Chain Rule
    • (as "Composition of Functions") ............... f º g ........................ (f’ º g) * g’
    • Chain Rule (in a different form) ................ f(g(x)) ..................... f’(g(x))*g’(x)
    • "The derivative of" is also written d/dx
    • Example: what is the derivative of sin(x) ? From the table above it is listed as being cos(x). It can be written as: d/dx sin(x) = cos(x) or as sin(x)’ = cos(x)."2
  • In Excel, the number e is obtained by the formula =EXP(1) and there is also a natural log function, LN(n), where n is some number for which the natural log is wanted.

Helpful Guidance

  1. Make use of helper articles when proceeding through this tutorial:
    • See the article How to Create a Spirallic Spin Particle Path or Necklace Form or Spherical Border for a list of articles related to Excel, Geometric and/or Trigonometric Art, Charting/Diagramming and Algebraic Formulation.
    • For more art charts and graphs, you might also want to click on Microsoft Excel Imagery, Mathematics, Spreadsheets or Graphics to view many Excel worksheets and charts where Trigonometry, Geometry and Calculus have been turned into Art, or simply click on the category as appears in the upper right white portion of this page, or at the bottom left of the page.

References

Related Articles