As the title goes, I have arrived at an equation of the form:
$$A=BT^{\frac{3}{2}}+CT^{\frac{5}{2}}$$
Where A,B and C are known constants.
How do you go about finding possible solutions for T?
As the title goes, I have arrived at an equation of the form:
$$A=BT^{\frac{3}{2}}+CT^{\frac{5}{2}}$$
Where A,B and C are known constants.
How do you go about finding possible solutions for T?
Copyright © 2021 JogjaFile Inc.
You can define $S:=\sqrt{T}$ thus arriving at a polynomial equation $CS^5+BS^3=S^3(CS^2+B)=A$, which can be treated numerically using Newton's method.