Find Arc Length of Astroid: Integral Solution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
whatlifeforme
Messages
218
Reaction score
0

Homework Statement


the graph of the equation x^(2/3) + y^(2/3) = 7^(2/3) is one of the family of curves called asteroids.


Homework Equations


find the length of first-quadrant and multiply by 8.
1. y=(7^(2/3) - x^(2/3))^(3/2)) ; 7sqrt(2)/4 <= x <= 7



The Attempt at a Solution


1. i found dy/dx, (dy/dx)^2, and now I'm at the length integral.
2. L = integral sqrt(1+7^(2/3) * x^(2/3) - x^(4/3))

i'm not sure how to evaluate this integral (#2) without using a calculator, but that doesn't give me the exact answer that i need.
 
Physics news on Phys.org
dy/dx = -x^1/3 (7^2/3 - x^2/3)^(1/2)
(dy/dx)^2 = x^(2/3) * (7^(2/3) - X^(2/3)V ----> 7^(2/3)* X^(2/3) - X^(4/3)

L = ∫ (x=a to x=b) SQRT(1 + 7^(2/3) * x^(2/3) - x^(4/3))
 
Last edited:
it's already solved for y that's how the want you to solve it.
 
whatlifeforme said:
it's already solved for y that's how the want you to solve it.

That is not the easy way to solve it and is probably why you are having trouble. Differentiate the equation ##x^{2/3} + y^{2/3} = 7^{2/3}## implicitly with respect to ##x## to get ##y'## and calculate ##1 + y'^2##. Show us what you get.