Calculus II Class 02/21


Construct a trapezoidal approximation graph for y = x^2 between x = 0 and x = 3, with increment 1.  Find the total distance along the 'arc' of this graph.

The 'arc; of the graph of y = x^2 between x = 0 and x = 3 is approximated by the total length of the 'slope lines' at the tops of the trapezoids.

We obtain the following specific results:

The total arc distance is therefore about 1.4 + 3.2 + 5.1 = 9.7.

Find the length of a 'slope segment' corresponding to slope m on a trapezoid of width 2. 

We again find the rise and the run of the 'slope segment', which is shown below.

Find the length of a 'slope segment' corresponding to slope m on a trapezoid of width `dx. 

We again find the rise and the run of the 'slope segment', which is shown below.

Find the length of a 'slope segment' corresponding a trapezoidal approximation of width `dx, located in the vicinity of coordinate x, for the function y = x^2. 

We again wish find the rise and the run of the 'slope segment', which is shown below.

Can we use these ideas to obtain an accurate expression for the arc length of the y = x^2 curve between x = 0 and x = 3?

If we consider a typical small interval `dx containing coordinate x, we find from the preceding analysis that the arc distance is very close to `dL = sqrt(1 + 4x^2) * `dx.

Summing for a set of intervals which covers the interval from x = 0 to x = 3 we obtain sum ( sqrt(1+4x^2) `dx), from x = 0 to 3.

In the limit as `dx -> 0 on all intervals, the approximations   `dL = sqrt(1 + 4x^2) * `dx become more and more accurate, and the sum of all the approximations approaches the accurate arc length.

The limiting value of the sum is the integral indicated below.

It is possible to integrate sqrt(1 + 4x^2) with respect to x, from x = 0 to x = 3, using first a standard trigonometric substitution.

Find the volume of the solid of revolution formed by revolving y = x^2 about the x axis.

The solid is depicted in the figure below.

A side view of the solid shows a typical interval near coordinate x with width `dx.

`dV = c.s. area * thickness = pi x^4 `dx.

volume = int( pi x^4, x, 0, 3).

This integral is easily calculated.  The antiderivative will be pi x^5 / 3.  Between x = 0 and x = 3 this antiderivative changes by pi * 3^5 / 3 - pi * 0^5 / 3 = 81 pi.

The volume of this solid is therefore 81 pi.