Partial Derivatives Homework: w(u,v)=f(u)+g(v)

Click For Summary

Homework Help Overview

The discussion revolves around the problem of showing that the second partial derivative of a function \( w(u,v) = f(u) + g(v) \) with respect to time \( t \) is equal to \( a^2 \) times the second partial derivative with respect to position \( x \). The variables \( u \) and \( v \) are defined in terms of \( x \) and \( t \) as \( u(x,t) = x - at \) and \( v(x,t) = x + at \).

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss taking the second derivatives of \( w \) with respect to \( t \) and \( x \), suggesting the use of the chain rule for differentiation. There are questions about the correctness of individual components and the overall approach to equating both sides of the equation.

Discussion Status

Some participants have provided guidance on the differentiation process and pointed out potential mistakes in the calculations. There is an ongoing exploration of the derivatives, with participants reflecting on their attempts and seeking clarification on specific steps.

Contextual Notes

There are indications of confusion regarding the application of the chain rule and the treatment of partial derivatives. Participants express uncertainty about the correctness of their individual calculations and the overall approach to proving the equality.

ilyas.h
Messages
60
Reaction score
0

Homework Statement



let

w(u,v) = f(u) + g(v)

u(x,t) = x - at
v(x,t) = x + at

show that:

\frac{\partial ^{2}w}{\partial t^{2}} = a^{2}\frac{\partial ^{2}w}{\partial x^{2}}

The Attempt at a Solution



w(x-at, x+at) = f(x-at) + g(x+at)

\frac{\partial }{\partial t}(\frac{\partial w}{\partial t})

(\frac{\partial w}{\partial t}) = \frac{\partial w}{\partial u}\frac{\partial u}{\partial t}

\frac{\partial w}{\partial u}=f'(u) = f'(x-at)

\frac{\partial u}{\partial t}=-a

\therefore \frac{\partial w}{\partial t} = -af'(x-at)I don't know where to go from here. I'm not even sure if what I've done is correct, I don't know how to properly approach this question.

thanks for any guidance.
 
Last edited:
Physics news on Phys.org
Take it step by step.

First take the left hand side of what you want to prove, that is, the second derivative of w with respect to t.

Next, do the same with the other side, that is find the second derivative of w with respect to x.

(This step like the step before this will need you do some differentiation using the chain rule)

Once here, you can equate both these equations which will be what you set out to prove.

NOTE: you were on the right track with taking the partial derivative of w w.r.t t but I think you forgot g(v) = g(x+at)
 
Last edited:
ilyas.h said:

Homework Statement



let

w(u,v) = f(u) + g(u)

I think you meant: w(u,v) = f(u) + g(v)

u(x,t) = x - at
v(x,t) = x + at

show that:

\frac{\partial ^{2}w}{\partial t^{2}} = a^{2}\frac{\partial ^{2}w}{\partial x^{2}}

The Attempt at a Solution



w(x-at, x+at) = f(x-at) + g(x+at)

\frac{\partial }{\partial t}(\frac{\partial w}{\partial t})

(\frac{\partial w}{\partial t}) = \frac{\partial w}{\partial u}\frac{\partial u}{\partial t}

You mean:

\frac{\partial w}{\partial t} = \frac{\partial w}{\partial u} \frac{\partial u}{\partial t} + \frac{\partial w}{\partial v}\frac{\partial v}{\partial t}.
 
Stephen Tashi said:
I think you meant: w(u,v) = f(u) + g(v)
You mean:

\frac{\partial w}{\partial t} = \frac{\partial w}{\partial u} \frac{\partial u}{\partial t} + \frac{\partial w}{\partial v}\frac{\partial v}{\partial t}.

I tried caltulating the individual components and I did what titas.b said to do. It didn't workout when I tried to show each side is equal.

for example, how would you do partial w/ partial u? is that equal to f'(u)? maybe my individual compenents are incorrect.
 
ilyas.h said:
for example, how would you do partial w/ partial u? is that equal to f'(u)?

Yes, or you can denote it \frac{df}{du}.

maybe my individual compenents are incorrect.

We can't comment on that unless you show what you did.
 
Stephen Tashi said:
Yes, or you can denote it \frac{df}{du}.
We can't comment on that unless you show what you did.

\frac{\partial w}{\partial t}=\frac{\partial w}{\partial u}\frac{\partial u}{\partial t}+\frac{\partial w}{\partial v}\frac{\partial v}{\partial t}.

\frac{\partial w}{\partial u} = f'(u).

\frac{\partial w}{\partial v} = g'(v).

\frac{\partial u}{\partial t}=-a.

\frac{\partial v}{\partial t}=a.

\therefore \frac{\partial w}{\partial t} = a(g'(x+at) - f'(x-at)).
\frac{\partial w}{\partial x}=\frac{\partial w}{\partial u}\frac{\partial u}{\partial x}+\frac{\partial w}{\partial v}\frac{\partial v}{\partial x}.

\frac{\partial u}{\partial x}=\frac{\partial v}{\partial x}=1.

\therefore \frac{\partial w}{\partial x}=f'(x-at)+g'(x+at).\frac{\partial^{2}w}{\partial t^{2}}=a(g''(x+at)-f''(x-at)).

\frac{\partial^{2}w}{\partial x^{2}}=g''(x+at)+f''(x-at).

we want to show that:

\frac{\partial^{2}w}{\partial t^{2}}= a^{2}\frac{\partial^{2}w}{\partial x^{2}}.
plug in and manipulate and you'll find that it doesn't work.
 
Check your differentiation for w with respect to t for the second order. Everything else seems to be fine
 
titasB said:
Check your differentiation for w with respect to t for the second order. Everything else seems to be fine

I realized my mistake. I rewrote f'(u) as partial f/partial u, and I saw my mistake when taking the 2nd derivative (it was more clear).

However, it STILL doesn't work.
 
ilyas.h said:
\therefore \frac{\partial w}{\partial t} = a(g'(x+at) - f'(x-at)).

The following equation is where you made your mistake.
\frac{\partial^{2}w}{\partial t^{2}}=a(g''(x+at)-f''(x-at)).
You make a couple of mistakes in arriving at your final result. Please try again, and try to be more careful with the calculus and algebra.

Chet
 
  • #10
Chestermiller said:
The following equation is where you made your mistake.

You make a couple of mistakes in arriving at your final result. Please try again, and try to be more careful with the calculus and algebra.

Chet
Chestermiller said:
The following equation is where you made your mistake.

You make a couple of mistakes in arriving at your final result. Please try again, and try to be more careful with the calculus and algebra.

Chet

yes I know. I fixed it. I rewrote f'(u) as partial f/partial u and I treated it as multiplication with the partial derivatives. You should end up with two different partials at the bottom.

if you plug it in I don't know how to show LHS = RHS.
 
  • #11
ilyas.h said:
yes I know. I fixed it. I rewrote f'(u) as partial f/partial u and I treated it as multiplication with the partial derivatives. You should end up with two different partials at the bottom.

if you plug it in I don't know how to show LHS = RHS.
I get the following:

\frac{\partial^{2}w}{\partial t^{2}}=a^2(g''(x+at)+f''(x-at))

Compare this with what you got to see where you went wrong.

Chet
 
  • #12
ilyas.h said:
\frac{\partial^{2}w}{\partial t^{2}}=a(g''(x+at)-f''(x-at)).

You seem to have computed the derivative of g'(x + at) with respect to t as g''(x + at). That derivative requires the chain rule. It would be a\ g''(x + at). The derivative of f'(x - at) also requires using the chain rule: D_t ( f'(x - at)) = f'(v) \frac{dv}{dt}
 

Similar threads

Replies
4
Views
1K
Replies
10
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
Replies
2
Views
1K