Solving Poisson's Equation in 1D: A Shortcut Using Variable Substitution

  • Thread starter Thread starter th5418
  • Start date Start date
  • Tags Tags
    1d
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
1 reply · 4K views
th5418
Messages
25
Reaction score
0

Homework Statement


Alright, well this is more of a math problem I guess... but here it is.
[tex]\frac{\partial^{2}}{\partial x{2}} V = - \frac{I}{A\epsilon_o} \sqrt{\frac{m}{2e}} \frac{1}{\sqrt{V}}[/tex]

Everything besides the [tex]V[/tex] is constant.

Homework Equations


Trying to solve for the potential

The Attempt at a Solution


What's the general solution for these types of second order differentials?
 
Physics news on Phys.org
First, if it is a 1D problem, the partial derivatives can be replaced by ordinary derivatives!

Second, try defining a new variable: [itex]W\equiv \frac{dV}{dx}[/itex] and then take note of the fact that

[tex]\frac{d^2 V}{dx^2}=\frac{dW}{dx}=\frac{dV}{dx}\frac{dW}{dV}=W\frac{dW}{dV}=\frac{1}{2}\frac{d}{dV}(W^2)[/itex]<br /> <br /> ...you will then have a first order, <b>separable</b> ODE for [itex]W[/itex]...which I'm sure you know how to solve!<img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f609.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":wink:" title="Wink :wink:" data-smilie="2"data-shortname=":wink:" /> <br /> <br /> P.S. This is a common trick, so it's worth remembering!<img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":smile:" title="Smile :smile:" data-smilie="1"data-shortname=":smile:" />[/tex]
 
Last edited: