[Please delete old thread] Kid going down slide

AI Thread Summary
The discussion revolves around a physics problem involving a parent, child, and a water slide modeled as a parabolic curve. The parent is positioned at (1,2), while the slide's vertex is at (3,1), and the child slides from a height of 19m to land in the pool at 1m. The main challenge is to find the minimum distance between the parent and the child as the child descends the slide. The equations for the parabolic slide are provided, and the participant is exploring methods to calculate the minimum distance, including the use of calculus to find the normal to the tangent of the parabola. The conversation highlights the need for clarity on using calculus to solve for the point where the distance is minimized.
aeromat
Messages
113
Reaction score
0

Homework Statement


A parent takes their child to a water slide which is shaped similar to a portion of a parabola (see diagram). There is an elevator 3m from the edge of the pool. The elevator takes the rider to the top of the slide which is 19m above ground. The rider slides down and falls into pool from height of 1m. The parent (he is 2m tall) is standing 1m from the elevator and wishes to take a picture of the child when they are closest to the parent. What is the MIN. distance between parent and child?



The Attempt at a Solution


Let the elevator be at (0,0)
So the parent is at (1,2)
The edge of the pool is (3,1)
So, the edge of the pool is the vertex; (3,1)

We know (0,19)

Equation(s):
f(x) = 2(x-3)^2 + 1 <-- vertex form
f(x) = 2x^2 - 12x + 19 <-- standard form

f'(x) = 4x - 12

Now I am 100% sure I got these equations correct. I am now stuck because I don't how to get that point (x,f(x)) that will give the minimum distance.

Would it work if I compute the distance from this line equation's normal to the point using the equation:

d = |Ax + By + C| / root[A^2 + B^2]
Subbing in for (x,y), the point (1,2)?
 
Physics news on Phys.org
aeromat said:
line equation's normal

What do you mean by this? It looks like you mean the normal to the tangent on the parabola at the point (x,f(x)), and you would be able to solve it this way but it involves calculus.
 
Back
Top