Find Sol for ODE dy/dx=(x+y+2)^2

  • Thread starter Thread starter 1s1
  • Start date Start date
  • Tags Tags
    Ode sol
1s1
Messages
20
Reaction score
0

Homework Statement


Find the general solution:
$$\frac{dy}{dx}=(x+y+3)^{2}$$


Homework Equations





The Attempt at a Solution


Methods I have learned: separation of variables, integrating factor for linear equations, exact equations, and substitution. I don't even know where to begin on this one. It has a ##y^{2}## term so it isn't linear; it isn't an exact equation; so there must be a substution. But it doesn't look anything like the substitution problems I've done. I expanded it, but that just seems to make it really long. Any hints or help would be greatly appreciated!
 
Physics news on Phys.org
Obviously the difficulty is that we have ##x+y## appearing in the power on the RHS, so an obvious choice of substitution would involve this combination. Try ##u=x+y+3##. Since this is linear, ##dy/dx## and ##du/dx## are simply related.
 
Thanks! Clearly, I don't understand how substitution works ... yet.

The only substitution we've learned so far is for Bernoulli's Equation, ##\frac{dy}{dx}+P(x)y=f(x)y^{n}##

Where the substitution is ##u=y^{1-n}##

I'll run ##u=x+y+3## through and I should get a linear equation like you said.

Sorry for the newbie ODE question.
 
1s1 said:
Thanks! Clearly, I don't understand how substitution works ... yet.

The only substitution we've learned so far is for Bernoulli's Equation, ##\frac{dy}{dx}+P(x)y=f(x)y^{n}##

Where the substitution is ##u=y^{1-n}##

I'll run ##u=x+y+3## through and I should get a linear equation like you said.

Sorry for the newbie ODE question.

Very often substitution involves trial and error, using experience to suggest promising approaches.

After the substitution the equation is still not linear (it involves ##u^##), but it is separable, which allows us to easily solve it.
 
  • Like
Likes 1 person
Making the suggested substitution: ##u=x+y+3## and using:
$$\int \frac{1}{a^{2}+u^{2}}du=\frac{1}{a}tan^{-1}\frac{u}{a}+C$$
$$x=tan^{-1}(x+y+3)+C$$

The choice of substitution in this case seems similar to what you would choose when doing integration by substitution, so hopefully that will be a trend and will make picking the stubstution easier. I suppose practicing with different types of substitutions also develops experience on likely beneficial substitutions. It also seems appropriate to choose ##u## so that ##x## and ##y## are simply related. Thanks again fzero!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top