A Question related to Co-ordinate Geometry

  • Thread starter Thread starter DarkStalker
  • Start date Start date
  • Tags Tags
    Geometry
AI Thread Summary
The discussion revolves around solving a coordinate geometry problem involving a line through point A (1,2) intersecting two given lines, with the condition that AQ equals twice AP. Participants suggest finding the family of lines in the form y = ax + b that pass through point A. The intersections of these lines with the other two lines can be calculated, but the challenge lies in determining the coordinates without graphical methods. The solution requires setting up equations based on the intersections and the distance condition, ultimately leading to a dependency on the variable 'a'. The conversation emphasizes the need for a systematic approach to find the coordinates of points P and Q based on the given conditions.
DarkStalker
Messages
28
Reaction score
0
Hello. I have this question related to Co-ordinate geometry that I have trouble solving.

Homework Statement


A line is drawn through the point A (1,2) to cut the line 2y=3x-5 in P and the line x+y=12 in Q. If AQ=2AP, find the co-ordinates of P and Q.


Homework Equations





The Attempt at a Solution



It apparently has 2 solutions, according to this website:

http://mathforum.org/library/drmath/view/53178.html

I'm supposed to find out the exact co-ordinates without having to do any kind of graphical work. I couldn't make any reasonable attempt.
 
Physics news on Phys.org
give equations for all the lines that go through (1,2). These are all the lines of the form y = ax + b where b = ... ? There's also a vertical line.

a line y = ax + b goes through a point (p,q) if x = p and y= ax+b = q

find where each of that family of lines intersects the other 2 lines. you know how to find the intersection of 2 lines? Also don't forget the vertical line.

now compute the distances from these intersection points to A. set one of them equal to twice the other and solve the equation you get
 
willem2 said:
give equations for all the lines that go through (1,2). These are all the lines of the form y = ax + b where b = ... ? There's also a vertical line.

Wait, what about 'a', that's also unknown isn't it?

a line y = ax + b goes through a point (p,q) if x = p and y= ax+b = q
Okay, understood.

find where each of that family of lines intersects the other 2 lines. you know how to find the intersection of 2 lines? Also don't forget the vertical line.
I lost you here. What family are you talking about? I know how to find the intersection of 2 lines (by simultaneously solving them), but how am I supposed to yield a value when I don't know what y=ax+b is? If you could please provide me with a solution I'd be really grateful.
 
DarkStalker said:
I lost you here. What family are you talking about? I know how to find the intersection of 2 lines (by simultaneously solving them), but how am I supposed to yield a value when I don't know what y=ax+b is? If you could please provide me with a solution I'd be really grateful.

you'll get a line that depends on a. (you can find b if a is given because the line
must go through (1,2))

it really isn't a problem if you don't know a. The point of intersection will
of course also depend on a. an example:

if you want to find the intersection of the lines y = ax - 2a and x+y = a - 8
solfve one of the equations for x or y and substitute in the other:

substitute x = a - 8 - y in y = ax -2a to get y = a(a - 8 - y) -2a

y + you = a^2 - 10 a

(1+a)y = a^2 - 10 a

y = (a^2 - 10 a) / (1+a)

substitute the answer for y in x = a - 8 - y to get x

x = a - 8 -y = (a^2 + a - 8a - 8 - a^2 - 10a)/(a+1) = - (17a + 8)/(a+1)

so the lines y = ax - 2a and x+y = a - 8 intersect in the point

(- (17a + 8)/(a+1), (a^2 - 10 a) / (1+a))

if (a = -1) the lines don't intersect.

you'll get an intersection point of the mystery line with 2y=3x-5 and one with the line x+y=12
the postition of both points will also depend on a, and so AQ and AP will also depend on a.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top