Open qa 19

course Phy 231

7/3 1

019. Vector quantities Question: `q001. Note that this assignment contains 5 questions.

. If you move 3 miles directly east then 4 miles directly north, how far do end up from your starting point and what angle would a straight line from your starting point to your ending point make relative to the eastward direction?

Your solution:

Distance = sqrt(3mi ^2 + 4mi ^2) = sqrt(9+16) = 5 miles from the starting point

Direction = arctan(4mi/3mi) = 53.1 degrees

confidence rating #$&*: 3

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

If we identify the easterly direction with the positive x axis then these movements correspond to the displacement vector with x component 3 miles and y component 4 miles. This vector will have length, determined by the Pythagorean Theorem, equal to `sqrt( (3 mi)^2 + (4 mi)^2 ) = 5 miles. The angle made by this vector with the positive x axis is arctan (4 miles/(three miles)) = 53 degrees.

Self-critique (if necessary): OK

Self-critique Assessment: OK

*********************************************

Question: `q002. When analyzing the force is acting on an automobile as it coasts down the five degree incline, we use and x-y coordinate system with the x axis directed up the incline and the y axis perpendicular to the incline. On this 'tilted' set of axes, the 15,000 Newton weight of the car is represented by a vector acting straight downward. This puts the weight vector at an angle of 265 degrees as measured counterclockwise from the positive x axis. What are the x and y components of this weight vector?

Your solution:

X component = 15000 cos(265) = -1307N

Y component = 15000 sin(265) = -14943N

confidence rating #$&*: 3

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

The x component of the weight vector is 15,000 Newtons * cos (265 degrees) = -1300 Newtons approximately.

The y component of the weight vector is 15,000 Newtons * sin(265 degrees) = -14,900 Newtons.

Note for future reference that it is the -1300 Newtons acting in the x direction, which is parallel to the incline, then tends to make the vehicle accelerate down the incline. The -14,900 Newtons in the y direction, which is perpendicular to the incline, tend to bend or compress the incline, which if the incline is sufficiently strong causes the incline to exert a force back in the opposite direction. This force supports the automobile on the incline.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary): OK

Self-critique Assessment: OK

*********************************************

Question: `q003. If in an attempt to move a heavy object resting on the origin of an x-y coordinate system I exert a force of 300 Newtons in the direction of the positive x axis while you exert a force of 400 Newtons in the direction of the negative y axis, then how much total force do we exert on the object and what is the direction of this force?

Your solution:

Total force = sqrt(300N ^2 + (-400N) ^2) = 500 N

Direction = arctan(-400/300) = -53.13 degrees

-53.13+360 degrees = 307 degrees

confidence rating #$&*: 3

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

Force is a vector quantity, so we can determine the magnitude of the total force using the Pythagorean Theorem. The magnitude is `sqrt( (300 N)^2 + (-400 N)^2 ) = 500 N. The angle of this force has measured counterclockwise from the positive x axis is arctan ( -400 N / (300 N) ) = -53 deg, which we express as -53 degrees + 360 degrees = 307 degrees.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary): OK

Self-critique Assessment: OK

*********************************************

Question: `q004. If I exert a force of 200 Newtons an angle of 30 degrees, and you exert a force of 300 Newtons at an angle of 150 degrees, then how great will be our total force and what will be its direction?

Your solution:

Ax = 200N(cos30) = 173.2N

Ay = 200N(sin30) = 100N

Bx= 300N(cos150) = -259.8N

By = 300N(sin150) = 150N

Rx = 173.2-259.8 = -86.6N

Ry = 100+150 = 250N

Total force = sqrt(-86.6^2 + 250^2) = 264.6N

Direction = arctan(250/-86.6) = -70.89

-70.89 + 180 = 109 degrees

confidence rating #$&*: 3

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

My force has an x component of 200 Newtons * cosine (30 degrees) = 173 Newtons approximately, and a y component of 200 Newtons * sine (30 degrees) = 100 Newtons. This means that the action of my force is completely equivalent to the action of two forces, one of 173 Newtons in the x direction and one of 100 Newtons in the y direction.

Your force has an x component of 300 Newtons * cosine (150 degrees) = -260 Newtons and a y component of 300 Newtons * sine (150 degrees) = 150 Newtons. This means that the action of your force is completely equivalent the action of two forces, one of -260 Newtons in the x direction and one of 150 Newtons in the y direction.

In the x direction and we therefore have forces of 173 Newtons and -260 Newtons, which add up to a total x force of -87 Newtons. In the y direction we have forces of 100 Newtons and 150 Newtons, which add up to a total y force of 250 Newtons.

The total force therefore has x component -87 Newtons and y component 250 Newtons. We easily find the magnitude and direction of this force using the Pythagorean Theorem and the arctan.

The magnitude of the force is `sqrt( (-87 Newtons) ^ 2 + (250 Newtons) ^ 2) = 260 Newtons, approximately.

The angle at which the force is directed, as measured counterclockwise from the positive x axis, is arctan (250 Newtons/(-87 Newtons) ) + 180 deg = -71 deg + 180 deg = 109 deg.

Self-critique (if necessary): OK

Self-critique Assessment: OK

*********************************************

Question: `q005. Two objects, the first with a momentum of 120 kg meters/second directed at angle 60 degrees and the second with a momentum of 80 kg meters/second directed at an angle of 330 degrees, both angles measured counterclockwise from the positive x axis, collide. What is the total momentum of the two objects before the collision?

Your solution:

Ax = 120kgm/s(cos60) = 60kgm/s

Ay = 120kgm/s(sin60) = 103.9kgm/s

Bx = 80kgm/s(cos330) = 69.3kgm/s

By = 80kgm/s(sin330) = -40kgm/s

Rx = 60kgm/s + 69.3kgm/s = 129.3kgm/s

Ry = 103.9kgm/s -40kgm/s = 63.9kgm/s

Total momentum = sqrt(129.3kgm/s ^2 + 63.9kgm/s ^2) = 144.2 kg m/s

Direction = arctan(63.9/129.3) = 26.3 degrees

confidence rating #$&*: 3

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

The momentum of the first object has x component 120 kg meters/second * cosine (60 degrees) = 60 kg meters/second and y component 120 kg meters/second * sine (60 degrees) = 103 kg meters/second.

The momentum of the second object has x component 80 kg meters/second * cosine (330 degrees) = 70 kg meters/second and y component 80 kg meters/second * sine (330 degrees) = -40 kg meters/second.

The total momentum therefore has x component 60 kg meters/second + 70 kg meters/second = 130 kg meters/second, and y component 103 kg meters/second + (-40 kg meters/second) = 63 kg meters/second.

The magnitude of the total momentum is therefore `sqrt((130 kg meters/second) ^ 2 + (63 kg meters/second) ^ 2) = 145 kg meters/second, approximately.

The direction of the total momentum makes angle arctan (63 kg meters/second / (130 kg meters/second)) = 27 degrees, approximately.

Self-critique (if necessary): OK

Self-critique Assessment: OK

"

&#Very good responses. Let me know if you have questions. &#

#$&*