Answer: Find Force for Potential Energy Function V

  • Thread starter Thread starter mbrmbrg
  • Start date Start date
  • Tags Tags
    Potential
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
mbrmbrg
Messages
486
Reaction score
2
[SOLVED] given potential: find F

Homework Statement



Find the force for the following potential energy function:
[tex]V=ce^{-(\alpha x+\beta y+\gamma z)}[/tex]

Homework Equations



[tex]\mathbf{F}=-\nabla V[/tex]

[tex]F_x=- \frac{\partial V}{\partial x}[/tex]
[tex]F_y=- \frac{\partial V}{\partial y}[/tex]
[tex]F_z=- \frac{\partial V}{\partial z}[/tex]

The Attempt at a Solution



By the chain rule:

[tex]F_x=-\frac{\partial V}{\partial x}=-[-(\alpha x+ \beta y + \gamma z)ce^{-(\alpha x+\beta y+\gamma z)}(-\alpha)][/tex]
[tex]F_y=-\frac{\partial V}{\partial y}=-[-(\alpha x+ \beta y + \gamma z)ce^{-(\alpha x+\beta y+\gamma z)}(-\beta)][/tex]
[tex]F_z=-\frac{\partial V}{\partial z}=-[-(\alpha x+ \beta y + \gamma z)ce^{-(\alpha x+\beta y+\gamma z)}(-\gamma)][/tex]

Additionally,
[tex]\mathbf{F}=F_x+F_y+F_z[/tex]

So add it up and factor out the common factors and get
[tex]\mathbf{F}=-(\alpha x+\beta y+\gamma z)ce^{-(\alpha x+\beta y +\gamma z)}(\alpha \mathbf{i}+\beta \mathbf{j}+\gamma \mathbf{k})[/tex]

And that would be my final answer, except that the back of the book says that
[tex]\mathbf{F}=ce^{-(\alpha x+\beta y +\gamma z)}(\alpha \mathbf{i}+\beta \mathbf{j}+\gamma \mathbf{k})[/tex]

Can you help me find my error?

Thanks!
 
Physics news on Phys.org
[SOLVED] given potential find F

Homework Statement



Find the force for the following potential energy function:
[tex]V=ce^{-(\alpha x+\beta y+\gamma z)}[/tex]

Homework Equations



[tex]\mathbf{F}=-\nabla V[/tex]

[tex]F_x=- \frac{\partial V}{\partial x}[/tex]

[tex]F_y=- \frac{\partial V}{\partial y}[/tex]

[tex]F_z=- \frac{\partial V}{\partial z}[/tex]

The Attempt at a Solution



By the chain rule:

[tex]F_x=-\frac{\partial V}{\partial x}=-[-(\alpha x+ \beta y + \gamma z)ce^{-(\alpha x+\beta y+\gamma z)}(-\alpha)][/tex]

[tex]F_y=-\frac{\partial V}{\partial y}=-[-(\alpha x+ \beta y + \gamma z)ce^{-(\alpha x+\beta y+\gamma z)}(-\beta)][/tex]

[tex]F_z=-\frac{\partial V}{\partial z}=-[-(\alpha x+ \beta y + \gamma z)ce^{-(\alpha x+\beta y+\gamma z)}(-\gamma)][/tex]

Additionally,
[tex]\mathbf{F}=F_x+F_y+F_z[/tex]

So add it up and factor out the common factors and get
[tex]\mathbf{F}=-(\alpha x+\beta y+\gamma z)ce^{-(\alpha x+\beta y +\gamma z)}(\alpha \mathbf{i}+\beta \mathbf{j}+\gamma \mathbf{k})[/tex]

And that would be my final answer, except that the back of the book says that
[tex]\mathbf{F}=ce^{-(\alpha x+\beta y +\gamma z)}(\alpha \mathbf{i}+\beta \mathbf{j}+\gamma \mathbf{k})[/tex]

Can you help me find my error?

Thanks!
 
Check the derivatives

mbrmbrg said:
[tex]F_x=-\frac{\partial V}{\partial x}=-[-(\alpha x+ \beta y + \gamma z)ce^{-(\alpha x+\beta y+\gamma z)}(-\alpha)][/tex]

etc. Recall

[tex]\frac{\partial}{\partial x}e^{f(x)} = e^{f(x)}\frac{\partial f}{\partial x}.[/tex]
 
You used the chain rule incorrectly.

[tex]\textrm{Let}\ \ \ u(x,y,z) = \alpha x+\beta y+\gamma z[/tex]

Then

[tex]\frac{\partial }{\partial x}(ce^{-u}) = \frac{d}{du}(ce^{-u}) \frac{\partial u}{\partial x}[/tex]

[tex]= -\alpha ce^{-(\alpha x+\beta y+\gamma z)}[/tex]

likewise for the partial derivatives wrt y and z.
 
As I recall, chain rule goes like "Derivative of the inner function multiplied by the derivative of the outer function evaluated at the inner function".
 
Right... it's the easy math that bites me in the butt.
Thanks!