Solving Initial Value Problem: Interval Defined?

  • Context: Graduate 
  • Thread starter Thread starter 2RIP
  • Start date Start date
  • Tags Tags
    Condition Initial
Click For Summary

Discussion Overview

The discussion revolves around solving an initial value problem defined by the differential equation y' = 2x/(1 + 2y) with the initial condition y(2) = 0. Participants explore the interval in which the solution is defined and the implications of the initial condition on this interval.

Discussion Character

  • Exploratory, Technical explanation, Debate/contested

Main Points Raised

  • One participant presents the solution y = -0.5 + √(x² - 15/4) and claims the interval is x ≥ √(15/4), questioning why x < √(15/4) cannot be included.
  • Another participant suggests that the restriction to real numbers explains the interval limitation.
  • There is a clarification about the negative square root being discarded due to the initial condition.
  • Some participants discuss the implications of x being less than -√(15/4) and its relation to complex numbers in the solution.
  • One participant proposes that the interval could be expressed as |x| ≥ √(15/4), while another questions if it should be |x| ≤ √(15/4).
  • A later contribution discusses the general solution to the differential equation and how the initial condition affects the determination of the constant C, emphasizing that values for x < -√(15/4) cannot be connected to those for x > √(15/4).
  • Another participant introduces a separate problem involving a coupled oscillator and requests verification of their stated initial conditions.
  • Responses confirm the correctness of the initial conditions for the coupled oscillator problem, but also advise against hijacking threads for unrelated questions.

Areas of Agreement / Disagreement

Participants express differing views on the interval of definition for the initial value problem, with no consensus reached on whether x < √(15/4) can be included. The discussion on the coupled oscillator problem introduces a separate topic, leading to agreement on the initial conditions but highlighting the issue of thread hijacking.

Contextual Notes

Participants note that the solution involves a square root, which requires x² to be greater than or equal to 15/4 to avoid complex numbers. The discussion also reflects uncertainty about the implications of the initial condition on the solution's interval.

2RIP
Messages
62
Reaction score
0
This question asks to solve the initial value problem and determine the interval in which it is defined.

[tex]y'=2x/(1+2y) , y(2)=0[/tex] and after solving, we get the equation [tex]y= -0.5 + \sqrt{x^{2} - 15/4}[/tex](discarded the negative squareroot since governed by initial condition).

Therefore, the interval is found to be [tex]x > or = \sqrt{15/4}[/tex], but my question is, why can't the interval also be defined at [tex]x < \sqrt{15/4}[/tex]? How does it violate the initial condition? The I.C. only points out that when x=2, y=0.

I think I'm missing some basic knowledge for initial value problems...

Thanks in advance
 
Physics news on Phys.org
Is this restricted to the reals? If so, there's your explanation.
 
Oh sorry, I was typing this question very late last night, i meant to mean [tex]x=-\sqrt{15/4}[/tex]
 
Did you instead mean to say that why [tex]x \neq \pm \sqrt{15/4}[/tex] y' wouldn't be defined at that point, would it?
 
Well I wasn't really considering whether y' played a role in defining the interval. I was just lost when the solution to that question was any x-value where [tex]x \geq + \sqrt{15/4}[/tex] and the negative of that wasn't part of the answer. I plugged in [tex]x=- \sqrt{15/4}[/tex] to y(x) and it gave me zero also. So why shouldn't [tex]x < -\sqrt{15/4}[/tex] be a solution as well?
 
?? Well, again, if [itex]x< -\sqrt{15/4}[/itex], then [itex]x^2> 15/4[/itex] and your formula will involve a complex number.
 
Maybe 2RIP means to ask: why isn't the interval

[tex]|x| \geq \sqrt{15/4}[/tex]

?
 
Did you mean [tex]|x| \leq \sqrt{15/4}[/tex] instead?
 
x2 needs to be greater or equal to 15/4 to avoid having a negative number under the radical.

[tex] y= -0.5 + \sqrt{x^{2} - 15/4}[/tex]
 
  • #10
2RIP said:
This question asks to solve the initial value problem and determine the interval in which it is defined.

[tex]y'=2x/(1+2y) , y(2)=0[/tex] and after solving, we get the equation [tex]y= -0.5 + \sqrt{x^{2} - 15/4}[/tex](discarded the negative squareroot since governed by initial condition).

Therefore, the interval is found to be [tex]x > or = \sqrt{15/4}[/tex], but my question is, why can't the interval also be defined at [tex]x < \sqrt{15/4}[/tex]? How does it violate the initial condition? The I.C. only points out that when x=2, y=0.

I think I'm missing some basic knowledge for initial value problems...

Thanks in advance
Okay, [itex]\sqrt{x^2- 15/4}[/itex] is defined only for [itex]x>\sqrt{15}/2[/itex] or for [itex]x< -\sqrt{15}/2[/itex]. You are asking why the solutions is not defined for [itex]x< -\sqrt{15}/2[/itex], right?

If you were to find the general solution to the differential equation it would involve a single undetermined constant, C say. The value of that constant can be determined by the initial value, y(2)= 0. Since [itex]x= 2> \sqrt{15}/2[/itex], that C applies to all [itex]x>\sqrt{15}/2[/itex]. However, there is no way to "connect" values of the function for [itex]x>\sqrt{15}/2[/itex] and values of the function for [itex]x< -\sqrt{15}/2[/itex]. There is no way of determining the "C" for [itex]x< -\sqrt{15}/2[/itex].
 
  • #11
hi,
i have problem to determine initial condition for this problem. the system models a coupled oscillator
m1x''=-k1x+k2(y-x),
m2y''=-k2(y-x).
Imagine a spring (with constant spring k1) attached to a hook in the ceiling.Mass m1 is attached to the spring, and a second spring (with constant spring k2) is attached to the bottom of mass m1. by attaching mass m2 to the second spring, i have a coupled oscillator where x and y represent the displacements of masses m1 and m2 from their respective equilibrium positions. I have set x1-x, x2=x',x3=y and x4=y1 and i get
x1'=x2,
x2'=(-k1/m1)x1+(k2/m1)(x3-x1),
x3'=x4,
x4'=(-k2/m2)(x3-x1).
Assume k1=k2=1 and m1=m2=1.
Suppose that the first mass is displaced upward two units, the second mass downward two units, and both masses are released from rest, therefore the initial conditions for this problem are
x(0)=-2,x'(0)=0;y(0)=2;y',(0)=0;

Can anyone verify whether my stated initial conditions right or wrong...:frown:
 
  • #12
Does anyone can verify these initial conditions?
 
  • #13
femme77 said:
Suppose that the first mass is displaced upward two units, the second mass downward two units, and both masses are released from rest, therefore the initial conditions for this problem are
x(0)=-2,x'(0)=0;y(0)=2;y',(0)=0;

Can anyone verify whether my stated initial conditions right or wrong...:frown:

Yes, looks good, as long as you meant to use downward as the positive direction.
 
  • #14
femme77 said:
hi,
i have problem to determine initial condition for this problem. the system models a coupled oscillator
m1x''=-k1x+k2(y-x),
m2y''=-k2(y-x).
Imagine a spring (with constant spring k1) attached to a hook in the ceiling.Mass m1 is attached to the spring, and a second spring (with constant spring k2) is attached to the bottom of mass m1. by attaching mass m2 to the second spring, i have a coupled oscillator where x and y represent the displacements of masses m1 and m2 from their respective equilibrium positions. I have set x1-x, x2=x',x3=y and x4=y1 and i get
x1'=x2,
x2'=(-k1/m1)x1+(k2/m1)(x3-x1),
x3'=x4,
x4'=(-k2/m2)(x3-x1).
Assume k1=k2=1 and m1=m2=1.
Suppose that the first mass is displaced upward two units, the second mass downward two units, and both masses are released from rest, therefore the initial conditions for this problem are
x(0)=-2,x'(0)=0;y(0)=2;y',(0)=0;

Can anyone verify whether my stated initial conditions right or wrong...:frown:
Yes, those initial conditions are correct.


However, in the future, please do not "hijack" someone else's thread to ask a new question. It is very easy to start your own thread. Click on the "new topic" button at the top of the list of threads.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
8
Views
2K
Replies
5
Views
2K
  • · Replies 22 ·
Replies
22
Views
4K
Replies
3
Views
1K
  • · Replies 65 ·
3
Replies
65
Views
9K
  • · Replies 3 ·
Replies
3
Views
4K