Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Arc Length and Surface Area Assignment
Question 1
Approximate the length of from to using the following steps:
Divide the interval into equal subdivisions of width .
Calculate the length of the line segment from to using the distance formula for .
Add up the five lengths from the last step. This is your approximation. Convert your approximation to a decimal using N(_).
Now use numerical_integral to calculate the actual arc length.
Calculate the difference between your approximation and the exact value (this is your error). [Answer: 0.0059]
Question 2
Find the length of from to . [Answer: ]
Practice your : Write out the integral you used to compute the answer.
Question 3
Find the area of the surface formed by rotating around the -axis the graph of from to . [Answer: 14.42]
Practice your : Write out the integral you used to compute the surface area.
Question 4
Find the area of the surface formed by rotating around the -axis the graph of from to . [Answer: 199.48]
Practice your : Write out the integral you used to compute the surface area.