Integration of an equation relating to electrostatics

Click For Summary

Homework Help Overview

The discussion revolves around integrating an equation related to electrostatics, specifically addressing a second-order nonhomogeneous differential equation derived from the Poisson equation in cylindrical coordinates. Participants are exploring the integration of the equation and the implications of the variables involved.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to integrate the equation twice and are questioning how to handle the right-hand side. There are discussions about the dependence of variables on 'r' and the nature of constants involved. Some participants suggest methods for manipulating the equation and integrating, while others seek clarification on the steps taken.

Discussion Status

The discussion is ongoing, with various interpretations and approaches being explored. Some participants have offered guidance on integrating the equation and clarifying terms, while others are still seeking understanding of the process. There is recognition of different perspectives on how to approach the problem.

Contextual Notes

Participants are working under the constraints of homework rules, which may limit the information they can share or the methods they can use. There is also a focus on ensuring that assumptions about the variables are clearly understood, particularly regarding their dependence on 'r' versus 'V'.

Lazy Rat
Messages
15
Reaction score
0

Homework Statement



Hi I was wondering if anyone could give me a hand with this problem I'm trying to solve.

I am trying to integrate this equation twice. I'm not really sure what to do with the right hand side of the equation.

Homework Equations



upload_2017-11-23_9-41-15.png


The Attempt at a Solution


[/B]
The left side I am ok with i think,

dV/dr = A/r

Any help as to how to deal with the right hand side would be great.

Thank you

 

Attachments

  • upload_2017-11-23_9-41-15.png
    upload_2017-11-23_9-41-15.png
    857 bytes · Views: 819
Physics news on Phys.org
Lazy Rat said:
dV/dr = A/r
Is that supposed to be the integral of the left hand side? I don't understand.
Lazy Rat said:
how to deal with the right hand side would be great.
How do the variables on the right depend on r?
 
  • Like
Likes   Reactions: Delta2
haruspex said:
Is that supposed to be the integral of the left hand side? I don't understand.

How do the variables on the right depend on r?
Lazy Rat said:

Homework Statement



Hi I was wondering if anyone could give me a hand with this problem I'm trying to solve.

I am trying to integrate this equation twice. I'm not really sure what to do with the right hand side of the equation.

Homework Equations



View attachment 215481

The Attempt at a Solution


[/B]
The left side I am ok with i think,

dV/dr = A/r

Any help as to how to deal with the right hand side would be great.

Thank you
This is 2nd order nonhomogeneous differential equation.above equation can be written as
V''+V'(1/r^2)=-ρf/εε°r
 
if we suppose that ρ,f are constants or known functions ##\rho(r),f(r)##, then the 2nd order linear nonhomogeneous and with no constant coefficients ODE I get is , by expanding the left hand side:
##V''+\frac{1}{r}V'=-\frac{\rho f}{\epsilon\epsilon_0}##.
 
Delta² said:
if we suppose that ρ,f are constants or known functions ##\rho(r),f(r)##, then the 2nd order linear nonhomogeneous and with no constant coefficients ODE I get is , by expanding the left hand side:
##V''+\frac{1}{r}V'=-\frac{\rho f}{\epsilon\epsilon_0}##.
Yes your's equation is right i misscalculated
 
  • Like
Likes   Reactions: Delta2
The equation can be solved by a reduction of order if, as post 4 states, ρ = ρ(r) and f = f(r) but not functions of V.
 
Delta² said:
if we suppose that ρ,f are constants or known functions ##\rho(r),f(r)##, then the 2nd order linear nonhomogeneous and with no constant coefficients ODE I get is , by expanding the left hand side:
##V''+\frac{1}{r}V'=-\frac{\rho f}{\epsilon\epsilon_0}##.
Yes, but as rude man points out, if the variables on the right depend on r, not V, that is a retrograde step.
 
##-ρf / εε_0## relates to Poisson equation ##pf## is the free charge density and ##ε_0## is the permitivity of free space. So these can be taken as know constants on this occasion.
I am looking to achieve a general solution through integrating twice. With a similar equation for electrostatics and Laplace's equation I have ##{1/r} d/dr(r{dV/dr})=0## , then integrating once we have ##{dV} /{dr} = {A/r}## then twice ##V(r) = A {ln} r + B## .
So how can I solve this in a similar way regarding Poisson's equation?

Thanks for you input guys
 
Lazy Rat said:
how can I solve this in a similar way
In exactly the same way. Multiply out and integrate. What do you get?
 
  • #10
BTW the given equation is the poisson eq. for cylindrical coordinates with no variation in θ or z.




 
  • #11
@Lazy Rat, BTW the expression for ∇2V = -ρ/ε can also be compacted in spherical coordinates to
(1/r2) d/dr {r2dV/dr} = -ρ/ε
with solution proceeding in the same way haruspex pointed to in his post 9.
 
  • #12
haruspex said:
In exactly the same way. Multiply out and integrate. What do you get?
So I get the same because the right side I treat as a constant. The answer is still the Laplace general solution ##V(r)= A~ ln (r)~ + B##
Is this correct?

rude man said:
@Lazy Rat, BTW the expression for ∇2V = -ρ/ε can also be compacted in spherical coordinates to
(1/r2) d/dr {r2dV/dr} = -ρ/ε
with solution proceeding in the same way haruspex pointed to in his post 9.

Thank you rude man, may try to tackle in spherical.
 
  • #13
Lazy Rat said:
So I get the same because the right side I treat as a constant. The answer is still the Laplace general solution ##V(r)= A~ ln (r)~ + B##
Is this correct?
The right side IS a constant but when you integrate (twice in fact) that constant has an impact on the answer.
Do the solution step-by-step & we can show you where you went wrong.
 
  • #14
Hi
Ok so first step is to multiply out.
Thus we have for ## \frac 1r \frac d{dr} (r \frac {dV}{dr})= \frac {\rho f} {\epsilon \epsilon_0} ##
## \frac 1r \times r + \frac 1r \times \frac {dV}{dr} + \frac d{dr} \times r +\frac d{dr} \times \frac {dV}{dr} =\frac {\rho f} {\epsilon \epsilon_0} ##
## = 1+ \frac {dV}{dr^2} + \frac {dr}{dr} + \frac {d^2V}{dr} =\frac {\rho f} {\epsilon \epsilon_0} ##
## = \frac {d^2V}{dr2} + \frac 1r \frac {dV}{dr} = \frac {\rho f} {\epsilon \epsilon_0} ##
Is this correct for multiplying out the left side?
Thank you
 
  • #15
Lazy Rat said:
Is this correct for multiplying out?
No. If you have an equation like y/x=z then multiplying out gives y=xz.
 
  • #16
I see, I've epand the brackets not multiplied out.
## \frac d{dr} (r \frac {dV}{dr})= \frac {\rho f} {\epsilon \epsilon_0} r##
Is this correct?
Can the derivative terms such as ## \frac d{dr} ## be manipulated algebraically, and why is it ## \frac d{dr} ## and not ## \frac {dV}{dr} ## are these the same thing ?

All this is a dark room to me, you are shedding light, I appreciate your time. Thank you.
 
  • #17
Lazy Rat said:
I see, I've epand the brackets not multiplied out.
## \frac d{dr} (r \frac {dV}{dr})= \frac {\rho f} {\epsilon \epsilon_0} r##
Is this correct?.
Yes.
You can immediately integrate that. Don't be distracted by the ##(r \frac {dV}{dr})## term. At this stage it is just some function of r. Think of it as ## \frac d{dr} F(r)= \frac {\rho f} {\epsilon \epsilon_0} r##
 
  • #18
Lazy Rat said:
Hi
Ok so first step is to multiply out.
Thus we have for ## \frac 1r \frac d{dr} (r \frac {dV}{dr})= \frac {\rho f} {\epsilon \epsilon_0} ##
## \frac 1r \times r + \frac 1r \times \frac {dV}{dr} + \frac d{dr} \times r +\frac d{dr} \times \frac {dV}{dr} =\frac {\rho f} {\epsilon \epsilon_0} ##
## = 1+ \frac {dV}{dr^2} + \frac {dr}{dr} + \frac {d^2V}{dr} =\frac {\rho f} {\epsilon \epsilon_0} ##
## = \frac {d^2V}{dr2} + \frac 1r \frac {dV}{dr} = \frac {\rho f} {\epsilon \epsilon_0} ##
Is this correct for multiplying out the left side?
Thank you
Other than you need a - sign in front of ## \frac {\rho f} {\epsilon \epsilon_0} ## yes, that is in fact the expanded version for the Poisson equation for cylindrical coordinates.
 
  • #19
rude man said:
that is in fact the expanded version
Yes, but it is not "multiplying out", and it is not on the simplest path to solving the equation.
 
  • #20
rude man said:
Other than you need a - sign in front of ## \frac {\rho f} {\epsilon \epsilon_0} ## yes, that is in fact the expanded version for the Poisson equation for cylindrical coordinates.
You previously solved the Laplace equation without this multiplying-out. Stick to what you were doing before, which was double integrating (1/r)d/dr{rdV/dr)} = 0. Just change "0" to "-ρ/ε". You'll get the same first two terms you did with the "0" plus you'll get a third due to the "-ρ/ε".
 
Last edited:
  • #21
rude man said:
You previously solved the Laplace equation without this multiplying-out. Stick to what you were doing before, which was double integrating (1/r)d/dr{rdV/dr) = 0. Just change "0" to "-ρ/ε". You'll get the same first two terms you did with the "0" plus you'll get a third due to the "-ρ/ε".
We seem to be offering conflicting advice, but it might just be a question of terminology. I've started a conversation on which we can resolve this, one hopes.
 
  • #22
haruspex said:
We seem to be offering conflicting advice, but it might just be a question of terminology. I've started a conversation on which we can resolve this, one hopes.
Having discussed it offline, it seems there was a misunderstanding. rude man agrees that the way is to multiply out in the sense of the step taken in post #16, not to expand the derivatives as in post #14.
 
  • #23
Ok thanks for clearing up confusion guys

I think I may have got there, I have after multiplying out

## ∫ \frac d {dr}( r \frac {dV}{dr}) = ∫ - \frac ρ ε {r} ##

Integrating twice

## v(r) = A ~ ln (r) - \frac {ρ r^2} {4 ε} + B ##

Is this correct?

Thank you
 
  • #24
Lazy Rat said:
Ok thanks for clearing up confusion guys

I think I may have got there, I have after multiplying out

## ∫ \frac d {dr}( r \frac {dV}{dr}) = ∫ - \frac ρ ε {r} ##

Integrating twice

## v(r) = A ~ ln (r) - \frac {ρ r^2} {4 ε} + B ##

Is this correct?

Thank you
Got it! But you have to append "dr" to both sides of your first equation & clean up the left side.
 
  • #25
rude man said:
Got it! But you have to append "dr" to both sides of your first equation & clean up the left side.

Ah yes of course the dr, by clean up the left side you mean don't have the ## \frac d {dr} ## in the equation?

Thanks rude man
 
  • #26
Lazy Rat said:
Ah yes of course the dr, by clean up the left side you mean don't have the ## \frac d {dr} ## in the equation?

Thanks rude man
When you add "dr" to the left side, two "dr's" cancel, leaving you with
∫d{r dV/dr} = r dV/dr + constant etc.
Like ∫dy = y + constant.
 
  • Like
Likes   Reactions: Lazy Rat
  • #27
Wonderful, Thank you.
 

Similar threads

Replies
1
Views
900
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 69 ·
3
Replies
69
Views
6K
Replies
6
Views
3K
Replies
13
Views
2K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K