Proving Conservative Force F(x,y): Steps & Examples

AI Thread Summary
To determine if the force F(x,y) = (x² + 3y + 11)î + (3x + 5y³ + 11)ĵ is conservative, one must calculate the curl of the vector field. The curl is derived from the vector differential operator and involves a determinant that incorporates the components of F. There is confusion regarding the distinction between gradient and curl, as they are fundamentally different operations. The discussion highlights a lack of resources in the textbook for handling forces expressed in vector notation, leading to frustration among participants. Understanding the correct application of these mathematical concepts is crucial for solving the problem effectively.
KaiserBrandon
Messages
51
Reaction score
0

Homework Statement


show that the force F(x,y) = (x^{2}+3y+11)\widehat{x} + (3x +5y^{3}+11)\widehat{y} is conservative

Homework Equations


it's conservative if \nabla X F = 0

The Attempt at a Solution


ok, I know how to take the gradient of a function like F(x,y) = x^2 + 3xy + 3 + y, but I'm not sure how to take the gradient of the function for this question. I've tried many things, including taking the partial derivative of x within the brackets next to the x unit vector, and the partial derivative of y within the brackets next to the y unit vector.
 
Physics news on Phys.org
\mathbf{\nabla}\times\textbf{F} represents the curl of \textbf{F}, not the gradient. I'm sure your textbook covers how to calculate a curl, so I suggest you open it up and read that section.
 
yes I know it represents the curl. I know how to find the curl if I have the gradient. But I'm stuck on the part where you have to find the gradient
 
Gradient and curl are two very different types of derivatives. The gradient takes a scalar function as input and outputs a vector function. The curl takes a vector function as input and outputs a vector function. You do not calculate the curl by first calculating the gradient.

You seem very confused on how to calculate the curl of a vector field, so again, I recommend you open your textbook and read the section on curls.
 
the curl is a cross product between the gradient of the force and the force itself. The textbook only tells me how to find the curl given a force in the form of say F(x,y) = x^2 + y^2 + 2, where the finding the gradient is straightforward, and so is using that to find the curl. however, for this question, the force is given in terms of
\widehat{x}, \widehat{y}
I don't know how to do it using a force given in this way, and my textbook nor the class notes have any information either. And I can't find anything on the internet either.
 
KaiserBrandon said:
the curl is a cross product between the gradient of the force and the force itself.

No, it isn't. The gradient of a vector, like \textbf{F}, would be a second rank tensor (or matrix)...how exactly would you compute the cross product of a tensor/matrix with a vector?

The curl of \textbf{F} is the cross product of the vector differential operator \mathbf{\nabla}=\hat{\mathbf{x}}\frac{\partial}{\partial x}+\hat{\mathbf{y}}\frac{\partial}{\partial y}+\hat{\mathbf{z}}\frac{\partial}{\partial z} (often called the "Del operator" or "nabla operator") with \textbf{F}. It can be represented by the following determinant:

\mathbf{\nabla}\times\textbf{F}=\begin{vmatrix}\hat{\mathbf{x}} & \hat{\mathbf{y}} & \hat{\mathbf{z}} \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\ F_x & F_y & F_z\end{vmatrix}=\left( \frac{\partial F_z}{\partial y}- \frac{\partial F_y}{\partial z}\right)\hat{\mathbf{x}}+\left( \frac{\partial F_x}{\partial z}- \frac{\partial F_z}{\partial x}\right)\hat{\mathbf{y}}+\left( \frac{\partial F_y}{\partial x}- \frac{\partial F_x}{\partial y}\right)\hat{\mathbf{z}}


I don't know how to do it using a force given in this way, and my textbook nor the class notes have any information either. And I can't find anything on the internet either.

I can't believe that. What textbook are you using?
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top