MathDB
Problems
Contests
National and Regional Contests
USA Contests
USA - Other Middle and High School Contests
Math Prize For Girls Problems
2010 Math Prize For Girls Problems
7
7
Part of
2010 Math Prize For Girls Problems
Problems
(1)
Math Prize 2010 Problem 7
Source:
11/14/2010
The graph of
(
x
2
+
y
2
ā
1
)
3
=
x
2
y
3
{(x^2 + y^2 - 1)}^3 = x^2 y^3
(
x
2
+
y
2
ā
1
)
3
=
x
2
y
3
is a heart-shaped curve, shown in the figure below. [asy] import graph; unitsize(10); real f(real x) { return sqrt(cbrt(x^4) - 4 x^2 + 4); } real g(real x) { return (cbrt(x^2) + f(x))/2; } real h(real x) { return (cbrt(x^2) - f(x)) / 2; } real xmax = 1.139028; draw(graph(g, -xmax, xmax) -- reverse(graph(h, -xmax, xmax)) -- cycle); xaxis("
x
x
x
", -1.5, 1.5, above = true); yaxis("
y
y
y
", -1.5, 1.5, above = true); [/asy] For how many ordered pairs of integers
(
x
,
y
)
(x, y)
(
x
,
y
)
is the point
(
x
,
y
)
(x, y)
(
x
,
y
)
inside or on this curve?
analytic geometry