Solving transcedental equation

  • Context: Undergrad 
  • Thread starter Thread starter russel.arnold
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
russel.arnold
Messages
38
Reaction score
0
i want to solve tan (f(x)) = g(x) ..also i want to determine all the possible solutions!
which numerical method i should use?
 
Mathematics news on Phys.org
There is no one answer.

Since tan has an infinite number of asymptotes, the first questions I'd have to ask is, will you be considering a particular range? Once you have a range, any numerical method could do the job.

I'd also wonder how accurate do you need solutions? To two decimal places? Three? Four? . . . If you didn't need a high degree of accuracy, perhaps even a graphical approach would work for you.
 
yes, i will be considering tan from 0 to infinity, i.e all possible branches

and i need my solutions to be accurate. hence graphical approach won't work :(
 
I would first evaluate f(x) and then use that result in the series expansion of tangent taken however far you want to get the accuracy you desire to solve.

That will work for all possible solutions.