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 July 3rd, 2009, 04:29 AM
helloying's Avatar
Member
 
Join Date: Jul 2008
Posts: 159
Country:
Thanks: 157
Thanked 4 Times in 4 Posts
helloying is on a distinguished road
Send a message via MSN to helloying
Default eqn of circle and tangent

find the eqn of the circle that passes through the point A(8,1) and B(7,1) and has , for its tangent at B, the line 3x-4y-21=0
Reply With Quote
Advertisement
 
  #2  
Old July 3rd, 2009, 04:53 AM
MHF Contributor
 
Join Date: Aug 2008
Posts: 1,451
Country:
Thanks: 48
Thanked 581 Times in 544 Posts
Prove It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to all
Default

Quote:
Originally Posted by helloying View Post
find the eqn of the circle that passes through the point A(8,1) and B(7,1) and has , for its tangent at B, the line 3x-4y-21=0
The equation of a circle is given by

(x - h)^2 + (y - k)^2 = r^2, where (h, k) is the centre and r is the radius.

From the information given, we can generate three equations in three unknowns, so that we can solve them simultaneously for h, k and r.


Substituting point A (8, 1) into the equation gives

(8 - h)^2 + (1 - k)^2 = r^2.


Substituting point B (7, 1) into the equation gives

(7 - h) + (1 - k)^2 = r^2.


This circle's derivative is given by:

\frac{d}{dx}[(x - h)^2 + (y - k)^2] = \frac{d}{dx}(r^2)

\frac{d}{dx}[(x - h)^2] + \frac{d}{dx}[(y - k)^2] = 0

2(x - h) + \frac{dy}{dx}\cdot\frac{d}{dy}[(y - k)^2] = 0

2(x - h) + 2(y - k)\frac{dy}{dx} = 0

2(y - k)\frac{dy}{dx} = -2(x - h)

\frac{dy}{dx} = -\frac{x - h}{y - k}.


This is the derivative, which gives us the gradient of the tangent at all points on the circle.

If it's tangent at B is the line 3x - 4y - 21 = 0, we can rearrange this to read y = \frac{3}{4}x - \frac{21}{4}.

So the gradient of the tangent at point B is \frac{3}{4}.

So at point (7, 1) the gradient is \frac{3}{4}.

Substituting these values into the derivative gives

-\frac{7 - h}{1 - k} = \frac{3}{4}

\frac{h - 7}{1 - k} = \frac{3}{4}

h - 7 = \frac{3}{4}(1 - k)

h - 7 = \frac{3}{4} - \frac{3}{4}k

h = \frac{31}{4} - \frac{3}{4}k.


We can now solve for h, k and r.


So far we have:

(8 - h)^2 + (1 - k)^2 = r^2 and (7 - h)^2 + (1 - k)^2 = r^2.


Therefore

(8 - h)^2 + (1 - k)^2 = (7 - h)^2 + (1 - k)^2

(8 - h)^2 = (7 - h)^2

64 - 16h + h^2 = 49 - 14h + h^2

15 = 2h

h = \frac{15}{2}.


We also know:

h = \frac{31}{4} - \frac{3}{4}k, so

\frac{15}{2} = \frac{31}{4} - \frac{3}{4}k

\frac{3}{4}k = \frac{1}{4}

k = \frac{1}{3}.


Finally, we know that

(8 - h)^2 + (1 - k)^2 = r^2

\left(8 - \frac{15}{2}\right)^2 + \left(1 - \frac{1}{3}\right)^2 = r^2

\left(\frac{1}{2}\right)^2 + \left(\frac{2}{3}\right)^2 = r^2

\frac{1}{4} + \frac{4}{9} = r^2

r^2 = \frac{25}{36}

r = \frac{5}{6}.



Now we finally have enough information for the equation of the circle:

\left(x - \frac{15}{2}\right)^2 + \left(y - \frac{1}{3}\right)^2 = \left(\frac{5}{6}\right)^2.
__________________
Two things are infinite - The Universe and Human Stupidity. Though I'm not too sure about the universe...
Reply With Quote
The following users thank Prove It for this useful post:
Donate to MHF
  #3  
Old July 3rd, 2009, 06:55 AM
Newbie
 
Join Date: Jul 2009
Posts: 6
Thanks: 0
Thanked 3 Times in 3 Posts
Tesla23 is on a distinguished road
Default

Quote:
Originally Posted by helloying View Post
find the eqn of the circle that passes through the point A(8,1) and B(7,1) and has , for its tangent at B, the line 3x-4y-21=0
centre of circle must lie on perp bisector of AB which is line x = 7.5, so let centre be C be the point (7.5,y)

so we need to find y such that |AC| = distance of C to line 3x-4y-21=0 so:

(7.5 - 7)^2 + (y - 1)^2 = \frac{(3*7.5 - 4y - 21)^2}{3^2 + 4^2}

which you can solve for y

Edit: I missed the "Tangent at B" part of the question, and as pointed out by HallsOfIvy the line 3x-4y-21=0 does not pass through B, this solution finds the circle passing through A and B with tangent 3x-4y-21=0

Last edited by Tesla23; July 3rd, 2009 at 07:28 AM.
Reply With Quote
The following users thank Tesla23 for this useful post:
Donate to MHF
  #4  
Old July 3rd, 2009, 07:05 AM
MHF Contributor
 
Join Date: Apr 2005
Posts: 3,301
Thanks: 291
Thanked 1,161 Times in 1,063 Posts
HallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud of
Default

Actually, the condition given, "passes through the point A(8,1) and B(7,1) and has , for its tangent at B, the line 3x-4y-21=0", is impossible. 3(7)- 4(1)- 21= 21- 4- 21= -4, not 0 so the line 3x- 4y-21= 0 does not even pass through B.

Tesla23's solution actually gives the circle passing through A and B and tangent to 3x- 4y- 21= 0 but not] at B.
Reply With Quote
The following users thank HallsofIvy for this useful post:
Donate to MHF
  #5  
Old July 3rd, 2009, 08:05 AM
helloying's Avatar
Member
 
Join Date: Jul 2008
Posts: 159
Country:
Thanks: 157
Thanked 4 Times in 4 Posts
helloying is on a distinguished road
Send a message via MSN to helloying
Default

Quote:
Originally Posted by HallsofIvy View Post
Actually, the condition given, "passes through the point A(8,1) and B(7,1) and has , for its tangent at B, the line 3x-4y-21=0", is impossible. 3(7)- 4(1)- 21= 21- 4- 21= -4, not 0 so the line 3x- 4y-21= 0 does not even pass through B.

Tesla23's solution actually gives the circle passing through A and B and tangent to 3x- 4y- 21= 0 but not] at B.
Oh my it is not possible. But why did teachers set this qn for exam?is it a mistake or they just trying to test whether we are able to solve. is it possible for them to give another line that is possible and will pass through B?
Reply With Quote
  #6  
Old July 3rd, 2009, 08:24 AM
MHF Contributor
 
Join Date: Aug 2008
Posts: 1,451
Country:
Thanks: 48
Thanked 581 Times in 544 Posts
Prove It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to all
Default

Quote:
Originally Posted by helloying View Post
Oh my it is not possible. But why did teachers set this qn for exam?is it a mistake or they just trying to test whether we are able to solve. is it possible for them to give another line that is possible and will pass through B?
See my answer...
__________________
Two things are infinite - The Universe and Human Stupidity. Though I'm not too sure about the universe...
Reply With Quote
The following users thank Prove It for this useful post:
Donate to MHF
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 11:50 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.