Author Topic: HA4-P2  (Read 8098 times)

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii

Yeming Wen

  • Full Member
  • ***
  • Posts: 19
  • Karma: 6
    • View Profile
Re: HA4-P2
« Reply #1 on: October 15, 2015, 04:20:46 PM »
Suppose $u=\phi_1(x+c_1t)+\psi_1(x-c_1t)$ for $x>0$ and $u=\phi_2(x+c_2t)+\psi_2(x-c_2t)$ for $x<0$.
Also we can solve $\phi_1(x)=\phi(x)-\frac{1}{2}\phi(0)$, $\psi_1(x)=\frac{1}{2}\phi(0)$ for $x>0$.
And $\phi_2=\psi_2=0$ for $x<0$.
It follows that $u=\phi(x+c_1t)$ for $x>c_1t$ and $u=0$ for $x<-c_2t$.
Now we are interested in $\psi_1(x)$ when $x<0$ and $\phi_2(x)$ when $x>0$.
Notice from boundary condition, for $t>0$
$$\phi_1(c_1t)-\psi_1(-c_1t)=\frac{c_1\beta}{c_2}\phi_2(c_2t)$$
$$\phi_1(c_1t)+\psi_1(-c_1t)=a\phi_2(c_2t)$$
Solve for $\psi_1$ and $\phi_2$, we have
$$\psi_1(x)=\frac{c_1\beta-ac_2}{ac_2+c_1\beta}\phi_1(-x) \enspace \text{for   } x<0$$
$$\phi_2(x)=\frac{2c_2\phi_1(\frac{c_1x}{c_2})}{ac_2+c_1\beta} \enspace \text{for   } x>0$$
Thus, for $-c_2t<x<0$,
$$u=\phi_2(x+c_2t)=\frac{2c_2}{ac_2+c_1\beta}[\phi(\frac{c_1}{c_2}(x+c_2t))-\frac{1}{2}\phi(0)]$$
For $0<x<c_1t$,
$$u=\phi_1(x+c_1t)+\psi_1(x-c_1t)=\phi(x+c_1t)-\frac{1}{2}\phi(0)+\frac{c_1\beta-ac_2}{ac_2+c_1\beta}[\phi(c_1t-x)-\frac{1}{2}\phi(0)]$$
« Last Edit: October 15, 2015, 05:54:51 PM by Yeming Wen »

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: HA4-P2
« Reply #2 on: October 15, 2015, 04:50:34 PM »


 :D




Bruce Wu

  • Sr. Member
  • ****
  • Posts: 57
  • Karma: 0
    • View Profile
Quiz 3 Answers
« Reply #3 on: October 15, 2015, 10:56:49 PM »
Remember that it is just HA4 problem 2 part a): http://www.math.toronto.edu/courses/apm346h1/20159/PDE-textbook/Chapter2/S2.6.P.html#problem-2.6.P.2
With $c_{1}=1,c_{2}=2,\alpha=\beta=1$

For $x<-2t$: $$u(x,t)=0$$
For $-2t<x<0$: $$u(x,t)=\frac{4}{3}\phi\left(\frac{1}{2}x+t\right)-\frac{1}{3}\phi(0)$$
For $0<x<t$: $$u(x,t)=\phi(x+t)+\frac{1}{3}\phi(t-x)-\frac{1}{3}\phi(0)$$
For $x>t$: $$u(x,t)=\phi(x+t)$$

Visualization can be found here: http://forum.math.toronto.edu/index.php?topic=660.msg2418#new
Substitute the appropriate constants.

Yumeng Wang

  • Full Member
  • ***
  • Posts: 20
  • Karma: 0
    • View Profile
Re: Quiz 3 Answers
« Reply #4 on: October 16, 2015, 07:31:26 PM »
Where does 1\3 Ï•(0) come from ?
When I plug numbers into graph which was posted by prof, I do not get this term.

Rong Wei

  • Sr. Member
  • ****
  • Posts: 43
  • Karma: 0
    • View Profile
Re: Quiz 3 Answers
« Reply #5 on: October 16, 2015, 11:53:51 PM »
because plug x = 0 in U|t = 0 = Ï•(x), we will have
U|t = 0, x = 0 = Ï•(0)
(1)

and plug x = 0, t = 0 in u(x,t)=4/3 Ï•(12x+t), we will have

U(0,0) = 4/3 Ï•(0)
(2)

conclude (1) and (2), we will have the answer by Fei Fan Wu

Rong Wei

  • Sr. Member
  • ****
  • Posts: 43
  • Karma: 0
    • View Profile
Re: HA4-P2
« Reply #6 on: October 17, 2015, 12:10:11 AM »
the answer for −c2t<x<0, Yeming Wen add one constant - 1 / 2  Ï•(0) in the bracket [].
let k be the constant multiplying Ï•(c1/c2(x+c2t)),
plug x = 0 in U | t = 0 by the initial condition, then we will have U(0,0) = Ï•(0)
so this constant should be Ï•(0) (1 / k - 1) in the bracket [].

 for 0<x<c1t, same steps used in calculate the constant in the brackets [].

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: Quiz 3 Answers
« Reply #7 on: October 17, 2015, 04:57:48 AM »
In fact both answers are correct. This IBVP and many other have a solution up to a constant. The problem here is that all solutions save may be one have jumps and we need to explain (in terms of distributions , in the end of the course) those solutions. Which of them is a correct one? Without jumps, if it exists--and this is possible for $\phi(0)=0$ only.

I usually cut this corner with impunity but this time I was caught.
« Last Edit: October 17, 2015, 05:23:39 AM by Victor Ivrii »

Catch Cheng

  • Jr. Member
  • **
  • Posts: 12
  • Karma: 0
    • View Profile
Re: HA4-P2
« Reply #8 on: October 17, 2015, 03:05:10 PM »
So we also need to write the functions on the graph with coeffcients of Ï•(0), otherwise u(x, t) on graph will not be continuous at (0, 0).

Rong Wei

  • Sr. Member
  • ****
  • Posts: 43
  • Karma: 0
    • View Profile
Re: HA4-P2
« Reply #9 on: October 17, 2015, 03:14:54 PM »
professor, I don't understand why Ï•(0) = 0 only when without jumps?

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Re: HA4-P2
« Reply #10 on: October 17, 2015, 04:18:33 PM »
Without jumps solution exists iff $\phi(0)=0$ and $\alpha=1$. There are other solutions anyway.