Recent content by comwiz0

  1. C

    Simple 2-D Wave Equation Problem

    I believe I understand what you two are saying, but I'm not quite sure I know how to implement it. I've been working on this assignment for a bit too long to really comprehend anything at this point unfortunately. Can you be a bit more specific about how I might start to set something like...
  2. C

    Simple 2-D Wave Equation Problem

    Can you clarify what you mean by the transition from the first line to the second line being incorrect? All I am doing here is substituting in the given values into the first line: a=1 and b=1. f(x,y), as given in the problem statement, does not include an a or b term. It is just simply...
  3. C

    Simple 2-D Wave Equation Problem

    Homework Statement Solve the boundary value problem \frac{\partial ^2 u}{\partial t^2} = c^2 (\frac{\partial ^2 u}{\partial x^2}+\frac{\partial ^2 u}{\partial y^2}), 0<x<a, 0<y<b, and t>0 for the boundary conditions u(0,y,t) = 0 and u(a,y,t) = 0 for 0 \leq y \leq b and t\geq0...
Back
Top