Verifying u ∇²w via Direct Computation

  • Thread starter Somefantastik
  • Start date
  • Tags
    Computation
And you can fill in the rest, I will leave that to you. Just a note, you cannot move u in front of the ∂ because u is a function of x, y and z, and the ∂ is not.
  • #1
Somefantastik
230
0
u,w are scalar functions of 3 variables

the book says you can verify by direct computation:

[tex]u\nabla^{2}w = \nabla \bullet\left(u\nabla w\right) - \left(\nabla u\right)\bullet\left(\nabla w \right)[/tex]

and

[tex]\nabla^{2}w[/tex] is [tex]\Delta w[/tex], the Laplacian operator.

Every time I've worked this, I just can't seem to come close. Can someone get me started on this? It's out of a PDE book so of course they don't bother expounding on this and I haven't looked at vector calculus in years...

My first thoughts were:

[tex]u \nabla ^{2}w [/tex]
= [tex]u \nabla \nabla w [/tex]
= [tex] u \ div \ grad \ w [/tex]
=[tex]u \left(\frac{\delta^{2}w}{\delta x^{2}} [/tex] [tex] + \frac{ \delta^{2}w}{ \delta y^{2}} + \frac{ \delta^{2}w}{ \delta z^{2}}} \right) [/tex]

I can't get that RHS parens in there, sorry :-/
 
Physics news on Phys.org
  • #2
Somefantastik said:
u,w are scalar functions of 3 variables

My first thoughts were:

[tex]u \nabla ^{2}w [/tex]
= [tex]u \nabla \nabla w [/tex]
= [tex] u \ div \ grad \ w [/tex]
=[tex]u \left(\frac{\delta^{2}w}{\delta x^{2}} + \frac{ \delta^{2}w}{ \delta y^{2}} + \frac{ \delta^{2}w}{ \delta z^{2}}} \right) [/tex]

I can't get that RHS parens in there, sorry :-/

Hi Somefantastik! :smile:

(you put a /tex and tex in the middle of your brackets, and then the second pair refused to recognise a \right without a preceding \left :wink:)

[tex]\frac{\partial}{\partial x_i}\left(u\,\frac{\partial w}{\partial x_i}\right)\ =\ u\,\frac{\partial^2 w}{\partial x_i^2}\ +\ \frac{\partial u}{\partial x_i}\,\frac{\partial w}{\partial x_i}[/tex] :smile:
 
  • #3
Ah ok thanks so much.
 
  • #4
I get this:

[tex]
u \nabla ^{2}w
[/tex]

[tex]=
u \ div \ grad \ w
[/tex]

[tex]=
u \left(\frac{\delta^{2}w}{\delta x^{2}} + \frac{ \delta^{2}w}{ \delta y^{2}} + \frac{ \delta^{2}w}{ \delta z^{2}}} \right)
[/tex]
[tex]= \frac{\delta^{2}uw}{\delta x^{2}}+ \frac{\delta^{2}uw}{\delta y^{2}} + \frac{\delta^{2}uw }{\delta z^{2}} [/tex]

But I also get this:

[tex] \left( \nabla u \right)\bullet\left(\nabla w \right) [/tex]

[tex]=\left( \frac{\delta u}{\delta x}, \frac{\delta u}{\delta y},\frac{\delta u}{\delta z} \right) \bullet \left(\frac{\delta w}{\delta x},\frac{\delta w}{\delta y},\frac{\delta w}{\delta z} \right) [/tex]

[tex]= \frac{\delta^{2}uw}{\delta x^{2}}+ \frac{\delta^{2}uw}{\delta y^{2}} + \frac{\delta^{2}uw }{\delta z^{2}} [/tex]

They can't be equal; can someone show me where I messed up my algebra?
 
  • #5
Hi Somefantastik :smile:

(use \partial for ∂, not \delta, and \cdot, not \bullet :smile:)
Somefantastik said:
[tex]= u \left(\frac{\delta^{2}w}{\delta x^{2}} + \frac{ \delta^{2}w}{ \delta y^{2}} + \frac{ \delta^{2}w}{ \delta z^{2}}} \right)
[/tex]
[tex]= \frac{\delta^{2}uw}{\delta x^{2}}+ \frac{\delta^{2}uw}{\delta y^{2}} + \frac{\delta^{2}uw }{\delta z^{2}} [/tex]

Nooo :cry:

You can't just move u inside a ∂ like that (unless u is constant)!
[tex]=\left( \frac{\delta u}{\delta x}, \frac{\delta u}{\delta y},\frac{\delta u}{\delta z} \right) \bullet \left(\frac{\delta w}{\delta x},\frac{\delta w}{\delta y},\frac{\delta w}{\delta z} \right) [/tex]

[tex]= \frac{\delta^{2}uw}{\delta x^{2}}+ \frac{\delta^{2}uw}{\delta y^{2}} + \frac{\delta^{2}uw }{\delta z^{2}} [/tex]

Again, you can't say (∂u/∂x)(∂w/∂x) = ∂2uw/∂x2.
 
  • #6
Basically if "d" is your differential operator there's a difference between, for example,

[tex] \frac{d}{dx} \left(\frac{dy}{dx} \right) = \frac{d^{2}y}{dx^{2}} [/tex]

and

[tex] \left(\frac{dy}{dx} \right) \cdot \left(\frac{dy}{dx} \right) = \left(\frac{dy}{dx} \right)^{2} [/tex]

For example let

[tex] y = x^{2} [/tex]

The first method will yield 2 whereas the 2nd one will yield [tex] (2x)^{2} = 4x^{2} [/tex]
 
  • #7
Ok, thank you. Can you give me a small nudge in the right direction? What can I do?
 
  • #8
This is clear to me now after looking at it

[tex]
\left(\frac{dy}{dx} \right) \cdot \left(\frac{dy}{dx} \right) = \left(\frac{dy}{dx} \right)^{2}
[/tex]

And I can get somewhere with that I think.

Can someone nudge me on the other algebraic error?

"You can't just move u inside a ∂ like that (unless u is constant)!"

I can tell that it's the same error, but I just cannot see how to manipulate it.

Thanks for all input so far, I really appreciate it.
 
  • #9
I used the \cdot to denote multiplication, if you are doing a dot product wouldn't you just use the definition i.e. you have a sumproduct so

[tex] (a, b, c) \cdot (d, e, f) = ad + be + cf [/tex]
 
  • #10
I understand how the dot product works, but what I don't understand is what happens here. I know u = u(x,yz), but I don't know how to compute

[tex]
=
u \left(\frac{\delta^{2}w}{\delta x^{2}} + \frac{ \delta^{2}w}{ \delta y^{2}} + \frac{ \delta^{2}w}{ \delta z^{2}}} \right)

[/tex]

Please help.
 
  • #11
Somefantastik said:
I understand how the dot product works, but what I don't understand is what happens here. I know u = u(x,yz), but I don't know how to compute

[tex]
=
u \left(\frac{\delta^{2}w}{\delta x^{2}} + \frac{ \delta^{2}w}{ \delta y^{2}} + \frac{ \delta^{2}w}{ \delta z^{2}}} \right)

[/tex]

Please help.

Leave that side as it is, so on the LHS you have

[tex] u \left(\frac{\partial^{2} w}{\partial x^{2}}+\frac{\partial^{2} w}{\partial y^{2}}+\frac{\partial^{2} w}{\partial z^{2}} \right) [/tex]

Now on RHS you have

[tex] \nabla \cdot \left(u \nabla w \right) - \left(\nabla u \right) \cdot \left(\nabla w \right) [/tex]

So let's example this part by part, starting with:

[tex] \nabla \cdot \left(u \nabla w \right) = \nabla \cdot \left(u \frac{\partial w}{\partial x} + u \frac{\partial w}{\partial y} + u \frac{\partial w}{\partial z} \right) = u \frac{\partial^{2} w}{\partial x^{2}} + \frac{\partial u}{\partial x} \frac{\partial w}{\partial x} +u \frac{\partial^{2} w}{\partial y^{2}} + \frac{\partial u}{\partial y} \frac{\partial w}{\partial y} + u \frac{\partial^{2} w}{\partial z^{2}} + \frac{\partial u}{\partial z} \frac{\partial w}{\partial z} [/tex]

Next let's look at

[tex] \left(\nabla u \right) \cdot \left(\nabla w \right) = \left(\frac{\partial u}{\partial x}, \frac{\partial u}{\partial y}, \frac{\partial u}{\partial z}\right) \cdot \left(\frac{\partial w}{\partial x}, \frac{\partial w}{\partial y}, \frac{\partial w}{\partial z}\right) = \frac{\partial u}{\partial x} \frac{\partial w}{\partial x} + \frac{\partial u}{\partial y} \frac{\partial w}{\partial y} + \frac{\partial u}{\partial z} \frac{\partial w}{\partial z} [/tex]

Now subtract the two expressions, stuff will cancel and you can factor out u(x,y,z)

Does that help?
 
  • #12
I think your biggest confusion here, as it often is, is confusing when to multiply and when to apply the differential operators (d or \nabla or whatever else). Hopefully the above helps.
 
  • #13
I'm a lil thrown off b/c Tiny Tim said that you can't move u into a ∂ like that. I see that your way works out, though, so you must be right. I'm so confused! Can you point me to a website that describes this sort of algebra? All my books seem to gloss right over the differential operators and how to manipulate them.

Thanks a bunch for your help, I feel better already.
 
  • #14
Somefantastik said:
I'm a lil thrown off b/c Tiny Tim said that you can't move u into a ∂ like that. I see that your way works out, though, so you must be right. I'm so confused! Can you point me to a website that describes this sort of algebra? All my books seem to gloss right over the differential operators and how to manipulate them.

Thanks a bunch for your help, I feel better already.

I think tiny-tim was saying, and please correct me if I'm wrong, was that if you have (where \cdot is multiplication here)

[tex] u \cdot \left( \frac{\partial^2 w}{\partial x^2} + ... \right) [/tex]

Then that becomes

[tex] u \frac{\partial^2 w}{\partial x^2} + ... [/tex]

So you just multiply your function u by your partial derivative, that's different from what you wrote:

[tex] \frac{\partial^2 uw}{\partial x^2} [/tex]

Similarly (and let's let \cdot denote dot product now) when you had:

[tex] \left(\frac{\partial u}{\partial x}, ... \right) \cdot \left(\frac{\partial w}{\partial x}, ... \right) [/tex]

Then you just apply the dot product rule and multiply the appropriate components out and then sum them to get

[tex] \frac{\partial u}{\partial x} \frac{\partial w}{\partial x} + ...[/tex]

Which is different from what you had:

[tex] \frac{\partial uw}{\partial x^2} + ... [/tex]

Does that make sense?

It might be that this notation isn't too clear for you so let's work through an example

Let's examine the difference between

[tex] \frac{\partial^2 f}{\partial u w} [/tex] and [tex] \frac{\partial f}{\partial u} \frac{\partial f}{\partial w} [/tex]

Define [tex] f(u, w) = u^{2}w^{2} [/tex]

The first expression means you differentiate with respect to u and then differentiate with respect to w (or vice versa mixed partials commute under some nice conditions which our function satisfies) so let's see what we get

[tex] \frac{\partial f}{\partial u} = 2uw^{2} [/tex]

and now applying the derivative wrt to get (note that here we are applying the differential operator to our derivative:

[tex] \frac{\partial}{\partial w} \left(\frac{\partial f}{\partial u} \right) = \frac{\partial^2 f}{\partial u w} = 4uw [/tex]

As opposed to taking our f, differentiating wrt u, then taking our f and differentiating wrt w and multiplying the result together, i.e.

[tex] \frac{\partial f}{\partial u} = 2uw^{2}, \, \frac{\partial f}{\partial w} = 2u^{2}w [/tex]

and therefore

[tex] \frac{\partial f}{\partial u} \frac{\partial f}{\partial w} = 4u^{3}w^{3} [/tex]

Does that make more sense?
 
Last edited:
  • #15
product rule

Hi Somefantastik! :smile:

(btw, it's only tiny-tim, not Tiny Tim … I'm only a tiny little goldfish! :biggrin:)
NoMoreExams said:
So let's example this part by part, starting with:

[tex] \nabla \cdot \left(u \nabla w \right) = \nabla \cdot \left(u \frac{\partial w}{\partial x} + u \frac{\partial w}{\partial y} + u \frac{\partial w}{\partial z} \right) = u \frac{\partial^{2} w}{\partial x^{2}}\ +\ \frac{\partial u}{\partial x} \frac{\partial w}{\partial x}\ +\ \cdots[/tex]
Somefantastik said:
I'm a lil thrown off b/c Tiny Tim said that you can't move u into a ∂ like that.

ah, but NoMoreExams didn't just move a u inside a ∂ …

he split it into two parts …

he did move a u inside a ∂ in the first part,

but for the second part he multiplied by ∂u/∂x outside the ∂ …

this is the product rule: ∂(uA)/∂x = u∂(A)/∂x + A∂(u)/∂x (and in this case A itself is a ∂). :smile:
 
  • #16
Ok, yeah that makes a lot of sense. I was really frustrated for awhile. Sorry you all had to tell me the same thing over and over again. I really appreciate it :)
 

1. What is "Verifying u ∇²w via Direct Computation"?

"Verifying u ∇²w via Direct Computation" is a mathematical process used to confirm the accuracy of a solution to a partial differential equation. It involves calculating the Laplace operator (∇²) of a given function (u) and comparing it to the expected result (w).

2. Why is it important to verify u ∇²w via Direct Computation?

Verifying u ∇²w via Direct Computation is important because it allows scientists and mathematicians to ensure the validity of their solutions to partial differential equations. It helps to identify any errors or inaccuracies in the solution, improving the overall quality and reliability of the results.

3. What are the steps involved in verifying u ∇²w via Direct Computation?

The first step is to calculate the Laplace operator (∇²) of the function (u). Then, the result is compared to the expected value (w). If the two values match, the solution is considered valid. If not, further analysis and adjustments may be needed to verify the solution.

4. What are some common challenges when verifying u ∇²w via Direct Computation?

One common challenge is the complexity of the partial differential equation being solved. The more complex the equation, the more difficult it can be to verify the solution. Another challenge is the potential for human error in the calculation process, which can lead to inaccurate results.

5. Are there any alternative methods to verifying u ∇²w via Direct Computation?

Yes, there are alternative methods such as using numerical methods or analytical solutions to verify the accuracy of a solution to a partial differential equation. However, direct computation is often considered the most straightforward and reliable method for verification.

Similar threads

Replies
3
Views
330
  • Quantum Physics
Replies
5
Views
542
  • Calculus
Replies
3
Views
1K
  • Introductory Physics Homework Help
Replies
12
Views
203
Replies
4
Views
350
Replies
2
Views
1K
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
792
  • Differential Equations
Replies
3
Views
1K
Back
Top