CraigH
- 221
- 1
Homework Statement
a)Calculate the total charge a square capacitor plate would have with width x, height y, thickness z, and charge density f(x,y,z) = 1+x+y
b)Calculate the total charge a sphere would have with radius r, and charge density f(x,y,z)=x+y+z
Use the triple integration seen in gauss' theorem and show all working.
Homework Equations
Q= \int\int\int\rho .dv
\rho = Charge Density
v=Volume
The Attempt at a Solution
a)
\int\int\int f(x,y,z) .dv
\int\int\int f(x,y,z) .dx.dy.dz
\int\int\int 1+x+y .dx.dy.dz
\int\int x + x^2 + yx .dy.dz
\int xy + (x^2)y + x(y^2) .dz
Charge = xyz +(x^2)yz + x(y^2)z
//I think this one is correct?
b)
\int\int\int x+y+z .dx.dy.dz
//I get stuck here with this one because it is a sphere and not just a simple shape
Last edited: