Yes, thank you for catching that mistake! I have corrected it now.

  • Thread starter Thread starter Alfy102
  • Start date Start date
  • Tags Tags
    Separable
Alfy102
Messages
7
Reaction score
0

Homework Statement


If y(1+x2) dy/dx = 2x (1-y2), prove that (1+x2)2(1-y2)=A, where A is constant.


Homework Equations


Separable equations


The Attempt at a Solution



Separate the terms:

y/(1-y2) dy = 2x/(1+x2) dx

Integrating both sides will get:

∫ y/(1-y2) dy = ∫ 2x/(1+x2) dx

Use substitution method for ∫ y/(1-y2) dy:

u = 1-y2
du = -2y dy
-du/2 = y dy

∫ -u/2 du = -1/2 ∫ u du
= (-1/2)*(u2/2)
= -u2/4 + C
= -(1-y2)2/4

Use substitution method for ∫ 2x/(1+x2) dx:

u= 1+x2
du = 2x

∫ 1/u du = ln u + C
= ln (1+x2)


Putting them back together will get:

-(1-y2)2/4 = ln (1+x2)

I'm pretty much unable to continue from here.
 
Physics news on Phys.org
Alfy102 said:
∫ -u/2 du = -1/2 ∫ u du

Don't you mean 1/u there as well?
 
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