AP Physics C: Mechanics 50 Flashcards Advanced 100% Free

AP Physics C: Mechanics:: Newtons Laws

Created by Chat Robotics Community  ·  Updated 2026-09-08

Curriculum Overview

Comprehensive, high-yield AP Physics C: Mechanics study deck focusing on Newtons Laws. Features 50 rigorous, curriculum-aligned flashcards designed for advanced-level mastery. Core concepts covered include Newtons Laws, key problem-solving heuristics, foundational formulas, and exam-tested application scenarios. Ideal for active recall review, spaced repetition study, and scoring in the top percentile.

Topics & Key Concepts

BOTH This FORCE LINEAR SECOND Physics CONSTANT EQUATION Newton's VELOCITY

Sample Flashcard Questions & Answers

Showing 8 of 50 cards
Question #1 Active Recall

How is NEWTON'S SECOND LAW expressed as a DIFFERENTIAL EQUATION, using the calculus definitions of velocity and acceleration, in terms of the NET FORCE and the object's MOMENTUM?

- **A)** Newton's second law states that F_net = dp/dx (net force equals momentum's derivative with respect to POSITION), rather than with respect to time
- **B)** Newton's second law is F_net = dp/dt (net force equals the TIME DERIVATIVE of momentum) -- for CONSTANT mass, this reduces to the more familiar F_net=ma, but the dp/dt form is more GENERAL, correctly handling systems where mass itself CHANGES over time
- **C)** Newton's second law applies only to constant-mass systems, with the dp/dt formulation being an entirely unrelated, invalid concept
- **D)** This concept has no actual mathematical relationship between Newton's second law and the derivative of momentum

Answer & Explanation:
**Answer: B)**

F_net=dp/dt is the more GENERAL, calculus-based statement of Newton's second law for this course, directly extending beyond the simpler F=ma (valid only for constant mass) to handle variable-mass systems.
Question #2 Active Recall

For a VARIABLE FORCE F(x) that depends on POSITION (rather than being constant), how must NEWTON'S SECOND LAW be solved using calculus to find an object's VELOCITY as a function of position, given the differential equation m*(dv/dt) = F(x)?

- **A)** This concept has no actual relationship between the chain rule and solving Newton's second law for a position-dependent force
- **B)** Using the CHAIN RULE, dv/dt can be rewritten as v*(dv/dx) (since dv/dt = dv/dx * dx/dt = dv/dx * v) -- this transforms the equation into m*v*(dv/dx) = F(x), which can then be solved by SEPARATING VARIABLES and INTEGRATING with respect to position x
- **C)** Variable position-dependent forces cannot actually be analyzed using any calculus-based method, making Newton's second law inapplicable in this case
- **D)** The equation m*(dv/dt)=F(x) can be solved by simply integrating F(x) with respect to TIME directly, without any need for the chain-rule substitution

Answer & Explanation:
**Answer: B)**

This v*(dv/dx) chain-rule substitution technique is a crucial, frequently-tested calculus method for this course, directly enabling solutions to Newton's second law when force depends on POSITION rather than time.
Question #3 Active Recall

For a VARIABLE FORCE F(v) that depends on VELOCITY (such as a DRAG FORCE, common for objects moving through a fluid), how is NEWTON'S SECOND LAW, m*(dv/dt) = F(v), typically solved using calculus?

- **A)** The differential equation m*(dv/dt) = F(v) is solved by SEPARATING VARIABLES (rearranging to isolate all velocity terms on one side and time terms on the other: m*dv/F(v) = dt), then INTEGRATING both sides to find velocity as a function of time
- **B)** Velocity-dependent forces cannot actually be analyzed using any calculus-based method, making Newton's second law inapplicable in this case
- **C)** This concept has no actual relationship between separation of variables and solving Newton's second law for a velocity-dependent force
- **D)** The equation m*(dv/dt)=F(v) can only be solved if F(v) happens to be CONSTANT, with no actual method available for a genuinely velocity-dependent force

Answer & Explanation:
**Answer: A)**

This separation-of-variables technique is THE standard calculus method for solving velocity-dependent force problems (like drag/air resistance), a frequently-tested differential-equation skill for this course.
Question #4 Active Recall

For an object falling through air with a LINEAR DRAG FORCE (F_drag = -b*v, proportional to velocity and opposing motion), what does the resulting DIFFERENTIAL EQUATION, m*(dv/dt) = mg - b*v, predict about the object's LONG-TERM (steady-state) behavior as time approaches infinity?

- **A)** As time increases, the object approaches a CONSTANT TERMINAL VELOCITY, v_terminal = mg/b, at which point the gravitational force is EXACTLY BALANCED by the drag force (dv/dt=0, since the net force becomes zero at this specific velocity)
- **B)** The object's velocity always returns to ZERO as time increases, regardless of the drag force or gravitational force involved
- **C)** The object's velocity increases WITHOUT BOUND (approaching infinity) as time increases, contradicting the actual terminal-velocity-limiting behavior of drag forces
- **D)** This differential equation has no actual relationship to predicting an object's long-term velocity behavior while falling through air

Answer & Explanation:
**Answer: A)**

The terminal-velocity result (v=mg/b, where dv/dt=0) is a classic, frequently-tested application of this unit's differential-equation approach to variable (velocity-dependent) forces, directly explaining a well-known real-world phenomenon.
Question #5 Active Recall

What is the mathematical FORMULA for FRICTION as a force that OPPOSES relative motion (or the TENDENCY of relative motion) between two surfaces, and how does this concept extend from the algebra-based treatment (familiar from AP Physics 1) into this course's calculus-based framework?

- **A)** Friction (F_friction = mu*N, where mu is the coefficient of friction and N is the normal force) retains the SAME basic formula from algebra-based physics, but in this course's calculus-based framework, friction is INCORPORATED directly into the differential equation of motion (F_net=ma) to solve for velocity and position as functions of time, especially when combined with other variable forces
- **B)** Friction has no actual relationship to this course's calculus-based differential-equation approach to solving for motion
- **C)** The friction formula F=mu*N is COMPLETELY DIFFERENT and unrelated in this calculus-based course compared to the algebra-based treatment in AP Physics 1
- **D)** Friction can only be analyzed using algebra-based methods, with no actual applicability of calculus techniques to friction-involving problems

Answer & Explanation:
**Answer: A)**

This bridge between the familiar F=mu*N friction formula (from AP Physics 1) and this course's calculus-based differential-equation framework directly shows how earlier physics knowledge integrates into the new mathematical approach.
Question #6 Active Recall

For a system involving an object launched with an INITIAL velocity v0, subject to a LINEAR DRAG FORCE (F_drag=-b*v) and NO other forces (e.g., a puck sliding on a surface with air resistance, no friction), what is the resulting VELOCITY function v(t), found by SOLVING the differential equation m*(dv/dt) = -b*v via separation of variables?

- **A)** v(t) = v0 - (b/m)*t (a LINEAR decrease), incorrectly treating the differential equation as if it had constant (rather than velocity-dependent) deceleration
- **B)** This differential equation has no actual solvable closed-form velocity function using calculus methods
- **C)** v(t) = v0*(b/m)*t, incorrectly combining the initial velocity and the drag coefficient in a way that doesn't correctly solve the differential equation
- **D)** Separating variables: dv/v = -(b/m)*dt; integrating both sides: ln|v| = -(b/m)*t + C; solving for v and applying v(0)=v0 gives the EXPONENTIAL DECAY function, v(t) = v0*e^(-(b/m)*t)

Answer & Explanation:
**Answer: D)**

This exponential-decay solution (v(t)=v0*e^(-(b/m)t)) is a classic, frequently-tested result for linear drag with no other forces, directly demonstrating the separation-of-variables technique leading to an exponential function.
Question #7 Active Recall

What is a SPRING FORCE (following Hooke's Law, F=-kx), and how does INCORPORATING this VARIABLE, POSITION-DEPENDENT force into Newton's second law (m*(d^2x/dt^2) = -kx) produce a DIFFERENTIAL EQUATION whose solution describes SIMPLE HARMONIC MOTION?

- **A)** The spring force equation has no actual relationship to producing a differential equation whose solution describes simple harmonic motion
- **B)** Substituting F=-kx into Newton's second law gives m*(d^2x/dt^2) = -kx, a SECOND-ORDER DIFFERENTIAL EQUATION whose GENERAL SOLUTION is a sinusoidal function of the form x(t)=A*cos(omega*t+phi), where omega=sqrt(k/m) -- this differential equation approach provides a rigorous derivation of simple harmonic motion directly from Newton's second law
- **C)** This differential equation can only be solved using algebra-based methods, with no actual role for calculus in deriving the simple-harmonic-motion solution
- **D)** Substituting F=-kx into Newton's second law produces an equation with NO sinusoidal solutions, contradicting the well-established simple-harmonic-motion behavior of spring systems

Answer & Explanation:
**Answer: B)**

This differential-equation derivation of simple harmonic motion directly from F=-kx is a rigorous, calculus-based approach that will be developed further in the upcoming Oscillations unit, providing deeper mathematical justification than the purely descriptive treatment in algebra-based courses.
Question #8 Active Recall

What is a NORMAL FORCE, and how does its DIRECTION (always PERPENDICULAR to a contact surface) remain a KEY CONCEPTUAL TOOL for setting up FREE-BODY DIAGRAMS in this calculus-based course, just as it was in algebra-based physics?

- **A)** Normal force concepts from algebra-based physics have no actual relevance or applicability to this calculus-based course
- **B)** A normal force is the force a surface exerts PERPENDICULAR to itself on an object in contact with it; correctly identifying the normal force's direction remains ESSENTIAL for setting up free-body diagrams and the resulting differential equations of motion in this calculus-based course, exactly as it was in the earlier algebra-based treatment
- **C)** Free-body diagrams are ENTIRELY UNNECESSARY in this calculus-based course, with differential equations somehow being set up without needing to first identify all forces acting on an object
- **D)** A normal force always acts PARALLEL (rather than perpendicular) to a contact surface, contradicting its actual, well-established perpendicular direction

Answer & Explanation:
**Answer: B)**

This normal-force-and-free-body-diagram continuity directly reinforces that many foundational concepts from algebra-based physics carry over unchanged into this calculus-based course -- the NEW element is using calculus to solve the resulting equations of motion.

Want to study all 50 flashcards with spaced repetition?

Practice with Anki-style scheduling, Hands-Free audio commute mode, and AI Tutor explanations.

Start Studying Full Deck Now

How You Can Study This Deck on Chat Robotics

Anki Spaced Repetition (SRS)

Algorithms schedule review intervals automatically so you retain 90%+ in minimum study time.

Hands-Free Audio Commute Mode

High-fidelity Neural Text-To-Speech reads questions and answers aloud with customizable delay timers.

Built-in AI Tutor Assistant

Stuck on a tricky concept? Click "Ask AI" on any card to receive instant deep-dive step-by-step explanations.

Subdeck & Tag Organization

Organize and filter by topic tags or drill entire subdeck hierarchies sequentially in Subdeck Scheduler.