Physics 1: Problem of the Day Archive

Problem Daily August 17, 2020

The Problem

A cat rides a bicycle down a hill. At the top of the hill, the cat is traveling with an initial speed of 3.1 meters per second. 6 seconds later, the speed increases to 7.5 meters per second. What is the acceleration of the bicycle-riding cat?

The Answer

The secret to solving word problems is to G.U.E.S.S.!

  • G stands for Given. Write down all the information given that will help you solve the problem. This can include a picture, unit conversions if needed, or anything else in the problem that can help you solve it.
  • U stands for Unknown. Write down what the problem asks you to find. I like to write it like "$x = ?$"
  • E stands for Equation. Look at the Givens and the Unknown, and try to think of a formula or equation that you have enough information to fill out everything except the unknown.

Before we continue, take a look and notice that you have translated to word problem to a regular problem. Yay!

  • S and S stand for Substitute and Solve, but depending on the problem and your math skills, they don't have to be in that order.

Once you are done GUESSing, you will have the answer to your word problem. Now let's see how it works!

Given

Reading the probelem gives us this information:

  • $v_i = 3.1 m/s$ because "the cat is traveling with an initial speed of 3.1 meters per second"
  • $t = 6 s$ because "6 seconds later"
  • $v_f = 7.5 m/s$ because "the speed increases to 7.5 meters per second"

Unknown

The question at the end of the problem usually tells us what the unknown is.

  • $a = ?$ because "What is the acceleration of the bicycle-riding cat?"

Equation

This problem is in the topic of 1-D Motion, or Kinematic Equations. There are only 3 equations relating to this topic; one equation relates our givens and unknown.

  • $v_f = v_i + a t$ ← ← ← ← ← This one!
  • $s = v_i t + \frac 1 2 a t^2$
  • $2 a s = v_f^2 - v_i^2$

The first equation contains the unknown. Also, all the other variables in the equation are given. (If we tried either of the other equations we would be stumped on the displacement variable $s$).

SS...

Believe it or not, at this point the problem is pretty much solved. A little bit of Algebra 1 is all that remains. There are a couple of different ways this can be done...

Method 1: Substitute, then Solve

If you are uncomfortable manipulating an equation without all the numbers, you should probably substitute first. Rewrite the equation and "plug in" the values that were given. Then solve, probably using a calculator quite a bit. (Note that the units are all SI units, so they should work out.)

$$v_f = v_i + a t$$


$$7.5 = 3.1 + a \times 6$$ $$7.5 - 3.1 = a \times 6$$
$$4.4 = a \times 6$$
$$a = 4.4 \div 6$$

$$a = 0.73 \frac m {s^2}$$

Method 2: Solve, then Substitute

If you can handle it, consider solving the symbolic equation before plugging in the numbers or grabbing a calculator. Since there are only a few equations and a few variables, there can only be a relatively small number of unique problems. Solving symbolically and then plugging in the givens is a good way to start noticing that, and also reduces your calculator usage.

$$v_f = v_i + a t$$


$$v_f - v_i = a t$$
$$a = \frac {v_f - v_i}{t}$$
$$a = \frac {7.5 - 3.1}{6} = 0.73 \frac m {s^2}$$

The End! Problem solved!