Hi,
I've found a link that should assist you or answer your question.
http://click.dji.com/ANbvbbP7bwUWtSACp6U_?pm=link&as=0004
Have a nice day!
Answer:
4th answer
Explanation:
The gradient of a distance-time graph gives the speed.
gradient = distance / time = speed
Here, the gradient is a constant till 30s. So it has travelled at a constant speed. It means it had not accelarated till 30s. and has stopped moving at 30s.
Answer:
what do you mean by that.
Answer:OB=58.3m
Explanation:
So here cow wanders 30m in north and turns 22 degrees in right side and moves 40m more, as shown in figure given.
now take the starting point as a origin such that cow moves in x-y co-ordinate axis.
As shown in figure length OA is the length when cow moves in north or y direction. Later she takes 22 degrees turn to right and moves 40m more.
So the final displacement is the length of cow from the origin that is length OB.
now co-ordinates of B are [40cos22°,40sin22°+30] i.e [37.084,44.984]
now displacement of cow= length of OB
= ![\sqrt{[37.084]^{2}+[44.984]^{2} }](https://tex.z-dn.net/?f=%5Csqrt%7B%5B37.084%5D%5E%7B2%7D%2B%5B44.984%5D%5E%7B2%7D%20%20%7D)
=
OB =
Line of code will call force with a value of 10 for mass and a value of 9.81 for acceleration is force(10, 9.81).
<h3 /><h3>Line of code for force and acceleration</h3>
- In mechanics, acceleration refers to the rate at which an object's velocity with respect to time varies.
- Acceleration is a vector quantity (in that they have magnitude and direction).
- The direction of an object's acceleration is determined by the direction of the net force acting on it.
- Newton's Second Law states that the combined effect of two factors determines how much an item accelerates.
- The size of the net balance of all external forces acting on the object is, in accordance with the materials used to create it.
- It inversely proportional to its mass, whereas the magnitude of the net resultant force is directly proportional to the net force.
def force(mass, acceleration):
force_val = mass*acceleration
return force_val
10 is assigned to mass and 9.81 is assigned to acceleration
def force(10, 9.81)
So, Line of code will call force with a value of 10 for mass and a value of 9.81 for acceleration is force(10, 9.81).
Learn more about acceleration here:
brainly.com/question/460763
#SPJ4