How Do You Solve the Sonar Range Equation Using the Lambert W Function?

  • Context: Graduate 
  • Thread starter Thread starter zibifnik
  • Start date Start date
  • Tags Tags
    Range
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 7K views
zibifnik
Messages
2
Reaction score
0
Hello,

Trying to solve an equation about sonar range equation and can not end up with a feasible solution.

The equation to be solved for x is as follows;

10*log10(x) + a*x = b

Any idea/suggestion/solution will help a lot.
 
Mathematics news on Phys.org
My first solution for the equation

[tex]10\log10(x)+ax = b[/tex] via Lambert W function was

[tex]x = \frac{4.35}{a} * LambertW(\frac{a}{4.35}\exp(\frac{b}{4.35}))[/tex]

I tested it again. It gives the correct results.

Thanks a lot.