Calc III Problem Integrating Sq Rt's in Arc Length Formula

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
yUNeeC
Messages
34
Reaction score
0
Hey guys, I'm studying for a test in calc 3 tomorrow and have run into a problem. On the practice test we have a problem "Find the length of the curve: r=theta^2, 0≤theta≤pi/2"

I know the length of a curve in polar coordinates is int(sqrt(r^2 + (dr/dtheta)^2))dtheta...but when I get to where I have to integrate sqrt(theta^4 + 4theta^2) I become very stuck. What is the procedure for handling this square root integration?

Thanks for any help.
 
Physics news on Phys.org
Hi,

so you are trying to integrate:

[tex]\int\sqrt{t^4 + 4t^2} dt = \int t\sqrt{t^2 + 4}dt[/tex]

Substitute t^2+4 = u

=> dt = du/2t

t cancels out:
[tex]\int t\sqrt{t^2 + 4}dt = \frac{1}{2} \int \sqrt{u} du = \frac{u^{\frac{3}{2}}}{3} + c[/tex]

[tex]\Rightarrow \int\sqrt{t^4 + 4t^2} dt = \frac{(t^2+4)^{\frac{3}{2}}}{3} + c[/tex]

is this what you are asking for?
 
Last edited:
Wow I feel stupid. Haha thanks a bunch.