Solving a complicated equation for approximate analytical Solution using Mathematica

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
10 replies · 4K views
djymndl07
Messages
24
Reaction score
1
TL;DR
Solving a complicated equation for approximate analytical Solution
Hello there, I am trying to solve the Following equation for r,
$$2 a Q^4+5 r^4 \left(3 c (\omega +1) r^{1-3 \omega }-2 r (r-3 M)-4 Q^2\right)=0$$
Clearly this is unsolvable. But if we substitute a=0 and c=0 we get one of the solution, ##r=\frac{1}{2} \left(\sqrt{9 M^2-8 Q^2}+3 M\right)##. Can I obtain approximate analytical solution of the above equation which gives the same value when substitutions a=0 and c=0 are applied. If yes, then how? I have tried AsymptoticSolve, but got no answer.
Thanks in advance.
 
Physics news on Phys.org
Are a, c, Q, M, and ω all constants (i.e. not functions of r)? I take it you want r(a,c,Q,M,ω). If you put in values for a,c,Q,M,ω, you could get numerical solutions that might help guide you. What's the magnitude of ω compared to 1? Could you do an expansion if ω is much larger or smaller than 1?
 
a,c,Q,M, ##\omega## Are arbitrary constants. ##\omega## lies between -1 and -3. Other constants may take any positive value.
 
Last edited by a moderator:
I assume this equation came from some physical problem. So maybe you know some possible values of the constants. Then you could put in those constants and then solve numerically for r as a function of ω, for example. Is that a possible approach?
 
Reply
  • Like
Likes   Reactions: DeBangis21 and djymndl07
phyzguy said:
I assume this equation came from some physical problem. So maybe you know some possible values of the constants. Then you could put in those constants and then solve numerically for r as a function of ω, for example. Is that a possible approach?
Yes, numerically I can do that. but some analytical solution, even if it is an approximate one would be better.
 
I got some way to do that in mathematica. Thank you everyone for the reply. One can see the link Here if interested.