I am trying to calculate the speed of a boat given the power being delivered by the motor. Unfortunately, the friction coefficient is speed dependent and is inside a $\log_{10}$. Is it possible to solve this algebraically?
$y$ is the speed, $x$ is the power, $a$, $b$ and $c$ are constants.
$y = \sqrt[3]{xa(\log_{10}(yb)-c)^2}$
I will try to solve it until I cannot do anymore:
$y^3 = xa(\log_{10}(yb)-c)^2$
$y^3 = xa(\log^2_{10}(yb)-2\log_{10}(yb)c+c^2)$
Now what?
Why not doing a Taylor approximation to linearize the problem?