e.g. the string of a guitar (both ends fixed and tensioned, undamped)

As I understood the analytical solution of the fundamental frequency (first eigenvalue) is : 

f_1 = \sqrt{\frac{T}{\mu}}*\frac{1}{2*L}

while : 

mu - mass per length (Kg/m)

T- Force in N

L - lenght of a string

by describing the string using wave equation 

mu y_tt = T y_xx

while:

 y_tt is second derivative with respect to time

y_xx is second derivative with respect to x

 x = [0, L];

and discretisation using central differences. The first eigenvalue converge to the analytical solution, if the grid in space coordinates get smaller and smaller.

Is there way to represent to string with n nodes; while the n eigenvalues of the discrete system match the first n eigenvalues of the continuous string.   

Similar questions and discussions