Finding L(c) when c(t) = t^2cos(t).i + t^2sin(t).j + 2t.k

  • Thread starter Thread starter Rozenwyn
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on calculating the length of the curve defined by the vector function c(t) = t^2cos(t)i + t^2sin(t)j + 2tk for 0 ≤ t ≤ 1. The length L(c) is determined using the integral L(c) = ∫₀¹ ||c'(t)|| dt, which simplifies to ∫₀¹ √(t^4 + 4t^2 + 4) dt. The final evaluation yields L(c) = 7/3, confirming the correctness of the calculations presented.

PREREQUISITES
  • Understanding of vector calculus and parametric equations
  • Familiarity with integration techniques, particularly definite integrals
  • Knowledge of derivatives and their geometric interpretations
  • Proficiency in LaTeX for mathematical notation
NEXT STEPS
  • Study the properties of vector functions and their derivatives
  • Explore advanced integration techniques, including substitution and numerical methods
  • Learn about the geometric interpretation of line integrals
  • Review LaTeX formatting for mathematical expressions to enhance clarity in presentations
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are working with vector calculus and need to compute the lengths of curves defined by parametric equations.

Rozenwyn
Messages
31
Reaction score
0
[tex]c(t)=t^2\cos{t}.i+t^2\sin{t}.j+2t.k[/tex], and [tex]0 \leq{t} \leq1[/tex]

Firstly, [tex]L(c) = \int_{0}_{1} || c'(t) ||.dt[/tex]

Then, [tex]=\int_{0}^{1} || (-t^{2} \sin{t} + 2t \cos{t} ) i + (t^{2} \cos{t} + 2t \sin{t}) j + 2k || dt[/tex]

Skipping one step, this simplifies to;
[tex]\int_{0}^{1} \sqrt{t^4 + 4t^2 + 4} .dt[/tex]

[tex]\int_{0}^1 t^2+2.dt[/tex]

[tex]\left[ \frac{t^3}{3} + 2t \right]_{0}^{1} = 1/3 + 2 = 7/3[/tex]

Well, yeah is this correct ?

Let's see, I hope I didn't mess up the latex code.
 
Last edited:
Physics news on Phys.org
Remember that |c'(t)| is the square root of <c(t),c(t)>, so your integrand should be the square root of what you have now.
 
You're absolutely right. How did I miss that ? :P... It should be correct now.
 

Similar threads

Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
3K
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 9 ·
Replies
9
Views
1K