Integrating Separable Equations: Comparing Solutions to Practice Problems

  • Thread starter Thread starter Chandasouk
  • Start date Start date
  • Tags Tags
    Separable
Chandasouk
Messages
163
Reaction score
0
I have solutions for 2 problems but they are different from the ones my book provides. This may be due to some simplification they chose to do, but I am uncertain.

1) dy/dx = x2/y

ydy = x2dx

Integrate both sides and you get

y2/2 = x3/3 + C

My book gave 3y2 - 2x3 = C

2) dy/dx = x2 / y(1+x3)

y(1+x3)dy = x2dx

ydy = x2/(1+x3) dx

Integrating both sides, I got

y2/2 = 1/3*ln(1+x3) + C

but my book gave

3y2-2ln(1+x3) = C

 
Physics news on Phys.org
C is arbitrary. It could be anything. 6*C is also arbitrary. You may as well just label 6*C as C. Multiply both of your answers by 6. If C is arbitrary then e^C, 6C, C-1, etc etc are also arbitrary. Just call them C.
 
Oh, I see. So my answers were correct. It seems my book likes not having fractions. Thanks again.
 
Chandasouk said:
Oh, I see. So my answers were correct. It seems my book likes not having fractions. Thanks again.

Right, there's not single right expression. The answer keys will usually pick the simplest form of the constant. You should try and do that too.
 
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