How is the equation rearranged to end up with a different form?

  • Thread starter Thread starter iScience
  • Start date Start date
iScience
Messages
466
Reaction score
5
i have a given equation of the following.

W= -A1B1c[\frac{1}{-c+1}B-c+1] where the part in brackets is the integrated function of B going from B1 to B2.

then this equation somehow ends up like so

W=\frac{A_1B_1}{c-1}{((B1)/(B2))^(c-1)-1}

(sorry for the messy format on the right hand side i couldn't get latex to work..)

i don't know how they got from the first equation to the second equation. i don't know where to start because i don't know how certain terms were combined.
 
Last edited:
Physics news on Phys.org
iScience said:
i have a given equation of the following.

W= -A1B1c[\frac{1}{-c+1}B-c+1] where the part in brackets is the integrated function of B going from B1 to B2.
Is this what you mean?

$$W = -A_1B_1^c \int_{B_1}^{B_2} \frac{B^{-c + 1} dB}{-c + 1} $$
iScience said:
then this equation somehow ends up like so

W=\frac{A_1B_1}{c-1}{((B1)/(B2))^(c-1)-1}

(sorry for the messy format on the right hand side i couldn't get latex to work..)

i don't know how they got from the first equation to the second equation. i don't know where to start because i don't know how certain terms were combined.

If you right-click on the integral I wrote, you can see the LaTeX that creates it.
 
thanks, however that wasn't what i meant. that function inside the bracket is 'already' integrated; what i was trying to say was that the limits just weren't taken.

W = -A_1B_1^c \frac{B^{-c + 1}}{-c + 1}
 
Last edited by a moderator:
Are you sure that your antiderivative is correct? I'm thinking you might have made a mistake. What was the problem you started with?
 
iScience said:
i have a given equation of the following.

W= -A1B1c[\frac{1}{-c+1}B-c+1] where the part in brackets is the integrated function of B going from B1 to B2.

So that's
<br /> W = -A_1 B_1^c \frac{1}{-c+1}\left(B_2^{-c+1} - B_1^{-c + 1}\right)<br /> = \frac{A_1 B_1^c }{c-1}\left(B_2^{1-c} - B_1^{1-c}\right)<br />
after tidying up some signs.

Now we pull a common factor of B_1^{1-c} out of the bracket:
<br /> W = \frac{A_1 B_1^c B_1^{1-c}}{c - 1} \left( \frac{B_2^{1-c}}{B_1^{1-c}} - 1\right)<br /> = \frac{A_1 B_1}{c - 1}\left( \left(\frac{B_2}{B_1}\right)^{1-c} - 1\right)<br />

Finally we flip the fraction in the bracket, remembering to multiply the exponent by -1 as we do so.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top