A positively charged wire bent into a semi-circle

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
19 replies · 5K views
Callix
Messages
106
Reaction score
0

Homework Statement


A positively charged wire is bent into a semicircle of radius R, as shown in the figure below.
The total charge on the semicircle is Q . However, the charge per unit length along the semicircle is non-uniform and given by λ=λocos(θ)

Physics_2.png


What is the relationship between λo, R and Q?

Homework Equations


Q = ∫ λ ds
F = qE

The Attempt at a Solution


Q = ∫ λ ds = ∫(from θ=0 to π) λocos(θ) dθ.
However, this yields evaluating the sin function from 0 to π which is just 0. I'm having a hard time believing that there is no relationship between λ, R, and Q. I was wondering if someone would be able to check my work.

Any help would be greatly appreciated! :)
 
Physics news on Phys.org
It completely depends on where ##\theta = 0## is on the semicircle. Obviously, if it's on one end, Q = 0 because for a quarter of a circle the charge is the negative of the other. But, from your drawing, it seems you should actually use ##-\pi/2,\pi/2## as boundaries, which changes everything (the charge has the same sign throughout).
 
[Deleted]
 
Callix said:

Homework Statement


A positively charged wire is bent into a semicircle of radius R, as shown in the figure below.
The total charge on the semicircle is Q . However, the charge per unit length along the semicircle is non-uniform and given by λ=λocos(θ)

Physics_2.png


What is the relationship between λo, R and Q?

Homework Equations


Q = ∫ λ ds
F = qE

The Attempt at a Solution


Q = ∫ λ ds = ∫(from θ=0 to π) λocos(θ) dθ.
However, this yields evaluating the sin function from 0 to π which is just 0. I'm having a hard time believing that there is no relationship between λ, R, and Q. I was wondering if someone would be able to check my work.

Any help would be greatly appreciated! :)
Look at θ as it is shown in the figure.

It looks like θ goes from -π/2 to π/2 .
 
SammyS said:
Look at θ as it is shown in the figure.

It looks like θ goes from -π/2 to π/2 .

I'm confused as to why θ goes from -π/2 to π/2
 
Callix said:
I'm confused as to why θ goes from -π/2 to π/2
According to the figure, Θ is measured from the y-axis (not the x-axis).
 
  • Like
Likes   Reactions: Callix
TSny said:
According to the figure, Θ is measured from the y-axis (not the x-axis).

Oh, I understand what you're saying now!
So now that I have the proper limits

Q = ∫(from θ=-π/2 to π/2) λcos(θ) ds = 2λs = 2λr.
Is this now correct?
 
Because I'm running off of 2 hours of sleep and making stupid mistakes like thinking that s is the distance when its not.

So after I have the integral,

∫(from θ=-π/2 to π/2) λcos(θ) ds

How can I implement R?
 
Can I express it as the double integral: ∫∫ λcos(θ) r dr dθ?
 
Callix said:
Because I'm running off of 2 hours of sleep and making stupid mistakes like thinking that s is the distance when its not.

So after I have the integral,

∫(from θ=-π/2 to π/2) λcos(θ) ds

How can I implement R?
You need to express ds in terms of dθ in order to carry out the integration. (Yikes, only 2 hours of sleep? I feel for you.)
 
TSny said:
You need to express ds in terms of dθ in order to carry out the integration. (Yikes, only 2 hours of sleep? I feel for you.)

Callix said:
Can I express it as the double integral: ∫∫ λcos(θ) r dr dθ?

But I think that's wrong because wouldn't that cover the whole circle as opposed to just the wire?
 
Your setup of the single integral is fine. You do not want a double integral.

In the single integral you are integrating the function cosΘ where Θ is the variable. If you want to integrate with respect to θ, you need to express ds in terms of dθ.

Recall that if θ is measured in radians, then arc length on a circle of radius r is s = rθ.
 
  • Like
Likes   Reactions: Callix
I just remembered the equation for arc length right when you posted that haha

Which means that ds/dθ = r θ → ds = r θ dθ
 
Callix said:
I just remembered the equation for arc length right when you posted that haha

Which means that ds/dθ = r → ds = r θ dθ
No. You did not solve for ds correctly.
 
TSny said:
No. You did not solve for ds correctly.

s=rθ
ds=rdθ
 
TSny said:
Yes.

I swear I'm not normally this stupid :)
But this makes sense because for every little change in the arc length, there is a change in the angle, while of course R remains constant.
Thank you!