I want to find the arc length of the equation: $ x^{2/3} + y^{2/3} = 4 $
My steps follow as:
$ y= f(x) = (4-x^{2/3})^{3/2} $
$ f'(x)= -x^{-1/3}(4-x^{2/3})^{1/2} $
$ [f'(x)]^2 = 4x^{-2/3}-1 $
$ [f'(x)]^2 + 1 = 4x^{-2/3} $
$ L = \int_\sqrt8^4 \sqrt{f'(x)^2 + 1} dx = 0.0955 $
Bounds of the upper integral are found by:
$ y= (4-x^{2/3})^{3/2} = x $
$ x= 2 $ , $ x = \sqrt8 $
The integral gives us the asteroid's 1/8th of length. We multiply by 8 and finally get the result 0.7646.
I solved this problem by imitating the steps exactly of a similar problem with $ x^{2/3} + y^{2/3} = 1 $ instead of this problem's $ x^{2/3} + y^{2/3} = 4 $.
Change of the number from 1 to 4 should not change the method of solving this question right? According to my professor's answer, I should be getting 8 as a result. I am wondering if I did something wrong or I wrote my professor's answer as wrong.
PS: This is my first stackexchange post, feel free to point out if I could have done something better in my post.