How Do You Convert f=xy Into a Function of t for Integration Over a Curve?

  • Thread starter Thread starter dylanhouse
  • Start date Start date
  • Tags Tags
    Integral
dylanhouse
Messages
42
Reaction score
0

Homework Statement


I am asked to find the integral over C of fds given C={r=cos(2t), theta=2t, for 0<=t<=pi/2} and f=xy.

Homework Equations

The Attempt at a Solution



I know the integral over C of fds is the integral over C of [fsqrt(r'^2+r^2(theta)'^2)]dt, but I don't know how to convert my function f=xy into a function of t so that I can integrate using the dt. I know x=rcos(theta) and y=rsin(theta), but that doesn't allow me to integrate with respect to t.
 
Physics news on Phys.org
You're basically asked to do a weighted line integral. It is similar to finding the length of C (the "line" in question), except, instead of f=1, you have f=xy.

So, you want to convert x and y to r and θ. Then, r and θ will be expressed in terms of t.

Do you know how to convert x and y to polar coordinates?

If you get that far, then you will be able to convert the polar coordinates using the "C={..." statement you gave.
 
Perfect! I had converted x and y to polar coordinates but I was getting stuck with theta's and r's! I didn't realize that from how C was defined I could rewrite the r and theta's! Thanks a bunch.
 
You're welcome! That was usually my biggest hang-up with vector calculus was realizing the interplay between the functions and their domain, and how the domain of the function could be realized through simple direct substitution (say, x=f(t) and y=g(t) then integrate over t)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top