Suppose we want to find the volume of the curve when rotated about x-axis. We would write something like this:
It's like we are considering small discs of radius f(x) and width dx and summing them up as the volume of the disc is pi * f(x) * f(x) * dxBut when we need to calculate surface area, we write something like this:
Shouldn't we consider the surface area of a disc which is 2 * pi * f(x) * dx and summing it up rather than 2 * pi * f(x) * small arc length?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Nope.....consider a small cylinder with its center on the X-Axis and the function is being rotated about the X-Axis. Now, we know that it's surface area (curved) is 2πrh where r and h are its radius and height respectively. So, the surface area of our element (small cylinder) is
dS=2πf(x)⋅1+f′(x)2dx
because, the height h can be seen as the distance between two points very close to each other (x1 , y1) and (x2 , y2). Computing the distance between them, we get h=(dx)2+(dy)2 which implies h=(dx)21+(f′(x))2 since dy=f′(x)dx and thus, we get from the above formula
S=∫ab2πf(x)1+(f′(x))2dx
where a and b are the points on X - Axis between which the area needs to be calculated.
Then, in the same manner, while calculating the area under the curve we should take the area of small rectangle element = f(x) * root(1 + f'(x)^2)dx?