Parallel and perpendicular vectors

AI Thread Summary
The discussion focuses on resolving the forces acting on a mass sliding down a parabolic slope defined by the equation y=ax^2+bx+c, with a y-intercept of h and a repeated root l. The participants analyze the components of gravitational force parallel and perpendicular to the direction of motion, using vector calculus to derive expressions for these forces. A potential error is identified regarding the magnitude of the parallel force component, particularly concerning the sign of the term (2ax+b). The need for absolute values in the equations is emphasized, as well as the importance of expressing parameters a and b in terms of h and l. The conversation highlights the complexities of analyzing motion along a curved path in physics.
Gregg
Messages
452
Reaction score
0
If a mass takes a path down a slope of a parabola. The force downward is its weight. I need to resolve the perpendicular and parallel (to direction of motion) forces.

y=ax^2+bx+c, it has a y intercept of h and a repeated root l. a>0. The mass slides from x=0 to x=l with no friction.

d\vec{r} = \left(<br /> \begin{array}{c}<br /> 1 \\<br /> 2ax+b<br /> \end{array}<br /> \right)\text{dx}

A unit vector in this direction:

\hat{u} = \frac{1}{\sqrt{1+(2ax+b)^2}}\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 2ax+b<br /> \end{array}<br /> \right)

To get the size of the component of the force parallel to the curve:

mg \cos (\theta) = mg\frac{(2ax+b)}{\sqrt{1+(2ax+b)^2}}

mg \cos (\theta) \hat{u} = mg\frac{(2ax+b)}{\sqrt{1+(2ax+b)^2}} \frac{1}{\sqrt{1+(2ax+b)^2}}\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 2ax+b<br /> \end{array}<br /> \right) = mg \frac{(2ax+b)}{1+(2ax+b)^2}\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 2ax+b<br /> \end{array}<br /> \right)

I don't think this is right
 
Physics news on Phys.org
This can't be right because then

\int \vec{F}\cdot d\vec{r} = Mg(al^2 + bl) \ne Mgh
 
Could someone have a look at this
 
Gregg said:
If a mass takes a path down a slope of a parabola. The force downward is its weight. I need to resolve the perpendicular and parallel (to direction of motion) forces.

y=ax^2+bx+c, it has a y intercept of h and a repeated root l. a>0. The mass slides from x=0 to x=l with no friction.

d\vec{r} = \left(<br /> \begin{array}{c}<br /> 1 \\<br /> 2ax+b<br /> \end{array}<br /> \right)\text{dx}

A unit vector in this direction:

\hat{u} = \frac{1}{\sqrt{1+(2ax+b)^2}}\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 2ax+b<br /> \end{array}<br /> \right)

To get the size of the component of the force parallel to the curve:

mg \cos (\theta) = mg\frac{(2ax+b)}{\sqrt{1+(2ax+b)^2}}
There is a subtle mistake at play here. You want the magnitude of the parallel force component, i.e., its absolute value. So there should be a big absolute value sign on the r.h.s. in that last equation.

The absolute value is not an issue for m, g, and the square-root expression since those are all positive. But what about the 2ax+b term, is that negative or positive?

Hints:
1. We are only considering 0<x<l.
2. Express a and b each in terms of h and l, if you have not already done so.
mg \cos (\theta) \hat{u} = mg\frac{(2ax+b)}{\sqrt{1+(2ax+b)^2}} \frac{1}{\sqrt{1+(2ax+b)^2}}\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 2ax+b<br /> \end{array}<br /> \right) = mg \frac{(2ax+b)}{1+(2ax+b)^2}\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 2ax+b<br /> \end{array}<br /> \right)

I don't think this is right
test
 
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