How to solve math word problems?

812 Views Asked by At

I don't understand how people can know how to solve math word problems.

I went to high school in the worst state in the USA for education. My math classes didn't have word problems at all, so I can't understand them now.

Something like this:

"A proton (mass $m = 1.67 \times 10^{-27}$ kg) is being accelerated along a straight line at $3.6 \times 10^{15}$ m/s$^2$ in a machine. If the proton has an initial speed of $2.4 \times 10^7$ m/s and travels 3.5 cm, what then is (a) its speed and (b) the increase in its kinetic energy?"

What does this even mean? How do you break this down into steps? How do you figure out which formulas apply to which steps? How can you tell if it's the right answer or not?

3

There are 3 best solutions below

6
On BEST ANSWER

You can retranscript as you read

  1. mass $\color{green}m$ is given;

  2. acceleration $\color{green}a$ is given;

  3. initial speed $\color{green}{v_0}$ is given;

  4. traversed space $\color{green}{\Delta s}$ is given;

  5. final speed $v_t$ is asked;

  6. increase in kinetic energy $\Delta E=E_t-E_0$ is asked.


You should understand that this is related to a uniformly accelerated motion, for which you have two formulas at disposal (in the forms below or similar):

  • speed increase $\Delta v=v_t-\color{green}{v_0}=\color{green}a\Delta t$,

  • space increase $\color{green}{\Delta s}=s_t-s_0=\dfrac{\color{green}a\Delta^2t}2+\color{green}{v_0}\Delta t$,

and the formula for kinetic energy is

  • $E=\dfrac{\color{green}mv^2}2$.

Looking at the given data, you observe that $\Delta t$ is missing, but you can draw it from the space increase equation, which is of the quadratic type. There will be two roots, one of which should be discarded.

From $\Delta t$, you draw the increase in speed, hence $v_t$, and the increase in energy easily follows.

0
On

I assume you are aware of all the concepts that are used in your question, and you are just interested in how to convert everything into an answer to the posed question. Maybe these steps will help you for a general problem like the one you gave:

  1. First extract all the information given in the text. For example, you know that there is an object (a proton) with a certain mass. Also write down the unknown quantity that you are asked to figure out.
  2. Sometimes it is useful to make a sketch of the situation to make it clearer what's going on.
  3. Write down the relevant physical formulas you know. For example, since the question is about velocities and kinetic energy, write down the formulas for speed, acceleration, kinetic energy, etc. that you know.
  4. Use the formulas and given quantities you wrote down in steps 1 and 3 to figure out the unknown quantity that is asked. You might not need every formula you wrote down (depending on how many you wrote down of course), and you might need to combine multiple (one after each other) to arrive at the correct answer. This can feel like a puzzle sometimes, and can be rewarding when you solve it!

I hope this helps you for general word problems. For this specific problem, look at Yves' answer.

0
On

I would start by assigning a pronumeral to each value in the verbal description and then writing out the value of each pronumeral as a list. Then, relate the variables with an equation and proceed to solve for unknowns.

For instance, here we are dealing with initial and final velocities. A high school convention I remember was to put $u = $ initial velocity and $v$ = final velocity, but you can use anything you want that makes sense to you e.g. $v_0$, $v_i$, $v_f$ etc.

Then, write out all of the information in the expression in a list:

E) $m = 1.67 * 10^{-27} $ kg = mass

$a = 3.6 * 10^{15}$ m s$^{-2}$ = acceleration

etc.

And finally, write out the equation that relates the variables in question e.g.

$$v^2 = u^2 + 2as$$

and substituting your defined pronumerals allows for an algebra setup in only one variable (or sometimes two equations in two variables which requires simultaneous equations), for instance

$$5^2 = u^2 + 2(-10)(1)$$

$$25 = u^2 - 20$$ etc. which can be solved for $u$.

Side note: remember to tag questions like yours with "soft question" as you're asking for help around the topic rather than with a specific question.