Solve this problem that involves parametric equations

In summary: QPK)=\dfrac{\overrightarrow{QP}\cdot\overrightarrow{KP}}{\left|{QP}\right|\,\left|{KP}\right|}####\displaystyle \cos(\angle SPK)=\dfrac{\overrightarrow{QP}\cdot\overrightarrow{SPK}}{\left|{QP}\right|\,\left|{SPK}\right|}##angle ##QPT=SPT##.
  • #1
chwala
Gold Member
2,697
360
Homework Statement
##P## is a point on the parabola given by ##x=at^2, y=2at##, where ##a## is a constant. Let ##S## be the point ##(a,0)##, ##Q## be the point ##(-a,2at)##and ##T## be the point where the tangent at ##P## to the parabola crosses the axis of symmetry of the parabola.

(a) Show that ##SP=PQ=QT=ST=at^2+a##

(b) Prove that angle ##QPT## is equal to angle ##SPT##

(c) If ##PM##is parallel to the axis of the parabola, with ##M## to the right of ##P##and ##PN##is the normal to the parabola at ##P##, show that angle ##MPN## is equal to angle ##NPS##
Relevant Equations
Parametric equations
My take;
Part (a);

##\dfrac{dy}{dx}=\dfrac{1}{t}##

therefore,

##y-2at=\dfrac{1}{t}(x-at^2)##

##ty-2at^2=x-at^2##

##ty=x+at^2## implying that ##T## has co-ordinates ##(-at^2,0)##.

##SP=\sqrt{(a-at^2)^2+(0-2at)^2}##

##SP=\sqrt{4a^2t^2-2a^2t^2+a^2t^4+a^2}##

##SP=\sqrt{a^2t^4+2a^2t^2+a^2}##

##SP=\sqrt{a^2t^4+a^2t^2+a^2t^2+a^2}##

##SP=\sqrt{(at^2+a)^2}##

##SP=at^2+a##

also;

##PQ=\sqrt{(-a-at^2)^2+(2at-2at)^2}##

##PQ=\sqrt{(-a-at^2)^2}=\sqrt{a^2t^4+2a^2t^2+a^2}=at^2+a##

##QT=\sqrt{(-at^2+a)^2+(2at)^2}=at^2+a##

and

##ST=\sqrt{(-at^2-a)^2}=at^2+a##

thus shown.

For part (b);

Let the midpoint of ##QS## be denoted by ##K=\dfrac{-a+a}{2},\dfrac{0+2at}{2} =(0,at)##

##KP## is the perpendicular bisector to sides ##QP## and ##SP## respectively, we can use pythagoras theorem to show that
##PK^2+KS^2=PS^2## and ##PK^2+KQ^2=QP^2## this would imply that angle ##QPT=SPT##.

that is,

##PK=
\begin{pmatrix}
0 & \\
at & \\
\end{pmatrix}-
\begin{pmatrix}
at^2 & \\
2at & \\
\end{pmatrix}=
\begin{pmatrix}
-at^2 & \\
-at & \\
\end{pmatrix}
##

##\sqrt{PK^2+KS^2}##
##\sqrt{
\begin{pmatrix}
-at^2 & \\
-at & \\
\end{pmatrix}^2+
\begin{pmatrix}
a & \\
-at & \\
\end{pmatrix}^2}=PS
##

and

##\sqrt{PK^2+KQ^2}=##
##\sqrt{
\begin{pmatrix}
-at^2 & \\
-at& \\
\end{pmatrix}^2+
\begin{pmatrix}
-a & \\
at & \\
\end{pmatrix}^2}=QP
##
since ##PS=QP## and ##PK## is the perpendicular bisector to angle ##QPS## then it follows that angle ##QPT=SPT##.
 
Last edited:
Physics news on Phys.org
  • #2
...i should be able to use cos with vectors for part (b)...

Alternatively,

##QP=(at^2+a)i, KP=at^2i+atj, SP=(at^2-a)i+2atj##

Angle ##QPK=\dfrac{a^2t^4+a^2t^2}{at^2+a\sqrt{a^2t^4+a^2t^2}}=\dfrac{a^2t^2(t^2+1)}{(at)a(t^2+1)\sqrt{t^2+1}}=\dfrac{t}{\sqrt{t^2+1}}##

Angle ##SPK=\dfrac{a^2t^4-a^2t^2+2a^2t^2}{\sqrt{(at^2-a)(at^2-a)+4a^2t^2)⋅}\sqrt{a^2t^4+a^2t^2}}##

##=\dfrac{a^2t^4+a^2t^2}{at^2+a\sqrt{(a^2t^2(t^2+1)}}=\dfrac{a^2t^2(t^2+1)}{(at)a(t^2+1)\sqrt{t^2+1}}=\dfrac{t}{\sqrt{t^2+1}}##

Therefore angle ##QPK=SPK⇒QPT=SPT##

cheers!!
 
Last edited:
  • #3
chwala said:
...i should be able to use cos with vectors for part (b)...

Alternatively,

##QP=(at^2+a)i, KP=at^2i+atj, SP=(at^2-a)i+2atj##

Angle ##QPK=\dfrac{a^2t^4+a^2t^2}{at^2+a\sqrt{a^2t^4+a^2t^2}}=\dfrac{a^2t^2(t^2+1)}{(at)a(t^2+1)\sqrt{t^2+1}}=\dfrac{t}{\sqrt{t^2+1}}##
. . .

cheers!!
It looks like you are using the scalar product to find the cosines of the relevant angles. Initially when I read that first line, I thought you might be using the Law of Cosines.

In other words, what you are doing is: ##\displaystyle \ \ \cos(\angle QPK)= \dfrac{\overrightarrow{QP}\cdot\overrightarrow{KP}}{\left|{QP}\right|\,\left|{KP}\right|}##

You left the ##\cos## out of your expressions.
Also, in the first denominator, parentheses were missing from ##(at^2+a)## .

Now for some LaTeX:
Use \hat to get the "^" above i, j, k, etc. Also use \imath and \jmath to get rid of the dot above these letters.

Use \hat \imath to get ##\displaystyle \hat{\imath}##.

\angle gives the angle symbol. ##\displaystyle \angle QPK##
 
Last edited:
  • Like
Likes jim mcnamara, chwala and Mark44

Related to Solve this problem that involves parametric equations

What are parametric equations?

Parametric equations express a set of related quantities as explicit functions of an independent parameter. Instead of defining y directly in terms of x, both x and y are defined in terms of a third variable, usually denoted as t (the parameter). For example, x = f(t) and y = g(t).

How do you eliminate the parameter to find a Cartesian equation?

To eliminate the parameter, solve one of the parametric equations for the parameter t and then substitute this expression into the other parametric equation. This will give you a direct relationship between x and y in Cartesian form. For example, if x = t^2 and y = t + 1, solve for t in terms of x (t = sqrt(x)) and substitute into y to get y = sqrt(x) + 1.

How do you find the slope of a curve given by parametric equations?

The slope of a curve given by parametric equations x = f(t) and y = g(t) is found by computing dy/dx. This is done using the chain rule: dy/dx = (dy/dt) / (dx/dt). Calculate the derivatives dy/dt and dx/dt separately and then divide them to get the slope.

How do you find the arc length of a curve defined by parametric equations?

The arc length of a curve defined by parametric equations x = f(t) and y = g(t) from t = a to t = b is given by the integral L = ∫ from a to b sqrt((dx/dt)^2 + (dy/dt)^2) dt. Compute the derivatives dx/dt and dy/dt, then substitute them into the integral and evaluate over the given interval.

How do you find the area under a curve defined by parametric equations?

The area under a curve defined by parametric equations x = f(t) and y = g(t) from t = a to t = b is given by the integral A = ∫ from a to b y(t) * (dx/dt) dt. Compute dx/dt, then multiply by y(t), and integrate over the given interval to find the area.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
393
  • Calculus and Beyond Homework Help
Replies
2
Views
632
  • Calculus and Beyond Homework Help
Replies
5
Views
706
  • Calculus and Beyond Homework Help
Replies
3
Views
951
  • Calculus and Beyond Homework Help
Replies
10
Views
876
  • Linear and Abstract Algebra
Replies
2
Views
813
  • Calculus and Beyond Homework Help
Replies
2
Views
701
  • Precalculus Mathematics Homework Help
Replies
1
Views
682
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Topology and Analysis
Replies
16
Views
841
Back
Top