Solving Word Problem - Picture Guide

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Word problem
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
17 replies · 3K views
Miike012
Messages
1,009
Reaction score
0
I added a picture


my work is inside the picture...
 

Attachments

  • qqqqqq.jpg
    qqqqqq.jpg
    16.8 KB · Views: 481
Physics news on Phys.org
Wont that give me the same result?
 
-(5)(2) - (9.8/2)(4) = y(init)... same thing
 
actually I get 29.6... but its neg...
 
shouldnt it be negative instead of pos?
 
Miike012 said:
-(5)(2) - (9.8/2)(4) = y(init)... same thing

Your original equation is y=y(init)+v(init)t-(1/2) g t2
At the final position, y=0. g=9.8 m/s2, v(init)=-5 m/s,
So the equation is

y(init)-5*2 -(9.81/2)(4)=0 or y(init)-[5*2 +(9.81/2)(4)]=0

You subtract (10+9.81*2) from y(init) and you get zero. What is y (init)?

When solving an equation, we isolate the unknown at one side, by adding everything else to both sides or subtracting everything else form both sides, or multiplying/dividing both sides...

Add 5*2+(9.81/2)(4) to both sides now

ehild
 
When working with free falling objects... In general... Is acceleration always calculated to be -9.80 in the equation?

because I origninally thought a = -g meaning -(1/2) (-g) t^2 = (1/2) (g) t^2
... but I see that the original equation already has a neg sign there for acc... "-" (1/2) g t^2.
 
You can choose positive and negative direction arbitrary, but once decided, you must use it consequently.

g is posite, it means the magnitude of gravitational acceleration on the surface of the Earth. It is about 9.8 m/s2.

If you choose that y is height then the upward direction is positive. Gravity acts downward, so the acceleration is -g or -9.8 m/s2.

If you choose the quantity y as the displacement in downward direction, then the downward acceleration is positive and it is g=9.8 m/s2.

ehild
 
Sorry.. Let me see if I understand...

If distance is counted + in upward direction, then a = -g if an object is thrown upward...

If distance is counted + in upward direction, then a = g if an object is dropped from a building downward?
is this correct?
 
No, the acceleration due to gravity is always downward so if you take + in the upward direction, g is negative. It is the initial velocity that is positive if the object is thrown upward, negative if it is thrown downward, 0 if it is "dropped".
 
Ok last question... I made downward direction neg... but in your about post you said
g=9.8 m/s2, why did u not say -9.8 m/s^2?
 
Is it because the - sign is already in the equation?
 
Yes, the equation is written assuming the upward direction is positive.

The original equation you learn for constant acceleration a is[tex]y=y_0+{v_y}_0 t+\frac{1}{2}at^2[/tex]If you take the upward direction to be positive, you have a=-g=-9.8 m/s2, so you get[tex]y=y_0+{v_y}_0 t-\frac{1}{2}gt^2[/tex]This is the equation you're using, so by using it, you've assumed the upward direction is positive. On the other hand, if you take the downward direction to be positive, you would have a=+g=+9.8 m/s2, so you get[tex]y=y_0+{v_y}_0 t+\frac{1}{2}gt^2[/tex]In both cases, g=+9.8 m/s2 since g is the magnitude of the acceleration due to gravity.

As ehild said, both ways will work, but you have to be consistent and adjust the signs on the various quantities depending on which convention you're following.
 
Mike,

Suppose a body moves with uniform acceleration. Its position in terms of time is y(t)=y(init) + v(init) t+a/2 t2.
In case gravity is the only force acting on the body, you know that it accelerates downward, and the magnitude of the acceleration is g=9.8 m/s2. The value of g can be given with more or less accuracy, and it is different at different places of Earth, but it is always a positive number.

Before you start to solve a problem you draw a figure and show what direction you mean positive. You should choose the sign of both the acceleration and initial velocity with respect to this direction.
In the problem, y(init) is positive, and the position of the stone is always positive till it reaches the ground, where y is defined zero.
The initial velocity is downward, so it is negative, -5 m/s. Have been the stone thrown upward, the initial velocity would be positive.
The acceleration is downward, and its magnitude is equal to g, so a=-g =-9.8 m/s2. So your equation is

y(t)=y(init)-5t-9.8/2 t2.

ehild
 

Attachments

  • droppedstone.JPG
    droppedstone.JPG
    6.1 KB · Views: 429