Solving Multiple Integrals with Varying Limits

AlmostFamous
Messages
14
Reaction score
0
This is a question I'm having trouble with.

Solve this equation for a

\iiint \,dz\,dy\,dx = 2/7


I'm new to this code so i'll write the limits here.

the first integral sign is between 0 and 1
the second is between 0 and 4-a-x^2
the third is between 0 and 4-x^2-y

I've got to the third integral but this is what I've got to integrate

16-4a-8x^2+ax^2+x^4 - (16-8a-8x^2+2ax^2+a^2+x^4)

The bracketed part is all over 2, but again i don't know the code, sorry.

how would i go further with this? It's the bit where the bracket is over 2 that I'm having trouble with. Do i get rid of the brackets somehow or try to integrate the next part as it is? Any help would be much appreciated.

EDIT: I took the integral code from the LaTex thread, but the order should read dzdydx
 
Physics news on Phys.org
Let's go ove this step by step. After the first integration to z , you get 4-x^2-y, right ? This is the integrandum for the second integration to y. Perform this integration and fill in the boundaries. Do not calculate any squares, just leave the brackets as they are.


marlon
 
Click on the following to see the code:
(or click on the "quote" button to quote it in raw form)
\int_0^1\int_0^{4-a-x^2}\int_0^{4-x^2-y}dzdydx
The first integral is, of course, easy:
\int_0^1\int_0^{4-a-x^2}(4-x^2-y)dydx
\int_0^1\left(4y-x^2y-\frac{1}{2}y^2)\right)_0^{4-a-x^2}dx[/itex]<br /> \int_0^1\left(16-4a-4x^2-4x^2+ax^2+x^4-\frac{1}{2}(16-2a+a^2-8x^2+2ax^2+ x^4)\right)dx[/itex]&lt;br /&gt; which is what you have. Of course, you &amp;quot;get rid of the brackets&amp;quot; by multiplying each term by 1/2. Now combine like terms of x:&lt;br /&gt; The constant terms are &lt;br /&gt; 16-4a- 8+ 4a- \frac{1}{2}a^2= 8- \frac{1}{2}a^2[/itex]&amp;lt;br /&amp;gt; The &amp;amp;quot;x&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;amp;quot; terms are&amp;lt;br /&amp;gt; (-8+ a+ 4- a)x^2= -4x^2&amp;lt;br /&amp;gt; The &amp;amp;quot;x&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&amp;amp;quot; terms are&amp;lt;br /&amp;gt; (1-\frac{1}{2})x^4= \frac{1}{2}x^4[/itex]&amp;amp;lt;br /&amp;amp;gt; so the integral is &amp;amp;lt;br /&amp;amp;gt; \int_0^1\left(8- \frac{1}{2}a^2-4x^2+\frac{1}{2}x^4\right)dx&amp;amp;lt;br /&amp;amp;gt; &amp;amp;lt;br /&amp;amp;gt; It should be easy to integrate this. Once you do, you&amp;amp;amp;#039;ll have a quadratic equation to solve for a.
 
Last edited by a moderator:
Thats the way I did it at first, but I got a much different answer. I checked my original work and I got a sign the wrong way and the answer turned out to be rubbish. Got it sorted now though. Thanks alot.
 
Last edited:
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