MHB How do I plot a distance-time graph using TikZ?

  • Thread starter Thread starter mathlearn
  • Start date Start date
  • Tags Tags
    Doubt Graph Time
mathlearn
Messages
331
Reaction score
0
Problem

View attachment 6052

Plot the above given information in a Distance time graph.

View attachment 6051

View attachment 6050

Where do I need help

Hoping my graph is correct

Show that the speed in the final 6 seconds is twice the speed in first 6 seconds

But I'm having trouble here , I know $ distance=\frac{distance}{time} $

Many Thanks :)
 

Attachments

  • okay 1.jpg
    okay 1.jpg
    26.6 KB · Views: 96
  • okay 2.jpg
    okay 2.jpg
    32.5 KB · Views: 94
  • Capturedistance.PNG
    Capturedistance.PNG
    1.4 KB · Views: 113
Mathematics news on Phys.org
The average speed $\overline{v}$ over some time interval $\Delta t$ is given by the change in distance $d$ divided by the change in time.

So for the first 6 seconds (assuming the initial position is at 0), we have:

$$\overline{v}_1=\frac{\Delta d}{\Delta t}=\frac{30-0}{6-0}$$

And for the last 6 seconds, we have:

$$\overline{v}_2=\frac{\Delta d}{\Delta t}=\frac{90-30}{12-6}$$

Can you now show that $\overline{v}_2=2\overline{v}_1$?
 
MarkFL said:
The average speed $\overline{v}$ over some time interval $\Delta t$ is given by the change in distance $d$ divided by the change in time.

So for the first 6 seconds (assuming the initial position is at 0), we have:

$$\overline{v}_1=\frac{\Delta d}{\Delta t}=\frac{30-0}{6-0}$$

And for the last 6 seconds, we have:

$$\overline{v}_2=\frac{\Delta d}{\Delta t}=\frac{90-30}{12-6}$$

Can you now show that $\overline{v}_2=2\overline{v}_1$?

Thank you very much :)

First 6 seconds

$$\overline{v}_1=\frac{\Delta d}{\Delta t}=\frac{30-0}{6-0}$$

$$\overline{v}_1=\frac{30-0}{6-0}=\frac{30}{6}$$=5 meters per second

Last 6 seconds

$$\overline{v}_2=\frac{90-30}{12-6}=\frac{60}{6}=$$10 meters per second

Yes Now it is shown that first 6 second speed=2*last 6 second speed

Have I plot the distance time graph correctly? :)

Many Thanks :)
 
Yes, your plots look good to me. (Star)

Using our new TikZ feature:

\begin{tikzpicture}
%preamble \usepackage{pgfplots}
\begin{axis}
\addplot coordinates {(0,0) (2,10) (4,20) (6,30) (8,50) (10,70) (12,90)};
\end{axis}
\end{tikzpicture}
 
MarkFL said:
Yes, your plots look good to me. (Star)

Using our new TikZ feature:

\begin{tikzpicture}
%preamble \usepackage{pgfplots}
\begin{axis}
\addplot coordinates {(0,0) (2,10) (4,20) (6,30) (8,50) (10,70) (12,90)};
\end{axis}
\end{tikzpicture}

Thank you very much MarkFL ! (Happy) (Smile) (Party) , And that's when TIKz comes handy! :)
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top