Q:

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 circle 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.

Accepted Solution

A:
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 [tex]x^2+y^2=r^2[/tex]. The equation for the parabola without further analysis is [tex]y=ax^2+9[/tex].We are going to plug [tex]ax^2+9[/tex] into [tex]x^2+y^2=r^2[/tex] for [tex]y[/tex].[tex]x^2+y^2=r^2[/tex][tex]x^2+(ax^2+9)^2=r^2[/tex]To expand [tex](ax^2+9)^2[/tex], I'm going to use the following formula:[tex](u+v)^2=u^2+2uv+v^2[/tex].[tex](ax^2+9)^2=a^2x^4+18ax^2+81[/tex].[tex]x^2+y^2=r^2[/tex][tex]x^2+(ax^2+9)^2=r^2[/tex][tex]x^2+a^2x^4+18ax^2+81=r^2[/tex]So this is a quadratic in terms of [tex]x^2[/tex]Let's put everything to one side.Subtract [tex]r^2[/tex] on both sides.[tex]x^2+a^2x^4+18ax^2+81-r^2=0[/tex]Reorder in standard form in terms of x:[tex]a^2x^4+(18a+1)x^2+(81-r^2)=0[/tex]The discriminant of the left hand side will tell us how many solutions we will have to the equation in terms of [tex]x^2[/tex].The discriminant is [tex]B^2-4AC[/tex].If you compare our equation to [tex]Au^2+Bu+C[/tex], you should determine [tex]A=a^2[/tex][tex]B=(18a+1)[/tex][tex]C=(81-r^2)[/tex]The discriminant is [tex]B^2-4AC[/tex][tex](18a+1)^2-4(a^2)(81-r^2)[/tex]Multiply the (18a+1)^2 out using the formula I mentioned earlier which was:[tex](u+v)^2=u^2+2uv+v^2[/tex][tex](324a^2+36a+1)-4a^2(81-r^2)[/tex]Distribute the 4a^2 to the terms in the ( ) next to it:[tex]324a^2+36a+1-324a^2+4a^2r^2[/tex][tex]36a+1+4a^2r^2[/tex]We know that [tex]a>0[/tex] because the parabola is open up.We know that [tex]r>0[/tex] 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 [tex]x^2[/tex].But how many do we have for just [tex]x[/tex].We have to go further to see.So the quadratic formula is:[tex]\frac{-B \pm \sqrt{B^2-4AC}}{2A}[/tex]We already have [tex]B^2-4AC}[/tex][tex]\frac{-(18a+1) \pm \sqrt{36a+1+4a^2r^2}}{2a^2}[/tex]This is t he solution for [tex]x^2[/tex].To find [tex]x[/tex] we must square root both sides.[tex]x=\pm \sqrt{\frac{-(18a+1) \pm \sqrt{36a+1+4a^2r^2}}{2a^2}}[/tex]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, [tex]x=\pm \sqrt{\frac{-(18a+1) \pm \sqrt{36a+1+4a^2r^2}}{2a^2}}[/tex]means you have:[tex]x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+4a^2r^2}}{2a^2}}[/tex]or[tex]x=\pm \sqrt{\frac{-(18a+1)-\sqrt{36a+1+4a^2r^2}}{2a^2}}[/tex].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 negative2a^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:[tex]x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+4a^2r^2}}{2a^2}}[/tex]r=9 since our circle intersects the parabola at (0,9).Also if (0,9) is intersection, then[tex]0^2+9^2=r^2[/tex] which implies r=9.Plugging in 9 for r we get:[tex]x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+4a^2(9)^2}}{2a^2}}[/tex][tex]x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+324a^2}}{2a^2}}[/tex][tex]x=\pm \sqrt{\frac{-(18a+1)+\sqrt{(18a+1)^2}}{2a^2}}[/tex][tex]x=\pm \sqrt{\frac{-(18a+1)+18a+1}{2a^2}}[/tex][tex]x=\pm \sqrt{\frac{0}{2a^2}}[/tex][tex]x=\pm 0[/tex][tex]x=0[/tex]The equations intersect at x=0. Plugging into [tex]y=ax^2+9[/tex] we do get [tex]y=a(0)^2+9=9[/tex].  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.[tex]0=\frac{-(18a+1)+\sqrt{36a+1+4a^2r^2}}{2a^2}[/tex]A fraction is only 0 when it's top is 0.[tex]0=-(18a+1)+\sqrt{36a+1+4a^2r^2}[/tex]Add 18a+1 on both sides:[tex]18a+1=\sqrt{36a+1+4a^2r^2[/tex]Square both sides:[tex]324a^2+36a+1=36a+1+4a^2r^2[/tex]Subtract 36a and 1 on both sides:[tex]324a^2=4a^2r^2[/tex]Divide both sides by [tex]4a^2[/tex]:[tex]81=r^2[/tex]Square root both sides:[tex]9=r[/tex]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.