Length of Curve (Calc 2) question

Click For Summary
SUMMARY

The length of the curve defined by the vector function r(t) = over the interval [0, 1] is calculated using the formula L = ∫ |r'(t)| dt. The derivative r'(t) is correctly computed as <1, 2t/sqrt(2), t^2>. The integral is set up as L = ∫ (1^2 + (2t/sqrt(2))^2 + (t^2)^2) dt, which simplifies to L = ∫_0^1 √(1 + 2t^2 + t^4) dt. This expression can be further simplified to L = ∫_0^1 (1 + t^2) dt, leading to the final evaluation of the curve length.

PREREQUISITES
  • Understanding of vector calculus
  • Familiarity with integral calculus
  • Knowledge of derivatives and their applications
  • Proficiency in simplifying algebraic expressions
NEXT STEPS
  • Study the properties of vector functions in calculus
  • Learn about the application of the arc length formula in different contexts
  • Explore techniques for evaluating definite integrals
  • Investigate the use of trigonometric identities in calculus problems
USEFUL FOR

Students in Calculus II, mathematics educators, and anyone seeking to deepen their understanding of curve length calculations in vector calculus.

twiztidmxcn
Messages
43
Reaction score
0
So the length of a curve given by a vector r is:

L = [tex]\int |r'(t)|dt[/tex]

If the vector is given by r(t) = < t, t^2/srt2, t^3/3> on an interval from 0 to 1, find the length

I am incredibly confused here, as most of the examples we've used have been using the cos^2+sin^2 = 1 identity.

I took the derivative of r(t), and got

r'(t) = 1, 2t/sqrt2, t^2>

then i set up the integral using the magnitude of that equation, and end up with L = [tex]\int (1^2 + (2t/sqrt2)^2 + (t^2)^2)dt[/tex]

I get this feeling like I need to set the t value equal to something in order to make the magnitude work out for an integral that would work out to integrating something like dt itself.

Any help would be much appreciated
Thank you
Twiztidmxcn
 
Physics news on Phys.org
You forgot the squareroot and the limits, but the rest looks fine. You just have to calculate

[tex]L = \int \limits_a^b | r'(t) |\mathrm{d} t = \int \limits_0^1 \sqrt{1^2 + (\sqrt{2}t)^2 + (t^2)^2 } \mathrm{d} t[/tex]
 
Just to help you a bit further:
Note that:
[tex]1^{2}+(\sqrt{2}t)^{2}+(t^{2})^{2}=1+2t^{2}+t^{4}=(1+t^{2})^{2}[/tex]
 

Similar threads

Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 17 ·
Replies
17
Views
2K
Replies
23
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
1
Views
2K
Replies
1
Views
910