Finding Points of Intersection of a Parabolic Arch and a Hill

AI Thread Summary
The discussion focuses on finding the intersection points between a parabolic arch defined by the equation x^2 + 10y - 10 = 0 and a hill represented by y = 0.1x - 1. After substituting the hill's equation into the parabolic equation, the resulting quadratic equation x^2 + x - 20 = 0 yields solutions x = 4 and x = -5. Substituting these x-values back into the hill's equation gives the intersection points (4, -0.6) and (-5, -1.5). The user initially questioned the correctness of the quadratic equation's constant term but later resolved their confusion. The discussion concludes with the user expressing that they figured out their drawing issue.
physicsgal
Messages
164
Reaction score
0
"a parabolic arch has an equation x^2 + 10y - 10 = 0. the arch is on a hill with equation y = 0.1x-1. (measurements are in metres).

"find the points of intersection"
for this i substituted y =0.1x - 1 into the equation x^2 + 10y - 10 = 0:
x^2 + 10(0.1x - 1) - 10 = 0
x^2 + x - 10 - 10 = 0
x^2 + x - 20 = 0
should this -20 be 0 instead? (i dunno)


and then used the quadratic equation so x = 4 or x = -5.
(putting those amounts into y =0.1x - 1), i have intersections of (4, -0.6) and (-5, -1.5). are these correct?

also, i don't understand how to draw this.

any help is appreciated!

~Amy
 
Physics news on Phys.org
k, nevermind (figured it out) :)

~Amy
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top