Solving the 1D Heat Equation with Given Parameters

jc2009
Messages
12
Reaction score
0
Problem:IF there is heat radiation within the rod of length L , then the 1 dimensional heat equation might take the form
u_t = ku_xx + F(x,t)

Find u(x) if F = x , k = 1 , , u(0)=0 , u(L) = 0

the problem is that i am not sure what this is asking me , how can i find u(x) if i have only u(0)= 0 , k =1 , u(L) = 0 ,and F = x


this problem becomes just an ordinary differential equation but still i don't fully understand or how to proceed from there

any hints would be appreciated
 
Physics news on Phys.org
have you tried green's function method?
 
jc2009 said:
Problem:IF there is heat radiation within the rod of length L , then the 1 dimensional heat equation might take the form
u_t = ku_xx + F(x,t)

Find u(x) if F = x , k = 1 , , u(0)=0 , u(L) = 0

the problem is that i am not sure what this is asking me , how can i find u(x) if i have only u(0)= 0 , k =1 , u(L) = 0 ,and F = x


this problem becomes just an ordinary differential equation but still i don't fully understand or how to proceed from there

any hints would be appreciated

I assume that a steady-state solution is required, therefore the time derivative vanishes in the pde and you get the following equation to solve:
\frac{d^2u}{dx^2}+x=0
which has the solution:
u(x)=-\frac{x^3}{6}+Ax+B
Using the boundary conditions, you get:
u(x)=\frac{x}{6}\cdot \left[L^2-x^2\right]
Hope this is what has been asked for.

coomast
 
coomast said:
I assume that a steady-state solution is required, therefore the time derivative vanishes in the pde and you get the following equation to solve:
\frac{d^2u}{dx^2}+x=0
which has the solution:
u(x)=-\frac{x^3}{6}+Ax+B
Using the boundary conditions, you get:
u(x)=\frac{x}{6}\cdot \left[L^2-x^2\right]
Hope this is what has been asked for.

coomast

THank you so much
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top