Brain fart - "easy" geometry problem

DrPizza

Administrator Elite Member Goat Whisperer
Mar 5, 2001
49,601
166
111
www.slatebrookfarm.com
Okay, this one is bugging me. (shame on me). Can't upload a pic from my iPad, but it's easy to describe. In a circle, draw 2 perpendicular diagonals. From the endpoint of one of the diagonals, draw a chord that's divided in a 3:1 ratio by the other diagonal. What is the angle formed between the first diagonal and the chord?
 

Red Squirrel

No Lifer
May 24, 2003
68,474
12,620
126
www.anyf.ca
I don't think that would be solvable unless you can determine a few things such as the distance between the two lines at the far point and the length of at least one line or the circumference (which would be used to get the length of the line assuming it passes dead center). Math was not my strong point, so I'll shut up now. In a real life situation I'd just draw it out in autocad with the distances I do know and then measure the distances of the rest.
 

Einz

Diamond Member
May 2, 2001
3,139
0
76
Okay, this one is bugging me. (shame on me). Can't upload a pic from my iPad, but it's easy to describe. In a circle, draw 2 perpendicular diagonals. From the endpoint of one of the diagonals, draw a chord that's divided in a 3:1 ratio by the other diagonal. What is the angle formed between the first diagonal and the chord?

If the above diagrams are right, then the key is to draw an additional chord from the end if the chord to the other end of the first diagonal, making another right triangle that is similar to the one in question.

Now with solutiony goodness below

Triangle BDE is similar to ABC, therefore,
BE/BD = BC/AB, with BC=3/4*BD
Rearranging that, you end up with the ratio of AB to BC is 2/sqrt(6). The angle is ~35 degrees per the posts below
 
Last edited:

yh125d

Diamond Member
Dec 23, 2006
6,886
0
76
I know enough to know that it is solvable, the only info that matters is the two diagonals are perpendicular, and the 3:1 ratio of the chord (I mistakenly drew it more 2:1). I just have no clue how to mathematically do it

I'd also try to do it in autocad, but I'm not sure how I'd manage to get the 3:1 ratio right though. It is pretty awesome how you can use cad to solve a lot of geometry stuff if you understand how to make it do what you want it to
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,361
4,067
75
Well, let's look at it algebraically. Take the two diagonals, and make them an x/y coordinate system. Make the circle have a unit radius.

x^2+y^2=1

Take the top half of the circle:
y(x) = sqrt(1-x^2)

Now, let's see. The length of the chord is proportional to its projection onto the x axis. The ratio of the lengths is supposed to be 1/3:3/3. So, given that the chord ends at (1,0), we can say that the chord begins on the left at point (x=-1/3, y(x)).
y(-1/3) = sqrt(8/9) = 2/3*sqrt(2) ~= .943

Now it's just trigonometry to find the angle.
tan(a) = opposite/adjacent = 2/3*sqrt(2)/(4/3) = sqrt(2)/2
tan(a) ~= .7071

Google says arctan(.7071) = 0.615475188 rad ~= 35.264 degrees.
 

Mr. Pedantic

Diamond Member
Feb 14, 2010
5,027
0
76
Very confusing. Which is the "first" diagonal?

So, if x is the 1 in the 3:1 ratio, r is the radius of the circle, and y is the angle, then:

4x/2r = cos(y) \\from the big triangle formed with the diameter as the hypotenuse
r/3x = cos(y) \\from the small triangle formed from both diameters and the chord
12x^2 = 2r^2
6x^2 = r^2
sqrt(6)x = r

Then you just substitute this for one of the equations up top, and you get a ratio of sqrt(6)/3 for cos(y), which gives y = 35.26°. Or 0.6155 radians.
 

Einz

Diamond Member
May 2, 2001
3,139
0
76
Well, let's look at it algebraically. Take the two diagonals, and make them an x/y coordinate system. Make the circle have a unit radius.

x^2+y^2=1

Take the top half of the circle:
y(x) = sqrt(1-x^2)

Now, let's see. The length of the chord is proportional to its projection onto the x axis. The ratio of the lengths is supposed to be 1/3:3/3. So, given that the chord ends at (1,0), we can say that the chord begins on the left at point (x=-1/3, y(x)).
y(-1/3) = sqrt(8/9) = 2/3*sqrt(2) ~= .943

Now it's just trigonometry to find the angle.
tan(a) = opposite/adjacent = 2/3*sqrt(2)/(4/3) = sqrt(2)/2
tan(a) ~= .7071

Google says arctan(.7071) = 0.615475188 rad ~= 35.264 degrees.

That's not completely true, since the chord traces an arch. I think that invalidates the next statement?
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,361
4,067
75
That's not completely true, since the chord traces an arch. I think that invalidates the next statement?

Sure it's true. It's just a line, and we've ensured that it meets the circle at both ends. Consider similar triangles. The triangle of (0,0), (1,0), (0,f(0)) is similar to (-1/3,0), (1,0), (-1/3,f(-1/3)=y(-1/3)), even though I don't know what f(0) is.

If you want to go ahead and calculate what f(x) is from the two points given, I'm sure my statement will hold up.
 

Einz

Diamond Member
May 2, 2001
3,139
0
76
Sure it's true. It's just a line, and we've ensured that it meets the circle at both ends. Consider similar triangles. The triangle of (0,0), (1,0), (0,f(0)) is similar to (-1/3,0), (1,0), (-1/3,f(-1/3)=y(-1/3)), even though I don't know what f(0) is.

If you want to go ahead and calculate what f(x) is from the two points given, I'm sure my statement will hold up.

False. Take your y=sqrt(1-x^2) formula for example. At (0,0), (1,0), and (0,1), it's a simple 45/45/90 right triangle. At (-1/3,0), (1,0), and (-1/3,0.94), it's no longer a simple 45/45/90 right triangle. The lengths of your two right legs are now 0.94, and 4/3
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,361
4,067
75
I said (0,0), (1,0), (0,f(0)). I should have specified that I meant f(x) to describe the line between (1,0), and (-1/3,0.943). I don't know what f(0) is Scratch that, yes, I do. Because of similar triangles, f(0) ~= 3/4*0.943 = .707

Edit: So f(x) = .707-.707x Satisfied?
 
Last edited:

Einz

Diamond Member
May 2, 2001
3,139
0
76
I said (0,0), (1,0), (0,f(0)). I should have specified that I meant f(x) to describe the line between (1,0), and (-1/3,0.943). I don't know what f(0) is Scratch that, yes, I do. Because of similar triangles, f(0) ~= 3/4*0.943 = .707

Edit: So f(x) = .707-.707x Satisfied?

Nope. That point of -1/3, 0.943 doesn't meet the condition that the distance from (0,1) to (0,0.707) is 3:1 the distance from (0,0.707) to (-1/3,0.943)

*EDIT* Humbly corrected, per below posts.
 
Last edited:

Engineer

Elite Member
Oct 9, 1999
39,230
701
126
I think DrPizza is trolling with the "easy" in the title. What do you guys think? :hmm:
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,361
4,067
75
Fine, I'll calculate it.

I assert: 1*sqrt((1-0)^2+(.7071-0)^2) = 3*sqrt((0-1/3)^2+(.943-.7071)^2)
Simplify: sqrt(1+.7071^2) = 3*sqrt((1/3)^2+(.943-.7071)^2)
Calculator: 1.224740956 = 3*0.408362487 = 1.225087462
It's within the three significant digits used. By the way, .7071 is an approximation of sqrt(2)/2.

Oh, and did you know that Google is a graphing calculator now? So if anyone's having trouble visualizing:

 

Einz

Diamond Member
May 2, 2001
3,139
0
76
Fine, I'll calculate it.

I assert: 1*sqrt((1-0)^2+(.7071-0)^2) = 3*sqrt((0-1/3)^2+(.943-.7071)^2)
Simplify: sqrt(1+.7071^2) = 3*sqrt((1/3)^2+(.943-.7071)^2)
Calculator: 1.224740956 = 3*0.408362487 = 1.225087462
It's within the three significant digits used. By the way, .7071 is an approximation of sqrt(2)/2.

Oh, and did you know that Google is a graphing calculator now? So if anyone's having trouble visualizing:


I humbly stand corrected.
 

DrPizza

Administrator Elite Member Goat Whisperer
Mar 5, 2001
49,601
166
111
www.slatebrookfarm.com
If the above diagrams are right, then the key is to draw an additional chord from the end if the chord to the other end of the first diagonal, making another right triangle that is similar to the one in question.

Now with solutiony goodness below

Triangle BDE is similar to ABC, therefore,
BE/BD = BC/AB, with BC=3/4*BD
Rearranging that, you end up with the ratio of AB to BC is 2/sqrt(6). The angle is ~35 degrees per the posts below

Thanks. That extra chord, with a neatly drawn picture made all the difference in the world. I was drawing it in my head and overlooked the right angle. From that point on, the rest follows easily. I knew it would be easy; I just kept making harder and harder by drawing all sorts of extra segments.
 

piasabird

Lifer
Feb 6, 2002
17,168
60
91
A lot depends on where the perpendiculars intersecet? You didnt specifically say it was the center of the circle.
 
Last edited:
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |