First order linear ode, initial condition problem

linda300
Messages
59
Reaction score
3
hey,

i'm having trouble with this question,

x y' - y = x2cosx

the solution is

y= xc + xsinx

and we are asked to solve the equation in the following two cases,

1, y(0)=0

and 2, y(0) = 1

but applying these conditions to the general solution gives no information,

in both cases its 0 = 0, so doing this you can't find the constant.

is there another way to solve the equation for these conditions?

even mathematica can't solve it, but it was a question in a test and i was marked wrong for saying neither cases can be solved (as in the constant can't be found)

thanks
 
Physics news on Phys.org
Has it occurred to you that the whole point of this exercise is that there is NO unique solution?

I suspect that you either have just had or will soon have the "Fundamental existence and uniqueness theorem" for first order equations:

If f(x,y) is continuous and "Lipschitz in y" (a condition that is partway between "continuous" and "differentiable"- "differentiable" is sufficient and many texts just use "differentiable in y") in some region around the point (x_0, y_0) then there exist a unique function, y(x), satisfying dy/dx= f(x,y) and y(x_0)= y_0.

In this example, solving for y' gives y'= (x^2 cos(x)- y)/x so that f(x,y)= (x^2 cos(x)- y)/x is not continuous in any neighborhood containing x= 0. Thus, the "existance and uniqueness theorem" does not apply. Your first example is one in which a solution exists but is not unique. Your second is one in which a solution does not exist.
 
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