Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Pre-University Math Help > Geometry
Reply
 
Thread Tools Display Modes
  #1  
Old October 30th, 2009, 02:42 PM
Newbie
 
Join Date: Oct 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
T6902ws is on a distinguished road
Default Need help creating a formula

I need to create a formula for excel that will solve the problem depicted in the drawing. Any help is appreciated.
Reply With Quote
Advertisement
 
  #2  
Old October 30th, 2009, 02:52 PM
earboth's Avatar
Super Member

 
Join Date: Jan 2006
Location: Germany
Posts: 4,184
Country:
Thanks: 177
Thanked 1,808 Times in 1,659 Posts
earboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant future
Default

Quote:
Originally Posted by T6902ws View Post
I need to create a formula for excel that will solve the problem depicted in the drawing. Any help is appreciated.
I've modified your drawing a little bit.

As you can see you are dealing with 2 right triangles. x is the difference of 2 legs of the 2 triangles.

I don't know excel. But I can provide you with an OpenOffice spreadsheet ...
Attached Thumbnails
need-help-creating-formula-sekant_stueck.png  
Reply With Quote
  #3  
Old October 30th, 2009, 02:58 PM
Newbie
 
Join Date: Oct 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
T6902ws is on a distinguished road
Default

I understand the logic, I would like to see the open office formula.
Reply With Quote
  #4  
Old October 30th, 2009, 03:22 PM
earboth's Avatar
Super Member

 
Join Date: Jan 2006
Location: Germany
Posts: 4,184
Country:
Thanks: 177
Thanked 1,808 Times in 1,659 Posts
earboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant future
Default

Quote:
Originally Posted by T6902ws View Post
I understand the logic, I would like to see the open office formula.
I've attached a screen-shot of the spreadsheet:

R1 := radius of the outer circle
R2 := radius of the inner circle
d := length of the secant (with your example 30)

The formula is shown in the input line. Translate the word wurzel by sqrt (Wurzel is the German word for root)

I hope that this helps!
Attached Thumbnails
need-help-creating-formula-sekant_stueckcalc.png  
Reply With Quote
  #5  
Old October 30th, 2009, 10:08 PM
Member
 
Join Date: Oct 2009
Posts: 111
Country:
Thanks: 6
Thanked 16 Times in 15 Posts
ukorov is on a distinguished road
Default

according to the attached pic:

x + y = 30
y = 30 - x .....(1)
By Pythagarus Theorem.:
33^2 - (x + y)^2 = z^2
30^2 - y^2 = z^2
Hence
33^2 - (x + y)^2 = 30^2 - y^2
33^2 - 30^2 = (x + y)^2 - y^2
189 = x^2 + 2xy + y^2 - y^2
x^2 + 2xy = 189 .....(2)
(1) to (2), hence:
x^2 + 2x(30 - x) = 189
x^2 + 60x - 2x^2 - 189 = 0
-x^2 + 60x - 189 = 0
x^2 - 60x + 189 = 0
x = [-(-60) +/- (60^2 - 4 x 1 x 189)^0.5] / (2 x 1)
x = 56.66 (rejected)
or
x = 3.34
Attached Thumbnails
need-help-creating-formula-ques3.png  
Reply With Quote
  #6  
Old October 31st, 2009, 04:27 AM
earboth's Avatar
Super Member

 
Join Date: Jan 2006
Location: Germany
Posts: 4,184
Country:
Thanks: 177
Thanked 1,808 Times in 1,659 Posts
earboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant futureearboth has a brilliant future
Default

Quote:
Originally Posted by ukorov View Post
according to the attached pic:

x + y = 30 <<<<<<< in my opinion this assumption doesn't hold for all values of z
...
x is the difference of the two green lines.
Attached Thumbnails
need-help-creating-formula-sekant_stueckfalsch.png  
Reply With Quote
  #7  
Old October 31st, 2009, 10:51 AM
Member
 
Join Date: Oct 2009
Posts: 111
Country:
Thanks: 6
Thanked 16 Times in 15 Posts
ukorov is on a distinguished road
Default

Quote:
Originally Posted by earboth View Post
x is the difference of the two green lines.
alright i am now aware of the problem. however x is not the difference of the two green lines either, because the question has never given that x + y is precisely equivalent to the length of the inner radius (30).

To ignore this arguement, we only use the Pyth. Th. twice:
(x + y)^2 + 15^2 = 33^2
(x + y)^2 = 33^2 - 15^2
x^2 + 2xy + y^2 = 864 .....(1)
y^2 + 15^2 = 30^2
y^2 = 675
y = (5)(27^0.5) .....(2)

(2) to (1) we have:
x^2 + 2x(5)(27^0.5) + 675 = 864
x^2 + (10)(27^0.5)x - 189 = 0

x = [-(10)(27^0.5) +/- (2700 + 4 x 189)^0.5] / 2
x = 3.41
or
x = -55.4 (rejected)
Reply With Quote
  #8  
Old November 2nd, 2009, 09:40 AM
Newbie
 
Join Date: Oct 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
T6902ws is on a distinguished road
Default

The correct answer is 3.41.

Thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 01:47 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.