General Solution / Differential Equation

emergentecon
Messages
57
Reaction score
0

Homework Statement


Find the general solution x(t) to the following differential equation:

dx/dt = 2t/5x

Homework Equations



dx/dt = 2t/5x

The Attempt at a Solution


My solution is:

∫5xdx = ∫2tdt
(5/2)x^2 = t^2 + C
x^2 = (2/5)(t^2 + C)
x = +-√[(2/5)(t^2 + C)]

However, when I put the problem in Mathematica, I get:

x = +-√(2/5)√(x^2 + 5C)

I don't see why it gets 5C as opposed to simply C?
 
Last edited:
Physics news on Phys.org
emergentecon said:

Homework Statement


Find the general solution x(t) to the following differential equation:

dx/dt = 2t/5x

Homework Equations



dx/dt = 2t/5x

The Attempt at a Solution


My solution is:

∫5xdx = ∫2tdt
(5/2)x^2 = t^2 + C
x^2 = (2/5)(t^2 + C)
x = +-√[(2/5)(t^2 + C)]

However, when I put the problem in Mathematica, I get:

x = +-√(2/5)√(x^2 + 5C)

I don't see why it gets 5C as opposed to simply C?

No reason. C is an arbitrary constant and 5C is also an arbitrary constant. There's really no difference. Both are correct.
 
  • Like
Likes 1 person
Dick said:
No reason. C is an arbitrary constant and 5C is also an arbitrary constant. There's really no difference. Both are correct.

I understood it to mean 5 * C . . . is that not correct?
 
emergentecon said:
I understood it to mean 5 * C . . . is that not correct?

Five times an arbitrary constant is an arbitrary constant.
 
Substitute your solution into the original ODE and see if it satisfies that equation. Do likewise with Mathematica's result.
 
  • Like
Likes 1 person
pasmith said:
Five times an arbitrary constant is an arbitrary constant.

Hehe, fair enough.

Thanks!
 
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