I'm currently studying Partial Differential Equations and I'm really now starting to understand why they are quite difficult to understand and solve.
(Please forgive any LaTeX formatting issues. I'm still very much a newcomer to the langauge)
Recently, I've learned about the Heat/Diffusion Equation: $$ u_t = ku_{xx} $$
And I've come across the fact that two different types of solutions appear but, to me, they have very different structure. The first solution that I've come across is this: $$ u(x,t) = \sum_{n=t}^\infty A_n\,\sin\left(\frac{n\pi x}{L}\right)e^{\frac{-n^2\pi^2 kt}{L^2}},\; \text{where}\;\;\; A_n = \frac{2}{L}\int_{0}^L f(x)\sin\left(\frac{n\pi x}{L}\right)\,dx $$ And the second solution is this: $$ u(x,t) = \frac{1}{\sqrt{4k\pi t}} \int_{-\infty}^{\infty} e^{\frac{-(x-y)^2}{4kt}} f(x)\,dx $$
So from here, I've got a few questions:
- One of the things that I took away from my ODE (Ordinary Differential Equations) class was that there was basically an algorithm to solve the ODEs I was doing. I would always get a solution that was a the sum of a particular and homogenous solution. Then I would use the initial and boundary value conditions to solve for the constants that arise either due to integration or from looking at the problem through the eyes of Linear Algebra.
My question here is does this way of thinking not apply when in the realm of PDEs? Do the initial and boundary conditions change form or structure of solutions?
- On my PDE journey, I have come across multiple different solution approaches. For first order PDEs, in essence, I really only know the Method of Characteristics/Geometric Method and then some algebraic manipulation and substitutions for other first order linear PDEs so that the Method of Characteristics/Geometric Method can be used. For second order PDEs, I am aware of Separation of Variables, something with Fourier Series, Fourier Transform and Laplace Transform (maybe?), and then the "general" solutions to the heat and wave equations. However, I am absolutely clueless when it comes to knowing when to use a particular solution method for a given problem.
What are the conditions that have to be met? Why choose one method over another?
I can't seem to find answers to these questions. It again, seems to come down to the initial and boundary conditions but I'm not sure
These are my primary sources that I have used to learn PDEs. I've tried textbooks but they are just really dense, especially Strauss' book which is my class book. The only exception is Peter J Olver's PDE book but it still is somewhat confusing at times:
- https://www.youtube.com/playlist?list=PLlXfTHzgMRUK56vbQgzCVM9vxjKxc8DCr
- https://www.youtube.com/playlist?list=PLMrJAkhIeNNR2W2sPWsYxfrxcASrUt_9j
- https://www.youtube.com/channel/UC5luRTUBc0w4TAs-bKk1ijQ/videos
- https://www.youtube.com/playlist?list=PLGCj8f6sgswntUil8yzohR_qazOfYZCg_
- Third-order Linear Parabolic PDE
(The third link actually follows my class quite closely and has been the most helpful but still does not answer my 2nd question.)
Any help at all, especially with question 2 would be greatly appreciated! Thank you very much Math Stack Exchange community!