Before we start solving this problem, let us talk about it a little bit. The PDE (partial differential equation) in the OP is a wave equation written in polar coordinate without the dimension
θ. Problems like this one possess radial symmetry, so they are independent of
θ.
The boundary and initial conditions are written nicely over there, but the boundary condition
u(0,t) is missing. This boundary condition causes problems because of the term that contains
r1 in the PDE.
We know that when
r=0, we have
01 and this causes a problem. When a boundary condition such as
u(0,t) is not written along with other conditions, they assume the following:
∣u(0,t)∣<∞ as
r→0+
This simply means that the displacement
u(0,t) at the center is bounded. The inclusion of this boundary condition is mandatory if we wanna get a bounded solution to the PDE in the OP. Therefore, from now on, if you don't see this boundary condition, you have to include it or at least assume that it does exist.
How to know how many conditions are needed in a PDE? The answer is to follow the
rule of thumb → that is to follow the maximum order of each variable in the PDE.
Write down the derivatives that have the highest order. We have:
∂r2∂2u→ order of derivative is
2. So, the
rule of thumb tells us that we need two boundary conditions.
And
∂t2∂2u→ order of derivative is
2. So, the
rule of thumb tells us that we need two initial conditions.
That's why when I saw only three conditions in the OP, I looked for the fourth one. Then, I realized that one boundary condition was missing and I instantly knew that they assumed that it was bounded!