• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Math wiz! Partial DE help

alphatarget1

Diamond Member
so I'm given a heat equation:

ut=uxx

with the BC
u(0,t)=0
u(1,t)=cos(t)
and IC
u(x,0)=x

I can't do the substitution because the 2nd boundary condition is a function of t. I just need some pointers to get started 🙂
 
I'm certainly no expert at solving problems like this, but here are my first thoughts:

I would try to use separation of variables, i.e. assume u(x,t)=u(x)v(t). Plugging this into the heat equation, you will get two ODE's, one first order and one second order. I would try to solve these and, hopefully, get a family of solutions. I would then (again hopefully) use these solutions to piece together, by some infinite series, a solution satisfying my initial data u(x,0)=x.

Good luck!
 
Back
Top