Thunderstorm Discharge modeled as Electric Dipole

AI Thread Summary
The discussion revolves around modeling a thunderstorm discharge as an electric dipole with specified charges and heights. The electric field expressions for both below and above the clouds were derived, revealing that discharges are likely within the range of 0 to 6000 meters below the clouds, where the electric field is approximately 100,000 V/m. Above the clouds, a new expression was formulated to account for the opposing electric fields from the charges, leading to a determination that discharges could occur at approximately 55 km above the clouds when the electric field drops below 200 V/m. Participants emphasized the importance of correctly modeling the distances to each charge and adjusting the equations accordingly. The final approach suggests using numerical methods to solve the resulting complex equations for precise discharge ranges.
Nyfinscyf
Messages
6
Reaction score
0

Homework Statement


An electric dipole with -q at the clouds of height h, and +q beneath the surface with height -h.
Given q=200 C, and h=6000m
Electric discharge occurs with electric field of 3000 V/m near ground level, and 200 V/m above the clouds.

Find the ranges where discharges are likely.

Homework Equations


\vec{E}=\frac{kq}{r^{2}}\hat{r}
k=\frac{1}{4\pi \epsilon_{0}}
E=\left| \vec{E} \right|=\frac{k \left| q \right|}{r^{2}}

The Attempt at a Solution


I found an expression for the electric field at some point a distance z away from the ground
E=E_1 + E_2 = 2kq\frac{z^2 + h^2}{(z^2 - h^2)^2}
plugging in z=0 (to find electric field at ground level) you get:
E=2kq\frac{1}{h^2}≈100 000 V/m
And the closer you move to the clouds the larger the electric field gets, so the first range of discharges is simply 0 < z < h.
Now the second ranges of likely discharges above the clouds can come from the same expression but I can't simplify it to find an actual distance.
I tried setting E=200 but I can't simplify it. plugging in large numbers approx 130 000 m as z gives an electric field less than 200 V/m.

I don't think I'm approaching this problem correctly. Can anyone help me out?
 
Physics news on Phys.org
I'm sorry you are not finding help at the moment. Is there any additional information you can share with us?
 
Nyfinscyf said:

Homework Statement


An electric dipole with -q at the clouds of height h, and +q beneath the surface with height -h.
Given q=200 C, and h=6000m
Electric discharge occurs with electric field of 3000 V/m near ground level, and 200 V/m above the clouds.

Find the ranges where discharges are likely.

Homework Equations


\vec{E}=\frac{kq}{r^{2}}\hat{r}
k=\frac{1}{4\pi \epsilon_{0}}
E=\left| \vec{E} \right|=\frac{k \left| q \right|}{r^{2}}

The Attempt at a Solution


I found an expression for the electric field at some point a distance z away from the ground
E=E_1 + E_2 = 2kq\frac{z^2 + h^2}{(z^2 - h^2)^2}
Hi Nyfinscyf. I think you should check the denominator in your expression above. When z lies between the ground and cloud layer, as it gets further from the lower charge it will get closer to the upper charge. Surely one distance is (h + z) and the other (h - z), which multiplied together won't give you your denominator.

plugging in z=0 (to find electric field at ground level) you get:
E=2kq\frac{1}{h^2}≈100 000 V/m
And the closer you move to the clouds the larger the electric field gets, so the first range of discharges is simply 0 < z < h.
Looks good. Note the denominator issue above disappears when z = 0!

Now the second ranges of likely discharges above the clouds can come from the same expression but I can't simplify it to find an actual distance.
I tried setting E=200 but I can't simplify it. plugging in large numbers approx 130 000 m as z gives an electric field less than 200 V/m.

I don't think I'm approaching this problem correctly. Can anyone help me out?

Write a new expression for the region above the clouds. In that case the distance to both charges increases as this new z increases. Be sure to take note of the field directions for the individual charges in that region.
 
I wrote another expression for above the clouds, where z is the distance from the clouds. The E field from the charges are in opposite directions which is why there is a negative in the expression below:
E_{above}=E_{+}+E_{-}=kq(\frac{1}{(2h+z)^2} - \frac{1}{z^2})
which simplifies to
E_{above}=-4kqh{\frac{h+z}{(2hz+z^2)^2}}
Which might not be a more simple expression :confused:

Now with this approximately 55km above the clouds is where the E field is less than 200 V/m, this was found just by plugging in numbers. I figured there is a more accurate way to do it.

The field is negative because it's getting the most influence from the negative charge at the clouds.

Surely one distance is (h + z) and the other (h - z), which multiplied together won't give you your denominator.
\frac{1}{(h+z)^2} + \frac{1}{(h-z)^2}=\frac{(h-z)^2+(h+z)^2}{(h+z)^2(h-z)^2}=\frac{h^2+z^2-2hz+h^2+z^2+2hz}{((h+z)(h-z))^2}=2\frac{h^2+z^2}{(h^2-z^2)^2}

Same as what I wrote, except denom is reversed which doesn't matter since it's squared anyways.
 
Nyfinscyf said:
I wrote another expression for above the clouds, where z is the distance from the clouds. The E field from the charges are in opposite directions which is why there is a negative in the expression below:
E_{above}=E_{+}+E_{-}=kq(\frac{1}{(2h+z)^2} - \frac{1}{z^2})
which simplifies to
E_{above}=-4kqh{\frac{h+z}{(2hz+z^2)^2}}
Which might not be a more simple expression :confused:
Not necessarily more simple, but it is correct for the region it applies to. The other expression does you had did not apply to the region above the clouds due to the sign reversal of the cloud field as you "pass through" it on the way upwards.

Now with this approximately 55km above the clouds is where the E field is less than 200 V/m, this was found just by plugging in numbers. I figured there is a more accurate way to do it.
Looks about right. Since you end up with a nasty fourth order polynomial a numerical approach is probably the best way to go.

The field is negative because it's getting the most influence from the negative charge at the clouds.


\frac{1}{(h+z)^2} + \frac{1}{(h-z)^2}=\frac{(h-z)^2+(h+z)^2}{(h+z)^2(h-z)^2}=\frac{h^2+z^2-2hz+h^2+z^2+2hz}{((h+z)(h-z))^2}=2\frac{h^2+z^2}{(h^2-z^2)^2}

Same as what I wrote, except denom is reversed which doesn't matter since it's squared anyways.
Yeah, okay. I must have been seeing things :smile:

This equation can be reduced to a quadratic in ##z^2##. That is, make a substitution say ##x = z^2##, then solve for x.
 
Thanks for your help gneill.
I'm happy with the answer now.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top