Delta Banner

Mathematics & Science Learning Center
Computer Laboratory

 

Solving Differential Equations
with Mathematica's Solver

dy/dx = y/x + 2x + 1

(continued from last page...)

The solution you found should have been:

DSolve[y'[x]==y[x]/x+2x+1, y[x], x]

{{y[x] → x C[1] + x (2 x + Log[x])}}

In general, provided it doesn't encounter a knotty integral, Mathematica can solve any first order linear differential equation.

Now it's time for you to tackle some problems without any help from me whatsoever. So! To the problems...


Compass If you're lost, impatient, want an overview of this laboratory assignment, or maybe even all three, you can click on the compass button on the left to go to the table of contents for this laboratory assignment.
 
 

ODE Laboratories: A Sabbatical Project by Christopher A. Barker

©2009 San Joaquin Delta College, 5151 Pacific Ave., Stockton, CA 95207, USA
e-mail:
cbarker@deltacollege.edu