Answer:
The surface charge density on the conductor is found to be 26.55 x 1-6-12 C/m²
Explanation:
The electric field intensity due to a thin conducting sheet is given by the following formula:
Electric Field Intensity = (Surface Charge Density)/2(Permittivity of free space)
From this formula:
Surface Charge Density = 2(Electric Field Intensity)(Permittivity of free space)
We have the following data:
Electric Field Intensity = 1.5 N/C
Permittivity of free space = 8.85 x 10^-12 C²/N.m²
Therefore,
Surface Charge Density = 2(1.5 N/C)(8.85 x 10^-12 C²/Nm²)
<u>Surface Charge Density = 26.55 x 10^-12 C/m²</u>
Hence, the surface charge density on the conducting thin sheet will be 26.55 x 10^ -12 C/m².
Answer:
%Program prompts user to input vector
v = input('Enter the input vector: ');
%Program shows the value that user entered
fprintf('The input vector:\n ')
disp(v)
%Loop for checking all array elements
for i = 1 : length(v)
%check if the element is a positive number
if v(i) > 0
%double the element
v(i) = v(i) * 2;
%else the element is negative number.
else
%triple the element
v(i) = v(i) * 3;
end
end
%display the modified vector
fprintf('The modified vector:\n ')
disp(v)
Answer:
25 mm = 0.984252 inches
Explanation:
Millimeter and inches are both units of distance. The conversion of millimeter into inches is shown below:
<u>1 mm = 1/25.4 inches</u>
From the question, we have to convert 25 mm into inches
Thus,
<u>25 mm = (1/25.4)*25 inches</u>
So,

Thus, solving we get:
<u>25 mm = 0.984252 inches</u>
Answer:
percentage change in volume = 0.00285 %
Explanation:
given data
bulk modulus = 3.5 ×
N/m²
bulk stress =
N/m²
solution
we will apply here bulk modulus formula that is
bulk modulus =
...............1
put here value and we get
3.5 ×
=
solve it we get
bulk strain = 2.8571 ×
and
bulk strain =
so that percentage change in volume is = 2.8571 ×
× 100
percentage change in volume = 0.00285 %