Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
How do I enter this differential equation into Mathcad 15, and make it find the symbolic result?
f'(x)=1+f(x)
solve for f(x)
( where f'(x) is the derivative of f(x) )
I know the answer is
f(x) = e^x - 1
Thanks
Solved! Go to Solution.
Hi Jason,
At each differential equation, you have to associate the initial conditions.
The simplest method to solve the given type I first order ordinary differential equation, is the following:
LOL yes I did use W.A., but I wanted to know how to enter it into Mathcad
Hi Jason,
At each differential equation, you have to associate the initial conditions.
The simplest method to solve the given type I first order ordinary differential equation, is the following:
Thanks all.
I've been a heavy user for many years, but embarrassingly, I've never used the below syntax, and don't know how to type in the circled part:
Could someone nudge me in the right direction? What key stroke or mouse click? Which toolbar?
TIA!
Hi Jason
Thanks!!!
BTW what did you use to create the above tutorial image?
This is achieved with a patient copy and paste work. You must click on the "Print" button of the first row of keys on the keyboard, to copy in memory the current screen, then paste it into Paint (windows). Reduce the image, and clicking outside the image, uncheck the same. Then, select the part that interests you, and cut it. Press the undo button until you get the blank page, then paste what you had selected, and so on.
Note that the solution to the DE you provide is not THE solution but A solution to that DE.
Unfortunately Mathcad, nor Prime, provide a feature to solve for differential equations symbolically.
F.M. shows a nice way of working around that, above.
Then of course there is this method (A classical math problem: differential equations), which can be automated in Mathcad 11, but requires some hand work in later versions.
Wit your specific example:
Luc
You were already told that Mathcad can't solve differential equations symbolically automatically. You have to do it manually and Mathcad helps you with the integrals.
But for the case of very simple ODEs of first order like yours, long time ago I once wrote a small routine (VdK) to solve them automatically (its for Mathcad 15 (and below)). Maybe you find it useful.
VdK assumes that the independent variable is named x. There is also a routine Vdk2 in the attached file, which can deal with arbitrary variable names. As far as I remember that was the tricky part ,-)