Date: Oct 24, 2012 5:20 AM Author: Michael Clay Subject: Solving an equation with sinus in it Good morning everyone,
I'm working on an equation like :
a.sin(x(1+k))+b.sin(x(1-k))-c.sin(x) = 0
where x is the variable and the others one (a,b,c,k) are constant.
I tried to solve it using euler's equation for sin(x) = (e(ix)-e(-ix))/2i but I'm in a dead end.
Anyone can help me ?
Thank you.