A slingshot rotates counterclockwise on the circle x^2+y^2=9

  • Thread starter Thread starter NWeid1
  • Start date Start date
  • Tags Tags
    Circle Slingshot
Click For Summary

Homework Help Overview

The problem involves a slingshot rotating along the circle defined by the equation x² + y² = 9. The original poster is tasked with determining where a rock lands after being released from a specific point after traveling a certain distance.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss finding the tangent line at the release point and using it to determine the direction of travel. There are questions about how to incorporate the starting position and the distance traveled into the calculations. Some participants express uncertainty about using vectors and the equations involved.

Discussion Status

Participants are actively exploring different methods to solve the problem, with some providing guidance on how to set up equations based on the tangent slope and distance. There is a recognition of potential rounding differences in their calculations, and some participants are checking each other's work for accuracy.

Contextual Notes

There are mentions of specific points and distances, as well as the need to account for the starting position not being at the origin. Some participants note errors in their calculations and express confusion about certain mathematical concepts, such as the use of LaTeX for equations.

NWeid1
Messages
81
Reaction score
0

Homework Statement


Suppose a slingshot rotates clockwise along the circle x^2 + y^2 = 9 and the rock is released at the point (2.99,0.77). If the rock travels 200 feet, where does it land?


Homework Equations





The Attempt at a Solution


I think you might have to find the tangent at the point and use the distance formula. Or something alone those lines. If that thought is wrong, I am completely lost :| lol
 
Physics news on Phys.org
Well, that sounds about right, but remember that even though you need the tangent for the circle at that point, the rock's starting position is NOT on the circle. As long as you keep that in mind, though, you should be fine. First take the tangent to figure out a direction, then figure out what the vector is for 200 feet in that direction.
 
First, I mean't 300 feet. Sorry. But anyways, I haven't learned anything about vectors yet so I don't know how to use your method :\
 
First thing's first, figure out the tangent direction. That's just finding the slope at that point, and you should be able to do that easily. Then you just need to travel 300 feet along that line. You'll probably get a couple of equations like this:

[tex]x^2 + y^2 = 300[/tex]

[tex]\frac{y}{x} = s[/tex]

Where s is whatever the slope is. The answer to those two equations will tell you where your new point is, from the origin at least. Then you just need to factor in that you didn't start at (0,0), but at (2.99, 0.77). Sorry about the vectors... they aren't strictly necessary. Is there any specific part that you don't understand?
 
Ok. I messed up again. The point is (2.9,0.77) sorry, It's good now though. I think I understand everything except how to factor in that we started at (0,0) and not( 2.9,0.77). I found the tangent line at (2.9,0.77): y=-3.7755x + 11.02595. Now how do I figure where the new point is?
 
All right, you've got the slope (-3.7755). Now, you know that the point has to satisfy two conditions. One, it has to be 300 feet from the point (2.9, 0.77). You can represent that as the equation of a circle with a radius of 300 feet, centered at that point:

[tex](x - 2.9)^2 + (y - 0.77)^2 = 90,000[/tex]

The other condition is that the slope between the two points has to be -3.7755. You can represent this by the following equation:

[tex]\frac{y - 0.77}{x - 2.9} = -3.7755[/tex]

Now, the second equation you can multiply by (x-2.9) and it'll give you an expression for y-0.77, which you can then substitute into the first equation to give you an equation for the x-coordinate. (Note that there will be TWO solutions, so you'll have to use common sense to figure out which one you want) Once you solve that, you can find the y-coordinate easily. Then you'll have the point you need!
 
My man: you must have a way with words! Thank you so much. You prolly went on to another problem but if you actually solved this can check my answer? I got (-76.794, 301.654). If you haven't done it, it's no big deal. This is graded so I'm trying to get it right haha. Thanks again!
 
I got (-73.9114, 290.77). With that sort of difference, there's probably some difference on when we rounded. If you could show your work, I could probably identify the error, if there is one. But I'm willing to wager that there's just rounding differences.
 
As long as I have the right concept, I'm sure my prof. won't be too unhappy, but I'll still put it up. How do you insert equations like you did instead of typing it out like y/x=s?
 
  • #10
LaTeX tags, man. [tex*] (get rid of the asterisk) does the trick, as long as you know LaTeX format. (Like, to write a fraction, you do \frac{numerator}{denominator}). Most of it's pretty intuitive, though. Like to write my first equation, I used:

[tex*](x-2.9)^2 + (y-0.77)^2 = 90000[/tex]

[tex](x-2.9)^2 + (y-0.77)^2 = 90000[/tex]

EDIT: Note that tex tags are used when you devote an entire line to an equation. When you want to put a short simple equation inline with the text, like if I were to write [itex]y=x^2[/itex], you'd use [itex*] tags.
 
  • #11
Well I'll tell you now I was goin' pretty quick trying to finish it and rounded in a bizarre manner, lol.

[tex]y-0.77 = -3.7755(x-2.9)[/tex]
[tex](x-2.9)^2 +(-3.7755(x-2.9)^2) = 90000[/tex]
[tex]x^2 - 5.8x + 8.41 + (-3.7755x + 10.94895)^2[/tex]
[tex]x^2 - 5.8x + 8.41 +14.2544 - 82.67575 + 119.87951 = 90000[/tex]
[tex]15.2544x^2 - 88.47575x - 89871 = 0[/tex]
Then I used my calculator to find x= +- 76.79375304.
Then
[tex]y-0.77 = -3.755(-76.79375304)[/tex]
[tex]y=301.6537646[/tex]
 
  • #12
in the fourth step, I meant 14.2544x^2 − 82.67575x. Soo many mistakes..
 
  • #13
Ah, there's the problem. You've got the quadratic equation right, but the roots are not. I'd check those again.
 
  • #14
Ok I got x=-73.911. But then when I put it back in I get

[tex]y-.0.77 = -3.7755(-73.911)[/tex]
[tex]y=279.82[/tex]
 
  • #15
Wait, nvm forgot to subtract 2.9, I got it. Thanks so much for explaining everything and not just giving me the answer, now I actually understand the problem!
 
  • #16
That actually looks correct. I think I might have been wrong myself!
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 1 ·
Replies
1
Views
9K
  • · Replies 15 ·
Replies
15
Views
2K
Replies
3
Views
3K
Replies
3
Views
2K
Replies
3
Views
3K
Replies
8
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
3
Views
2K