Partial differentials (Need some reminders)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
chrispsiler
Messages
2
Reaction score
0
It's been awhile since I've taken a differential equations course, so I just could not wrap my head around this one.

Homework Statement


I was given a lot of variables but it boils down to a partial differential equation that looks like:
pT/pt = A*p^2T/px^2 + B*f(x)

I am not looking for an answer to my particular problem, I want to understand how to go about solving it. I remember the basic differential problem form of eigenvalues---}general form---} particular solution for IVP's but I was given a problem with partials and my mind went blank!

Homework Equations


I wasn't sure where to start!


The Attempt at a Solution


Can you integrate with respect to a partial derivative?
 
Physics news on Phys.org
chrispsiler said:
It's been awhile since I've taken a differential equations course, so I just could not wrap my head around this one.

Homework Statement


I was given a lot of variables but it boils down to a partial differential equation that looks like:
pT/pt = A*p^2T/px^2 + B*f(x)

I am not looking for an answer to my particular problem, I want to understand how to go about solving it. I remember the basic differential problem form of eigenvalues---}general form---} particular solution for IVP's but I was given a problem with partials and my mind went blank!

Homework Equations


I wasn't sure where to start!

The Attempt at a Solution


Can you integrate with respect to a partial derivative?
Hello chrispsiler. Welcome to PF!

Is that equation: ∂T/∂t = (A)(∂2T/∂x2) + (B)f(x) ?
 
Yes, exactly. I was also given initial conditions of the form:
T(0) for all x = k1
T>0 , x=0 -c(∂T/∂2) = k2
x=n , ∂T/∂x = k3
where k1, k2, k3, n, and c are all given values.

I tried treating it as a regular differential, but ran into a wall trying separation of variables and did not know how to think about it in my head. The given '-c(∂T/∂2) = k2' made me think that separation and integration were the way to go, but I could not separate the variables.

It looks like the formula implies that a function of 'T' partially differentiated with respect to 't' equals the same function of 'T' partially differentiated twice with respect to 'x' added to a function of 'x'. What I don't understand is how you can find an analytical solution, because if something is partially differentiated with respect to one variable and to one other variable would not that allow the original function to be a function of infinitely many variables and still be expressible in that specific form? Thank you for any consideration or help, in advance!