ODE Existence/Uniqueness Intervals

  • Thread starter Thread starter middleramen
  • Start date Start date
  • Tags Tags
    intervals Ode
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
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).