Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132934 views
License: OTHER

Arc Length and Surface Area Assignment

Question 0

Watch the lecture video here.

Did you watch the video? [Type yes or no.]

Question 1

Approximate the length of f(x)=x4f(x)=x^4 from x=0x=0 to x=1x=1 using the following steps:

  • Divide the interval [0,1][0,1] into 55 equal subdivisions of width Δx=15\Delta x=\frac{1}{5}.

  • Calculate the length of the line segment from (xi,f(xi))(x_i,f(x_i)) to (xi+1,f(xi+1))(x_{i+1},f(x_{i+1})) using the distance formula for i=0, 1, 2, 3, 4i=0,\ 1,\ 2,\ 3,\ 4.

  • 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 actual value (this is your error). [Answer: error 0.0059\approx 0.0059]

Question 2

Find the length of f(x)=1x2\displaystyle f(x)=\sqrt{1-x^2} from x=1x=-1 to x=1x=1. [Answer: π\pi]

Question 3

Find the area of the surface formed by rotating around the xx-axis the graph of f(x)=sin(x)\displaystyle f(x)=\sin(x) from x=0x=0 to x=πx=\pi. [Answer: 14.42\approx 14.42]

Question 4

Find the area of the surface formed by rotating around the yy-axis the graph of g(y)=y3\displaystyle g(y)=y^3 from y=1y=1 to y=2y=2. [Answer: 199.48\approx 199.48]

This material was developed by Aaron Tresham at the University of Hawaii at Hilo and is Creative Commons License
licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.