Calculating Average Distance from Origin to Curve Integral

sibiryk
Messages
32
Reaction score
0
How can I find average distance from the origin point x=y=0 to
the points of the curve using curve integral.

Curve given by

x=cos(2t), y=3sin(2t), t at [0,pi]

I looked in books I have but there is no info on this.
 
Physics news on Phys.org
sibiryk said:
How can I find average distance from the origin point x=y=0 to
the points of the curve using curve integral.
Curve given by
x=cos(2t), y=3sin(2t), t at [0,pi]
I looked in books I have but there is no info on this.
Find an equation that gives the distance at any value of t. Then integrate it and divide by the interval (def. of average value).
 
I need to find it using curve integral
 
apmcavoy said:
Find an equation that gives the distance at any value of t. Then integrate it and divide by the interval (def. of average value).

Ok. I integrated equation that give the distance.

I got

Integral ((cos^2(2t)+6sin^2(2t))^0.5)*dt integral from 0 to pi

Did I get it right?
 
sibiryk said:
Ok. I integrated equation that give the distance.
I got
Integral ((cos^2(2t)+6sin^2(2t))^0.5)*dt integral from 0 to pi
Did I get it right?

Close. You need to be more careful with your derivatives and algebra.
 
sibiryk said:
Ok. I integrated equation that give the distance.
I got
Integral ((cos^2(2t)+6sin^2(2t))^0.5)*dt integral from 0 to pi
Did I get it right?
3^2\neq 6

For this case:

\text{Average}=\frac{1}{\pi}\int_{0}^{\pi}f\left(x\right)\,dx

Now it's up to you to find f(x).
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top