Find Largest Dropping Circle in Parabola & x^4 Graphs

  • Context: Undergrad 
  • Thread starter Thread starter Saint Medici
  • Start date Start date
  • Tags Tags
    Circles
Click For Summary

Discussion Overview

The discussion revolves around finding the radius of the largest circle that can fit inside the graphs of the functions f(x) = x^2 and f(x) = x^4, specifically touching the lowest point of each graph. Participants explore different methods and reasoning for solving these problems, which involve calculus and geometric considerations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Homework-related
  • Mathematical reasoning

Main Points Raised

  • One participant presents the problem and asks for solutions, noting they have two methods already.
  • Another participant proposes a mathematical approach to maximize the radius r for the function f(x) = x^4, detailing inequalities and derivatives to find a minimum value.
  • A new participant seeks help specifically for the first part of the problem involving f(x) = x^2, indicating their background in calculus but lack of experience with maximum-minimum problems.
  • Several participants express confusion about the mathematical inequalities presented, particularly regarding the conditions for the circle to fit inside the parabola.
  • One participant clarifies that the inequality represents the condition for the lower half of the circle to be above the graph of f(x) = x^4, and discusses the geometric implications of the circle's position relative to the parabola.
  • A later reply indicates that the participant has understood the solution after clarification about the circle's geometry.

Areas of Agreement / Disagreement

Participants generally express confusion and seek clarification on the mathematical reasoning involved. There is no consensus on the solutions, as some participants are focused on different parts of the problem and have varying levels of understanding.

Contextual Notes

Some participants mention limitations in their understanding of calculus concepts, particularly regarding maximum-minimum problems and the application of derivatives. There is also uncertainty about the conditions under which the circle fits inside the parabola.

Who May Find This Useful

This discussion may be useful for students studying calculus, particularly those interested in geometric problems involving curves and optimization. It may also benefit those looking for collaborative problem-solving approaches in mathematics.

Saint Medici
Messages
11
Reaction score
0
Here's an interesting problem (interesting to me, at least) that my professor gave me last year (outside of class...it had nearly nothing to do with the subject we were studying). It's of two parts:

The first part is fairly simple. Suppose you have the graph [tex]f(x)=x^2[/tex]. What is the radius of the largest circle that you can "drop" into the parabola so that one point at the bottom of the circle touches the bottom tip of the parabola. So, said again for redundancy's sake, what is the radius of the largest circle that can fit inside a standard parabola and still touch the bottom.

The second part took me more time, but that's because I kept going down the same dead-end road over and over again. Basically, it's the same as the above, except using [tex]f(x)=x^4[/tex] instead of the standard parabola. So, once again for redundancy's sake, what is the radius of the largest circle that can fit inside the graph [tex]f(x)=x^4[/tex] and still touch the bottom-most point. If I remember correctly, this one will touch at more than one point.

I'm curious to see how many ways there are to do this. I know of two ways already: the method that I used and the method my professor used. Anyway, I'd be very interested to see what you guys come up with.
 
Physics news on Phys.org
My approach would be to maximize r such that:

[tex]\forall x \in [-r,r],\ r - \sqrt{r^2 - x^2} \geq x^4[/tex]

[tex]r - x^4 \geq \sqrt{r^2 - x^2}[/tex]

[tex]r^2 - 2rx^4 + x^8 \geq r^2 - x^2[/tex]

[tex]-2rx^4 \geq -x^2 - x^8[/tex]

[tex]2rx^2 \leq 1 + x^6[/tex]

[tex]2r \leq x^4 + x^{-2}[/tex]

Now, to maximize r, 2r should be equal to [itex]x^4 + x^{-2}[/itex] when [itex]x^4 + x^{-2}[/itex] reaches it's minimum. Now, realize that the steps above included dividing by x², which means that it doesn't include the case when x is zero. of course, we know that the circle touches the graph at x=0, so we don't really care about that point. Now, to find the minimum value for the right side on the interval (0,r], it can be done simply by finding where it's derivative is zero:

[tex]4x^3 -2x^{-3} = 0[/tex]

[tex]2x^3 = x^{-3}[/tex]

[tex]2x^6 = 1[/tex]

[tex]x = (1/2)^{1/6}[/tex]

At this point, the right side expression is:

[tex][(1/2)^{1/6}]^4 + [(1/2)^{1/6}]^{-2}[/tex]

[tex]= (1/2)^{2/3} + 2^{1/3}[/tex]

This is to be equal to 2r, so:

[tex]r = (1/2)^{5/3} + (1/2)^{2/3}[/tex]

That's your final answer.
 
Hi there,
I'm new here and found this forum while searching for a solution for the first one. not the harder one. I'm a high school student who studies calculus, and I came across this problem while I was studying the limit in edward and penny's book. Now I finished the derivative from thomas' calculus(but didn't finish the aplications of derivative, so have no idea about maximum-minimum problems). I still can't solve the one that involves y=x^2. Could someone please help me about this?
 
noone? please help, i do not understand the first part of your solution where

[tex]\forall x \in [-r,r],\ r - \sqrt{r^2 - x^2} \geq x^4[/tex]

Could you please help?
 
wisredz said:
noone? please help, i do not understand the first part of your solution where

[tex]\forall x \in [-r,r],\ r - \sqrt{r^2 - x^2} \geq x^4[/tex]

Could you please help?

This is for the second problem involving y = x^4. That inequality says that the lower half of the circle is above the graph of y=x^4, except for points where they are tangent. You can solve the first problem involving y=x^2 without calculus. It is helpful to draw a picture of the circle and parabola. For the circle to have its lowest point at the origin, it will have the equation

[tex]x^2 + (y-R)^2 = R^2[/tex]

Whether or not the circle fits inside the parabola y=x^2 depends on how many points they have in common. They always have (0,0) in common, since we constructed the circle that way. By symmetry about the y-axis, there will always be an odd number of such common points. But there can't be more than 4, since substituting x^2 in for y in the equation of the circle gives a 4th degree equation. So the circle and parabola can have either 1 or 3 points in common. If there are 3 points, the two points other than (0,0) have the same y-coordinate, which is positive. Further, they must be intersections, not tangency points. If they were points of tangency, you could make the circle slightly smaller or bigger to get 5 total common points. Therefore, the only way that the circle fits inside the parabola is if they have only the origin in common. Putting x^2 = y in the equation for the circle, you can find the condition on R so that this is satisfied.
 
Okay, now I understand the whole solution. Thanks a lot, I hadn't realized that was the lower half of the circle...
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
30K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 12 ·
Replies
12
Views
7K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 27 ·
Replies
27
Views
9K
  • · Replies 4 ·
Replies
4
Views
2K