Solve for variable 'a' in a beastly equation (numerical or analytical ok)
Show older comments
Hi all
For reference, I am trying to use equations [3] and [4] in the article found here:
Eq [3]:
d + a/R*(sqrt(a^2-b^2)-a)-a/tan(theta)*(pi/2 - asin(b/a)) = 0
where b = R*cos(theta). I want to rearrange this as an expression a=a(d,R,theta,b) for a as a function of the other variables Then I want to plug that expression for a into the following
Eq[4]:
F = 2*[E/(1-nu^2)]*[d*a - a^2/(2tan(theta))*(pi/2-asin(b/a)-a^3/3R + sqrt(a^2-b^2)*(b/2tan(theta) + a^2-b^2/3R)]
and finally rearrange Eq[4] as an expression E=E(F,d,a,theta,R,b) for E as a function of all the other variables. I have monkeyed around a bit in Matlab and Mathematica but I figured I should consult more knowledgable folks when it comes to solving equations, with which I have little experience in Matlab.
Thanks in advance. Any strategies will be appreciated!
Accepted Answer
More Answers (0)
Categories
Find more on Special Values in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!