Circle problem finding coordinates of points

In summary, the problem involves finding the intersections of a circle and a line. In order to do so, the equation for the line is substituted into the equation for the circle and simplified. After expanding and rearranging, a quadratic equation in terms of x is obtained and solved to find the x-coordinates. These values are then substituted back into the equation for the line to find the corresponding y-coordinates. The final solutions are (1, 3) and (-2, 8).
  • #1
Casio1
86
0
Continued from;
Originally Posted by Jameson http://www.mathhelpboards.com/f2/understanding-how-deal-fractions-using-brackets-2596/#post11674 What is the full problem you are trying to solve? I can't make sense of your post until I know that. I have a circle problem and am trying to find coordinates of any points at which the circle (x + 3)^2 + (y - 4)^2 = 17 intersects the line 3y = - 5x + 14.

I started off and got to;

(x + 3)^2 + ( y - 4)^2 = 17

(x + 3)^2 + ( - 5x + 14 - 4) = 17

(x + 3)^2 + ( - 5x + 2/3) = 17

(x + 3)^2 + 1/9(25x^2 - 20x + 4) = 17

I got this far above but don't know what to do with the denominator 9?

If I expand (x + 3)^2 = x^2 + 6x + 9

What I can't do is add this to 1/9(25x^2 - 20x + 4) = 17

This is were I am stuck?
 
Last edited:
Mathematics news on Phys.org
  • #2
Why are you changing -5x + 14 - 4 to -5x + 2/3?

I would write:

$\displaystyle (x+3)^2+(y-4)^2=17$

Substitute for y:

$\displaystyle (x+3)^2+(-5x+14-4)^2=17$

Combine like terms within second term of equation, and factor out $\displaystyle -5$:

$\displaystyle (x+3)^2+(-5)^2(x-2)^2=17$

$\displaystyle (x+3)^2+25(x-2)^2=17$

Now, expand and write in standard form the resulting quadratic in x.
 
  • #3
MarkFL said:
Why are you changing -5x + 14 - 4 to -5x + 2/3?

I would write:

$\displaystyle (x+3)^2+(y-4)^2=17$

Substitute for y:

$\displaystyle (x+3)^2+(-5x+14-4)^2=17$

Combine like terms within second term of equation, and factor out $\displaystyle -5$:

$\displaystyle (x+3)^2+(-5)^2(x-2)^2=17$

$\displaystyle (x+3)^2+25(x-2)^2=17$

Now, expand and write in standard form the resulting quadratic in x.

Just a query that I don't understand how you got from;

$\displaystyle (x + 3)^2 + ( - 5x + 14 - 4)^2 = 17$

To

$\displaystyle (x + 3)^2 + 25( x - 2)^2 = 17$

Thanks

Mark you asked;
Why are you changing -5x + 14 - 4 to -5x + 2/3?

Because the circle intersects the line 3y = - 5x + 14

therefore - 5x + 14 is divided by 3 and the minus 4 became 2\3
 
Last edited:
  • #4
Oops! Sorry, I misread the problem. Let me try this again...

I would write:

$\displaystyle (x+3)^2+(y-4)^2=17$

Substitute for y:

$\displaystyle (x+3)^2+\left(\frac{-5x+14}{3}-4 \right)^2=17$

$\displaystyle (x+3)^2+\left(\frac{-5x+14-12}{3} \right)^2=17$

$\displaystyle (x+3)^2+\left(\frac{-5x+2}{3} \right)^2=17$

Using $\displaystyle (a-b)^2=(b-a)^2$ we may write:

$\displaystyle (x+3)^2+\left(\frac{5x-2}{3} \right)^2=17$

Factor out the square of 1/3:

$\displaystyle (x+3)^2+\frac{1}{9}(x-2)^2=17$

Multiply through by 9:

$\displaystyle 9(x+3)^2+(x-2)^2=153$

Now, expand, distribute and write in standard form the resulting quadratic in x.
 
  • #5
Hello, everyone!

$\text{Find the intersections of the circle }\,(x + 3)^2 + (y - 4)^2 \:=\: 17\;\;\color{blue}{[1]}$
$\text{ and the line }\,3y \:=\: -5x + 14\;\;\color{blue}{[2]}$

From [2]: .$y \:=\:\text{-}\frac{5}{3}x + \frac{14}{3}$

Substitute into [1]: .$(x+3)^2 + \left(\text{-}\frac{5}{3}x+\frac{14}{3} - 4\right)^2 \;=\;17$

. . . . . . . . . . . . . . . . . $(x+3)^2 + \left(\text{-}\frac{5}{3}x + \frac{2}{3}\right)^2 \;=\;17$

. . . . . . . . . . . . $x^2 + 6x + 9 + \frac{25}{9}x^2 - \frac{20}{9}x + \frac{4}{9} \;=\;17$

Multiply by 9: .$9x^2 + 54x + 81 + 25x^2 - 20x + 4 \;=\;153$

. . . . . . . . . . . . . . . . . . . . . . .$34x^2 + 34x - 68 \;=\;0$

Divide by 34: .$x^2 + x - 2 \;=\;0$

. . . . . . . .$(x-1)(x+2) \;=\;0$

. . . . . . . . . . . $ x \:=\:1,\:\text{-}2$

. . . . . . . . . . . $ y \:=\:3,\:8$Answers: .$(1,\,3),\;(\text{-}2,\,8)$
 
  • #6
soroban said:
Hello, everyone!


From [2]: .$y \:=\:\text{-}\frac{5}{3}x + \frac{14}{3}$

Substitute into [1]: .$(x+3)^2 + \left(\text{-}\frac{5}{3}x+\frac{14}{3} - 4\right)^2 \;=\;17$

. . . . . . . . . . . . . . . . . $(x+3)^2 + \left(\text{-}\frac{5}{3}x + \frac{2}{3}\right)^2 \;=\;17$

. . . . . . . . . . . . $x^2 + 6x + 9 + \frac{25}{9}x^2 - \frac{20}{9}x + \frac{4}{9} \;=\;17$

Multiply by 9: .$9x^2 + 54x + 81 + 25x^2 - 20x + 4 \;=\;153$

. . . . . . . . . . . . . . . . . . . . . . .$34x^2 + 34x - 68 \;=\;0$

Divide by 34: .$x^2 + x - 2 \;=\;0$

. . . . . . . .$(x-1)(x+2) \;=\;0$

. . . . . . . . . . . $ x \:=\:1,\:\text{-}2$

. . . . . . . . . . . $ y \:=\:3,\:8$Answers: .$(1,\,3),\;(\text{-}2,\,8)$

Thanks, I was getting there but was struggling to understand initially how to get rid of the denominator 9, which I multiplied through like you and got the results, but I must admit at the point of 34x^2 + 34x - 68 = 0, I had difficulties because I was getting solutions saying I had no roots and the question said the line did intersect the circle.

I don't think I would have thought about dividing the 34's out and would not have solved this without your help.

Very much appreciated to all that contributed.
 

Related to Circle problem finding coordinates of points

1. What is the "Circle problem" and why is it important to find the coordinates of points?

The Circle problem is a mathematical problem that involves finding the coordinates of points on a circle. It is important because circles are a fundamental shape in geometry and many real-world applications, such as designing round objects or calculating the trajectories of moving objects, require the use of circles and their coordinates.

2. How do you find the coordinates of points on a circle?

There are several methods for finding the coordinates of points on a circle, depending on the information given. One method is to use the center and radius of the circle to calculate the coordinates using the Pythagorean theorem. Another method is to use the equation of a circle, which involves using the radius and the angle to find the coordinates.

3. What is the Pythagorean theorem and how does it relate to finding coordinates on a circle?

The Pythagorean theorem states that in a right triangle, the square of the length of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the lengths of the other two sides. This theorem is useful in finding the coordinates of points on a circle because it allows us to calculate the distance between two points on the circle, which is needed to find the coordinates.

4. Can you use trigonometry to find the coordinates of points on a circle?

Yes, trigonometry can be used to find the coordinates of points on a circle. This involves using the sine, cosine, and tangent functions to calculate the coordinates based on the angle and radius of the circle. Trigonometry is often used when the given information is the angle and the coordinates of the center of the circle.

5. Are there any shortcuts or formulas for finding the coordinates of points on a circle?

Yes, there are some shortcuts and formulas that can be used to find the coordinates of points on a circle. For example, the coordinates of a point on the circle can be found using the midpoint formula if the center and another point on the circle are known. There are also specific formulas for finding the coordinates of the points of intersection between two circles.

Similar threads

Replies
6
Views
761
  • General Math
Replies
2
Views
724
Replies
2
Views
351
  • General Math
Replies
8
Views
939
Replies
2
Views
836
  • General Math
Replies
3
Views
2K
Replies
7
Views
3K
  • General Math
Replies
24
Views
2K
  • General Math
Replies
2
Views
1K
  • General Math
Replies
4
Views
831
Back
Top