Possible to solve for V in MATLAB r2011a?
Show older comments
(V^1.4*A^.4*C1-1/V)dV=dA/A
where
C1=constant,
A=.25*pi*(.022^2-x^2), and
V=f(x).
I'm trying to derive a symbolic expression for V. Is it possible to change this eq. into a form with no derivatives or integrals? Or could I just shove this into some "solve" function? I have r2011a so the solve functions are less powerful.
1 Comment
Walter Roberson
on 4 Jun 2015
Could you confirm that you mean
(V(x)^(7/5)*A(x)^(2/5)*C1-1/V(x))*(diff(V(x), x)) = (diff(A(x), x)) / A(x)
A(x) = (1/4)*Pi*((22/1000)^2-x^2)
Accepted Answer
More Answers (0)
Categories
Find more on Calculus 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!