summaryrefslogtreecommitdiff
path: root/3850/CH40/EX40.3
diff options
context:
space:
mode:
Diffstat (limited to '3850/CH40/EX40.3')
-rw-r--r--3850/CH40/EX40.3/Ex40_3.sce25
-rw-r--r--3850/CH40/EX40.3/Ex40_3.txt3
2 files changed, 28 insertions, 0 deletions
diff --git a/3850/CH40/EX40.3/Ex40_3.sce b/3850/CH40/EX40.3/Ex40_3.sce
new file mode 100644
index 000000000..d0ceefdd4
--- /dev/null
+++ b/3850/CH40/EX40.3/Ex40_3.sce
@@ -0,0 +1,25 @@
+
+
+//To Find the Energy due to an Electromagnetic Wave
+
+//Example 40.3
+
+clear;
+
+clc;
+
+E0=50;//Maximum Electric Field in N/C
+
+x=50*10^-2;//Length of Cylinder in metres
+
+A=10*10^-4;//Cross-Sectional Area of Cylinder in m^2
+
+e0=8.85*10^-12;//Permittivity of free space
+
+Uav=0.5*e0*E0^2;//Average Energy Density
+
+V=A*x;//Volume of Cylinder
+
+U=Uav*V;//Energy contained in the Volume of Cylinder
+
+printf("Energy contained in the volume of the cylinder = %.1f*10^-12 J",U*10^12);
diff --git a/3850/CH40/EX40.3/Ex40_3.txt b/3850/CH40/EX40.3/Ex40_3.txt
new file mode 100644
index 000000000..b6b792a91
--- /dev/null
+++ b/3850/CH40/EX40.3/Ex40_3.txt
@@ -0,0 +1,3 @@
+
+
+ Energy contained in the volume of the cylinder = 5.5*10^-12 J \ No newline at end of file