Difficulties with solution/plotting of a PDE.

  • Thread starter Thread starter Gameowner
  • Start date Start date
  • Tags Tags
    Difficulties Pde
Gameowner
Messages
43
Reaction score
0

Homework Statement



Question attached

Homework Equations


The Attempt at a Solution



I'm mostly wondering with c) and also want to check if my solution is correct.

My solutions for this question are:

u(x,t)= -1/2 for x <= -1/2*t
= 1 for -t < x < 1-t
= 1/2 for x => 1/4*t+1

lastly, with c), I'm just wondering how to plot 3 space curves on the same axes?(as there are 3 different solutions)

thanks in advance.
 

Attachments

  • question 10.jpg
    question 10.jpg
    17 KB · Views: 356
Last edited:
Physics news on Phys.org
Gameowner said:

Homework Statement



Question attached

Homework Equations


The Attempt at a Solution



I'm mostly wondering with c) and also want to check if my solution is correct.

My solutions for this question are:

u(x,t)= -1/2 for x <= -1/2*t
= 1 for -t < x < 1-t
= 1/2 for x => 1/4*t+1

lastly, with c), I'm just wondering how to plot 3 space curves on the same axes?(as there are 3 different solutions)

thanks in advance.

It depends on what software package you are using. In Maple it would be something like this. Call your three functions f(x),g(x), h(x)plot({f(x),g(x),h(x)},x=a..b);

where a and b are whatever limits you want.
 
LCKurtz said:
It depends on what software package you are using. In Maple it would be something like this. Call your three functions f(x),g(x), h(x)plot({f(x),g(x),h(x)},x=a..b);

where a and b are whatever limits you want.

Hi LCKurtz, thank you for your help ones again!

yes, I'm using Maple, as it is the only available computing package to me.

I tried plotting it the way you said, and it came out looking wrong, but I think it's because I'm doing it wrong, would this sort of PDE be more suitable with a 3D plot?

Below I've also done a 3D plot, where the xi ranges I worked out by inputting t=0,2,4 respectively to get the lowest and highest possible domain for x for each interval of x. Is there a way to tell Maple to join up the 3 sets of lines so that you can see where there are jump discontinuities?

Thanks.
 

Attachments

  • plot1.JPG.jpg
    plot1.JPG.jpg
    3.9 KB · Views: 284
  • plot2.JPG.jpg
    plot2.JPG.jpg
    9.6 KB · Views: 302
Gameowner said:

Homework Statement



Question attached

Homework Equations





The Attempt at a Solution



I'm mostly wondering with c) and also want to check if my solution is correct.

My solutions for this question are:

u(x,t)= -1/2 for x <= -1/2*t
= 1 for -t < x < 1-t
= 1/2 for x => 1/4*t+1

lastly, with c), I'm just wondering how to plot 3 space curves on the same axes?(as there are 3 different solutions)

thanks in advance.

First, I am not a PDE expert so I'm not sure how much help I can give you. You are to plot your solution for t = 0, 2, and 4. With t fixed you have just a function of x. So why would you use space curve instead of just plot.

But a more serious question I have is, consider your solution for t = 2. Then

u(x,2) = -1/2 for x <= -1
= 1 for -2 < x < -1
= 1/2 for x >= 3/2

What if x is between -2 and -1, do you use the first or second part? What about x between -1 and 3/2, what is u there? It doesn't look like your solution is well defined.
 
LCKurtz said:
First, I am not a PDE expert so I'm not sure how much help I can give you. You are to plot your solution for t = 0, 2, and 4. With t fixed you have just a function of x. So why would you use space curve instead of just plot.

But a more serious question I have is, consider your solution for t = 2. Then

u(x,2) = -1/2 for x <= -1
= 1 for -2 < x < -1
= 1/2 for x >= 3/2

What if x is between -2 and -1, do you use the first or second part? What about x between -1 and 3/2, what is u there? It doesn't look like your solution is well defined.

Oh you're quite right, but I have checked my inequalities and followed the example we've been given step by step, is there anyway to rearrange the inequalities so that the solution is defined for all intervals?

Thanks.
 
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