answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
NARA [144]
2 years ago
15

The center of a circle is at the origin on a coordinate grid. The vertex of a parabola that opens upward is at (0, 9). If the ci

rcle intersects the parabola at the parabola’s vertex, which statement must be true?
The maximum number of solutions is one.
The maximum number of solutions is three.
The circle has a radius equal to 3.
The circle has a radius less than 9.

Mathematics
2 answers:
zhannawk [14.2K]2 years ago
7 0

Answer:

"The maximum number of solutions is one."

Step-by-step explanation:

Hopefully the drawing helps visualize the problem.

The circle has a radius of 9 because the vertex is 9 units above the center of the circle.

The circle the parabola intersect only once and cannot intercept more than once.  

The solution is "The maximum number of solutions is one."

Let's see if we can find an algebraic way:

The equation for the circle given as we know from the problem without further analysis is so far x^2+y^2=r^2.

The equation for the parabola without further analysis is y=ax^2+9.

We are going to plug ax^2+9 into x^2+y^2=r^2 for y.

x^2+y^2=r^2

x^2+(ax^2+9)^2=r^2

To expand (ax^2+9)^2, I'm going to use the following formula:

(u+v)^2=u^2+2uv+v^2.

(ax^2+9)^2=a^2x^4+18ax^2+81.

x^2+y^2=r^2

x^2+(ax^2+9)^2=r^2

x^2+a^2x^4+18ax^2+81=r^2

So this is a quadratic in terms of x^2

Let's put everything to one side.

Subtract r^2 on both sides.

x^2+a^2x^4+18ax^2+81-r^2=0

Reorder in standard form in terms of x:

a^2x^4+(18a+1)x^2+(81-r^2)=0

The discriminant of the left hand side will tell us how many solutions we will have to the equation in terms of x^2.

The discriminant is B^2-4AC.

If you compare our equation to Au^2+Bu+C, you should determine A=a^2

B=(18a+1)

C=(81-r^2)

The discriminant is

B^2-4AC

(18a+1)^2-4(a^2)(81-r^2)

Multiply the (18a+1)^2 out using the formula I mentioned earlier which was:

(u+v)^2=u^2+2uv+v^2

(324a^2+36a+1)-4a^2(81-r^2)

Distribute the 4a^2 to the terms in the ( ) next to it:

324a^2+36a+1-324a^2+4a^2r^2

36a+1+4a^2r^2

We know that a>0 because the parabola is open up.

We know that r>0 because in order it to be a circle a radius has to exist.

So our discriminat is positive which means we have two solutions for x^2.

But how many do we have for just x.

We have to go further to see.

So the quadratic formula is:

\frac{-B \pm \sqrt{B^2-4AC}}{2A}

We already have B^2-4AC}

\frac{-(18a+1) \pm \sqrt{36a+1+4a^2r^2}}{2a^2}

This is t he solution for x^2.

To find x we must square root both sides.

x=\pm \sqrt{\frac{-(18a+1) \pm \sqrt{36a+1+4a^2r^2}}{2a^2}}

So there is only that one real solution (it actually includes 2 because of the plus or minus outside) here for x since the other one is square root of a negative number.

That is,

x=\pm \sqrt{\frac{-(18a+1) \pm \sqrt{36a+1+4a^2r^2}}{2a^2}}

means you have:

x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+4a^2r^2}}{2a^2}}

or

x=\pm \sqrt{\frac{-(18a+1)-\sqrt{36a+1+4a^2r^2}}{2a^2}}.

The second one is definitely includes a negative result in the square root.

18a+1 is positive since a is positive so -(18a+1) is negative

2a^2 is positive (a is not 0).

So you have (negative number-positive number)/positive which is a negative since the top is negative and you are dividing by a positive.

We have confirmed are max of one solution algebraically. (It is definitely not 3 solutions.)

If r=9, then there is one solution.

If r>9, then there is two solutions as this shows:

x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+4a^2r^2}}{2a^2}}

r=9 since our circle intersects the parabola at (0,9).

Also if (0,9) is intersection, then

0^2+9^2=r^2 which implies r=9.

Plugging in 9 for r we get:

x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+4a^2(9)^2}}{2a^2}}

x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+324a^2}}{2a^2}}

x=\pm \sqrt{\frac{-(18a+1)+\sqrt{(18a+1)^2}}{2a^2}}

x=\pm \sqrt{\frac{-(18a+1)+18a+1}{2a^2}}

x=\pm \sqrt{\frac{0}{2a^2}}

x=\pm 0

x=0

The equations intersect at x=0. Plugging into y=ax^2+9 we do get y=a(0)^2+9=9.  

After this confirmation it would be interesting to see what happens with assume algebraically the solution should be (0,9).

This means we should have got x=0.

0=\frac{-(18a+1)+\sqrt{36a+1+4a^2r^2}}{2a^2}

A fraction is only 0 when it's top is 0.

0=-(18a+1)+\sqrt{36a+1+4a^2r^2}

Add 18a+1 on both sides:

18a+1=\sqrt{36a+1+4a^2r^2

Square both sides:

324a^2+36a+1=36a+1+4a^2r^2

Subtract 36a and 1 on both sides:

324a^2=4a^2r^2

Divide both sides by 4a^2:

81=r^2

Square root both sides:

9=r

The radius is 9 as we stated earlier.

Let's go through the radius choices.

If the radius of the circle with center (0,0) is less than 9 then the circle wouldn't intersect the parabola.  So It definitely couldn't be the last two choices.

Orlov [11]2 years ago
7 0

Answer:

Option A.

Step-by-step explanation:

A circle was drawn with the center at origin (0, 0) and a point (0, 9) on the circle.

So the radius will be r = \sqrt{(0-0)+(0-9)^{2}}=9

Equation of this circle will be in the form of x² + y² = r²

Here r represents radius.

So the equation of the circle will be x² + y² = 9²

Or x² + y² = 81

Now we will form the equation of the parabola having vertex at (0, 9)

y² = (x - h)² + k

where (h, k) is the vertex.

Equation of the parabola will be y² = (x - 0)² + 9

y² = x² + 9

Now we will replace the value of y² from this equation in the equation of circle to get the solution of this system of the equations.

x² + x² + 9 = 81

2x² = 81 - 9

2x² = 72

x²= 36

x = ±√36

x = ±6

Since circle and parabola both touch on a single point (0, 9) therefore, there will be only one solution that is x = 6.

For x = 6,

6² + y² = 9²

36 + y² = 81

y² = 81 - 36 = 45

y = √45 = 3√5  

Option A. will be the answer.

You might be interested in
What is the distance between (3, 5.25) and (3, –8.75)? 6 units 8.25 units 11.75 units 14 units
evablogger [386]
By using distance formula :


\text{Distance formula,}  \bold{  \boxed{ Distance = \sqrt{( x_{2} -x_{1})^{2}+(y_{2} -   y_{1})^{2}) }}}





Given points = ( 3 , 5.25 ) and ( 3 , - 8.75 )


\bold{Taking \:  \:  \:  x_{1}=3 \:   \: , \: \:   x_{2}= 3  \:  \: , \:   \:  y_{1}= 5.25 \:   \: ,  \:  \: y_{2}= -8.75}




On applying formula, we get


Distance = \sqrt{ ( x_{2}-x_{1})^{2}+(y_{2}-y_{1})^2} \\  \\  \\ Distance = \sqrt{ ( 3 - 3 )^{2} + ( - 8.75 - 5.25 )^{2}}  \\ \\ \\ Distance = \sqrt{ ( 0 )^{2}  + ( - 14)^{2}}  \\ \\ \\ Distance = \sqrt{ ( - 14 )^{2}} \\ \\ \\ Distance = \sqrt{ 14^{2}} \:\:\:\:\:\:\:\:\:\:\: \:  \:  \:  \:  \:  \:  \:  \:  | \bold{ ( - 14 )^{2} = 14^{2}}  \\  \\  \\ Distance =  {14}^{2 \times  \frac{1}{2} }  \\  \\  \\  Distance =  {14}^{1}  \\  \\  \\  Distance = 14 \: units








Hence, Option D is correct.
4 0
2 years ago
Read 2 more answers
After working satisfactorily for 6 months, Dave received a 7% raise. His original gross monthly salary was $1083.34. What is Dav
Dmitriy789 [7]

Answer:

Step-by-step explanation:

His original gross monthly salary was $1083.34. This means that the total amount that he earned that he earned in the first 6 months would be

6 × 1083.34 = $6500.4

After working satisfactorily for 6 months, Dave received a 7% raise. The amount by which it was raised would be

7/100 × 6500.4 = $455.00

His salary for the next 6 months would be

6500.4 + 455.00 = $6955.40

Dave's gross annual salary would be

6955.40 + 6500.4

= $13455.8

7 0
2 years ago
Read 2 more answers
The Marsh family took a vacation that covered a total distance of 1356 miles. The return trip was 284 miles shorter than the fir
Alex787 [66]
So going+return=1356
return is 284 lesss than going
return=-284+going
subsitute

going-284+going=1356
2going-284=1356
add 284 to both sides
2going=1640
divide both sides by 2
going=820

so we havve
return=-284+going
return=-284+820
return=536

answer is return=536 miles
6 0
1 year ago
A boy climbs to the top of a tree and sees his friend 100 feet from the base of the tree. If the tree is 25 feet tall, what is t
QveST [7]
It would be helpful to draw the figure for this system. We would see that a right triangle is made where the base is equal to 100 ft and the height is equal to 25 ft. Using trigonometric functions we can easily calculate for the angle as follows:

tan (theta) = 25 / 100
theta = 14.04 degrees
7 0
2 years ago
Giuliana has 22 quarters and dollar coins worth a total of $10.75. Which equation can be used to find d, the number of dollar co
vovangra [49]

Answer:

Option (3). 0.25(22 - d) + d = 10.75

Step-by-step explanation:

Total number of coins Giuliana has = 22

Let the number dollar coins Giuliana has = d

Number of quarters with Giuliana = (22 - d)

Value of dollar coins and quarters = $10.75

So the equation will be,

Number of dollars coins × $1 + Number of quarters × $0.25 = $10.75

d + 0.25 × (22 - d)  = 10.75

Therefore, to determine the number of dollars with Giuliana equation will be used,

d + 0.25(22 - d) = 10.75

Option (3) will be the answer.

4 0
2 years ago
Read 2 more answers
Other questions:
  • 8.01 greater or less than 8.1
    14·1 answer
  • If an arrow is shot upward on Mars with a speed of 58 m/s, its height in meters t seconds later is given by y = 58t − 1.86t2. (R
    5·2 answers
  • Each batch of Mrs. Crawley’s Toffee makes 14 pieces of toffee. If sandy needs 8 dozen pieces of toffee, how many batches does sh
    10·2 answers
  • On sunday 1/16 people who visit were senior citizens, 3/16 were infants, 3/8 were children and 3/8 were adults, how many of each
    12·1 answer
  • The chicken coup at the petting farm is 10 by 14 feet. The farm would like to double the current area
    6·1 answer
  • Least to greatest -4.3, -82.5, -41 4/5, -13 1/8
    15·1 answer
  • CHEGG When testing the claim that bags of M&M candies will have less than 3% broken pieces, which of the following would be
    13·1 answer
  • Morgan is walking her dog on an 8-meter-long leash. She is currently 500 meters from her house, so the maximum and minimum dista
    12·1 answer
  • What is the greatest common factor of 42a^5b^3, 35a^3b^4 and 42ab^4
    14·1 answer
  • Which of the following appear in the diagram below? Check ALL that apply.
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!