#Help with geometry

63 messages · Page 1 of 1 (latest)

gusty ivy
#

Hello people, I’m facing yet another math problem. So here is the issue - we’re writing a test tomorrow and I couldn’t come to math class cause I was sick. Now, I’m trying to review the material before the test and I simply don’t even know how one should approach the problem I’m facing. Here is the problem:

You are given a circle k, with center S and radius r. Then you are also given a circle m, with center O and radius v. Find all line segments XY, such that X belongs to k and Y belongs to m, XY is parallel to SO and also |XY| = 1/2|SO|, where |x| represents the length of the segment.

Any hints would be greatly appreciated

drowsy tundraBOT
gusty ivy
#

<@&286206848099549185>

#

!15m

drowsy tundraBOT
#

Please only use the <@&286206848099549185> ping once if your question has not been answered for 15 minutes. Please do not ping or DM individual users about your question.

brazen marsh
#

you have to do this for specific values? The general solution is going to be pretty complicated

#

Start by listing the equations implied by the constraints

gusty ivy
#

The sad part is that my teacher just gave us like 10+ excercises like this with no additional information given and expects us to pass the exam

#

the last proper topic we kind of "covered" were transformations and symmetry

#

here is an image I constructed

#

with values that I chose

#

I'm guessing its just a bunch of casework with some neat trick

brazen marsh
#

you usually working in coordinates? or vectors?

gusty ivy
#

we usually do constructions with like ruler and a compass

brazen marsh
#

without loss of generality, you could assume the circles are oriented this way and assume x coordinate of each circle is 0

X= (x, y(S)+-sqrt(k^2-x^2))
Y = (x, y(O)+-sqrt(v^2-x^2))

distance between becomes |SO| +-sqrt(k^2-x^2) +-sqrt(v^2-x^2) = |SO|/2
solvable

gusty ivy
#

yea the other person that responded gave me pretty much similiar solution

#

but wait

#

let me think about this

brazen marsh
#

there might be some geometric construction but that's not how I usually attack problems

gusty ivy
#

i don't think its entirely correct

#

the X, Y don't usually have to be on the same x coordinate

#

but I see the point

brazen marsh
#

they do if you hold the assumptions I made:
without loss of generality, you could assume the circles are oriented this way and assume x coordinate of each circle is 0

gusty ivy
#

okay, so you essentially "translate" the image to the origin

brazen marsh
#

for generic circles, you'd end up doing a rotation and transposition

gusty ivy
#

but what I'm not getting is that the solution could involve

#

ok assume X, Y are in the same places as S and O

#

what could essentially happen is that you move both by a vector, that is diagonal

#

and that yields the correct solution

brazen marsh
#

X and Y in the same place as S and O would mean 0 radius

brazen marsh
#

are you doing algebra like this regularly in class, I'm starting to suspect this is a compass and ruler problem

gusty ivy
#

we are currently doing "construction type problems"

#

but I know something about vectors, dot product, cross product and euclidean geometry

#

because I have strong competetive programming background

gusty ivy
#

but I couldn't even come up with an analytical solution

brazen marsh
#

i don't this is sufficient but you can construct parallel lines to the line from S to O through points on one circle and measure them and then make small adjustments until you have a length of |SO|/2

gusty ivy
#

ok but thats kind of stupid

#

thats not really a solution

#

cause like thats not precise

#

thats approximated

#

like if that was possible i'd just binary search the solution

brazen marsh
#

what can I say I'm a numerical guy. My frankensteined super computer is named Taylor

gusty ivy
#

taylor no swift

#

taylor series

tropic shard
brazen marsh
#

an elegant solution

tropic shard
#

you couldve just considered every point that is half of SO above m, thats where you can get the solution from

brazen marsh
gusty ivy
#

Oh wait they don’t

#

wow thats such a nice solution

#

tysm for your help!!

#

❤️

tropic shard
#

.solved
np