Imaginary Center of Mass? What is that?

  • #1
2,580
1
Suppose I give you a curve

[tex]f(x) = \sin^2 (x) + ln(x)[/tex]

And suppose I tell you to rotate this curve about the x axis, we get disks. Now, I ask you, what is the center of mass of this object?

Now immediately, you could say that [tex]\bar{y} = 0[/tex] because it is symmetric about the x-axis. I don't argue, and I say you are right. But what about [tex]\bar{x}[/tex]?

It is actually NOT the same as the 2D- lamina. In fact

[tex]\bar{x} = \frac{\int_{a}^{b} \pi x[f(x)]^2 dx}{\int_{a}^{b} \pi [f(x)]^2 dx}[/tex]

Okay, so what am I trying get here?

Evaluate the integral of the curve from x = 1 to x = 10

[tex]\int_{1}^{10} \pi x (\sin^2 (x) + ln(x))^2 dx[/tex]

Do this (do it on a computer, trust me on this) and you get some nonreal numbers. I asked my TA about it and he said when I expand [tex]f(x) = \sin^2 (x) + ln(x)[/tex], I get a term that I won't know how touch until I get to analysis.

On Maple I got

[PLAIN]http://img143.imageshack.us/img143/9805/comh.jpg [Broken]

I asked my TA what it means physically and he said that he wasn't sure and maybe the complex/imaginary part meant it is significantly 0

So what does having an imaginary part mean?
 
Last edited by a moderator:
  • #2
You don't need Maple to carry out the integrals, you just apply integration by parts and obtain:

int(ln(x) dx)=x ln(x)-x
int(sin^2(x) dx)= (-sin(x) cos(x)+1)/2

Now apply Barrow's rule

My mistake. I didn't pay proper attention to the integrand
 
Last edited:
  • #3
how about this?
 

Attachments

  • integral-1.png
    integral-1.png
    26.4 KB · Views: 508
  • #4
I asked my TA what it means physically and he said that he wasn't sure and maybe the complex/imaginary part meant it is significantly 0

So what does having an imaginary part mean?
That is just 0 to within your numerical precision.
 
  • #5
So what does having an imaginary part mean?
It means Maple is stupid sometimes. The function is real everywhere in this interval, so there was no reason to introduce imaginary numbers. Yet it did.

It's obvious how Maple solved that integral: They integrated a truncated infinite series. Had they used a infinite rather than truncated series the imaginary part would have gone to zero. They use truncated series because they want to give an answer in finite time. This, combined with its penchant to introduce complex numbers at the drop of a hat, can lead to complex results with tiny imaginary part (that should be zero).
 
  • #6
If you think about it, the quoted answer in post #1 is in an unhelpful form. To illustrate this, you could write it as
Code:
 6.549237340?
-0.0000000004308080094 i
where "?" denotes an unknown digit. If the first "?" is small enough to be ignored, the whole of the imaginary part can be ignored too. (Bear in mind that any numerical solution like this can only ever be an approximation to the exact answer.)
 
  • #7
never mind...

@gnel

That is odd, but Wolframalpha takes log(x) as ln(x) right?
 
  • #8
That is odd, but Wolframalpha takes log(x) as ln(x) right?
Correct. Mathematica does things a bit better than does Maple in this regard. Maple is too quick to go to complex numbers. Mathematica tries to keep things real if it knows the function to be integrated is real throughout the integration interval. That, or it is "smart" enough to recognize that a non-zero imaginary part is bogus if it does use a complex formulation to calculate a result that is real.
 

Suggested for: Imaginary Center of Mass? What is that?

Replies
5
Views
1K
Replies
7
Views
2K
Replies
2
Views
763
Replies
14
Views
1K
Replies
3
Views
1K
Replies
4
Views
2K
Replies
11
Views
588
Replies
6
Views
2K
Back
Top