What is the length of the arc of the curve x 3 2 + y 3 2 = 4 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Multiply by 4 gives an arc length of 48
You don’t need to do any of this. If you retool the equation into the equation of a circle using some algebra voodoo, you can use s = r(theta) to find the exact arc length as 16pi.
x^(2/3) + y^(2/3) = 4
If you write 4 as 2^(2) and put both the left and right sides to the third power, you’ll see that cuberoot(2^6) = 4, so the equation’s arc length is equivalent to
x^2 + y^2 = 64.
The angle in radians is 2pi, so 8*2pi = 16pi ~ 50.26
how can you come up with the parametrization of x and y ?
Standard length of curve calculation (without using parametrization):
x 2 / 3 + y 2 / 3 = 4 ↔ y = ( 4 − x 2 / 3 ) 3 / 2
so, y ′ = − 4 − x 2 / 3 x − 1 / 3
notice that the graph would produce the same curve for 4 quadrants, so:
L = 4 × ∫ 0 8 1 + y ′ 2 = 4 × ∫ 0 8 1 + x 2 / 3 4 − x 2 / 3 = 4 × ∫ 0 8 2 x − 2 / 3 = 4 × ∫ 0 8 2 x − 1 / 3 = 4 8
Problem Loading...
Note Loading...
Set Loading...
We use the parametric equations x = 8 cos 3 t and y = 8 sin 3 t to describe the given curve.
Now, we use the arclength formula for parametric equations: L = ∫ a b ( d t d x ) 2 + ( d t d y ) 2 d t
We'll find the length of the curve that exists solely in the first quadrant and then multiply this by 4. ∫ 0 2 π ( − 2 4 cos 2 t sin t ) 2 + ( 2 4 sin 2 t cos t ) 2 d t ∫ 0 2 π 2 4 sin t cos t d t = 1 2 sin 2 t ∣ ∣ ∣ 0 2 π = 1 2
Multiplying this by four gives an area of 48.