Author Topic: integral of......  (Read 3376 times)

0 Members and 1 Guest are viewing this topic.

Offline Mika

  • 28
Arrived in slightly different special function, maybe someone could explain why?
And how the hell you can put up those neato integrate signs here?

Integrate:
ln(tan x) dx  || Substituted tan(x)=u and solved dx = 1/(1+u^2) du

Arrived at:
INT { ln(u)*[1/(1+u^2)] }du, partial integration resulted in

ln(u)*arctan(u) - INT { arctan(u)/u }du, which results in a special function also.

The handbook of mathematical functions, (Abramowitz-Stegun) states that:
INT { arctan(u) / u } du = INT from 0 to INF { exp(-u*t)*si(t) }dt,
where si is a special function also, defined on the same book.

It was probably something like INT from Z to INF { (sin t) / t }dt.

Mika
Relaxed movement is always more effective than forced movement.

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
Quote
Arrived in slightly different special function, maybe someone could explain why?

Many of them are related to each other. There are three or four fundamental classes of functions (hypergeometric, zeta/Lerch and elliptic come to mind) and the others are all basically combinations or special cases of those. The si (sine integral) and polylog are both of the hypergeometric variety.

There are a lot of essentially redundant functions in use since they often came from different contexts. I know si for example is used in speech recognition, even though it's just a slight variant of the arguably more basic ei.

Quote
And how the hell you can put up those neato integrate signs here?

You can find it in charmap. Getting the superscripts and subscripts to line up can be annoying though. I think it's clearer to just write something like Integral[ log(tan(x)) , {x,0,pi}].
« Last Edit: December 16, 2008, 04:43:48 pm by CP5670 »

 

Offline Mongoose

  • Rikki-Tikki-Tavi
  • Global Moderator
  • 212
  • This brain for rent.
    • Steam
    • Something
This is exactly why I despised integrals so much.  Derivatives are such beautiful, elegant things...learn a few simple rules, and you can derive out even the most complex function.  But as soon as you get into integration, you realize that the rules are largely useless, as there are gobs of types out there that are flat-out impossible to do.  This is about the point in my schooling when I decided to yell a very hearty "**** you!" to math.

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
Quote
This is exactly why I despised integrals so much.  Derivatives are such beautiful, elegant things...learn a few simple rules, and you can derive out even the most complex function.  But as soon as you get into integration, you realize that the rules are largely useless, as there are gobs of types out there that are flat-out impossible to do.  This is about the point in my schooling when I decided to yell a very hearty "**** you!" to math.

The funny thing is that this is not true in general. It just happens that all the elementary functions (rational functions, exp and log, and combinations of those) have derivatives that can be easily written out.

The most basic function you encounter beyond that setting is the gamma function (factorial), and there you already run into a situation where you have to introduce a new function for every derivative.

 

Offline redsniper

  • 211
  • Aim for the Top!
Oh, kind of like: Heaviside(x)'= delta(x) ?
"Think about nice things not unhappy things.
The future makes happy, if you make it yourself.
No war; think about happy things."   -WouterSmitssm

Hard Light Productions:
"...this conversation is pointlessly confrontational."

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
Yes, that's another example, although the derivative there is only meaningful in a weak/distributional sense.

 

Offline Kosh

  • A year behind what's funny
  • 210
Quote
ln(tan x) dx  || Substituted tan(x)=u and solved dx = 1/(1+u^2) du

I should have figured it was something like that. Thanks.
"The reason for this is that the original Fortran got so convoluted and extensive (10's of millions of lines of code) that no-one can actually figure out how it works, there's a massive project going on to decode the original Fortran and write a more modern system, but until then, the UK communication network is actually relying heavily on 35 year old Fortran that nobody understands." - Flipside

Brain I/O error
Replace and press any key

 

Offline Mika

  • 28
No problem. Physicists know these type of integrals by heart.

Mika
Relaxed movement is always more effective than forced movement.

 

Offline Mongoose

  • Rikki-Tikki-Tavi
  • Global Moderator
  • 212
  • This brain for rent.
    • Steam
    • Something
No problem. Physicists know these type of integrals by heart.
Good physicists do.  I, unfortunately, do not.

And I suppose it's a good thing I got out of math when I did, CP.  I don't need another excuse to dislike its higher workings. :p

 

Offline Dark RevenantX

  • 29
  • anonymity —> animosity
****.  I'll have to do this in AP Calculus BC for my Senior year, won't I?



Though, I have done harder things...  Such as creating a single formula that calculates the exact horizontal speed that a projectile must have in order to hit a certain point, taking into effect the change in elevation, gravity, actual speed of the projectile, etc (not including air resistance and such).
« Last Edit: December 17, 2008, 08:13:58 pm by Dark RevenantX »

  

Offline Mika

  • 28
Quote
Though, I have done harder things...  Such as creating a single formula that calculates the exact horizontal speed that a projectile must have in order to hit a certain point, taking into effect the change in elevation, gravity, actual speed of the projectile, etc (not including air resistance and such).

I don't think that is yet too bad. Try solving the equation of the projectile in rotating or accelerating coordinate system. Especially rotating coordinate system (like Earth) introduces several rather interesting forces into the play. Did it once, spherical coordinate system was a must on Earth's case. Also do try showing that the effect of the Coriolis force is neglible when the projetile travels 300 m for example...

Lagrange's formulation of mechanics helps a lot of these analysis. The only inherent problem in it is that it cannot handle friction.

Mika
Relaxed movement is always more effective than forced movement.