Calculating Distance Using Vector Methods

  • Thread starter Crush1986
  • Start date
  • Tags
    Vector
In summary, using vector methods, the canoeist rowed a total of 240m and traveled a total of B=255m, C=70m.
  • #1
Crush1986
207
10

Homework Statement



You are canoeing on a lake. Starting at your camp on the shore, you travel 240m in the direction 32 degrees south of east to reach a store to purchase supplies. You know the distance because you have located both your camp and the shore on a map of the lake. On the return trip you travel distance B in the direction 48 degrees north of west, distance C in the direction of 62 degrees south of west, and then you are back at your camp. You measure the directions of travel with your compass, but you don't know the distances. Since you are curious to know the total distance you rowed, use vector methods to calculate distances B and C.

Homework Equations



A/Sin(a) = B/sin(b)=C/sin(c)

The Attempt at a Solution



I obtained the correct answer by drawing out the vectors with the angles given. After some reasoning I found that the vectors made a triangle with angles 94, 16, and 70 degrees with a side of 240m. I used the law of sin's and found that B = 255m and C = 70m, I saw that I was correct after looking up the answer. Is this the only way to do this problem? Or did I miss a concept somewhere that had more to do with resolving the X and Y components of the 240m vector and somehow moving on from there?

I thank you for your help.
 
Physics news on Phys.org
  • #2
Good for you in solving it that way.

The way I suggest is to break each vector into components. You know the resultant displacement must be zero. Use that fact to get two equations, which will allow you to solve for your two unknowns, the distances B and C.
 
  • #3
Doc Al said:
Good for you in solving it that way.

The way I suggest is to break each vector into components. You know the resultant displacement must be zero. Use that fact to get two equations, which will allow you to solve for your two unknowns, the distances B and C.

This was my initial idea. I'm having trouble coming up with two equations with the same two variables without introducing new variables.

Something like Bx = -Ax - Cx and Bx = |B|sin(theta), is something I keep coming up with (I don't think that will work). I'm jarring my brain trying to have an epiphany here lol.
 
  • #4
You are on the right track. Do this. Express the x and y components of each of the three vectors. Be careful with signs.
 
  • #5
Doc Al said:
You are on the right track. Do this. Express the x and y components of each of the three vectors. Be careful with signs.

Ok, yeah I think I got it.

Eq. 1 Ax = -|B|Cos138 - |C|Sin242

Eq. 2 Ay = -|B|Sin138 - |C|Cos242

Solve for Magnitude of C |C| = -((Ax + |B|Sin138)/Cos242))

Plug that into Eq. 1 for |C| and solve for |B|.

I think that is all correct. I didn't get the right answer though. I may just need a walk and a cookie though to recharge my batteries. If there is an issue with my reasoning and math though I'd LOVE to hear it.
 
  • #6
Where did you get the 138 degrees? Also, what do Ax and Ay equal?

(But right idea.)
 
  • #7
Doc Al said:
Where did you get the 138 degrees? Also, what do Ax and Ay equal?

(But right idea.)

I tried just using the angles that were made with the axis' I had defined. Ax = 203.5 and Ay= -127.18

I'm not getting the correct answer though... I tried it again with the angles under 90 degrees and appropriate signs.

At the end I thought I had it. My final equation for |B| was...

|B| = (Ay*cos(28)-Ax*sin(28))/(-sin(48)*cos(28)-cos(48)*sin(28))

My approach this newest time was only slightly different. I solved for |C|from the Ax = |B|*cos(48) + |C|*cos(28) and plugged it into the equation Ay = -|B|sin(48) + |C|sin(28) (both of the components of the right side I found were positive because |B| and |C| both have negative x components. I solved for |B| and.. wrong answer. I must have maybe some angles off... or something. I need to go to sleep now lol been up for like 30 hours... When I wake up I think i'll work on this more. Hopefully knock it out as soon as I look at it.
 
  • #8
Crush1986 said:
I tried just using the angles that were made with the axis' I had defined. Ax = 203.5 and Ay= -127.18
OK.

I'm not getting the correct answer though... I tried it again with the angles under 90 degrees and appropriate signs.

At the end I thought I had it. My final equation for |B| was...

|B| = (Ay*cos(28)-Ax*sin(28))/(-sin(48)*cos(28)-cos(48)*sin(28))
Why are you using 28 degrees?

I used this method and was able to obtain the same answers you gave in your first post.

Get some sleep!
 
  • #9
Doc Al said:
OK.


Why are you using 28 degrees?

I used this method and was able to obtain the same answers you gave in your first post.

Get some sleep!

Ok! Woke up and got it super quick. I looked at last nights prior work and I noticed that one of my Ax's turned into an Ay by mistake... Yikes.

Thank you for your help! I'm disappointed in myself for thinking of that route to solve this problem but failing to see that it was in fact viable.

Lesson learned... Get more sleep, take maybe a few more breaks lol. I got up last night and both legs were pretty weak haha.
 

1. What is the basic concept behind calculating distance using vector methods?

The basic concept behind calculating distance using vector methods is to use the magnitude and direction of a vector to determine the distance between two points. This is done by finding the difference between the two points and using the Pythagorean theorem to calculate the magnitude of the vector, which is equivalent to the distance between the two points.

2. What is the formula for calculating distance using vector methods?

The formula for calculating distance using vector methods is d = √((x2-x1)^2 + (y2-y1)^2 + (z2-z1)^2), where d is the distance, x1 and y1 are the coordinates of the first point, and x2 and y2 are the coordinates of the second point. This formula can also be written in terms of vectors as d = √(Δx^2 + Δy^2 + Δz^2), where Δx, Δy, and Δz represent the differences between the x, y, and z coordinates of the two points.

3. How is the direction of a vector used in calculating distance?

The direction of a vector is used in calculating distance by determining the angle between the vector and one of the coordinate axes. This angle is then used in trigonometric functions to find the components of the vector in the x, y, and z directions, which are then used in the distance formula.

4. What are some real-world applications of calculating distance using vector methods?

Some real-world applications of calculating distance using vector methods include navigation systems, flight planning, and satellite tracking. These methods are also commonly used in physics and engineering to determine the distance between objects in motion or to solve problems involving displacement and velocity.

5. Can vector methods be used to calculate distance in three-dimensional space?

Yes, vector methods can be used to calculate distance in three-dimensional space by adding a third component to the vector and using the formula d = √((x2-x1)^2 + (y2-y1)^2 + (z2-z1)^2). This allows for the calculation of distances between points in any direction in three-dimensional space.

Similar threads

  • Introductory Physics Homework Help
Replies
13
Views
420
  • Introductory Physics Homework Help
Replies
4
Views
735
  • Introductory Physics Homework Help
Replies
2
Views
763
  • Introductory Physics Homework Help
Replies
1
Views
670
  • Introductory Physics Homework Help
Replies
2
Views
1K
  • Introductory Physics Homework Help
2
Replies
39
Views
2K
  • Introductory Physics Homework Help
Replies
10
Views
1K
  • Introductory Physics Homework Help
Replies
5
Views
736
  • Introductory Physics Homework Help
Replies
2
Views
549
  • Introductory Physics Homework Help
Replies
9
Views
2K
Back
Top