- #1
Winzer
- 598
- 0
Homework Statement
I am trying to plot base characteristics using mathematica.
The characteristic equations are:
Homework Equations
[tex] \frac{dx}{d\tau}=x u(x,y)[/tex]
[tex] \frac{dy}{d\tau}=y u(x,y)[/tex]
[tex] \frac{du}{d\tau}=x^2+y^2[/tex]
u(x,1)=Sqrt(x^2+1) Initial Data
The Attempt at a Solution
How do I solve this with Mathematica. I need to get x(tau,xi),y(tau,xi),u(tau,xi) so I can plot the base characteristics. By the way xi is the other parameter.