Length of Curve with Parametric Equations x=cost and y=sint in the xy-plane

fk378
Messages
366
Reaction score
0

Homework Statement


In the xy-plane, the curve with parametric equations x=cost and y=sint, 0<=t=<pi, has what length?

The Attempt at a Solution



I drew the graphs x=cost and y=sint and shaded the area where the graphs intersect between 0 and pi. I don't know where to go from here.
 
Physics news on Phys.org
You should have one graph, with (x, y) coordinates, where both x and y depend on t. That's what parametric equations are about. Try plotting about 10 points and see what you get.
 
fk378 said:

Homework Statement


In the xy-plane, the curve with parametric equations x=cost and y=sint, 0<=t=<pi, has what length?

The Attempt at a Solution



I drew the graphs x=cost and y=sint and shaded the area where the graphs intersect between 0 and pi. I don't know where to go from here.

The fact that you shaded in an area indicates that you are thinking in terms of area, not length along the curve that was suggested to you. You should have an equation for arc length to work with. Try this one:

S = \int_0 ^ \pi \sqrt{ dx^2 + dy^2} dt

Now it's up to you to figure out dx and dy. I think you'll find the answer is very simple.
 
AEM said:
The fact that you shaded in an area indicates that you are thinking in terms of area, not length along the curve that was suggested to you. You should have an equation for arc length to work with. Try this one:

S = \int_0 ^ \pi \sqrt{ dx^2 + dy^2} dt

Now it's up to you to figure out dx and dy. I think you'll find the answer is very simple.

I think you mean sqrt((dx/dt)^2+(dy/dt)^2) for the integrand. But otherwise, good advice.
 
Dick said:
I think you mean sqrt((dx/dt)^2+(dy/dt)^2) for the integrand. But otherwise, good advice.

All well and good, but the parametric curve of this problem is simple enough that its length can be obtained without resorting to an integral.
 
Yeah, sure. But the integral is SO EASY. It's not that much easier to remember the formula than to just derive it, if you are doing calculus. It's that easy. Certainly easier than plotting out 10 points.
 
Hint: (Zcos t, Zsin t) where Z is a some arbitrary constant(in the set +R) represents a circle. In your case, substitute Z=1, 0<t<pi.
 
Back
Top