How to solve a time-varying polynomial with fractional exponents?
4 views (last 30 days)
Show older comments
I am trying to solve an equation for R where all the parameters vary with time as shown below.
I have tried using a substitution of , but since the signals are time varying and of type double, the exponents might still be some fraction.
- The above equation needs to be implemented in Simulink with R as Output while others being the inputs. Is there a way to solve the above equation of type
()
2. Since this is a very small part in the entire Simulink model, I am looking for something that can solve it without any explicit iterations or uses very little iterations.
3. I am hoping for a unique solution and would greatly appreciate if any insights can be made about uniqueness of the solution.
0 Comments
Answers (1)
John D'Errico
on 26 Dec 2020
First, why would you possibly home for a UNIQUE solution? Be serious. There will be multiple solutions, some of them probably complex. A polynomial problem will have multiple roots. Some of them will be complex, even most of them.
Next, why would you possibly hope for any analytical solution at all?
Sorry, but no. There is no analytical way to solve a totally general problem of the form
x^a - x^b = c
where a and b are known fractional and fully general constants.
We are not told what the values of f and gamma may be, only that they vary. Is gamma greater than 1? Less that 1 in general?
Can you solve it numerically? Well, of course. Use fzero as the simple solution.
0 Comments
See Also
Categories
Find more on Manual Performance Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!