How do you find the length of the curve defined by r(t) between two points?

Click For Summary
SUMMARY

The discussion focuses on calculating the length of the curve defined by the parametric function r(t) = <10t, 5t², 5ln(t)> for t > 0, specifically between the points (10, 5, 0) and (20, 20, 5ln(2). The length is determined using the formula L = ∫ab |r'(t)|dt, where r'(t) = <10, 10t, 5/t>. The correct integral to evaluate is Length = ∫₁² 5√(4 + 4t² + 1/t²) dt, with t values t₁ = 1 and t₂ = 2 derived from the x-coordinates of the endpoints.

PREREQUISITES
  • Understanding of parametric equations
  • Knowledge of calculus, specifically integration techniques
  • Familiarity with the concept of arc length in multivariable calculus
  • Ability to compute derivatives of vector functions
NEXT STEPS
  • Study the process of evaluating definite integrals, particularly with square root functions
  • Learn about the properties of parametric curves and their derivatives
  • Explore techniques for simplifying integrands, including recognizing perfect squares
  • Investigate numerical methods for approximating integrals when analytical solutions are complex
USEFUL FOR

Students in calculus courses, mathematics educators, and anyone interested in understanding the computation of arc lengths for parametric curves.

Turbodog66
Messages
13
Reaction score
0

Homework Statement



Consider the path r(t) = <10t,5t2,5ln(t) defined for t >0. Find the length of the curve between (10,5,0) and (20,20,5ln(2))

Homework Equations



L= ∫ab |r'(t)|dt

The Attempt at a Solution


r'(t) = <10, 10t, 5/t>

t values are 1 and 2 based on the x values for the points listed

√(102 + (10t)2 + (5/t)2)
√(100 + 100t2 + 25/t2)
√(25) ⋅ √(4 + 4t2 + 1/t2)
5√(4 + 4t2 + 1/t2)This is where I am getting stuck. Is there an additional step that is missing?
 
Physics news on Phys.org
Turbodog66 said:

Homework Statement



Consider the path r(t) = <10t,5t2,5ln(t) defined for t >0. Find the length of the curve between (10,5,0) and (20,20,5ln(2))

Homework Equations



L= ∫ab |r'(t)|dt

The Attempt at a Solution


r'(t) = <10, 10t, 5/t>

t values are 1 and 2 based on the x values for the points listed

√(102 + (10t)2 + (5/t)2)
√(100 + 100t2 + 25/t2)
√(25) ⋅ √(4 + 4t2 + 1/t2)
5√(4 + 4t2 + 1/t2)This is where I am getting stuck. Is there an additional step that is missing?
Yes. You need to figure out the initial ##t_1## final value ##t_2## of ##t##, then do the integral
$$\text{Length} = \int_{t_1}^{t_2} 5 \sqrt{ \displaystyle 4 + 4 t^2 + \frac{1}{t^2}} \, dt $$
 
Turbodog66 said:

Homework Statement



Consider the path r(t) = <10t,5t2,5ln(t) defined for t >0. Find the length of the curve between (10,5,0) and (20,20,5ln(2))

Homework Equations



L= ∫ab |r'(t)|dt

The Attempt at a Solution


r'(t) = <10, 10t, 5/t>

t values are 1 and 2 based on the x values for the points listed

√(102 + (10t)2 + (5/t)2)
√(100 + 100t2 + 25/t2)
√(25) ⋅ √(4 + 4t2 + 1/t2)
5√(4 + 4t2 + 1/t2)This is where I am getting stuck. Is there an additional step that is missing?

Hint: If you re-arrange the expression under the square root, you may recognize it as a perfect square.
 
Ray Vickson said:
Yes. You need to figure out the initial ##t_1## final value ##t_2## of ##t##, then do the integral
$$\text{Length} = \int_{t_1}^{t_2} 5 \sqrt{ \displaystyle 4 + 4 t^2 + \frac{1}{t^2}} \, dt $$

Based on the two points listed, I found that t1 = 1 and t2=2. So next I would then substitute in the t values and solve? I attempted that previously, but I did not get the correct answer.

$$\text{Length} = \int_{1}^{2} 5 \sqrt{ \displaystyle 4 + 4 (2^2 -1^2) + \frac{1}{2^2-1^2}} \, dt $$
 
Turbodog66 said:
Based on the two points listed, I found that t1 = 1 and t2=2. So next I would then substitute in the t values and solve? I attempted that previously, but I did not get the correct answer.

$$\text{Length} = \int_{1}^{2} 5 \sqrt{ \displaystyle 4 + 4 (2^2 -1^2) + \frac{1}{2^2-1^2}} \, dt $$

If ##f(t) = 5 \sqrt{4 + 4t^2 + 1/t^2}##, then ##\int_{t_1}^{t_2} f(t) \, dt = F(t_2) - F(t_1)##, where ##F(t) = \int f(t) \, dt## is the indefinite integral of ##f(t)##. This is not anything like what you wrote!
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
7
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K