Page 5 of 5

Posted: 2003-12-02 05:40pm
by Durandal
Kuroneko wrote:
Durandal wrote:Oh so that's what you're doing. I'd long since forgotten about the Hell that was integration by parts.
Personally, I dislike that u,v,du,dv formulation. Yes, it is prima facie more general, but only at first glance--but if I think of integration by parts as simply the integral of the product rule (fg)' = f'g + fg', then everything comes out easier.
It's not so much the notation that infuriates me; it's that if you choose the wrong substitutions, you can wind up spending a half hour to find out that you did so.

Posted: 2003-12-02 06:40pm
by Kuroneko
Durandal wrote:It's not so much the notation that infuriates me; it's that if you choose the wrong substitutions, you can wind up spending a half hour to find out that you did so.
That's not bad. What's bad is when you do half an hour of substitutions with no result, because integration by parts does not apply at all in any manner whatsoever.

Try this: I = \int_0^{\pi/2}\log\sin(x) dx.

Posted: 2003-12-02 06:45pm
by Andrew J.
SirNitram wrote:If this keeps up, I'm posting the reason why the population of the universe is zero.
I'll save you the trouble.

The universe has infinite space, but the space occupied by people is finite. Since any finite number divided by infinity is as close to zero as makes no odds, the average poplation of the universe is zero.

Posted: 2003-12-02 06:47pm
by El Moose Monstero
Andrew J. wrote:
SirNitram wrote:If this keeps up, I'm posting the reason why the population of the universe is zero.
I'll save you the trouble.

The universe has infinite space, but the space occupied by people is finite. Since any finite number divided by infinity is as close to zero as makes no odds, the average poplation of the universe is zero.
Thank you, Douglas Adams... :) (or at least, that's where I first read it)

Posted: 2003-12-03 12:19am
by Specialist
Andrew J. wrote:The universe has infinite space, but the space occupied by people is finite. Since any finite number divided by infinity is as close to zero as makes no odds, the average poplation of the universe is zero.
I thought it was already proven the universe is expanding, therefore it's not infinite in size.

Posted: 2003-12-03 01:14am
by Durandal
Specialist wrote:
Andrew J. wrote:The universe has infinite space, but the space occupied by people is finite. Since any finite number divided by infinity is as close to zero as makes no odds, the average poplation of the universe is zero.
I thought it was already proven the universe is expanding, therefore it's not infinite in size.
It is infinitely expanding. But you're thinking of the universe as a giant bubble or something similar, which is not the case. The universe's boundaries are not expanding, because the universe has no boundaries, since it has no center. What is expanding is space-time. It's more like stretching an infinitely elastic sheet than a balloon made of infinitely elastic material blowing up.

Posted: 2003-12-03 09:00pm
by Mad
Andrew J. wrote:The universe has infinite space, but the space occupied by people is finite. Since any finite number divided by infinity is as close to zero as makes no odds, the average poplation of the universe is zero.
Zero per infinitely-large volume. Leaving out units is bad. :P

Posted: 2003-12-03 09:05pm
by Durandal
Kuroneko wrote:
Durandal wrote:It's not so much the notation that infuriates me; it's that if you choose the wrong substitutions, you can wind up spending a half hour to find out that you did so.
That's not bad. What's bad is when you do half an hour of substitutions with no result, because integration by parts does not apply at all in any manner whatsoever.

Try this: I = \int_0^{\pi/2}\log\sin(x) dx.
Heh, I always figured that I'd never have any use for it at all.

Posted: 2003-12-03 09:28pm
by muse
student: why do we have to learn all this stupid integration and identities and stuff?

teacher: because one day some guy on a message board will ask you to prove that 1=1, and if you don't know how you'll look stupid.


It's scary how fast one can forget this stuff, a year ago I could do the proofs and stuff for these equations, now I can't even remember what the hell it all means. This is why I'm not in engineering or sciences.

Posted: 2003-12-03 09:41pm
by AnimeJet
muse wrote: student: why do we have to learn all this stupid integration and identities and stuff?

teacher: because one day some guy on a message board will ask you to prove that 1=1, and if you don't know how you'll look stupid.
HA! XD
muse wrote: It's scary how fast one can forget this stuff, a year ago I could do the proofs and stuff for these equations, now I can't even remember what the hell it all means. This is why I'm not in engineering or sciences.
Its 'cause you never need to use this stuff anyway(unless you go into a career that needs it..).. english however...

Posted: 2003-12-03 09:47pm
by phongn
Can someone post the LaTeX code to that expression? I'd like to print it out :)

Posted: 2003-12-03 10:23pm
by kojikun
someone should code something into phpBB that allows you to display mathematical notation. I'm sure I could figure out some way, but then, I am not the person at phpBB. :)

Posted: 2003-12-03 10:53pm
by phongn
It'd be a PITA to do that. Our best bet is MathML, but support for that is very small.

Posted: 2003-12-03 11:09pm
by Durandal
phongn wrote:Can someone post the LaTeX code to that expression? I'd like to print it out :)
Here's mine if you'd like it.

Code: Select all

\documentclass[11pt]{article}
\begin{document}

\begin{eqnarray*}
\left|\left| \mathbf{\nabla} \times \left( \frac{-k}{r^{2}} \right) \mathbf{\hat{e}}_{r} \right|\right| &=& \frac{d}{dx} \left[ \frac{1}{2} \left(x - \frac{x^{3}}{3!} + \frac{x^{5}}{5!} - \cdots \right) \left( \frac{x}{\sin x} - \cos x \right) \right] - \int_{0}^{\frac{\pi}{2}} \cos x \ dx \\
0 &=& 1 - 1 \\
&=& 0 
\end{eqnarray*}

\end{document}

Posted: 2003-12-03 11:15pm
by Durandal
kojikun wrote:someone should code something into phpBB that allows you to display mathematical notation. I'm sure I could figure out some way, but then, I am not the person at phpBB. :)
There's MathML, but as Phong said, support for it in browsers is pretty slim at the moment, relegating those in the scientific community to resort to really shitty-looking GIF's to display equations. I'm sure that, if it ever becomes widely accepted, the phpBB people could add in an option for board admins to enable or disable MathML (but not necessarily HTML) on their boards.

But for now, we're stuck with my little PNG method for doing things.