aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/Physics/README.org
blob: 0620cc93c533f9be012e170fd1ca1d7480cd724b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#+ TITLE : README
#+ DATE : <2017 - 04 - 17 Mon>
#+ AUTHOR:
#+ EMAIL : yannherklotz @yann - arch
#+ OPTIONS : ':nil *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline
#+ OPTIONS : author : t c : nil creator : comment d : (not"LOGBOOK") date : t
#+ OPTIONS : e : t email : nil f : t inline : t num : t p : nil pri : nil stat : t
#+ OPTIONS : tags : t tasks : t tex : t timestamp : t toc : t todo : t | : t
#+ CREATOR : Emacs 25.1.1(Org mode 8.2.10)
#+ DESCRIPTION:
#+ EXCLUDE_TAGS : noexport
#+ KEYWORDS:
#+ LANGUAGE : en
#+ SELECT_TAGS : export

*Physics Engine

    **Acceleration,
    speed and position

        I have a = dv / dt;
v = dp / dt;

I am going to use the second order runga kutta method with a = 0, b = 1,
                                                           alpha =
                                                               1 / 2 and beta =
                                                                   1 / 2