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

The following two \(R(r)\) equations arise in various separation of variables problems in polar, cylindrical, or spherical coordinates: $$ \begin{aligned} &r \frac{d}{d r}\left(r \frac{d R}{d r}\right)=n^{2} R \\ &\frac{d}{d r}\left(r^{2} \frac{d R}{d r}\right)=N(l+1) R \end{aligned} $$ There are various ways of solving them: They are a standard kind of equation (often called Euler or Cauchy equations-see Chapter 8, Section 7d); you could use power series methods; given the fact that the solutions are just powers of \(r\), it is easy to find the powers. Choose any method you like, and solve the two equations for future reference. Consider the case \(n=0\) separately. Is this necessary for \(l=0 ?\)

Water at \(100^{\circ}\) is flowing through a long pipe of radius 1 rapidly enough so that we may assume that the temperature is \(100^{\circ}\) at all points. At \(t=0\), the water is turned off and the. surface of the pipe is maintained at \(40^{\circ}\) from then on (neglect the wall thickness of the pipe). Find the temperature distribution in the water as a function of \(r\) and \(t\). Note that you need only consider a cross section of the pipe.

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

Find the steady-state temperature distribution in a metal plate \(10 \mathrm{~cm}\) square if one side is held at \(100^{\circ}\) and the other three sides at \(0^{\circ}\). Find the temperature at the center of the plate.

Solve the semi-infinite plate problem if the bottom edge of width \(\pi\) is held at \(T=\cos x\). and the other sides are at \(0^{\circ}\).

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