Nonlinear differential equation (quick)

Click For Summary

Homework Help Overview

The discussion revolves around a nonlinear differential equation given by the initial value problem y' = y^{1/3}, with the initial condition y(0) = 0. Participants explore the existence of solutions that pass through specific points, namely (1,1) and (2,1), and consider the implications of the initial condition on the uniqueness and behavior of the solutions.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants examine the implications of the initial condition y(0) = 0 and its effect on the uniqueness of the solution. There are discussions about the Lipschitz condition and whether it is satisfied, which may lead to multiple solutions. Some participants question the nature of the solutions and the role of the cube root as a multivalued function.

Discussion Status

The discussion is ongoing, with various interpretations of the problem being explored. Some participants suggest that there are multiple solutions, while others seek clarification on how the initial condition applies throughout the problem. There is no explicit consensus, but several lines of reasoning and potential solutions are being examined.

Contextual Notes

Participants note that the problem may involve complex solutions if the cube root is considered multivalued. Additionally, there are questions about the uniqueness of solutions in neighborhoods excluding the origin, as well as the conditions under which multiple solutions can arise.

DivGradCurl
Messages
364
Reaction score
0
I need some help with the problem that follows. Any help is highly appreciated.

Problem:

"Consider the initial value problem [tex]y^{\prime}=y^{1/3}, \mbox{ }y(0)=0[/tex] from Example 3 in the text.
(a) Is there a solution that passes through the point (1,1)? If so, find it.
(b) Is there a solution that passes through the point (2,1)? If so, find it.
(c) Consider all possible solutions of the given initial value problem. Determine the set of values that these solutions have at [tex]t=2[/tex]."

Example 3:

[tex]y^{\prime}=y^{1/3}, \qquad y(0)=0 \quad \qquad (1)[/tex]

[tex]y^{-1/3} \: dy = dt[/tex]

[tex]\int y^{-1/3} \: dy = \int dt[/tex]

[tex]\frac{3}{2} y^{2/3} = t + \mathrm{C}[/tex]

[tex]y = \left[ \frac{2}{3} \left( t + \mathrm{C} \right) \right] ^{3/2}[/tex]

The initial condition is satisfied if [tex]\mathrm{C}=0[/tex], so

[tex]y=\phi _1 (t) = \left( \frac{2}{3}t \right) ^{3/2}, \qquad t \geq 0 \quad \qquad (2)[/tex]

On the other hand, the function

[tex]y=\phi _2 (t) = -\left( \frac{2}{3}t \right) ^{3/2}, \qquad t \geq 0 \quad \qquad (3)[/tex]

is yet another solution. For an arbitrary positive [tex]t_0[/tex] the functions

[tex]y=\left\{ \begin{array}{ll} 0, &\mbox{ if } 0 \leq t < t_0 \\ \pm \left[ \frac{2}{3} \left( t - t_0 \right) \right] ^{3/2} , &\mbox{ if } t \geq t_0 \end{array} \right. \quad \qquad (4)[/tex]

are solutions of Eq. (1).

Answers:

"(a) No. (b) Yes; set [tex]t_0=\frac{1}{2}[/tex] in Eq. (4) from Example 3 (c) [tex]\left| y \right| \leq \left( \frac{4}{3} \right) ^{3/2}[/tex]"

My work:

(a) (Why is this wrong?)

[tex]y^{\prime}=y^{1/3}, \qquad y\left( 1 \right)=1[/tex]

[tex]y^{-1/3} \: dy = dt[/tex]

[tex]\int y^{-1/3} \: dy = \int dt[/tex]

[tex]\frac{3}{2} y^{2/3} = t + \mathrm{C}[/tex]

[tex]y = \left[ \frac{2}{3} \left( t + \mathrm{C} \right) \right] ^{3/2}[/tex]

The initial condition is satisfied if [tex]\mathrm{C}=\frac{1}{2}[/tex], so

[tex]y= \left[ \frac{2}{3} \left( t + \frac{1}{2} \right) \right] ^{3/2}[/tex]

which seems to work.

(b) (This one seems to be ok.)

[tex]y^{\prime}=y^{1/3}, \qquad y\left( 2 \right)=1[/tex]

[tex]y^{-1/3} \: dy = dt[/tex]

[tex]\int y^{-1/3} \: dy = \int dt[/tex]

[tex]\frac{3}{2} y^{2/3} = t + \mathrm{C}[/tex]

[tex]y = \left[ \frac{2}{3} \left( t + \mathrm{C} \right) \right] ^{3/2}[/tex]

The initial condition is satisfied if [tex]\mathrm{C}=-\frac{1}{2}[/tex], so

[tex]y= \left[ \frac{2}{3} \left( t - \frac{1}{2} \right) \right] ^{3/2}[/tex]

(c) (This one seems to be ok.)

Considering all possible solutions of the given initial value problem, the maximum value at [tex]t=2[/tex] is given by the solution

[tex]y = \left( \frac{2}{3}t \right) ^{3/2} \Rightarrow y(2) = \left( \frac{4}{3} \right) ^{3/2}[/tex]
 
Physics news on Phys.org
I'm a little confused. Is the y(0)=0 condition applied through the whole problem? If so, there is one unique solution, since this is a first order differential equation. Unless you're supposed to consider the cube root as a multivalued function, in which case the other solutions will be complex.
 
I don't believe the Lipschitz condition is met with:

[tex]\frac{\partial}{\partial y} y^{1/3}[/tex]

That is why we obtain two solutions passing through (0,0), that is:

[tex]y(x)=[\pm\sqrt{(2/3)x}]^3[/tex]

Edit: I deleted the earlier post I made. Misinterpreted the problem. Just easier to remove it.

Edit: Also, y(x)=0 is a solution.
 
Last edited:
One more Thiago:

For the initial value equation:

[tex]y^{'}=y^{1/3};\qquad y(0)=0[/tex]

We find three solutions:

[tex]y(x)=0[/tex]

[tex]y(x)=[\pm\sqrt{(2/3)x}]^3[/tex]

So, for a and b I say no.
 
Those solutions do appear to work. It seems strange though, because if you start at (0,0), the initial slope is 0, so y doesn't change, and so the slope stays 0. I don't understand how the function starts to curve away from the x-axis.
 
StatusX said:
I'm a little confused. Is the y(0)=0 condition applied through the whole problem? If so, there is one unique solution, since this is a first order differential equation. Unless you're supposed to consider the cube root as a multivalued function, in which case the other solutions will be complex.

That annoyed me at first too. If the initial condition were different for parts (a) and (b), then it'd be so nice! I assumed it worked this way, but I am wrong. In fact, it seems that I should focus on Eq. (4), in particular:

[tex]y = \frac{2}{3} \left( t - t_0 \right) \right] ^{3/2}[/tex]

Frankly, I don't see how [tex]t_0[/tex] comes into play, and why [tex]t_0[/tex] should equal [tex]\frac{1}{2}[/tex] for part (b). Could you please clarify that?

StatusX said:
Those solutions do appear to work. It seems strange though, because if you start at (0,0), the initial slope is 0, so y doesn't change, and so the slope stays 0. I don't understand how the function starts to curve away from the x-axis.

I think that's because t increases, which implies that y increases.

Thank you so much.
 
StatusX said:
Those solutions do appear to work. It seems strange though, because if you start at (0,0), the initial slope is 0, so y doesn't change, and so the slope stays 0. I don't understand how the function starts to curve away from the x-axis.

Lot's of functions have zero slope somewhere, and all power functions with exponent > 1 have zero slope at (0,0), but they change. With a properly chosen coefficient, the derivative of these power functions is a root of the function.

[tex]y = \left(\frac {t}{n}\right)^n = \frac {t^n}{n^n} \ \rm{,} \ n>1 \ \rm{,} \ t \ge 0[/tex]

[tex]y' = n\frac {t^{n-1}}{n^n} = \frac{n}{t}y = \frac{ny}{ny^{1/n}} = y^{(n-1)/n}[/tex]

One of the solutions to this problem is the case n = 3/2
 
Well I have some questions:

1. How come we're getting 3 solutions for this particular initial-value problem? Why not just two or a handfull or even an infinite number like for this one:

[tex]ty^{''}+(t-1)y^{'}+y=t^2;\qquad y(0)=0,\quad y^{'}(0)=0[/tex]

2. What determines how many solutions we get?

3. Just how do you pronounce "Lipschitz" anyway?

4. What is the connection between the Lipschitz condition and the number of solutions?

5. How about a plot?

Alright, one more:

6. Can we be guaranteed a unique solution in any neighborhood not including the origin?
 
Last edited:
This one too has an infinite number of solutions:

[tex]y^{'}=\left\{<br /> \begin{array}{rc1}<br /> \frac{4x^3y}{x^4+y^2} &\mbox{for} & x,y\neq 0 \\<br /> 0 &\mbox{for} & x,y=0<br /> \end{array}\right[/tex]

satisfying the initial conditions:

[tex]y(0)=0[/tex]
 
Last edited:
  • #10
Folks, I finally figured it out. Thank you very much!

This is what "Example 3" SHOULD be:

[tex]y^{\prime}=y^{1/3}, \qquad y\left( t_0 \right)= 0[/tex]

[tex]y^{-1/3} \: dy = dt[/tex]

[tex]\int y^{-1/3} \: dy = \int dt[/tex]

[tex]\frac{3}{2} y^{2/3} = t + \mathrm{C}[/tex]

[tex]y = \left[ \frac{2}{3} \left( t + \mathrm{C} \right) \right] ^{3/2}[/tex]

The initial condition is satisfied if [tex]\mathrm{C}=-t_0[/tex], so

[tex]y = \eta _1 = \left[ \frac{2}{3} \left( t - t_0 \right) \right] ^{3/2}, \qquad t \geq t_0[/tex]

On the other hand, the function

[tex]y = \eta _2 = - \left[ \frac{2}{3} \left( t - t_0 \right) \right] ^{3/2}, \qquad t \geq t_0[/tex]

is yet another solution. Furthermore, the function

[tex]y = \eta _3 = 0, \qquad 0 \leq t < t_0[/tex]

also is a solution.

(a) We are given the point (1, 1). Then, we use [tex]\eta _1[/tex]:

[tex]y = \left[ \frac{2}{3} \left( t - t_0 \right) \right] ^{3/2}[/tex]

[tex]1 = \left[ \frac{2}{3} \left( 1 - t_0 \right) \right] ^{3/2} \Rightarrow t_0 = -\frac{1}{2}[/tex]

Thus, [tex]t_0[/tex] lies outside the domain, which implies that the solution does not pass through the point (1, 1).

(b) We are given the point (2, 1). Then, we use [tex]\eta _1[/tex]:

[tex]y = \left[ \frac{2}{3} \left( t - t_0 \right) \right] ^{3/2}[/tex]

[tex]1 = \left[ \frac{2}{3} \left( 2 - t_0 \right) \right] ^{3/2} \Rightarrow t_0 = \frac{1}{2}[/tex]

Thus, [tex]t_0[/tex] lies within the domain, which implies that the solution passes through the point (2, 1). We have

[tex]y = \left[ \frac{2}{3} \left( t - \frac{1}{2} \right) \right] ^{3/2}[/tex]

(c) Post #1 (seems to be ok).
 
Last edited:
  • #11
Thiago . . . I don't want to be a pain really because I enjoy working the problems you propose but for the record, I disagree with (a). As I see it,

[tex]y(t) = \left[ \frac{2}{3} \left( t+1/2 \right) \right] ^{3/2}[/tex]

Is a solution satisfying:

[tex]y^{'}=y^{1/3}\qquad y(-1/2)=0 \quad\text{and}\quad y(1)=1[/tex]

As I understand it, the solution y(t)=0 is only when t<-1/2.
 
  • #12
saltydog said:
As I understand it, the solution y(t)=0 is only when t<-1/2.

Consider the following

[tex]y = \left[ \frac{2}{3} \left( t - t_0 \right) \right] ^{3/2}, \qquad t \geq t_0 \qquad (1)[/tex]

[tex]y = 0, \qquad 0 \leq t < t_0 \qquad (2)[/tex]

As you can see, each solution has a different domain, but collectively we can say that the domain consists of nonnegative real numbers. In part (a) of my previous post, I let [tex]t=1[/tex] and [tex]y=1[/tex]. Solving Eq. (1) for [tex]t_0[/tex] gives [tex]t_0 = -\frac{1}{2}[/tex]. As a result, it invalidates the statement. Then, it follows that the solution does not pass through the point (1, 1). It seems to me that we have the same thing.

I appreciate your input.
 

Similar threads

Replies
6
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 27 ·
Replies
27
Views
2K
Replies
46
Views
8K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K