Find Length of Parametrized Curve: x(t), y(t)

  • Thread starter Thread starter ILoveBaseball
  • Start date Start date
  • Tags Tags
    Curve
AI Thread Summary
To find the length of the parametrized curve defined by x(t) = 12t^2 - 24t and y(t) = -4t^3 + 12t^2, the correct formula for arc length is L = ∫ from 0 to 1 of √((x'(t))^2 + (y'(t))^2) dt. The derivatives are x' = 24t - 24 and y' = -12t^2 + 24t, leading to the integral ∫ from 0 to 1 of √((24t - 24)^2 + (-12t^2 + 24t)^2) dt. A common mistake was reported where the integration yielded an incorrect result of 6.49, while the correct length is actually 16. The integration process involves simplifying the expression under the square root and applying appropriate substitutions to evaluate the integral accurately.
ILoveBaseball
Messages
30
Reaction score
0
Find the length of parametrized curve given by
x(t) = 0t^3 +12t^2 - 24t,
y(t) = -4t^3 +12t^2+0t,
where t goes from zero to one.
Hint: The speed is a quadratic polynomial with integer coefficients.

it's an arclength question right?

x' = 24*t-24
y' = -12*t^2+24*t

\int_{0}^{1} \sqrt{(24*t-24)^2 + (-12*t^2+24*t)^2}

i get 6.49 when i use a math program to integrate it which is incorrect. anyone know where i went wrong?
 
Physics news on Phys.org
ILoveBaseball said:
Find the length of parametrized curve given by
x(t) = 0t^3 +12t^2 - 24t,
y(t) = -4t^3 +12t^2+0t,
where t goes from zero to one.
Hint: The speed is a quadratic polynomial with integer coefficients.

it's an arclength question right?

x' = 24*t-24
y' = -12*t^2+24*t

\int_{0}^{1} \sqrt{(24*t-24)^2 + (-12*t^2+24*t)^2}

i get 6.49 when i use a math program to integrate it which is incorrect. anyone know where i went wrong?

Note that:

1: \ \ \ \ \int_{0}^{1} \sqrt{(24*t-24)^2 + (-12*t^2+24*t)^2} \, dt \ = \ \int_{0}^{1} \sqrt{ \left ( 12t^{2} \ - \ 24t \ + \ 24 \right )^{2} } \, dt \ =

2: \ \ \ \ = \ \int_{0}^{1} \left | \left ( 12t^{2} \ - \ 24t \ + \ 24 \right ) \right | \, dt \ \color{red} = \ \mathbf{\left (16 \right )}


~~
 
Last edited:


To find the length of a parametrized curve, we use the formula:

L = \int_{a}^{b} \sqrt{(x'(t))^2 + (y'(t))^2} dt

In this case, a = 0 and b = 1, so we have:

L = \int_{0}^{1} \sqrt{(24*t-24)^2 + (-12*t^2+24*t)^2} dt

To integrate this, we can use the substitution u = t^2, which gives us:

du = 2t dt

And our integral becomes:

L = \int_{0}^{1} \sqrt{(24*u-24)^2 + (-12*u+24*u)^2} \frac{1}{2\sqrt{u}} du

Simplifying, we get:

L = \int_{0}^{1} \frac{1}{2} \sqrt{(24*u-24)^2 + (12*u)^2} du

Now, we can use the trigonometric identity:

\sin^2 \theta + \cos^2 \theta = 1

To rewrite our integral as:

L = \int_{0}^{1} \frac{1}{2} \sqrt{24^2(u-1)^2 + 12^2(u)^2} du

= \int_{0}^{1} \frac{1}{2} \sqrt{12^2(u^2 + (u-1)^2)} du

= \int_{0}^{1} \frac{1}{2} \sqrt{12^2(2u^2 - 2u + 1)} du

= \frac{1}{2} \int_{0}^{1} 12\sqrt{2u^2 - 2u + 1} du

We can now use the substitution v = 2u^2 - 2u + 1, which gives us:

dv = (4u-2) du

And our integral becomes:

L = \frac{1}{2} \int_{0}^{1} 12\sqrt{v} \frac{dv}{4u-2}

= \frac{3}{4} \int_{0}^{1} \sqrt{v} dv

= \frac{3}{4} \left[ \
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Back
Top