Find Distance Covered by Point P on Parametric Curve: 0 to 9

  • Thread starter Thread starter ILoveBaseball
  • Start date Start date
  • Tags Tags
    Curve Parametric
AI Thread Summary
The discussion focuses on calculating the distance covered by a point on a parametric curve defined by the equations x(t) = t^2 + 30t - 11 and y(t) = t^2 + 30t + 38 between t=0 and t=9. The correct formula for the distance traveled is the integral of the square root of the sum of the squares of the derivatives, specifically ∫ from 0 to 9 of √((dx/dt)² + (dy/dt)²) dt. A participant initially set up an incorrect integral that calculated area instead of distance. The conversation clarifies the distinction between calculating area under the curve and the actual length of the curve. The correct approach was confirmed, leading to a successful calculation of the distance.
ILoveBaseball
Messages
30
Reaction score
0
Consider the parametric curve given by the equations
x(t) = t^2+30t-11
y(t)=t^2+30t+38
How many units of distance are covered by the point P(t) = (x(t),y(t)) between t=0, and t=9 ?

well since the bounds are already given (0->9), i just need help on setting up the integral. here's what i done:

dx/dt = 2t+30

my integral:

\int_{0}^{9}(t^2+30t+38)*(2t+30)

but i get the incorrect answer when i integral it, can someone help me set it up?
 
Physics news on Phys.org
ILoveBaseball said:
Consider the parametric curve given by the equations
x(t) = t^2+30t-11
y(t)=t^2+30t+38
How many units of distance are covered by the point P(t) = (x(t),y(t)) between t=0, and t=9 ?

well since the bounds are already given (0->9), i just need help on setting up the integral. here's what i done:

dx/dt = 2t+30

my integral:

\int_{0}^{9}(t^2+30t+38)*(2t+30)

but i get the incorrect answer when i integral it, can someone help me set it up?

The distance traveled is

\int_{0}^{9}\sqrt{(dx/dt)^2+(dy/dt)^2}dt

You either do this integral, or notice that the curve is a straight line.

ehild
 
What is the formula for calculating curve's length? You have calculated the area under the curve, not the length.
 
thank you, i got it correct
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top