Southperry.net
Precalc/Physics help (vectors) - Printable Version

+- Southperry.net (https://www.southperry.net)
+-- Forum: Social (https://www.southperry.net/forumdisplay.php?fid=14)
+--- Forum: Rubik's Cube (https://www.southperry.net/forumdisplay.php?fid=58)
+--- Thread: Precalc/Physics help (vectors) (/showthread.php?tid=38691)



Precalc/Physics help (vectors) - Imagine - 2011-03-02

Like the title says, this is vectors.
A. Given the following diagram, find the tension on cables AC and BC.
[Image: precalc.png]
(Crappy paint diagram FTW)
I ended up deriving the magnitude/tension of vectors AC and BC using the angles I marked in red and blue. When I did this, I ended up getting an answer similar to the actual answer. Like 0.5 off. Is this because of me rounding off numerous parts of my work, or did I derive the equations for both vectors from the wrong angle?

B. A large box is pushed up a 17 degree hill with a horizontal force of 23 lbs. Find the work done.
For this problem, I set up vector u (the box being pushed up the slope) as 23cos17i+23sin17j and v (the distance) as 14i. I then found the dot product of 2 equations. The answer I got was right, but I'm afraid that I did the problem wrong somehow. So did I?

C. Two industrial spies slide an initially stationary 225 kg floor safe a distance of 8.5 m towards their truck. Spy 1 pushes the safe at an angle of 30 degrees downward from the horizontal with a force of 12.0 N. Spy 2 pulls with a force of 10.0 N at an angle of 40 degrees above the horizontal. Find the net work done by the two forces.
I have a general idea on how to solve the problem, but the terms they used for the angle and the use of Newtons in the problem confuse me. Can anyone show me what to do for this problem?


Precalc/Physics help (vectors) - 2147483647 - 2011-03-03

[Image: 20110303092454.jpg]


Precalc/Physics help (vectors) - 2147483647 - 2011-03-03

Dammit. I found an error. The work that is lost through sliding kinetic friction has to be added to the total work, because to push an object over a distance under the force of friction, a larger force, or a force exerted over more time would be necessary to push the object across the same distance.


Precalc/Physics help (vectors) - Imagine - 2011-03-03

Not taking physics, so all those terms confuse me.


Precalc/Physics help (vectors) - 2147483647 - 2011-03-04

There's actually not much physics going on in here. It's just math with certain constants in certain places. Although it's nice to know some physics, knowledge of it isn't completely necessary. Very few actual physics concepts are involved. Namely, the only ones are: sliding friction is proportional to the normal force (force that's exerted on the object by the surface that it's on), force due to gravity is mass*(acceleration due to gravity), and work done is equal to the force times the displacement (and that these two must be in the same direction). If you're unfamiliar with the symbols, here they are:

m = mass
g = acceleration due to gravity
d = distance
F = force = mass*acceleration
W = work = force*distance
μ = coefficient of friction

These are really just constants. It might be nice to already know some of these, but the important ones should have already been given to you in your math course.

The first problem is entirely geometric. Once you know that the force downward is the mass, m, times the acceleration due to gravity, g, and that it's attached to two cables from the ceiling, you can automatically say that each wire will be exerting the same amount of upward force to hold up the mass. You know the y-component and you know the ratios between each of the sides of the triangles. You can rescale the force from the vertical direction to the final direction.

For the second problem, if you want a geometrical interpretation, this is possible from the picture. If you don't know any calculus, you can just skip to the last two lines. What's necessary here is that you know the work is defined as the displacement times the force that's acting in the same direction as that displacement.

For the third problem, I pretty much made the answer very simple to see. The force done is done at an angle, but the box is moving horizontally. Since you only want to consider the component of the force that's in the same direction as the motion of the box. It's very easy to see that this is just (F1)*cos(θWink and (F2)*cos(φWink, and since work is force times distance, then you can easily find that the total work done is just those two added up times the displacement.

The following shouldn't be new to you, but I will list them anyways:

r = parametrization of the curve

In other words, you can break down any function into an x path and a y path.
For example, take f(x) = x^2. You can rewrite that as:
f(t) = <t,t^2>, or ti + t^2j. That means that for every t step you take outward in the x direction (the first half), you take t^2 steps in the y direction (the second half).

φ and θ are angles

i, j, and k (with the ^ hats) are the unit vectors, meaning a vector with lengths of 1 in x, y, and z directions, respectively.

Hopefully, this wasn't too abstract. If you didn't understand any of this at all, at least you should know how to plug variables into the solutions and see if you obtain the same results.