Solution of an exponential equation

  • Thread starter Thread starter Ali Baig
  • Start date Start date
  • Tags Tags
    Exponential
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
Ali Baig
Messages
12
Reaction score
0

Homework Statement


I am trying to solve an equation.
128^b - 127^b = 147.058.

Homework Equations

The Attempt at a Solution


I have tried numerical methods like Bisection method and Newton-Raphson, but I need analytical solution.
Thank you.
 
Physics news on Phys.org
Ali Baig said:
need analytical solution.
What makes you think there is one?
 
Ali Baig said:

Homework Statement


I am trying to solve an equation.
128^b - 127^b = 147.058.

Homework Equations

The Attempt at a Solution


I have tried numerical methods like Bisection method and Newton-Raphson, but I need analytical solution.
Thank you.

Those are the only methods that will work in this problem. An analytical solution is not possible.