Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#951 Re: Help Me ! » Standard Form of Equation of the Circle » 2024-03-03 18:22:19

Bob wrote:

Sorry, my mistake ... didn't read the question properly. This one was correct to start with. It's the others that needed that change.

Bob shame

Can you please show the correct equation?

#952 Re: Help Me ! » Equation of the Circle » 2024-03-03 18:20:08

KerimF wrote:
FelizNYC wrote:

What is your comment here?

Sorry, it was just a reminder since, while you know it well, you used to miss applying it in your previous first solutions.

Miss applying???

#953 Re: Help Me ! » Your favorite branch of mathematics » 2024-03-03 18:19:00

JavierFrancis wrote:

Hey everyone! I'm kind of a newbie to the whole math scene, and I was just wondering: what's your favorite branch of mathematics, and what is it about that particular branch that captivates you? I'm trying to dive deeper into math and figure out what really excites people about it. Any insights or recommendations on where to start would be awesome! Thanks a bunch!

1. This is the wrong forum for this question. This forum is for math questions specifically.

2. My favorite branch of mathematics is geometry.

3. I like geometric shapes, and applications.

4. For me, the challenge of solving for x is what makes math interestingly fun.

5. Math is connected to music notation. As a guitarist and arranger of scores, knowing basic math and fractions comes in handy.

#954 Re: Help Me ! » Tangent Line To A Circle » 2024-03-03 18:08:44

KerimF wrote:
FelizNYC wrote:

the equation of the circle is x^2 + y^2 = r^2 and the equation of the tangent line is y = mx + b

Please note that the following simple steps don't need knowing the hint.

In general, when we have two traces (here, a circle and a straight line) and we like to find at which point(s) they may intersect, we simply solve their two equations.

We have:
x^2 + y^2 = r^2
y = mx + b
And their unknown variables are x and y.

By substituding y, we get:
x^2 + (mx + b)^2 = r^2
x^2 + m^2*x^2 + 2*m*x*b + b^2 = r^2
(1 + m^2)*x^2 + 2*m*b*x + (b^2 - r^2) = 0

This is a quadratic equation in the form of:
A*x^2 + B*x + C =0
where
A = (1 + m^2)
B = 2*m*b
C = (b^2 - r^2)

Its solution is:
x1 = [-B - sqrt(delta)]/(2*A)
x2 = [-B + sqrt(delta)]/(2*A)

Where delta is:
B^2 - 4*A*C

Therefore the delta of our equation above is:
= B^2 - 4*A*C
= (2*m*b)^2 - 4*(1 + m^2)*(b^2 - r^2)
= 4*m^2*b^2 - 4*(b^2 - r^2 + m^2*b^2 - m^2*r^2)
= 4*(m^2*b^2 - b^2 + r^2 - m^2*b^2 + m^2*r^2)
= 4*(- b^2 + r^2 + m^2*r^2)
= 4*[r^2*(1 + m^2) - b^2]

Since the straight line intersects the circle at one point only, x1 and x2 of this equation should be equal.
They are equal if its delta=0, that is:
4*[r^2*(1 + m^2) - b^2] = 0
r^2*(1 + m^2) - b^2 = 0
r^2*(1 + m^2) = b^2

Nicely-done. Very detailed. Very informative. I thank you.

#955 Re: Help Me ! » Equation for the Path of Circle's Center » 2024-03-03 16:19:49

KerimF wrote:

Yes.

Ok. Let's say the question is stated this way:

If a circle of radius 2 is made to roll along the y-axis, what is an equation for the path of the center of the circle?

In this case, the equation is x = 2. Right?

#956 Re: Help Me ! » Convert Standard Form to General Form » 2024-03-03 16:17:07

KerimF wrote:
FelizNYC wrote:
Bob wrote:

Both look good to me, well done.

Bob

Well, well. . .it's about time. I finally do something right, huh?

By the way, it is always about time for me too. Some problems that need innovative ways to solve took me many years to finish properly.

I mean if one needs 'really' to solve something, he will do it 'for sure' sooner or later.
Inversely, even the greatest genius won't solve a problem in which he is not interested.

I like math but lack the needed time to perfect it.

#957 Re: Help Me ! » Standard Form of Equation of the Circle...Part Three » 2024-03-03 16:15:27

KerimF wrote:
FelizNYC wrote:
KerimF wrote:

What is the standard form of the equation of the circle whose radius is sqrt(5) and its center (0,0)?
It is:
x^2 + y^2 = 5

And this is your answer here though the center of your given circle is at M(2, 2) which you did well in finding it.

Is it right or wrong? It's either yes or no....

Ok, it is wrong.
The center of your circle is at (0, 0). It should be at M(2, 2) as you found out.

Ok. Copy.


Let r = 5


(x - h)^2 + (y - k)^2 = r^2


(x - 2)^2 + (y - 2)^2 = 25


Yes?

#958 Re: Help Me ! » Standard Form of Equation of the Circle...Again » 2024-03-03 16:13:23

KerimF wrote:
FelizNYC wrote:
KerimF wrote:

You did well for r by applying the right equation of a circle. Then... I didn't see it.

I guess you know that:
x^2 + y^2 = r^2
means that the circle center is at (0, 0).

Is my answer right?

But... your exercise is to find the standard form of the equation of the circle with center (-3, 1) ... not (0,0)

Ok. Copy.


I found r to be 3.

(x - h)^2 + (y - k)^2 = r^2


(x - (-3))^2 + (y - 1)^2 = 3^2


(x + 3)^2 + (y - 1)^2 = 9


You say?

#959 Re: Help Me ! » Equation of the Circle » 2024-03-02 19:00:36

KerimF wrote:
FelizNYC wrote:

The standard form of an equation of a circle with radius r and center (h, k) is given by:
(x - h)^2 + (y - k)^2 = r^2.

What is your comment here?

#960 Re: Help Me ! » Tangent Line To A Circle » 2024-03-02 18:58:29

Bob wrote:

If you substitute ( x , mx+c) into the circle equation you get that hint.

A quadratic Ax^2 + Bx + C = 0 has only one solution if B^2 - 4AC is zero.  Part 1 comes from that equation substituting for A, B and C. (Don't mix up C and c here; they're not the same.)

If P is the point of tangency and origin O then OP is perpendicular to the tangent so it has equation y = -x/m

Sub into the equation for the circle to find x and then y.

What is the question for part c?

Bob

You said:

"If you substitute ( x , mx+c) into the circle equation you get that hint."

Which equation of the circle?

You said:

"A quadratic Ax^2 + Bx + C = 0 has only one solution if B^2 - 4AC is zero.  Part 1 comes from that equation substituting for A, B and C. (Don't mix up C and c here; they're not the same.)"

What do you mean here?

You said:

If P is the point of tangency and origin O then OP is perpendicular to the tangent so it has equation y = -x/m."

I don't know what this equation represents.

You said:

"Sub into the equation for the circle to find x and then y."

Which equation of the circle?

#961 Re: Help Me ! » Tangent Line To A Circle » 2024-03-02 18:47:20

Bob wrote:

If you substitute ( x , mx+c) into the circle equation you get that hint.

A quadratic Ax^2 + Bx + C = 0 has only one solution if B^2 - 4AC is zero.  Part 1 comes from that equation substituting for A, B and C. (Don't mix up C and c here; they're not the same.)

If P is the point of tangency and origin O then OP is perpendicular to the tangent so it has equation y = -x/m

Sub into the equation for the circle to find x and then y.

What is the question for part c?

Bob

Part C

Show that the tangent line is perpendicular to the line containing the center of the circle and the point of tangency.

#962 Re: Help Me ! » Equation for the Path of Circle's Center » 2024-03-02 18:36:06

Bob wrote:

x may be anything but y must always be 2.

Bob

If x can be any number and y does not change, then the equation for the path is a line through the point (0, 2).

I say the equation is y = 2.

Yes?

#963 Re: Help Me ! » Find Equation of the Line » 2024-03-02 18:24:25

Bob wrote:

Get the circle equations in the form:

(x+g)^2 + (y+h)^2 = r^2

(g,h) is the centre [and (g' h') for the other.]

So you can create the equation of the line through those two points.

Bob

Ok. Will do.

#964 Re: Help Me ! » Find Radius of Circle » 2024-03-02 18:22:32

Bob wrote:

Correct.

B

Good to know that I am right here.

#965 Re: Help Me ! » Find Equation for Orbit of Satellite » 2024-03-02 18:21:23

Bob wrote:

I agree the question is strangely worded.

I think the circumference is the surface of the Earth and the centre is at (-1 . -2).

The radius is root(4096)

The satellite of 0.6 above the surface so it's radius is root(4096) + 0.6

Just before your final equation there's 1 + 4 missing on the RHS  but you have it correctly on the next line  so no worries.

Bob

I got the right answer doing the wrong work.

#966 Re: Help Me ! » Find Equation for the Ferris Wheel » 2024-03-02 18:18:44

Bob wrote:

You haven't allowed for any clearance at the bottom with the ground.

The maximum height is 165; subtract the diameter and the lowest point must be 15m off the ground.

So the centre is at 15 + 75 up the y axis.

Bob

So the center is located at (0, 90).

r = 75

(x - h)^2 + (y - k)^2 = r^2

(x - 0)^2 + (y - 90)^2 = (75)^2

x^2 + (y - 90)^2 = 5625

Yes?

#967 Re: Help Me ! » Convert Standard Form to General Form » 2024-03-02 18:14:18

Bob wrote:

Both look good to me, well done.

Bob

Well, well. . .it's about time. I finally do something right, huh?

#968 Re: Help Me ! » Standard Form of Equation of the Circle » 2024-03-02 18:13:06

Bob wrote:

You keep doing the hard bit ok then going back to the wrong circle equation.

You need (x-g)^2 + (y-h)^2 = r^2 for all the questions.

Bob

Ok.

I will use (x - h)^2 + (y - k)^2 = r^2.

(x - (-2))^2 + (y - 3)^2 = 13

(x + 2)^2 + (y -3)^2 = 13

Yes?

#969 Re: Help Me ! » Standard Form of Equation of the Circle...Part Three » 2024-03-02 18:10:01

KerimF wrote:

What is the standard form of the equation of the circle whose radius is sqrt(5) and its center (0,0)?
It is:
x^2 + y^2 = 5

And this is your answer here though the center of your given circle is at M(2, 2) which you did well in finding it.

Is it right or wrong? It's either yes or no....

#970 Re: Help Me ! » Standard Form of Equation of the Circle...Again » 2024-03-02 18:08:44

KerimF wrote:

You did well for r by applying the right equation of a circle. Then... I didn't see it.

I guess you know that:
x^2 + y^2 = r^2
means that the circle center is at (0, 0).

Is my answer right?

#971 Help Me ! » Find Radius of Circle » 2024-03-02 04:38:57

mathxyz
Replies: 2

If the circumference of a circle is 6pi, what is its radius?


Let me see.


Circumference = pi•d, where d = diameter.


6pi = pi•d


6pi/pi = d


6 = d


Radius = (1/2)d


Let r = Radius of circle.


r = (1/2)d


r = (1/2)6


r = 3


You say?

#972 Help Me ! » Equation for the Path of Circle's Center » 2024-03-02 04:34:45

mathxyz
Replies: 6

If a circle of radius 2 is made to roll along the x-axis, what is an equation for the path of the center of the circle?

Looking to get started here. Any hints?

#973 Help Me ! » Find Equation of the Line » 2024-03-02 04:32:04

mathxyz
Replies: 6

Find an equation of the line containing the centers of the two circles below.

TWO CIRCLES

x^2 + y^2 - 4x + 6y + 4 = 0

AND

x^2 + y^2 + 6x + 4y + 9 = 0


Can someone get me started here?

#974 Help Me ! » Tangent Line To A Circle » 2024-03-02 04:29:08

mathxyz
Replies: 5

The tangent line to a circle may be defined as the line that intersects the circle in a single point called the point of tangency. If the equation of the circle is x^2 + y^2 = r^2 and the equation of the tangent line is y = mx + b, show that:

A. r^2(1 + m^2) = b^2

HINT GIVEN IN THE TEXTBOOK:

The quadratic equation x^2 + (mx + b)^2 = r^2 has exactly one solution.


B. The point of tangency is [(-r^2•m)/b, (r^2)/b].


C. The tangent line is perpendicular to the line containing the center of the circle and the point of tangency.


I need help with all three parts of this question.

#975 Help Me ! » Find Equation for Orbit of Satellite » 2024-03-02 03:02:41

mathxyz
Replies: 2

Earth is represented on a map of a portion of the solar system so that it's surface is the center with equation
x^2 + y^2 + 2x + 4y - 4091 = 0. A weather satellite circles 0.6 units above Earth with the center of its circular orbit at the center of Earth. Find an equation for the orbit of the satellite.

Let's see what happens here.


I think the question is asking to convert the given equation in general form to the standard form of an equation of a circle. If that's the case, why not say that specifically? Ridiculous!!!


x^2 + y^2 + 2x + 4y - 4091 = 0


I think rearranging some of the terms helps out.


x^2 + 2x + y^2 + 4y - 4091 = 0


Completing the square is needed on the terms x^2 + 2x and y^2 + 4y.


After completing the square, I got


x^2 + 2x + 1 and y^2 + 4y + 4.


This leads (x + 1)(x + 1) + (y + 2)(y + 2) - 4091 = 0.


On the right side, add 1 + 4 + 4091 to get 4096.


I think the equation is (x + 1)^2 + (y + 2)^2 = 4096.


You say?

Board footer

Powered by FluxBB