PHYS 2211

From Georgia Tech Student Wiki
Revision as of 01:06, 22 April 2025 by 128.61.160.180 (talk) (→‎Prerequisite Knowledge)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

Physics 1 (Mechanics) is "An introductory course which will include mechanics (kinematics, dynamics, work and energy, momentum and collisions, and rotational motion and statics), and may also include oscillations and computational methods."[1]

Classical vs Modern

Classical: more calculus, recitation section (shorter lab period), generally considered more difficult than modern.

Modern: programming in Python (don't worry, it's pretty simple programming)

  • Currently, only Modern Physics is offered.

Topic List

All fundamental principles are highlighted in bold. All Key topics are italicized.

  • Vectors and 3-Dimensional Space
  • Newton's Laws & Kinematics
  • The Momentum Principle
  • Constant and Non-Constant Forces
  • Vector Spring Force
  • Simple Harmonic Motion*
  • Static and Dynamic Equilibrium
  • Young's Modulus*
  • Curving Motion
  • The Energy Principle (Relativistic Included)
  • Energy Graphs
  • The Dot Product (Vector Form)
  • Thermal Energy
  • Point Particle and Multi-Particle Systems
  • Collisions and Explosions
  • The Cross Product (Vector Form)
  • The Angular Momentum Principle
  • Angular Momentum of PP and Multi-Particle Systems

*Topic sometimes not covered.

Registration Information

This is a linked course. However, the lecture section codes no longer correspond to the lab section codes. See the ME department guide (Fall 20) for an explanation.

For current info on which lectures correspond to which labs, read this OSCAR page (Fall 2025). For example, Section A said in Fall 2025:

You must also register for one of the following: PHYS 2211 W01 - W47

And so on for the other sections.

In addition, some sections are major-restricted or study abroad. Make sure to check the OSCAR page and/or the ME dept guide!

For the lecture sections, notice how they all include one time-block very late in the day. This is the test period, and it will only be used 3 times per semester.

Laboratory Information

The Laboratory Component is split up into two areas: Lab Experiments and Group Problem Solving.

Lab Experiments:

There are 5 Lab Experiments, which are peer-graded video lab reports. Your lowest scored peer is dropped and your grade is the average of the rest of your peers.

Group Problem Solving (GPS):

Each week during lab, you will be given a GPS assignment with the other students sitting at the lab table with you. The lowest GPS is dropped, meaning everyone gets a free no-questions-asked absence.

Prerequisite Knowledge

MATH 1551 with a D or higher and MATH 1552 (Concurrent Enrollment Allowed) with a D or higher.

  • Generally Light Integration Skills Required.

Resources

This class roughly follows Matter & Interactions Vol. I: Modern Mechanics, 4th Edition by R. Chabay & B. Sherwood (John Wiley & Sons 2015)

Labs use very basic Python, and tests occasionally ask for the Python equivalent of vector math.

Don't be intimidated by the programming, since it is relatively straightforward and you can ask for help from TAs and other students in labs.

If you are still concerned about Python, this website has tutorials which are extremely similar to your Physics labs.