Find min/max distance between (0,4) and y=x^2/4

  • Thread starter Thread starter Poppynz
  • Start date Start date
Poppynz
Messages
6
Reaction score
0
I am trying to find the minimum and maximum distance between point (0,4) and the line y=(x^2)/4 in the region of 0<=x<=2√3.

This is what i have so far

y(distance)=√((x-0)^2+((x^2)/4)^2)
=(x^2+(X^4)/16+16)^0.5
then calculate y'
then make y'=0
then determine if max or min using 2nd derivative test

The problem i am having is that the answers i get for x when y' = 0 are imaginary. i have computed this problem using MATLAB and get the same answers except that they are real and have isolated the problem to my simplification of y.

matlab gives it as y=0.25(-16x^2+x^4+256)^0.5

Could some one please explain how to simplify y=(x^2+(X^4)/16+16)^0.5 to y=0.25(-16x^2+x^4+256)^0.5 or suggest a better way to approach this problem

Thanks in advance
 
Physics news on Phys.org
Poppynz said:
y(distance)=√((x-0)^2+((x^2)/4)^2)
=(x^2+(X^4)/16+16)^0.5

I think you meant [(x^2)/4-4]^2, not [(x^2)/4]^2. Also, you might find it easier to calculate the derivative of y^2 instead of y. Squaring the distance eliminates the square root, which is a major pain in the neck.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top