Difficulties with solution/plotting of a PDE.

  • Thread starter Thread starter Gameowner
  • Start date Start date
  • Tags Tags
    Difficulties Pde
Click For Summary

Homework Help Overview

The discussion revolves around the solution and plotting of a partial differential equation (PDE). Participants are examining the correctness of a piecewise function and its graphical representation.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants are attempting to verify the correctness of their piecewise solutions for the PDE and are questioning how to effectively plot multiple solutions on the same axes. There is also discussion about the suitability of 3D plots for visualizing the solutions.

Discussion Status

Some participants have provided guidance on plotting techniques using software like Maple, while others are exploring the implications of their piecewise definitions and questioning the clarity of their solutions across different intervals. There is an ongoing examination of how to define the solution consistently across all relevant intervals.

Contextual Notes

Participants are working under constraints related to the software available for plotting and are grappling with the definitions of their solutions, particularly regarding potential discontinuities and the need for clarity in piecewise functions.

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: 373
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: 301
  • plot2.JPG.jpg
    plot2.JPG.jpg
    9.6 KB · Views: 325
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.
 

Similar threads

  • · Replies 16 ·
Replies
16
Views
2K
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K