Mutaja said:
So I'm not supposed to 'solve' the left hand side to get (y/x)' - I'm supposed to see it? Your example here confuses me even more.
Is there any chance you can tell me how to think when I see this problem, or show me with another example?
Sure. I'll work the example that I meant when I misread a sign in your problem.
Solve xy' + y = 3x
2, y(1) = 1
Notice that I have a '+' sign on the left side instead of the '-' sign as in your problem.
Looking only at the left side for a moment, I'm trying to work backwards to figure out what <??> should be so that d/dx(<??>) = xy' + y. I am NOT trying to find d/dx(xy' + y)!
Because xy' + y is a sum and the product rule results in a sum, my thinking is that maybe <??> is the product of two factors. Since I see y' maybe one of the things in the product is y.
I notice that d/dx(xy) = xy' + 1y, so xy is what I meant by <??>.
I can now rewrite the differential equation like so:
d/dx(xy) = 3x
2
If the
derivative of xy is 3x
2, then it must be that xy = ∫3x
2dx = x
3 + C.
Restating this idea in symbols, I have
d/dx(xy) = 3x
2
##\Rightarrow## d(xy) = 3x
2dx
##\Rightarrow## ∫d(xy) = ∫3x
2dx
##\Rightarrow## xy = x
3 + C
##\Rightarrow## y = x
2 + C/x
Since y(1) = 1, I have 1 = 1
2 + C/1, so C = 0
and my solution is
y = x2
As mentioned before, it's always a good idea to check your answer. It's easiest to start with the initial condition. Is y(1) = 1? Yes
Does xy' + y = 3x
2?
If y = x
2, then y' = 2x,
so xy' + y = x(2x) + x
2 = 3x
2
So, yes, my solution satisfies the differential equation, and I'm done.
Mutaja said:
As it would appear that I'm completely stuck on this problem, would it be wise of me to go back to simpler equations and maybe that would refresh some basic knowledge about differential equations that could help me out? I really don't know what to do at this point to understand this.
Edit: I'll look at ehild's suggestion before I go all frustrated on this. And yes, I've obviously seen the formula for the derivative of a fraction. I don't know what I was thinking. I was probably overcomplicating it.