How to Solve a Math Problem - At A Glance

In three easy steps, we can solve any math problem. And for three easy payments of...

We're not trying to sell you a set of knives that will never dull or a counter top oven that'll cook eggs, bacon and toast all at once. We can at least sell the basic steps to solving every math problem.

There are three steps to solving a math problem.

  • Figure out what the problem is asking.
      
  • Solve the problem.
      
  • Check the answer.

Sample Problem

Determine all points at which the graph of the parametric function x(t) = -5 + 5t, y(t) = 4and the graph of the parametric function x(t) = 2t + 1, y(t)= tintersect. Round to 5 digits, and use a calculator.

  • Figure out what the problem is asking.

The problem is asking for the coordinates of all points (x, y) that occur on both graphs.

Important: If (x, y) occurs on both graphs, it will probably result from different values of the parameter for each graph.

We might want to set the x equations equal and solve

-5 + 5t = 2t + 1

for t, but that will only work if the same value of t generates the point for both graphs. That probably isn't the case.

Instead, an intersection point occurs when we put some value t into the first set of equations and some value s into the second set of equations and find the same point (x, y).

Writing this in symbols, we want

x = -5 + 5t = 2s + 1 and y = 4t = s2.

Dropping the x and y, we want -5 + 5t = 2s + 1 and 4t = s2.

This is a system of two equations with two unknowns, which we know how to solve.

After finding s and t we need to find the coordinates of the point or points (x, y) that occur on both graphs.

  • Solve the problem.

We need to solve the system

-5 + 5t = 2s + 1

4t = s2.

Solve the second equation for t:

Then substitute for t in the first equation:

This is a quadratic equation. Tidy it so we can use the quadratic formula to solve it.

We didn't need to do the last step, where we multiplied through by 4, but it's easier to use the quadratic formula when the coefficients are integers instead of fractions.

The quadratic formula says

There are two values of s here that we need to use. To find the appropriate values of x and y we use the second set of equations. 

When

we have

and

One point of intersection is approximately
(7.26476, 9.81181).

When

we have

and

The other point of intersection is approximately

(-2.06476, 2.34819).

  • Check the answer.

To start with, graph the two sets of equations.

It looks like they run into each other twice, once somewhere around (-2, 2) and once somewhere around (7, 10).
This tells us that we found the correct number of points, and the numbers we found seem to be about right. In practice, this is probably all the checking we would do.

Now we'll show how to check the answers for real.

We'll find the value of t that corresponds to each value of s, and make sure that we find the correct point when we put that value of t into the first set of parametric equations.

When

we have

Then

and

This agrees with the (x ,y) coordinates we got from the second set of parametric equations, therefore we believe

(7.26476, 9.81181 )

is an intersection point.

When

we have

Then

and

This agrees with the (x, y) coordinates we got from the second set of parametric equations, so we believe

(-2.06476, 2.34819) 

is an intersection point.