Parabolas that intersect, tricky one

  • Thread starter Thread starter BlackWyvern
  • Start date Start date
AI Thread Summary
The discussion centers on finding the highest intersection point of two parabolas, one being y = x^2 and the other rotated 45 degrees clockwise. The approach involves converting to polar coordinates and utilizing trigonometric identities to express the parabolas in a new coordinate system. The intersection points are determined by analyzing the symmetry of the parabolas and solving a tangent equation, leading to angles of 7pi/8 and 3pi/8. Ultimately, the Cartesian coordinates of the intersection are found to be (1 + √2, (1 + √2)^2). The participants express satisfaction with the solution process, highlighting the effectiveness of symmetry and polar algebra in solving such problems.
BlackWyvern
Messages
104
Reaction score
0

Homework Statement


There are two parabolas which intersect.

One is y = x^2
The other is the same size, but is on a rotated cartesian plane, 45º CW of the first parabola.
Find the the highest intersection point.
6sahoyb.png

Homework Equations


Anything relevent.


The Attempt at a Solution


First of all, I see that the fact there is an angle being used. So I think we'd need to get the parabolas in another co-ordinate system based on angles. Polar co-ordinates are there for us.

So I construct a triangle with x, y, r and theta. I need to get r in terms of theta.

For one, tan0 = y/x
y = x^2, as it's a parabola.

So

<br /> tan\theta = x^2 / x,<br /> <br /> tan\theta = x,<br /> <br /> r = \sqrt{x^2 + y^2},<br /> <br /> <br /> r = \sqrt{x^2 + (x^2)^2},<br /> <br /> <br /> r = \sqrt{x^2 + x^4},<br /> <br /> r = \sqrt{tan^2\theta + tan^4\theta}

So by changing the theta, I could rotate the parabola.
By adding 45º, (pi / 4), it would rotate it to the correct position.

So I need to solve:
<br /> \sqrt{tan^2\theta + tan^4\theta} = \sqrt(tan^2(\theta + \pi/4) + tan^4(\theta + \pi/4))

Here I get stuck. I can't seem to solve this.
 
Physics news on Phys.org
I used SOLVE on Mathematica 6; I got these 10 solutions. I guessed that on the right memeber of your equation the squared rooth is "covering" all the member.

{{\[Theta] -> -ArcCos[-1/2 Sqrt[2 - Sqrt[2]]]}, {\[Theta] ->
ArcCos[Sqrt[2 - Sqrt[2]]/2]}, {\[Theta] ->
ArcCos[-1/2 Sqrt[2 + Sqrt[2]]]}, {\[Theta] -> -ArcCos[Sqrt[
2 + Sqrt[2]]/
2]}, {\[Theta] -> -ArcCos[-1/2 Sqrt[
3 - 2 Sqrt[2] - \[ImaginaryI] Sqrt[
7 - 4 Sqrt[2]]]]}, {\[Theta] ->
ArcCos[1/2 Sqrt[
3 - 2 Sqrt[2] - \[ImaginaryI] Sqrt[
7 - 4 Sqrt[2]]]]}, {\[Theta] -> -ArcCos[-1/2 Sqrt[
3 - 2 Sqrt[2] + \[ImaginaryI] Sqrt[
7 - 4 Sqrt[2]]]]}, {\[Theta] ->
ArcCos[1/2 Sqrt[
3 - 2 Sqrt[2] + \[ImaginaryI] Sqrt[
7 - 4 Sqrt[2]]]]}, {\[Theta] ->
ArcCos[-Sqrt[
3/4 + 1/Sqrt[2] -
1/4 \[ImaginaryI] Sqrt[7 + 4 Sqrt[2]]]]}, {\[Theta] -> -ArcCos[
Sqrt[3/4 + 1/Sqrt[2] -
1/4 \[ImaginaryI] Sqrt[7 + 4 Sqrt[2]]]]}, {\[Theta] ->
ArcCos[-Sqrt[
3/4 + 1/Sqrt[2] +
1/4 \[ImaginaryI] Sqrt[7 + 4 Sqrt[2]]]]}, {\[Theta] -> -ArcCos[
Sqrt[3/4 + 1/Sqrt[2] + 1/4 \[ImaginaryI] Sqrt[7 + 4 Sqrt[2]]]]}}
 
The second parabola is symmetric about the 45 degree angle line: the line y= x. The first is symmetric about x= 0 at 90 degrees from the x-axis. Their intersection must be on the line half way between 45 degrees and 90 degrees: 67.5 degrees from the x-axis. tan(67.5)= 1+ \sqrt{2} so that is the line y= (1+\sqrt{2})x. What are the points of intersection of that line with y= x2?
 
Last edited by a moderator:
Wow, HallsofIvy's answer is so simple and brilliant. I got the same answer as well, through solving that big tan equation. It left me with two positive angles, 7pi/8 and 3pi/8. I found the cartesian co-ordinates of the intersection, and noticed the decimal as .414, which is from root 2. After a little messing around, I saw the x-value was simply 1 + root2. Then, after a bit of messing with the y-co-ordinate, I saw that it was (1 + root2)^2. It has to be, since it's on the parabola y = x^2.

Thank you all for your help. I now feel reasonably able to solve this sort of problem if I ever have to. Using either symmetry or using polar algebra. :)
 
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