How to Solve for

Distance problems often involve finding the distance between two points, usually in a coordinate plane, or determining the distance traveled over time. The key to solving these problems is understanding the relevant formulas and how to manipulate them to find the unknown variable $a$

Distance Formula in a Coordinate Plane

When you have two points, $(x_1, y_1)$ and $(x_2, y_2)$, the distance $d$ between them can be found using the distance formula:

$d = sqrt{(x_2 – x_1)^2 + (y_2 – y_1)^2}$

If you need to solve for one of the coordinates, say $a$, you can rearrange the formula accordingly. For example, if you know $d$, $x_1$, $y_1$, and $y_2$, you can solve for $x_2$ (let’s assume $a = x_2$):

$d^2 = (x_2 – x_1)^2 + (y_2 – y_1)^2$

Rearrange to isolate $x_2$:

$(x_2 – x_1)^2 = d^2 – (y_2 – y_1)^2$

$x_2 – x_1 = sqrt{d^2 – (y_2 – y_1)^2}$

$x_2 = x_1 + sqrt{d^2 – (y_2 – y_1)^2}$

Distance in Motion Problems

Another common type of distance problem involves motion, where you use the formula:

$d = rt$

Here, $d$ is distance, $r$ is the rate (or speed), and $t$ is time. If you need to solve for $a$ and $a$ represents the rate $r$, you can rearrange the formula as follows:

$r = frac{d}{t}$

Example Problem

Imagine you know that a car traveled 150 miles in 3 hours, and you need to find the rate $r$ (which we’ll call $a$):

$a = frac{150}{3} = 50 text{miles per hour}$

Pythagorean Theorem

In some cases, distance problems may involve right triangles, where you can use the Pythagorean theorem:

$c = sqrt{a^2 + b^2}$

If you need to solve for one of the legs, say $a$, you can rearrange the formula:

$a^2 = c^2 – b^2$

$a = sqrt{c^2 – b^2}$

Example Problem

Suppose you have a right triangle where the hypotenuse $c$ is 10 units, and one leg $b$ is 6 units. To find $a$:

$a = sqrt{10^2 – 6^2} = sqrt{100 – 36} = sqrt{64} = 8 text{units}$

Conclusion

Solving for $a$ in distance problems requires understanding the context and applying the appropriate formulas. Whether you’re dealing with coordinates, motion, or right triangles, rearranging the formulas to isolate $a$ will help you find the solution. Practice with different types of problems to become more comfortable with these techniques.

Citations

  1. 1. Khan Academy – Distance Formula
  2. 2. Math is Fun – Distance, Speed, and Time
  3. 3. Purplemath – Distance Formula