Solving Multiple Integrals with Varying Limits

Click For Summary

Homework Help Overview

The discussion revolves around solving a multiple integral with varying limits, specifically focusing on the integration process and the manipulation of expressions within the integrals. The original poster presents a complex integral setup and seeks guidance on how to proceed with the integration, particularly regarding the handling of terms within brackets.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the steps involved in performing the integration, with one suggesting to leave terms in brackets during the integration process. Others explore the simplification of expressions after the integration of the innermost variable.

Discussion Status

Some participants have provided guidance on how to approach the integration and manipulation of terms, while others share their experiences with discrepancies in their results, indicating a productive exchange of ideas. There is no explicit consensus on a single method, as different interpretations of the integration process are being explored.

Contextual Notes

The original poster mentions being new to the coding aspect of the problem, which may affect their understanding of the integral setup and limits. There is also a reference to potential errors in previous calculations that have led to confusion.

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

Solve this equation for a

[tex]\iiint \,dz\,dy\,dx[/tex] = 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)
[tex]\int_0^1\int_0^{4-a-x^2}\int_0^{4-x^2-y}dzdydx[/tex]
The first integral is, of course, easy:
[tex]\int_0^1\int_0^{4-a-x^2}(4-x^2-y)dydx[/tex]
[tex]\int_0^1\left(4y-x^2y-\frac{1}{2}y^2)\right)_0^{4-a-x^2}dx[/itex]<br /> [tex]\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]<br /> which is what you have. Of course, you "get rid of the brackets" by multiplying each term by 1/2. Now combine like terms of x:<br /> The constant terms are <br /> [tex]16-4a- 8+ 4a- \frac{1}{2}a^2= 8- \frac{1}{2}a^2[/itex]<br /> The "x<sup>2</sup>" terms are<br /> [tex](-8+ a+ 4- a)x^2= -4x^2[/tex]<br /> The "x<sup>4</sup>" terms are<br /> [tex](1-\frac{1}{2})x^4= \frac{1}{2}x^4[/itex]<br /> so the integral is <br /> [tex]\int_0^1\left(8- \frac{1}{2}a^2-4x^2+\frac{1}{2}x^4\right)dx[/tex]<br /> <br /> It should be easy to integrate this. Once you do, you'll have a quadratic equation to solve for a.[/tex][/tex][/tex][/tex]
 
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 a lot.
 
Last edited:

Similar threads

Replies
24
Views
3K
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
20
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
12
Views
2K