Electric Field Due to a Line of Charge Problem

Click For Summary

Homework Help Overview

The problem involves determining the distance from the center of a uniformly charged ring at which the electric field magnitude is maximized. The charge is distributed around a ring of radius R = 2.40 cm, and the electric field is measured along the ring's central axis.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the differentiation of the electric field equation to find its maximum, with some expressing uncertainty about the correct application of calculus rules. There are questions about whether to modify the formula before differentiation and how to simplify the resulting expressions.

Discussion Status

The discussion is ongoing, with participants sharing their attempts at differentiation and simplification. Some guidance has been offered regarding the use of product and chain rules, and there is a focus on correcting errors in the differentiation process. Multiple interpretations of the steps involved are being explored.

Contextual Notes

Participants are navigating through complex calculus concepts, including the differentiation of a composite function and the handling of exponents. There is an emphasis on ensuring the correct application of mathematical rules without reaching a final solution yet.

frankfjf
Messages
166
Reaction score
0

Homework Statement



Charge is uniformly distributed around a ring of radius R = 2.40cm and the resulting electric field magnitude E is measured along the ring's central axis (perpendicular to the plane of the ring). At what distance from the ring's center is E maximum?

Homework Equations



Therein lies my problem, I'm unsure how to approach this except ink knowing that Calculus can handle it. I know that I need to find the maximum and can obtain it by deriving the equation, finding the value of Z, then plugging it in and deriving a second time. But the only equation I know of here is:

E = kqz/(z^2 + R^2)^3/2

The Attempt at a Solution



I'm not sure if I have to modify the formula before I derive it or if I only worry about one part of it to derive. If I just derive the formula in terms of z I get a huge mess. What am I missing? I'm not sure where to start.
 
Physics news on Phys.org
frankfjf said:
I'm not sure if I have to modify the formula before I derive it or if I only worry about one part of it to derive. If I just derive the formula in terms of z I get a huge mess. What am I missing? I'm not sure where to start.
By "derive" I assume you mean differentiate. Go ahead--take the derivative! It's a bit messy, but so what? (Use the quotient/product rule.)
 
Well after taking the derivative and using the quotient and chain rules I get something like...

kq * (z^2 + R^2)^3/2 - z(3/2(2z^3+2R^3)^1/2) / (z^2 + R^2)^5/2

But I get the feeling I either did something wrong in the differentiation or I can still further simplify.
 
Try factoring.
 
I can see that working but I can't figure out how to best factor it out, should I favor the entire top half or just the right side of the top half?
 
frankfjf said:
Well after taking the derivative and using the quotient and chain rules I get something like...

kq * (z^2 + R^2)^3/2 - z(3/2(2z^3+2R^3)^1/2) / (z^2 + R^2)^5/2

But I get the feeling I either did something wrong in the differentiation or I can still further simplify.
Looks to me like you made a few errors. For one, how did you get the term that I highlighted?

I recommend that you use the product & chain rules, writing the field equation as:

E = kq [z] [(z^2 + R^2)^-3/2]

(I put brackets around the two factors of interest, in case we need to refer to them; the kq drops out--since you'll set it to zero.)
 
Oh, I had forgotten about that approach. In that case once I've applied both the product and chain rules I end up with..

-3z(z^3 + R^3)^-5/2 + (z^2 + R^2)^-3/2
 
frankfjf said:
Oh, I had forgotten about that approach. In that case once I've applied both the product and chain rules I end up with..

-3z(z^3 + R^3)^-5/2 + (z^2 + R^2)^-3/2
I spoke too soon. What's up with the highlighted term? Where'd you get the cubes?

Let's do this step by step: What's the derivative of the second bracketed factor in post #6?
 
Last edited:
Chain rule gives me... -3/2(z^2 + R^2)^-1/2 * (2z + 2R), hence how I get the cubes.
 
  • #10
frankfjf said:
I'm not sure how to simplify that though.
Forget simplifying until you fix it. Answer my question in my last post.
 
  • #11
Sorry, I replied too soon, I've editted post 9 to answer your question.
 
  • #12
frankfjf said:
Chain rule gives me... -3/2(z^2 + R^2)^-1/2 * (2z + 2R), hence how I get the cubes.
Several problems here:
(1) The derivative of (z^2 + R^2) is just 2z. (R is a constant!)
(2) Where did you get the power of -1/2? Remember you started with a power of -3/2.
(3) Even with the wrong derivative, how do you get cubes from that?
 
Last edited:
  • #13
Ahh good point, d'oh. Actually, chalk it up to temporary insanity, doing it a second time I get...

(z^2 + R^2)^-3/2 + (2z^2)^-3/2
 
  • #14
frankfjf said:
Ahh good point, d'oh. Actually, chalk it up to temporary insanity, doing it a second time I get...

(z^2 + R^2)^-3/2 + (2z^2)^-3/2
Not sure what this is. One more time, redo the derivative of the second factor in post #6.
 
  • #15
Trying it again I get -3/2(2z)^-5/2
 
  • #16
frankfjf said:
Trying it again I get -3/2(2z)^-5/2
You need to review the chain rule. Do it in two steps:
(1) Take care of the exponent part: (something)^-3/2
(2) Take the derivative of the something

(And then multiply them, of course.)
 
  • #17
-3(z^3 + R^2z)^-5/2 ?
 
  • #18
frankfjf said:
-3(z^3 + R^2z)^-5/2 ?
Nope. Do each step listed in my last post separately. (Don't try to combine anything.)
 
  • #19
I need some clarification then. By "second factor" do you mean what would be considered g'(x) in the product rule?

IE: f'(x)g(x) + g'(x)f(x)?

If so then g'(x), in steps, looks like...

(1) (-3/2)(z^2 + R^2)^-5/2
(2) 2z

When I multiply them, I get -3(z^3 + zR^2)^-5/2, unless I am doing something incorrectly, but I don't think I am, since step 1 would also require the power rule.

But this is identical to my previous answer, so I'm not sure what I'm doing wrong but it seems to be in step 1. But it seems to line up just fine with the power rule. The exponent is -3/2, which when I subtract 1 becomes -5/2, and then the original exponent is multiplied by the inside of the parenthesis.
 
Last edited:
  • #20
frankfjf said:
If so then g'(x), in steps, looks like...

(1) (-3/2)(z^2 + R^2)^-5/2
(2) 2z
Exactly correct!

When I multiply them, I get -3(z^3 + zR^2)^-5/2, unless I am doing something incorrectly, but I don't think I am, since step 1 would also require the power rule.
You are doing something wrong when you multiply:
z*(something)^-5/2 does not equal (z*something)^-5/2 !

(Don't waste time multiplying this out correctly--that will only make it harder to simplify the final expression.)
 
  • #21
So I should leave the final expression for g'(x) as 2z(-3/2)(z^2 + R^2)^-5/2

and continue from there?
 
  • #22
frankfjf said:
So I should leave the final expression for g'(x) as 2z(-3/2)(z^2 + R^2)^-5/2

and continue from there?
Yes. (But please cancel the 2! :wink:)
 
  • #23
So -3z(z^2 + R^2)+^-5/2?
 
  • #24
frankfjf said:
So -3z(z^2 + R^2)+^-5/2?
Yes. (Except for that + sign.) Now put it all together.
 
  • #25
Oh, I apologize, that was a typo.

Since we've got f'(x)g(x) + f(x)g'(x), wouldn't that be...

(z^2 + R^2)^-3/2 - 3z^2(z^2 + R^2)^-5/2?
 
  • #26
Looks good to me. Now simplify. (Eliminate the common factor in both terms)
 
  • #27
That's where it gets tricky. I'm not sure if I can eliminate z^2 + R^2 since that leaves 1^-3/2 and 1^-5/2 and mathematics life isn't usually that easy, so... I guess the only common term I can think of is z^2 itself since it appears 3 times? That'd give...

z^2[(1 + R^2)^-3/2 - 3(1 + R^2)^-5/2?
 
  • #28
frankfjf said:
That's where it gets tricky. I'm not sure if I can eliminate z^2 + R^2 since that leaves 1^-3/2 and 1^-5/2 and mathematics life isn't usually that easy, so... I guess the only common term I can think of is z^2 itself since it appears 3 times? That'd give...

z^2[(1 + R^2)^-3/2 - 3(1 + R^2)^-5/2?
Yikes no! You cannot just pull things out from under a power!

(z^2 + R^2)^-3/2 is not equal to z^2*(1 + R^2)^-3/2

(z^2 + R^2)^-3/2 is not equal to (z^2 + R^2)*1^-3/2

You need to review your understanding of exponents and powers.

Hint: (z^2 + R^2)^-3/2 itself is a common factor--divide it out from all terms.
 
  • #29
Ahhhh okay. Sorry, been a while since I dealt with messy expressions. However, for me the tricky part of factoring (z^2 + R^2)^-3/2 out of the second term. I'll try though... I get...

(z^2 + R^2)^-3/2 [1 - 3z^2(z^2 + R^2)^-1] I'm not sure if this is correct.
 
Last edited:
  • #30
Looks good--you corrected your typo.

Keep going.
 
Last edited:

Similar threads

Replies
4
Views
4K
Replies
12
Views
2K
Replies
9
Views
2K
Replies
11
Views
4K
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K