File:Steinwurf.png

From testwiki
Revision as of 19:04, 21 December 2010 by Schubotz (talk | contribs) (<source lang=mathematica> N[v0] = 25; N[\[CurlyPhi]] = 30 \[Degree]; N[g] = 9.81; x[t_] = v0 Cos[\[CurlyPhi]] t; y[t_] := v0 Sin[\[CurlyPhi]] t - 1/2*g*t^2; tMax = t /. Solve[y'[t] == 0, t]1, 1 yMax = y[tMax] N[yMax] Plot[{x[t], y[t], x'[t], y'[t]}, {)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
N[v0] = 25; N[\[CurlyPhi]] = 30 \[Degree]; N[g] = 9.81;
x[t_] = v0 Cos[\[CurlyPhi]] t;
y[t_] := v0 Sin[\[CurlyPhi]] t - 1/2*g*t^2;
tMax = t /. Solve[y'[t] == 0, t][[1, 1]]
yMax = y[tMax]
N[yMax]
Plot[{x[t], y[t], x'[t], y'[t]}, {t, 0, 3}]

The following page uses this file: