Find the area enclosed by the curve (parametric equation)

  • Thread starter Thread starter vande060
  • Start date Start date
  • Tags Tags
    Area Curve
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 10K views
vande060
Messages
180
Reaction score
0

Homework Statement



I don't really have a problem with integration here, I just need to learn how to decide what direction the integration should be in

find the area enclosed by the curve x = t2 - 2t y = t1/2 around the y axis

Homework Equations



A = ∫ xdy

The Attempt at a Solution



so when i plug values into the parametric equations i find that this graph comes out of the origin at y = 0 then crosses the axis again at 21/2

I feel like my bound of integration should be from 0 to 21/2, but I get a negative area, so I probably should reverse the bounds, but I can't rationalize the reversal.

A = from 0 to 21/2 ∫ (t2 - 2t)t1/2 dt

= from 0 to 21/2 ( 4/5 *t5/2 - 4/3 * t3/2)

here i get 1.86 - 2.2, which is negative
 
Last edited:
Physics news on Phys.org
sure it looks like this approx
Untitled-2.jpg


starting at t=0 there the curve is at the origin, and at point t = 2 the graph it at the point 0,21/2

so the bounds i used seemed right
 
the area should be negative; it is 'below' the y-axis.

there is one mistake that i can see. if y = t^(1/2), then dy = (1/2)*t^(-1/2) dt. you seem to have integrated xy instead of xdy.
 
eczeno said:
the area should be negative; it is 'below' the y-axis.

there is one mistake that i can see. if y = t^(1/2), then
dy = (1/2)*t^(-1/2) dt. you seem to have integrated xy instead of xdy.

that clears everything up thank you,