PDE with variable boundary condition

jafanasim
Messages
2
Reaction score
0

Homework Statement



I am trying to solve this PDE with variable boundary condition, and I want to use combination method. But I have problem with the second boundary condition, which is not transformed to the new variable. Can you please give me some advise?

Homework Equations



(∂^2 T)/(∂x^2 )=1/∝ ∂T/∂t
IC: T(x,0) = Ti
BC1: T(x→∞, t) = Ti
BC2: -k ∂T/∂x|x=0 = h[T∞ - T(0,t)]

The Attempt at a Solution



The combination variable I chose is η= x/((4∝t)^(1⁄2))

My work is attached in a PDF file, please take a look at it. The highlighted boundary condition is the problem.

Thank you
 

Attachments

Physics news on Phys.org
That method does not work with that sort of boundary condition: you can't express \partial \eta/\partial x as a function of \eta.
 
pasmith said:
That method does not work with that sort of boundary condition: you can't express \partial \eta/\partial x as a function of \eta.

Thank you. What method should I choose? Laplace?
 
jafanasim said:
Thank you. What method should I choose? Laplace?

That would be the obvious choice.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top