Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
How do you find the arc length of the curve ##y = sqrt( 2 − x^2 )##, ##0 ≤ x ≤ 1##?
The arc length is ##(pi sqrt(2)) / 4##
There are two ways to go about this. One way is to apply the formula:
##S = int_a^b sqrt(1+ (dy/dx)^2) dx##
Which ends up looking like this:
##S = sqrt(2) int_0^1 1/(sqrt(2-x^2)) dx##
Which integrates using trig substitution to:
##S = sqrt(2) [arctan(x/sqrt2)]_0^1##
giving:
##S = sqrt(2) (arctan(1/sqrt2) - arctan (0/sqrt2)##
Which is
##S = sqrt(2) (pi/4) = (pi sqrt2)/4##
Another way of doing it is recognizing that the equation is just a semicircle.
##y= sqrt(2-x^2)##
##=> y^2 + x^2 = 2##
Which is a semicircle of radius ##sqrt2##. Then we can draw that circle and do some trigonometry:
graph{sqrt(2-x^2) [-2.746, 3.128, -0.918, 2.018]}
Taking the arc length from 0 to 1, we see that the angle between them is ##pi/4##, and the radius of the circle ##sqrt2## and hence the arc length is
##S = r theta = (pi sqrt2)/4##