Problem Statement
A non-uniform electric field E exists in vacuum and is expressed in Cartesian coordinates (x,y,z) as:
E=(kxy2)i^+(kx2y)j^+(γz3)k^
where i^,j^,k^ are unit vectors along each axis, and k and γ are constants.
Let the region V be the cylinder x2+y2≤R2, 0≤z≤H.
Find the total charge Q contained in region V.
Constraints
- Constant: k=2 V/m4
- Constant: γ=1 V/m4
- Cylinder radius: R=3 m
- Cylinder height: H=4 m
- Permittivity of vacuum: ε0=36π×1091 F/m
Input Format
Find the total charge Q in nC (nanocoulombs, 1 nC=10−9 C) and give the answer as a positive integer.