Problem with minimum (it's short)

In summary, the problem is asking to find the point P on the parabola x^2-4y=0 that minimizes the distance PO/PF, where O is the origin and F is the focus of the parabola. After setting up the function PO/PF and taking its derivative, the minimum point is found to be P(0,0), which coincides with the origin and is also clear graphically. However, there is an error in the calculation, as not all local extrema can be found by setting the derivative equal to zero. The derivative does not exist at x=0, which is the minimum point. It is also suggested to minimize the square of the distance rather than the distance itself to
  • #1
Born2Perform
80
0

Homework Statement



"find a point P on the parabola [tex]x^2-4y = 0[/tex] for which is minimum the distance PO/PF, where O is the origin and F the focus of the parabola"

the solution is P(0;0), coincides with the origin, this is also clear graphically.


The Attempt at a Solution



Please follow these lines:

1) i set up the function PO/PF, and i call it "y". [O(0;0), F(0;1), P(x;x²/4)]

[tex]y = \frac{\sqrt{x^2+x^4/16}}{\sqrt{x^2+(\frac{x^2}{4}-1)^2}}[/tex]

simplified:
[tex]y = \sqrt{\frac{16x^2+x^4}{x^4+8x^2+16}}[/tex]

2) now i set up the derivative:

[tex]y' = \frac{\frac{(32x+4x^3)(8x^2+x^4+16) - (16x+4x^3)(16x^2+x^4)}{(x^4+8x^2+16)^2}}{2\sqrt{\frac{16x^2+x^4}{x^4+8x^2+16}}}[/tex]

3) i put the derivative equal to zero:(some stuff simplifies)

[tex]y' = 0 = (32x+4x^3)(8x^2+x^4+16) - (16x+4x^3)(16x^2+x^4)[/tex]

solving: [tex]x^4-4x^2-32 = 0[/tex]

4) this thing should give me as result x=0, in order to have P(0;0), but it doesnt...
i checked and checked again, could you find the error inside?
thanks.
 
Last edited:
Physics news on Phys.org
  • #2
Looking at it (without checking) I'd say that you forgot about the square root when taking the derivative.
 
  • #3
neutrino said:
Looking at it (without checking) I'd say that you forgot about the square root when taking the derivative.

Hi: i had some problem with latex, but now i edited the post and added the complete steps so i hope someone could follow on line my procedure.
thanks.
 
  • #4
The minimum doesn't always occur where the derivative is zero. Consider the function [itex]f : \{x \in \mathbb{R} : x \geq 0\} \to \mathbb{R}[/itex] defined by [itex]f(x) = \sqrt{x}[/itex]. This function never has zero derivative, but you know it has a minimum and you know where it is.
 
  • #5
AKG said:
The minimum doesn't always occur where the derivative is zero. Consider the function [itex]f : \{x \in \mathbb{R} : x \geq 0\} \to \mathbb{R}[/itex] defined by [itex]f(x) = \sqrt{x}[/itex]. This function never has zero derivative, but you know it has a minimum and you know where it is.

this was unespected, however can't it be solved by putting the derivative equal to infinite? for example if you derive [itex]f(x) = \sqrt{x}[/itex] and put the derivative equal to infinite, x=0 is the only value for which the relation can be true.

but in my derivative, step 2, when i put it equal to infinite, x=0 gives an indeterminate form. there is an error!

are there some problem with max and min that can't be solved algebrically?
 
Last edited:
  • #6
Okay, what about |x|? And what about x3? Not all local extrema are points where the derivative is zero, and not all points where the derivative is zero are local extrema.

Your function y is the square root of something (a rational expression in x). Therefore, the smallest possible value it can attain is 0 (square roots are always non-negative). So when is the square root of something 0? When that something itself is 0. And it's clear that that rational expression you have is zero iff the numerator is zero and the denominator is non-zero iff x is zero (restricting our possibilities to real values).

But why are you doing all this work anyways? You know the origin lies on the parabola, and you know that the distance from the origin to itself is 0, so when P = (0,0), PO/PF = 0 which is the smallest it could possibly be (the ratio of two distances is a non-negative real, as long as the denominator is non-zero). Why even bother computing the derivative?

In order to find local extrema, you normally need to check two places: i) where the derivative is 0, and ii) where the derivative does not exist. In your function, the derivative does not exist at x=0, it's like the function |x|. And that's where the minimum is. Also, the derivative does not exist at the boundary points of functions defined on closed intervals. If you have a function defined on [a,b] then the derivative is said to not exist at a or b. Even if you have a function defined on [a, infinity), you get no derivative at a. So you have to check these kinds of places too.
 
Last edited:
  • #7
Your mistake is in this step.

Born2Perform said:
3) i put the derivative equal to zero:(some stuff simplifies)

[tex]y' = 0 = (32x+4x^3)(8x^2+x^4+16) - (16x+4x^3)(16x^2+x^4)[/tex]

solving: [tex]x^4-4x^2-32 = 0[/tex]

What does substituting [itex]x=0[/itex] in your unsimplified polynomial yield?

Suggestion: When dealing with minimum distance problems, it is often much easier to minimize the square of the distance rather than the distance itself. In this case, minimizing [itex]PO^2/PF^2[/itex] avoids those nasty radicals.
 

What is a "Problem with minimum"?

A "Problem with minimum" refers to a mathematical or scientific problem that is asking for the smallest possible solution or value. It can also refer to a problem that has a minimum requirement or constraint that must be met.

What types of problems typically involve a minimum?

Many different types of problems can involve a minimum, including optimization problems, constrained optimization problems, and minimization problems. These types of problems are common in mathematics, computer science, and engineering.

How do scientists and mathematicians approach solving problems with a minimum?

Scientists and mathematicians typically use various techniques and methods to solve problems with a minimum. These may include mathematical equations, algorithms, and computer simulations. They also often use critical thinking and problem-solving skills to come up with creative solutions.

Can problems with a minimum have multiple solutions?

Yes, problems with a minimum can have multiple solutions. In some cases, there may be a single minimum solution, while in others there may be multiple minimum solutions. It all depends on the specific problem and its constraints.

How important is finding the minimum in scientific research?

Finding the minimum is often crucial in scientific research as it can help scientists understand the fundamental properties and behaviors of a system or phenomenon. It can also help in finding the most efficient or optimal solution to a problem, which is essential in fields such as engineering and economics.

Similar threads

  • Calculus and Beyond Homework Help
Replies
10
Views
289
  • Calculus and Beyond Homework Help
Replies
2
Views
459
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
21
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
636
  • Calculus and Beyond Homework Help
Replies
20
Views
386
  • Calculus and Beyond Homework Help
Replies
2
Views
480
  • Calculus and Beyond Homework Help
Replies
1
Views
417
  • Calculus and Beyond Homework Help
Replies
4
Views
776
Back
Top