Three rods A B , C D , C E are placed in the x y plane has a uniform linear charge density λ = 1 . Find the magnitude of (Electric field) E at the point N ( 1 , 0 ) This question is dedicated to my teacher Karan Chatrath. Take ϵ 0 = 1 . All the things are in SI units
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
@Steven Chase welcome. What is the meaning of poor man's function call?
Log in to reply
It would be possible to package up that repeated code module and make it a function. And then, having defined the function, I could just pass in arguments to the function and make a function call, and the function would return the electric field contributions. Copying a script segment over and over is an alternative to repeatedly calling a function.
Log in to reply
@Steven Chase I have corrected that question Electric flux exercise
Log in to reply
@A Former Brilliant Member – How is an electric flux generated, since the charges are in the same plane as the loop?
Log in to reply
@Steven Chase – @Steven Chase Sir charge are not on the same plane, due to projectile motion they are in x − z plane And gravity is acting in − z direction.
Log in to reply
@A Former Brilliant Member – Oh, I missed the part where it says to find the answer at t = 1 . I don't think that was there originally
@A Former Brilliant Member – I don't have any remaining tries since I viewed the answer
Log in to reply
@Steven Chase – @Steven Chase yes sir it wasn't originally there. I accept my mistake. I have reposted the question
Log in to reply
@A Former Brilliant Member – Ok, thanks. I'll try it
Thanks for posting this problem. I did this analytically as follows. Consider a charged wire where a point has the following position vector:
r p = x i ^ + y j ^ + 0 k ^
The point (on the X-Y plane) at which the electric field is to be computed is:
r c = x o i ^ + y o j ^ + 0 k ^
The charge on an elementary arc length near a point on the wire is:
d Q = λ ( d x ) 2 + ( d y ) 2
The elementary electric field is:
d E = 4 π d Q ( ∣ r c − r p ∣ 3 r c − r p )
Each of the components can be integrated (between specified limits) to obtain the resultant field in the X and Y directions.
Using this recipe to compute the electric field due to the vertical wire leads to the result:
E 1 = 4 π 2 ( i ^ + 0 j ^ )
For the wire along the line y = x , the electric field is:
E 2 = 4 π 2 ( i ^ − j ^ )
For the wire along the line y = − x , the electric field is:
E 3 = 4 π 2 ( i ^ + j ^ )
The net electric field is:
E = E 2 + E 2 + E 3 = 4 π 3 2 i ^
@Karan Chatrath sir for solid non-conducting sphere E ( r ) = E r 2 ρ ( r ) = ? Thanks in advance
Log in to reply
Is the direction of the field radial?
Log in to reply
@Karan Chatrath sir can you please help me in this question, lim
x
2
(
s
i
n
x
)
6
0
0
0
x
6
0
0
0
−
(
s
i
n
x
)
6
0
0
0
x tends to 0
I hope I am not disturbing you.
Thanks in advance.
If there are two method I will be very happy.
@Karan Chatrath Yes it's radial
Log in to reply
You need to make use of one of Maxwell's equations (Basically Gauss's law modified)
Consider:
E = E r 2 r ^
E = E ( x x 2 + y 2 + z 2 i ^ + y x 2 + y 2 + z 2 j ^ + z x 2 + y 2 + z 2 k ^ )
∇ ⋅ E = 4 E x 2 + y 2 + z 2 = 4 E r
Here E is assumed constant. From Maxwell's version of Gauss' law:
∇ ⋅ E = ϵ o ρ
⟹ ρ = 4 E ϵ o r
@Karan Chatrath
Sir
If one of the plates of a capacitor is halved , will there be any change in the capacitance of the capacitor and how much?
Please explain
Log in to reply
Consider the simple case where the space between the plates is small and the plates are much larger in dimensions in comparison with the space d . In this case, the formula for electric field:
E = 2 ϵ o σ
still applies. So the charge on each plate will be equal due to the law of conservation of charge. Calculate the electric field due to each of the plates. Then compute the net electric field due to each of the plates. Using that constant field, the potential difference can be computed, and finally the capacitance. So yes, the charge on each plate will be the same but the capacitance will be different.
Try this calculation by yourself. Hope I made sense.
Log in to reply
@Karan Chatrath yes I have used this formula. I am getting answer as 3 2 C if the original capacitance was C but the answer given in my book is 0 . 5 C ?
Log in to reply
@A Former Brilliant Member – I get 4 C / 3 . This approach that I described seems logical to me. And books are not always correct.
Problem Loading...
Note Loading...
Set Loading...
Thanks to the problem author for re-posting this problem. I deleted my first solution to make adjustments to some of the nomenclature, but I then found that I didn't have an opportunity to upload a solution again. That's good to know going forward.
I renamed points D and E to F and G respectively, because I have other uses for D and E in my code. I used a repeated segment of script code as a poor man's function call. This way, one can simulate arbitrarily many line segments just by copying the script code segment, and changing the starting and ending coordinates ( x 1 , y 1 , z 1 ) and ( x 2 , y 2 , z 2 ) .