What Shape Do the Characteristic Curves of This PDE Form?

jimmycricket
Messages
115
Reaction score
2

Homework Statement


suppose u(x,y) satisfies the partial differential equation:
-4y\frac{\partial u}{\partial x}+\frac{\partial u}{\partial y}=0
Find the characteristic curves for this equation and name the shape they form

The Attempt at a Solution


\frac{dy}{dt}=1 \Longrightarrow y=t+y_0
\frac{dx}{dt}=-4y=-4(t+y_0) \Longrightarrow x=-2t^2-4y_0t+x_0

What can I say about the shape these curves form?
 
Physics news on Phys.org
jimmycricket said:

Homework Statement


suppose u(x,y) satisfies the partial differential equation:
-4y\frac{\partial u}{\partial x}+\frac{\partial u}{\partial y}=0
Find the characteristic curves for this equation and name the shape they form



The Attempt at a Solution


\frac{dy}{dt}=1 \Longrightarrow y=t+y_0
\frac{dx}{dt}=-4y=-4(t+y_0) \Longrightarrow x=-2t^2-4y_0t+x_0

What can I say about the shape these curves form?

y is a first-order polynomial in t. x is a quadratic in t. Therefore x is a quadratic in y. What shape does the graph of a quadratic function have?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top