On 4/12/2010 12:56:51 AM, akrisciunas wrote:
>I plotted both functions using
>dummy values and they do
>indeed intersect, so I'm
>unsure why MathCAD cannot find
>a solution.
Not every problem has a symbolic solution. Even if it does, there is no guarantee that a symbolic math engine can find it, and even if it can it may be so huge and unwieldy as to be effectively useless. If you just want to find the intersection then solve the problem numerically. Assign values for all the variables, give a guess value for L, and then numerically evaluate the Find at the end of the solve block.
Richard