Ordinary differentiation equations (ODE)

naspek
Messages
176
Reaction score
0
hey there..
i've got unsolved question here..

Question:
Solve the initial value problem.
2yy’ = x / √x^2 – 16 ; y(5) = 2

2yy’ = x / √x^2 – 16
2y dy/dx = x / √x^2 – 16
∫2y dy = ∫ x / √x^2 – 16 dx
y^2 = √x^2 – 16
y = (√x^2 – 16)^1/2

my answer was wrong. the answer is y = ((√x^2 – 16) + 1)^1/2
how am i going to get the correct answer..?
and.. what is the use of y(5) = 2?
 
Physics news on Phys.org
naspek said:
hey there..
i've got unsolved question here..

Question:
Solve the initial value problem.
2yy’ = x / √x^2 – 16 ; y(5) = 2

2yy’ = x / √x^2 – 16
2y dy/dx = x / √x^2 – 16
∫2y dy = ∫ x / √x^2 – 16 dx
y^2 = √x^2 – 16
In the step above, where's your constant of integration?
naspek said:
y = (√x^2 – 16)^1/2

my answer was wrong. the answer is y = ((√x^2 – 16) + 1)^1/2
how am i going to get the correct answer..?
and.. what is the use of y(5) = 2?
 
ok...
2yy’ = x / √x^2 – 16
2y dy/dx = x / √x^2 – 16
∫2y dy = ∫ x / √x^2 – 16 dx
y^2 + C = √x^2 – 16 + C
 
naspek said:
ok...
2yy’ = x / √x^2 – 16
2y dy/dx = x / √x^2 – 16
∫2y dy = ∫ x / √x^2 – 16 dx
y^2 + C = √x^2 – 16 + C
It wouldn't be the same constant on both sides. If it were, you could subtract C from both sides to get back to what you had.
You could do this:
y^2 + A = √(x^2 – 16) + B

Note that I added parentheses, which are necessary here.
Or you could just put the constant on one side as

y^2 = √(x^2 – 16) + C, where C = B - A. This is how it's usually done.

Now use your initial condition, y(5) = 2, to find C.
 
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