Laplace's Equation and Seperation of Multivariable Differential Equation

AI Thread Summary
To separate a multivariable differential equation, assume the solution can be expressed as a product of two functions, one dependent on r and the other on θ, such as u(r, θ) = R(r)·Θ(θ). By substituting this into the differential equation, derivatives with respect to r will only affect R(r) and those with respect to θ will only affect Θ(θ). Rearranging the equation allows it to be expressed in a form where one side is independent of θ and the other of r, leading to the conclusion that both sides must equal a constant. This results in two independent differential equations, each with a single variable. The separation of variables method is applicable in specific cases, and once the equations are derived, techniques like Cauchy-Euler can be employed for solutions.
dduardo
Staff Emeritus
Science Advisor
Insights Author
Messages
1,902
Reaction score
3
Can someone explain how to separate a multivariable differential equation into two independent differential equations? I'm having an issue solving for the potential in spherical co-ordinates in terms of r and theta.
 
Physics news on Phys.org
Let's say you have a differential equation that involves both r and \theta. The way separation of variables works is that you assume that the solution can be written as a product of two functions: one function that is ONLY a function of r and another function that is ONLY a function of \theta. Thus, you guess the solution

u(r, \theta) = R(r)\cdot \Theta(\theta)

You then insert this into your differential equation. Derivatives with respect to r will only affect the R(r) function (the \Theta(\theta) is not affected) and vice versa with derivatives with respect to \theta.

After you have determined how your differential equation looks when you have inserted this solution, you can rearrange the differential equation so that it looks something like

F(R''(r), R'(r), r) = G(\Theta''(\theta), \Theta'(\theta), \theta) (1)

Here I have assumed that your differential equation was second order in both r and \theta. To put it in this form usually requires dividing both sides of the equation by R(r)\cdot \Theta(\theta) but it can also involves other kinds of multiplications as well. The whole point of writing as I did in (1) is so you have one side of the differential equation that is completely independent of \theta and the other side that is completely independent of r.

When this is true, the only possibility is that each side of the differential equation is equal to constant. This is true because the ONLY function of say \theta that does not depend on \theta is a constant.

At this point you are done...you now have the following:

F(R''(r), R'(r), r) = constant = G(\Theta''(\theta), \Theta'(\theta), \theta)

So you have TWO differential equations of a single variable. In this process however you must realize that separation of variables only works in some cases and in the cases where it does work you must ask the question "Is this solution unique?" But for the problems you are doing in E&M you probably don't have to worry about this.
 
Thanks for the help. After I got both differential equations I was able to apply cauchy-euler to solve them.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top