Want help regarding my classical mechanics assignment

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Dr.Brain
Messages
539
Reaction score
2

Homework Statement



I need to write a C program to simulate physics problems. My job is to write a code , in which I give the user a function F(x) = ax^n + bx^(n-1) + ... , and user inputs the coefficients a,b,c ... and my computer code should tell whether the given force F(x) is conservative or not.

Please tell me what is the condition for any f(x) to be conservative , I am good at C , but i have no idea about the condition .Please help me formulate this problem.

Thanks.
 
Physics news on Phys.org
Look at the definition of curl as given in cartesian coordinates:

http://mathworld.wolfram.com/Curl.html

for a force to be conservative, the vector needs to be 0... ie the coefficient of [tex]\hat{x}[/tex], [tex]\hat{y}[/tex] and [tex]\hat{z}[/tex] are each equal to 0.

In your formula, there are only x's... so I presume the force is acting in the x-direction... and depends only on the x-value... in that case the force is conservative already... no matter what coefficients you give...

I think you need to incorporate y, z etc...