-From the following two linear homogeneous algebraic equations:(sqr= square root)

(1) B*sin(kl/sqr2) = D*sin(kl)
(2) (k/sqr2)*B*cos(kl/sqr2) = (k)*D*cos(kl)

-Form matrix of these 2 equations and solving the determinant=0 will lead to: (1/sqr2)*cos(kl/sqr2)*sin(kl) - sin(kl/sqr2)*cos(kl)= 0

-How do i solve this?

I do not see why the determinant must be zero. Your final equation is a statement that it IS zero, except you seem to have left out an "l" term after the first k in equation 2.

You final equation is of the form
a*cosA*sinB -sinA*cosB = 0
a = tanA/tanB
where a = 1/sqrt2
A = k*l/sqrt2
B = k*l
You may have to solve for kl by iteration. I don't see an easy way.

If it's of any help, here's a plot of the function

f(x)=sqrt(2)*cos(x)*sin((x)/sqrt(2))-sin(x)*cos((x)/sqrt(2))

http://imageshack.us/photo/my-images/196/1319958400.png/

Since there is only one variable, and the graph is harmonic, there's probably a way to solve the equation, but I cannot think of one for now. Use iteration as drwls suggested for the moment.

To solve the equation (1/√2)cos(kl/√2)sin(kl) - sin(kl/√2)cos(kl) = 0, you can follow these steps:

Step 1: Rewrite the equation in a more simplified form:
(1/√2)sin(kl)(cos(kl/√2) - 1) = 0

Step 2: Notice that the equation can be satisfied if either of the two factors is zero. So, you have two possibilities to consider:
a) (1/√2)sin(kl) = 0
b) cos(kl/√2) - 1 = 0

Step 3: Solve for possibility a):
(1/√2)sin(kl) = 0
sin(kl) = 0
kl = nπ, where n is any integer.

Step 4: Solve for possibility b):
cos(kl/√2) - 1 = 0
cos(kl/√2) = 1
kl/√2 = 2nπ, where n is any integer.

Divide both sides by √2:
kl = 2nπ√2

Step 5: Combine the solutions from step 3 and step 4 to get the final solution. It is the union of the sets of possible values obtained in both cases.
kl = nπ or kl = 2nπ√2, where n is any integer.

This is how you solve the equation (1/√2)cos(kl/√2)sin(kl) - sin(kl/√2)cos(kl) = 0.