answersLogoWhite

0


Best Answer

Gives you distance traveled.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the graph where time is on the x axis ans velocity is on the y axis do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Graphical representation of motion?

Motion can be represented graphically using position-time graphs, velocity-time graphs, and acceleration-time graphs. These graphs provide information about how an object's position, velocity, and acceleration change over time. Position-time graphs show the object's position at different times, velocity-time graphs show how the velocity changes over time, and acceleration-time graphs show how the acceleration changes over time.


What causes speeding up ans slowing down in terms of velocity and acceleration?

Speeding up is caused by a positive acceleration, where an object's velocity increases over time. Slowing down occurs when there is a negative acceleration, leading to a decrease in velocity. These changes in velocity are a result of forces acting on the object, such as friction, gravity, or applied propulsion.


If an object travels for 15 minutes at a constant velocity of 12 miles per hour west what is its acceleration?

The acceleration is zero since the object is moving at a constant velocity. Acceleration is the rate of change of velocity, and in this case, the velocity is not changing.


What is the connect between John Hancock a diamond and timesascent?

i know the answer, but in exchange tell me first ans of 1 ques (AXIS VNIT)


What are two ways to increase momentum?

By increase the objects mass and its velocity, Since Impusle (F x t) is the change in momentum and momentum is (Mass x Velocity) Impulse depends on the magnitude of the applied external force and the time that the force acts on the system. By increasing either of those, impulse on a system will be increased, and the system's momentum will change accordingly.


What is the Difference between causal and anti causal signal?

a signal which has the value starting from t=0 to +ve time axis is called causal signal while , anti causal is a fliped version of causal signal i.e on -ve time axi's signal is called anti causal. ans by: 43805 The THUNDER A.A.T


When is dormia series book 3 coming out?

at time same ans ball


How has the job of the governor general changed over time?

I dont know the ans:


What is the time 2 hours ans 15 minutes later?

2:15


Why people study AMaths?

To enhance your math skills. To help you with your emath, like by differentiation (dy/dx) , u can find the gradient and with that u can check youe ans for graph question on emath :)


What is the equation for momentum?

Momentum of an object is defined as the product of the object's mass and its velocity.momentum (p), mass (m), velocity (v)p=m * vDefinition:Momentum-Measure of how hard it is to stop ans objectChange in time divided by change in speed, use the delta symbol for change (looks like a triangle).


What value is assigned to the type int variable ans in this statement if the value of p is 100 and q is 50?

It is not possible to answer this question without knowing the actual expression used in the assignment statement. The following are merely example expressions showing some of the values that could be assigned to ans: int ans, p=100, q=50; ans = p + q; // ans = 150 ans = p * q; // ans = 5000 ans = p - q; // ans = -50 ans = p / q; // ans = 2 ans = p % q; // ans = 0