How Do You Calculate the Depth When a Parabolic Channel is Half Full?

  • Thread starter Thread starter jrand26
  • Start date Start date
AI Thread Summary
To calculate the depth of water in a parabolic channel that is half full, the correct approach involves determining the equation of the parabola based on its geometry. The channel is 3 meters wide and 2 meters deep, leading to the equation y = ax^2, with a calculated value for 'a' derived from the vertex. The volume of water when the channel is half full can be found by integrating the area under the curve and setting it equal to half the total volume of the channel. The discussion highlights the importance of correctly setting up the integral and using the right coordinate system for accurate results. Ultimately, the depth of water is determined through careful integration and volume comparison.
jrand26
Messages
11
Reaction score
0

Homework Statement


The cross-section of a channel is parabolic. It is 3 metres wide at the top and 2 metres deep. Find the depth of water, to the nearest cm, when the channel is half full.


Homework Equations


Nil.

The Attempt at a Solution


I found the function for the graph to be y=x^2-3x. Then I figured that I could just plug (0,0) and (3,0) into the integrand, \frac{\1}{3}x^3-1.5x^2, and then divide by two to get the answer. I'm pretty sure that the problem lies with the method, not my math. I have a feeling that's not the above method does not solve the problem, but I'm not sure why that is so.

For reference, my method gets 225cm while the book has 126cm.
 
Last edited by a moderator:
Physics news on Phys.org
Well, I would have personally interpreted the graph to be such that the parabola passed through the points (-1.5, 2) (0,0) and (1.5, 2). With those points we can find the equation of the parabola, sub in y=1 and solve for x.

Your equations has a width of 3, but its depth is not 2 as the description states.
 
Ok thanks, now I'm getting 137cm, and its probably because my function is a bit out of the points. Also, Is my latex correct, I'm supposed to see the stuff right?
 
To start tex code, use [ tex ] but to end it its [ /tex ], without the spaces of course.
 
jrand26 said:

Homework Statement


The cross-section of a channel is parabolic. It is 3 metres wide at the top and 2 metres deep. Find the depth of water, to the nearest cm, when the channel is half full.


Homework Equations


Nil.

The Attempt at a Solution


I found the function for the graph to be y=x^2-3x. Then I figured that I could just plug (0,0) and (3,0) into the integrand, \frac{\1}{3}x^3-1.5x^2, and then divide by two to get the answer. I'm pretty sure that the problem lies with the method, not my math. I have a feeling that's not the above method does not solve the problem, but I'm not sure why that is so.

For reference, my method gets 225cm while the book has 126cm.
I have corrected the LaTex. You just need "[/tex]" at the end, not "[ tex ]".

The simplest way to do this would be to take the origin of your coordinate system to be at the vertex so that the equation is just y= ax^2. That is, the parabola passes through (0,0), (3/2, 2), and (-3/2, 2) and you determine a by 2= a(3/2)^2.

From that, the "full" volume is \int_{-3/2}^{3/2}2- ax^2 dx and the depth half full, h, is given by a\int_{-3/2}^{3/2} h- ax^2 dx= (1/2)\int_{-3/2}^{3/2}2- ax^2 dx.
 
I agree with Halls of Ivy that you should probably look at the way you're integrating.
Once you've gotten the proper equation for a parabola, I see two methods. .
A) Make a rectangle from the x-axis up to your line y = 2, ending at the points (+1.5, 2) and (-1.5, 2). What is the area of this box?
How does the area given by the definite integral relate to this?
B) More tricky method: Take the inverse of the parabola, and integrate directly the area of water, and use that.
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top