Show that the gravitational potential \(V=-G m / r\) satisfies Iaplace's equation, that is, show that \(\nabla^{2}(1 / r)=0\) where \(r^{2}=x^{2}+y^{2}+z^{2}, r \neq 0\). (Also see Chapter 15, Section 8.)

Short Answer

Expert verified
The function \(\frac{1}{r}\) satisfies Laplace's equation.

Step by step solution

01

Define the Potential Function

The gravitational potential is given by \(V = -\frac{Gm}{r}\), where \(r = \sqrt{x^2 + y^2 + z^2}\).We need to show that \(abla^{2}\left(\frac{1}{r}\right) = 0\).
02

Express the Laplacian in Cartesian Coordinates

The Laplacian in Cartesian coordinates is given by:\[abla^2 V = \frac{\partial^2 V}{\partial x^2} + \frac{\partial^2 V}{\partial y^2} + \frac{\partial^2 V}{\partial z^2}\].For our problem, we need to evaluate \( abla^2 \left(\frac{1}{r}\right)\).
03

Calculate the Gradient

First, find the gradient of \(\frac{1}{r}\):\[abla\left(\frac{1}{r}\right) = \left(\frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z}\right)\left(\frac{1}{r}\right)\].Using the chain rule, each component of the gradient becomes:\[\frac{\partial}{\partial x}\left(\frac{1}{r}\right) = -\frac{x}{r^3},\ \frac{\partial}{\partial y}\left(\frac{1}{r}\right) = -\frac{y}{r^3},\ \frac{\partial}{\partial z}\left(\frac{1}{r}\right) = -\frac{z}{r^3}\].Therefore,\[abla\left(\frac{1}{r}\right) = -\frac{1}{r^3}\left(x, y, z\right)\].
04

Calculate Each Second Partial Derivative

Next, differentiate each component of the gradient again:\[\frac{\partial^2}{\partial x^2}\left(\frac{1}{r}\right) = \frac{2x^2 - r^2}{r^5},\ \frac{\partial^2}{\partial y^2}\left(\frac{1}{r}\right) = \frac{2y^2 - r^2}{r^5},\ \frac{\partial^2}{\partial z^2}\left(\frac{1}{r}\right) = \frac{2z^2 - r^2}{r^5}\].
05

Sum the Second Partial Derivatives

Sum the second partial derivatives to find the Laplacian:\[abla^2 V = \frac{2x^2 - r^2}{r^5} + \frac{2y^2 - r^2}{r^5} + \frac{2z^2 - r^2}{r^5} = \frac{2(x^2 + y^2 + z^2) - 3r^2}{r^5}\].Since \(x^2 + y^2 + z^2 = r^2\), this simplifies to:\[abla^2\left(\frac{1}{r}\right) = \frac{2r^2 - 3r^2}{r^5} = \frac{-r^2}{r^5} = \frac{-1}{r^3}\].
06

Show the Result

Since the equation \(abla^2 \left(\frac{1}{r}\right)\) must satisfy Laplace's Equation, set the result equal to zero:\[abla^2 \left(\frac{1}{r}\right) = 0\].This proves that \(\frac{1}{r}\) satisfies Laplace’s equation.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Gravitational Potential
The gravitational potential, denoted as \(V\), is a measure of the potential energy per unit mass at a point in a gravitational field. It's crucial because it helps in calculating the force experienced by a mass in the field.

The gravitational potential due to a point mass \(m\) at a distance \(r\) is given by:
\[ V = - \frac{Gm}{r} \]
Here, \(G\) is the gravitational constant, \(m\) is the mass, and \(r\) is the distance from the mass.

The negative sign indicates that the potential is lower (or more negative) closer to the mass. This is due to the nature of gravitational forces being always attractive. The potential approaches zero as \(r\) goes to infinity.
Cartesian Coordinates
Cartesian coordinates, represented as \((x, y, z)\), are a system for defining the positions of points in three-dimensional space. This system utilizes three mutually perpendicular axes: x (horizontal), y (vertical), and z (depth).

In the context of gravitational potential, the distance \(r\) from a point to the origin in Cartesian coordinates is:
\[ r = \sqrt{x^2 + y^2 + z^2} \]
This transformation is key when analyzing problems using Laplace's equation in three dimensions. By expressing \(r\) in terms of \(x\), \(y\), and \(z\), we can perform calculus operations, like partial derivatives, more conveniently.
Partial Derivatives
Partial derivatives measure how a function changes as one of its variables varies while keeping the others fixed. They are essential tools in multivariable calculus.

For a function \(f(x, y, z)\), the partial derivative with respect to \(x\) is denoted as \(\frac{\partial f}{\partial x}\). This represents the rate of change of \(f\) as \(x\) changes, holding \(y\) and \(z\) constant.

In the problem, we use partial derivatives to find how \(\frac{1}{r}\) changes with respect to \(x\), \(y\), and \(z\). The gradients involve compounds like:
\[ \frac{\partial}{\partial x} \left( \frac{1}{r} \right) = -\frac{x}{r^3}, \frac{\partial}{\partial y} \left( \frac{1}{r} \right) = -\frac{y}{r^3}, \frac{\partial}{\partial z} \left( \frac{1}{r} \right) = -\frac{z}{r^3} \]
These derivatives are critical to formulating the Laplacian of the potential.
Laplacian Operator
The Laplacian, denoted as \(abla^2\), is a differential operator that combines the second partial derivatives of a function.

For a scalar function \(V\), the Laplacian in Cartesian coordinates is:
\[ abla^2 V = \frac{\partial^2 V}{\partial x^2} + \frac{\partial^2 V}{\partial y^2} + \frac{\partial^2 V}{\partial z^2} \]
In our exercise, we apply the Laplacian to \(\frac{1}{r}\) and show that the result is zero, satisfying Laplace's equation:
\[abla^2 \left( \frac{1}{r} \right) = 0 \]
The steps to calculate this involve finding each second partial derivative, summing them up, and simplifying. Because \(x^2 + y^2 + z^2 = r^2\), simplifications lead to the desired result. This shows that \(\frac{1}{r}\) is a harmonic function, particularly significant in potential theory and physics.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Solve the semi-infinite plate problem if the bottom edge of width 20 is held at $$ T= \begin{cases}0^{\circ}, & 0

A sphere initially at \(0^{\circ}\) has its surface kept at \(100^{\circ}\) from \(t=0\) on (for example, a frozen potato in boiling water !). Find the time- dependent temperature distribution. Hint : Subtract \(100^{\circ}\) from all temperatures and solve the problem; then add the \(100^{\circ}\) to the answer. Can you justify this procedure ? Show that the Legendre function required for this problem is \(P_{0}\) and the \(r\) solution is \((1 / \sqrt{r}) J_{1 / 2}\) or \(j_{0}\) [see (17.4) in Chapter 12]. Since spherical Bessel functions can be expressed in terms of elementary functions, the series in this problem can be thought of as cither a Bcssel series or a Fouricr series. Show that the results arc identical.

In the rectangular plate problem, we have so far had the temperature specified all around the boundary. We could, instead, have some edges insulated. The heat flow across an edge. is proportional to \(\partial T / \partial n\), where \(n\) is a variable in the direction normal to the edge (see normal derivatives, Chapter 6 , Section 6). For example, the heat flow across an edge lying along the \(x\) axis is proportional to \(\partial T / c y .\) Since the heat flow across an insulated cdge is zero, we must have not \(T\), but a partial derivative of \(T\), equal to zero on an insulated boundary. Use this fact to find the steady-state temperature distribution in a semi-infinite plate of width \(10 \mathrm{~cm}\) if the two long sides are insulated, the far end (at \(\infty\) as in Section 2) is at \(0^{\circ}\), and the bottom cdge is at \(T=f(x)=x-5\) Note that you used \(T \rightarrow 0\) as \(y \rightarrow \infty\) only to discard the solutions \(e^{+k y} ;\) it would be just as satisfactory to say that \(T\) does not become infinite as \(y \rightarrow \infty\). Actually, the temperature (assumed finite) as \(y \rightarrow \infty\) in this problem is determined by the given temperature at \(y=0\). Let \(T=f(x)=x\) at \(y=0\), repeat your calculations above to find the temperature distribution, and find the value of \(T\) for large \(y\). Don't forget the \(k=0\) term in the series!

Find the steady-state temperature distribution in a circular annulus (shaded area) of inner radius \(I\) and outer radius 2 if the inner circle is held at \(0^{\circ}\), and the outer circle has half its circumference at \(0^{\circ}\) and half at \(100^{\circ}\). Hint: Don't forget the \(r\) solutions corresponding to \(k=0\).

Find the steady-state temperature distribution in a rectangular plate covering the area \(0

See all solutions

Recommended explanations on Combined Science Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free