Newton S 2Nd Law

Newton’s 2nd law

graph TB N2L("Newton’s 2nd Law") N2L --> FMA("Force = Mass x Acceleration") FMA --> F[Force] FMA --> M[Mass] FMA --> A[Acceleration] F --> F1("Force is a vector quantity") M --> M1("Mass is a scalar quantity") A --> A1("Acceleration is a vector quantity") F1 --> F2("Direction of the force is the same as the direction of the acceleration") A1 --> A2("Acceleration is directly proportional to force") M1 --> M2("Acceleration is inversely proportional to mass")