How to Find the Area Bounded by Two Complex Curves?

AI Thread Summary
To find the area bounded by the curves x=100000(5*sqrt(y)-1) and x=100000((5*sqrt(y)-1)/(4*sqrt(y))), one must first determine the limits of integration by solving for y. Setting the two equations equal leads to a quadratic equation, which can be solved using the quadratic formula to find the intersection points. Graphing the curves can also help visually identify these intersection points. If no common intersection exists, numerical methods may be necessary to approximate the area. Overall, while challenging, the problem can be addressed with the right techniques and persistence.
ProBasket
Messages
140
Reaction score
0
Find the area bounded by the two curves:
x=100000(5*sqrt(y)-1)
x=100000(\frac{(5*sqrt(y)-1)}{(4*sqrt(y))})

i'm having a lot of trouble trying to find the lower and upper limit of the two functions. I tried setting the two functions together and solving for y, but i get 0. then trying to plug in 0 for y which gives me -100000 for the first function, but you can't plug in 0 for y for the second function.
 
Physics news on Phys.org
Well first you should know that you have to solve for y:
<br /> 5 \sqrt{y}-1=\frac{5\sqrt{y}-1}{4\sqrt{y}}<br />
so
<br /> 20y-4\sqrt{y}=5\sqrt{y}-1<br />
<br /> 20y+1=9\sqrt{y}<br />
square both sides and:
<br /> 400y^2+40 y+1=81 y<br />
<br /> 400y^2-41 y+1= 0<br />
Then use the quadractic equation to find the overlaping area. After that intgrate(one function minus the other) between the two values of y.

Also you could put these equations in terms of y(x) rather then x(y) and follow the same procedure and obtain the same answer.
 


Finding the area bounded by two curves can be a tricky task, especially when the equations are complex. In this case, it seems that you are having difficulty finding the limits of integration for the two curves.

One approach you can take is to graph the two curves and visually determine the intersection points. These points will serve as the limits of integration for your problem.

Another approach is to solve the equations for y and then find the intersection points by setting the two equations equal to each other. However, in this case, it seems that you have already tried this method but encountered some issues.

It is possible that the equations you are working with do not have a common intersection point, which can make it difficult to find the limits of integration. In such cases, you may need to use numerical methods or approximations to find the area bounded by the two curves.

Overall, finding the area bounded by two curves can be a challenging task, but with the right approach and tools, it can be solved. Keep trying and don't hesitate to seek help from a tutor or classmate if needed. Good luck!
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top