Solving Sin(x) Equation with ln(y), exp(y), and a Constant k

  • Thread starter Thread starter Chatt
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Chatt
Messages
12
Reaction score
0
Ive got the equation: sin(x) = ln(y) + (y^2)/2 + k

The k is a constant from an earlier integration. How do I isolate y? What makes it hard for me is that if i want to get rid of ln() i need to use exp() but then the other y is in exp() and if i want to get rid of that, the first y is in ln() again.

Sorry, for the bad english =) I hope you can help.
 
Physics news on Phys.org
I'm afraid it's not possible to isolate y algebraically.

Taking the exponential of both sides: [tex]y=e^{sinx-\frac{y^2}{2}-k}=\frac{e^{sinx-k}}{e^{\frac{y^2}{2}}}[/tex]

So now you have: [tex]ye^{\frac{y^2}{2}}=e^{sinx-k}[/tex]

There is some method to solving for x in: [itex]xe^x=y[/itex]
but the name of it has slipped my mind and whether it can be adapted to solve for y in your problem I'm unsure of as well. Hopefully someone else can help you with this.
 
Generally speaking, when you have a variable both "inside" and "outside" a transcendental function, there is no algebraic way to isolate that variable.

The "method of solving [itex]xe^x= y[/itex]" is "Lambert's W function" which is defined as the inverse function to [itex]xe^x[/itex]. That is, [itex]W(xe^x)= x[/itex] so [itex]W(xe^x)= W(y)[/itex] and [itex]x= W(y)[/itex].