Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi guys.
I have a problem and I don't manage to solve the equation by myself. Can you look into it and say what is wrong?
Thank you.
P.s. It's the last equation.
Solved! Go to Solution.
I agree with Luc that a numeric solution should suffice here.
Just for fun you may look in the attached sheet to see how to convince the symbolics to solve the equation and als to just give us the positive solution.
You have to know that the symbolics does not know anything about units and so it does not know what mm might be. By telling it via the "assume" command that mm>0 its willing to solve.
I don't know what the error message for the symbolic solve says, but, would 7.83 mm do fine?
Instead of symbolic solve, you can use a numeric solve: the root function.
See attachment.
Success!
Luc
Note that the symbolic solver of Prime does NOT know about units. It treats them as undefined variables. In cases (as yours) where the unitsare balanced, or cancel out, that can still work fine. There are many cases where it doesn't.
In general, when you want to find a symbolic solution, first solve your problem fully symbolically, so without defining any values (or as little as possible). You can assign the result of the symbolic solution to a function (with any variables you need to use as parameters) and use that function to calculate the result.
I don't know what the answer should be, but it's seems to be a possible answer so I think it's ok.
Thank you.
I agree with Luc that a numeric solution should suffice here.
Just for fun you may look in the attached sheet to see how to convince the symbolics to solve the equation and als to just give us the positive solution.
You have to know that the symbolics does not know anything about units and so it does not know what mm might be. By telling it via the "assume" command that mm>0 its willing to solve.
Thank you very much.