Solving Equations with High-Power Terms

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
3 replies · 2K views
Doffy
Messages
12
Reaction score
0
What steps can be taken to solve an equation with a relatively higher power on one side such as:
6977x/1200 = (1 + x/12)60 - 1
 
Mathematics news on Phys.org
Doffy said:
What steps can be taken to solve an equation with a relatively higher power on one side such as:
6977x/1200 = (1 + x/12)60 - 1

You can approximate the solution using numerical methods.
 
evinda said:
You can approximate the solution using numerical methods.

That still leaves too many options. Could you please be a little more specific?
 
Perhaps, the iterative methods, for example,
Newton method, dichotomy method and other.

- - - Updated - - -

Have you tried to solve it using computer programs?