Message Boards Message Boards

0
|
2788 Views
|
3 Replies
|
4 Total Likes
View groups...
Share
Share this post:

Solve the following equation using Wolfram Language?

Posted 6 years ago

Hi everyone,

I should solve an equation which is as follows:

a(1-cos(wx))+bx=z

(a,b,w,z) are parameters.

I want the answer of x, but I cant find it anywhere,

It would be a great help if you can solve it,

Sincerely,

POSTED BY: Ramtin Rasoul
3 Replies

The equation is trascendental. I don't think you can find an explicit formula, and often there is more than one solution.

POSTED BY: Gianluca Gorni

This is a way:

Manipulate[
 Quiet@Reduce[
   a (1 - Cos[w x]) + b*x == z &&
    Abs[z - b*x] <= 2 Abs[a],
   x, Reals],
 {a, -5, 5}, {b, -5, 5}, {w, -5, 5}, {z, -5, 5}]
POSTED BY: Gianluca Gorni
Posted 6 years ago

Thank you so much for your help,

I want to solve and find a formula for x,

in reality, this is a periodical equation and (x) is the time that the waveform goes to zero,

5<a<15 , -20e+6<b<-2e+6 , 10<z<13 , 1e+6<w<10e+6

I wanted to use your way but I couldn't find the last formula for (x) ,

is it possible for you to help me more?

Thank you so much for the time that you give me,

Sincerely,

Ramtin

POSTED BY: Ramtin Rasoul
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract