PDA

View Full Version : An intergration


dcppc
Mar28-05, 01:42 PM
Does anyone know how to intergrate \frac{1}{\sqrt{2\beta x-\alpha x^2}}
I went to wolfram and type it in, but it gave me a weird number.

Zurtex
Mar28-05, 01:59 PM
You went to http://integrals.wolfram.com/ and typed something like this in: 1/Sqrt[a x + b x^2] ? Worked fine for me.

dextercioby
Mar28-05, 02:02 PM
It can't give u a #,but a function of "x"...

Daniel.

dcppc
Mar28-05, 06:47 PM
But the answer contain i, so I don't know it that's correct or not
The last time I put in 1/Sqrt[a x^2], it gave me [x log x]/Sqrt[a x^2]
Which I don't think is the right answer

Data
Mar28-05, 07:22 PM
If you aren't sure whether an indefinite integral is right or not, just differentiate it! If it is then you'll get back your original function (for example, the answer it gave you in your last post is right).

Icebreaker
Mar28-05, 08:16 PM
According to Wolfram's Integrator, \int 0 dx is 0. I thought it was to be a constant.

dcppc
Mar28-05, 08:21 PM
I thought the intergral of \frac{1}{\sqrt{a x^2}} is \frac{\ln{x}}{\sqrt{a}}
Also when I substitute 2b as 59, the integrator gave me an different answer

Zurtex
Mar28-05, 08:28 PM
According to Wolfram's Integrator, \int 0 dx is 0. I thought it was to be a constant.
It never adds the constant.

I thought the intergral of \frac{1}{\sqrt{a x^2}} is \frac{\ln{x}}{\sqrt{a}}
Also when I substitute 2b as 59, the integrator gave me an different answer
\frac{x \log x}{\sqrt{a x^2}} = \frac{x \log x}{x \sqrt{a}}

As it goes that web site does have bug I've found but I really doubt you will find them.

dcppc
Mar28-05, 08:52 PM
Ok, another question when I put in 1/Sqrt[19.66 x-a x^2], I don't know what "0." in that intergral means. Also it has 1. ax and 2. Sqrt[x]
what does 0. 1. 2. means?

dextercioby
Mar29-05, 04:38 AM
These integrals are simple enough to them by hand.There's no need to use software to do them for you.The integrator from wolfram is excellent,though i've caught him with some functions he woudn't integrate.

Okay,there's a problem with your integrals,though.U have a possibly negative expression under a radical.That's why the result is weird,because it may contain complex functions,though the input is real.I suggest u decide on which intervals u wish to integrate...

Daniel.

saltydog
Mar29-05, 08:24 AM
Does anyone know how to intergrate \frac{1}{\sqrt{2\beta x-\alpha x^2}}
I went to wolfram and type it in, but it gave me a weird number.

Integrands like these require you to complete the square inside the radical. You'll then get something like:

\sqrt{a^2-(x-b)^2}

in the denominator. In this particular form, the answer can be expressed in terms of the ArcSin function.

dextercioby
Mar29-05, 09:28 AM
Integrals like these

\int \frac{dx}{\sqrt{ax^{2}+bx+c}},\int \sqrt{ax^{2}+bx+c} \ dx

are always expressible through elementary functions...

While even this one

\int \sqrt{x^{3}+0,000000000000000000000000000000000000 0000001} \ dx

cannot;


Daniel.