I Basic Separation of Variables problem

obstinatus
Messages
12
Reaction score
0
I'm self-teaching through Tenenbaum & Pollard's "Ordinary Differential Equations", and for some reason I'm completely stuck on one of the problems, Ch.2, lesson 6, problem #6:

Find a 1-parameter family of solutions for [...] the differential equation:

6) yx2dy-y3dx = 2x2dy.

I didn't have trouble with any of the previous problems, but the algebra is evading me here. The proffered solution is:

(cx + 1)y2 = (y-1)x, x =/ 0, y =/ 0; y = 0.

but I can't find any families that don't involve fractions, let alone this one. The subsequent problems also seem to have an algebra trick that I'm missing, so once I understand this one I'll be fine I think.
 
Physics news on Phys.org
If you see ##x## as the function with variable ##y##, then it's a Bernouilli differential equation.
 
Hey obstinatus.

A lot of differential equations (particularly in undergraduate college/university courses) involve classification using known methods.

When you start doing this subject it's usually the case where you have to learn the families of differential equations and then apply the known techniques to get a solution.

A lot of introductory mathematics courses are like this and it will help you (I think) in your education if you realize this and utilize it.
 
Given equation,
$$y\ x^2 \cdot dy-y^3 \cdot dx=2\ x^2\ dy$$
We can rewrite the given equation as
$$\Big(y\ x^2-2\ x^2\Big)dy=y^3\ dx$$
$$\Rightarrow \frac{y-2}{y^3} \cdot dy=\frac{dx}{x^2}$$
Now you can integrate both sides and find the solution.
 
chiro said:
Hey obstinatus.

A lot of differential equations (particularly in undergraduate college/university courses) involve classification using known methods.

When you start doing this subject it's usually the case where you have to learn the families of differential equations and then apply the known techniques to get a solution.

A lot of introductory mathematics courses are like this and it will help you (I think) in your education if you realize this and utilize it.

This was not helpful.
 
It's just how it is in a lot of mathematics education.

You don't have the general formulas you might otherwise think exists in mathematics and the reality is that a lot of classification exists to solve particular kinds of problems and not just all the general ones you probably think are easily solved.

It's important to know the realities of how things work and be aware of the effects they have.
 
  • Like
Likes obstinatus
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top