Set up (do not evaluate) the integral that gives the surface area of the surface generated by rotating the curve y=tanhx on the interval (0, 1) around the x-axis.

Anyone who can help? Not really sure how to even begin!
Thanks

To set up the integral for finding the surface area of the surface generated by rotating the curve y = tanh(x) on the interval (0, 1) around the x-axis, we can use a formula known as the surface area integral.

The surface area integral in terms of x for a curve y = f(x) on the interval [a, b] rotated around the x-axis is given by:

A = 2π * ∫[a, b] f(x) * √(1 + (f'(x))^2) dx

In this formula, f(x) represents the function that defines the curve, f'(x) is the derivative of f(x), and dx indicates the infinitesimal change in x over the interval [a, b].

Now let's apply this formula to the given problem:
- Curve: y = tanh(x)
- Interval: (0, 1)

First, we need to find the derivative of f(x) = tanh(x). The derivative of tanh(x) is sech^2(x).

So, f'(x) = sech^2(x).

Now, we substitute the values into the surface area integral formula:

A = 2π * ∫[0, 1] tanh(x) * √(1 + (sech^2(x))^2) dx

Please note that this expression represents the setup for the integral to find the surface area. Evaluating the integral will give you the actual surface area.