eddy2017
Elite Member
- Joined
- Oct 27, 2017
- Messages
- 2,525
YES.
Now I shall show you I would do this problem if I found it difficult. (People like lev, Subhotosh, and me, who have been doing algebra problems for decades, do not find this a difficult problem and so take shortcuts, but when we find a problem to be hard, we do something like this.) I like Subhotosh's numbering.
(Step 1) Read the problem carefully and make sure you understand it well. This may allow you to take shortcuts. If it doesn't
(Step 2) Assign a distinct letter to each potentially relevant quantity and write them down. Try to use the notation to help your memory.
[MATH]d_1 = \text {distance travelled by car 1.}[/MATH]
[MATH]r_1 = \text {average rate of car 1.}[/MATH]
[MATH]t_1 = \text {time traveled by car 1.}[/MATH]
[MATH]d_2= \text {distance travelled by car 2.}[/MATH]
[MATH]r_2 = \text {average rate of car 2.}[/MATH]
[MATH]t_2 = \text {time traveled by car 2.}[/MATH]
[MATH]d_3 = \text {final distance between the cars.}[/MATH]
Notice that the distances are all subscripted d, all the rates are subscripted r, and all the times are subscripted t. It puts the least stress on my aged memory.
(Step 3): Look for clues, translate them into mathematical notation, and write the translations down as you find them. The whole point of this writing down is to relieve your memory while you are trying to think. This step is where most of the thinking comes in, and you do not want to be trying to remember what everything means while you read and think. Here is a tip: look for the easy stuff first.
[MATH]d_3 = 40.[/MATH] Easy, the problem explicitly tells you that in words.
[MATH]t_1 = 2 \text { and } t_2 = 2.[/MATH] Easy, the problem implicitly tells you in words
[MATH]r_1 = r_2 + 4.[/MATH] Easy, the problem explicitly tells you that in words.
We need to find three more clues and translate them into mathematical notation. If you have drawn a diagram after noting the word "perpendicular," you can actually see physically that the Pythagorean Theorem provides a big clue.
[MATH]d_1^2 + d_2^2 = d_3^2.[/MATH]
We still need two more clues. But we know a general formula relating rates, times, and distances, which gives us those two extra two clues.
[MATH]r * t = d \implies r_1 * t_1 = d_1 \text { and } r_2 * t_2 = d_2.[/MATH]
This step is where the brain work occurs, but you have a goal. Seven relevant pronumerals requires seven independent equations, which means seven clues to find and translate. You are not working entirely in the dark.
When you are done, you should be looking at
[MATH]d_3 = 40,\\ t_1 = 2\\ t_2 = 2,\\ r_1 = r_2 + 4,\\ d_1^2 + d_2^2 = d_3^2,\\ r_1 * t_1 = d_1 \text { and,}\\ r_2 * t_2 = d_2.[/MATH](Step 4): Now it is mechanical. Just carefully solve the system equations by substitution
It is trivial to get to
[MATH]d_1^2 + d_2^2 = d_3^2 = 40^2 = 1600,\\ 2r_1 = d_1,\\ 2r_2 = d_2,\\,[/MATH]Now it is easy to get to
[MATH](2r_1)^2 + (2r_2^2) = 1600 \implies 4r_1^2 + 4r_2^2 = 1600 \implies r_1^2 + r_2^2 = 400.[/MATH]
Just two unknowns left. Do we know how they are related? We do so
[MATH](r_2 + 4)^2 + r_2^2 = 400 \implies r_2^2 + 8r_2 + 16 + r_2^2 = 400 \implies\\ 2r_2^2 + 8r_2 - 384 = 0 \implies r_2^2 + 4r_2 - 192 = 0.[/MATH]Can you solve that equation? If so, you can say what every relevant quantity is.
Then go on to step 5: check that the answers work.
It is not a formula. It is a procedure that requires persistence, thought, and care. It is a way of thinking step by step through complicated problems.
Hi, can you explain what you meant here with
d_1^2 + d_2^2 = d_3^2.
I did not understand that.