Find the area of the surface obtained by rotating the curve of parametric

x=3t-(3/3)t^3
y=3t^2
0<=t<=1

what is the surface area

I am confused about the (3/3) term. Since it equals 1, why is it there at all?

You don't say what axis the parametric curve is being rotated about.

it is rotated about the x-axis

To find the surface area obtained by rotating the curve described by the parametric equations x=3t-(3/3)t^3 and y=3t^2 about the x-axis, we can use the formula for surface area generated by rotating a curve:

A = 2π∫[a,b] y √(1+(dx/dt)^2) dt

where A is the surface area, π is a mathematical constant (approximately equal to 3.14159), [a, b] represents the interval of parameter t, y is the y-coordinate of the curve, and dx/dt represents the derivative of x with respect to t.

In this case, we are given the limits of t as 0 to 1, so we can plug in these values into the formula and calculate the surface area.

First, let's calculate dx/dt. Taking the derivative of x with respect to t:

dx/dt = 3 - (3/3)*3t^2

Simplifying, we get:

dx/dt = 3 - t^2

Next, let's calculate y:

y = 3t^2

Now, let's calculate the expression inside the square root:

1 + (dx/dt)^2 = 1 + (3 - t^2)^2
= 1 + 9 - 6t^2 + t^4
= t^4 - 6t^2 + 10

Taking the square root, we have:

√(1 + dx/dt)^2 = √(t^4 - 6t^2 + 10)

Now, we need to integrate y √(1 + (dx/dt)^2) with respect to t from 0 to 1 to find the surface area:

A = 2π∫[0,1] y √(1+(dx/dt)^2) dt
= 2π∫[0,1] (3t^2) √(t^4 - 6t^2 + 10) dt

Unfortunately, this integral cannot be solved analytically using elementary functions. It may be necessary to use numerical methods or approximation techniques to estimate the surface area.