ODE Existence/Uniqueness Intervals

  • Thread starter Thread starter middleramen
  • Start date Start date
  • Tags Tags
    intervals Ode
middleramen

Homework Statement



Obtain intervals x∈[0,α] for the existence of a unique solution

dy/dx = f(x,y) = e^-(y-x)^2; y(0) = 0

on the rectangle B = [0,a]x[-b,b]

Homework Equations


The Attempt at a Solution



Since both dy/dx and it's partial derivative of y are both continuous, a unique solution exists. Thus an interval for existence for t is [0,t*], where t* = b/(max|f(x,y)|).

I'm not sure how to determine max|f(x,y)|.

Any help is appreciated.
 
Last edited by a moderator:
Physics news on Phys.org
f(x,y) = e^(- (y-x)^2), correct? In that case, it seems to me that it would be easier to temporarily define a new variable, say, p = y-x, and substitute that in. From there, it's easy to find the maximum value of e^(-p^2).
 
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