MHB Solid of revolution about an oblique axis of rotation

AI Thread Summary
The discussion focuses on calculating the volumes of solids of revolution around an oblique axis, specifically the line y=mx+b. The derivation begins with the disk method, establishing the radius of the disk and the thickness in terms of the arc length along the function f(x). The area and volume formulas are derived, incorporating the necessary transformations to account for the oblique axis. An example is provided, rotating the function f(x)=x^2 about the line y=x-1, with detailed calculations for both area and volume. The conversation also includes a request for further tutorials on related topics, such as curvature.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Hello MHB,

As students of calculus, we are taught to find the volumes of solids of rotation obtained by revolving given regions about horizontal and vertical axes of rotation. But, what if the axis of rotation is neither horizontal nor vertical? Please consider the following diagram:

View attachment 1398

We wish to revolve the region shaded in green about the line $y=mx+b$. Using the disk method, where the radius of a disk is $r$ and its thickness is $du$, we may write:

$$dV=\pi r^2\,du$$

Using the formula where the point is $(x,f(x))$ and the line is $y=mx+b$, we have:

$$r=\frac{\left|f(x)-mx-b \right|}{\sqrt{m^2+1}}$$

To find $du$ in terms of $dx$, let $dD$ represent the arc-length along $f(x)$ corresponding to $dx$, as in the following diagram:

https://www.physicsforums.com/attachments/1399

From this, we obtain:

$$dD=\frac{dx}{\cos(\theta)}$$

Now, to obtain the projection of $dD$ onto $y=mx+b$, we find that by rotating everything by $$-\tan^{-1}(m)$$, we may write:

$$du=dD\cos\left(\theta-\tan^{-1}(m) \right)$$

Hence, we obtain:

$$du=\frac{\cos\left(\theta-\tan^{-1}(m) \right)}{\cos(\theta)}\,dx$$

Using the angle difference identity for cosine, we find:

$$du=\frac{\cos\left(\theta\right)\cos\left(\tan^{-1}(m) \right)+\sin\left(\theta\right)\sin\left(\tan^{-1}(m) \right)}{\cos(\theta)}\,dx$$

$$du=\left(\cos\left(\tan^{-1}(m) \right)+\tan(\theta)\cos\left(\tan^{-1}(m) \right) \right)\,dx$$

Using:

$$\cos\left(\tan^{-1}(m) \right)=\frac{1}{\sqrt{m^2+1}}$$

$$\sin\left(\tan^{-1}(m) \right)=\frac{m}{\sqrt{m^2+1}}$$

$$\tan(\theta)=f'(x)$$

we then obtain:

$$du=\left(\frac{1}{\sqrt{m^2+1}}+\frac{m}{\sqrt{m^2+1}}f'(x) \right)\,dx$$

$$du=\frac{1}{\sqrt{m^2+1}}\left(1+mf'(x) \right)\,dx$$

And so we may now give the area $A$ of the shaded region as:

$$A=\int_{x_i}^{x_f} r\,du=\int_{x_i}^{x_f}\left(\frac{\left|f(x)-mx-b \right|}{\sqrt{m^2+1}} \right)\left(\frac{1}{\sqrt{m^2+1}}\left(1+mf'(x) \right)dx \right)$$

$$A=\frac{1}{m^2+1}\int_{x_i}^{x_f}\left|f(x)-mx-b \right|\left(1+mf'(x) \right)\,dx$$

And the volume $V$ of the solid of revolution is:

$$V=\pi\int_{x_i}^{x_f} r^2\,du=\pi\int_{x_i}^{x_f}\left(\frac{\left|f(x)-mx-b \right|}{\sqrt{m^2+1}} \right)^2\left(\frac{1}{\sqrt{m^2+1}}\left(1+mf'(x) \right)\,dx \right)$$

$$V=\frac{\pi}{\left(m^2+1 \right)^{\frac{3}{2}}}\int_{x_i}^{x_f} \left(f(x)-mx-b \right)^2\left(1+mf'(x) \right)\,dx$$

Let's apply this to a simple example. Let's rotate $f(x)=x^2$ about the line $y=x-1$ on $[0,1]$.

The area of the region is:

$$A=\frac{1}{2}\int_0^1\left|x^2-x+1 \right|(1+2x)\,dx$$

Because $$x^2-x+1>0$$ for all real $x$, we may write:

$$A=\frac{1}{2}\int_0^1\left(x^2-x+1 \right)(1+2x)\,dx$$

Expanding the integrand, we have:

$$A=\frac{1}{2}\int_0^1 2x^3-x^2+x+1\,dx$$

Applying the FTOC, we find:

$$A=\frac{1}{2}\left[\frac{1}{2}x^4-\frac{1}{3}x^3+\frac{1}{2}x^2+x \right]_0^1=\frac{1}{2}\left(\frac{1}{2}-\frac{1}{3}+\frac{1}{2}+1 \right)=\frac{1}{2}\cdot\frac{5}{3}=\frac{5}{6}$$

The volume of the solid of rotation is:

$$V=\frac{\pi}{2\sqrt{2}}\int_0^1\left(x^2-x+1 \right)^2(1+2x)\,dx$$

Expanding the integrand, we obtain:

$$V=\frac{\pi}{2\sqrt{2}}\int_0^1 2x^5-3x^4+4x^3-x^2+1\,dx$$

Applying the FTOC, we find:

$$V=\frac{\pi}{2\sqrt{2}}\left[\frac{1}{3}x^6-\frac{3}{5}x^5+x^4-\frac{1}{3}x^3+x \right]_0^1=\frac{\pi}{2\sqrt{2}}\left(\frac{1}{3}-\frac{3}{5}+1-\frac{1}{3}+1 \right)=\frac{\pi}{2\sqrt{2}}\cdot\frac{7}{5}= \frac{7\pi}{10\sqrt{2}}$$
 
Last edited by a moderator:
Physics news on Phys.org
Excellent tutorial, Mark! Clear, concise, and above all, interesting... (Yes)Just a though, mind, and it's a bit 'niche', as it were, but have you considered writing a little tutorial about how to work out the curvature, or radius of curvature of a function...?

It's a bit cheeky of me to ask, I'll grant you that (lol), but you do these things so well [sincerity].All the best! :D

Gethin
 
Hi Mark! Very nice and clear derivation. Just a few questions:

MarkFL said:
Now, to obtain the projection of $dD$ onto $y=mx+b$, we find that by rotating everything by $$-\tan^{-1}(m)$$, we may write:
$$\displaystyle du=dD\cos\left(\theta-\tan^{-1}(m) \right)$$

Why do we rotate by $-\tan^{-1}(m)$? And how does this obtain the projection?
 
Last edited:
Back
Top