Differentiating Parametric Functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
danago
Gold Member
Messages
1,118
Reaction score
4

Given:
[tex] \begin{array}{l}<br /> x = 2\cos t \\ <br /> y = 2\sin t \\ <br /> \end{array}[/tex]

find [tex] \frac{{dy}}{{dx}}[/tex]



I started by finding dy/dt and dx/dt

[tex] \begin{array}{l}<br /> \frac{{dy}}{{dt}} = 2\cos t \\ <br /> \frac{{dx}}{{dt}} = - 2\sin t \\ <br /> \end{array}[/tex]

Now, dy/dx = (dy/dt) / (dx/dt)

so:

[tex] \frac{{dy}}{{dx}} = \frac{{2\cos t}}{{ - 2\sin t}} = - \cot t[/tex]

[tex] \begin{array}{l}<br /> x = 2\cos t \\ <br /> \therefore t = \cos ^{ - 1} \frac{x}{2} \\ <br /> \end{array}[/tex]

Substituting that into my dy/dx which is currently in terms of t:

[tex] \frac{{dy}}{{dx}} = - \cot t = - \cot \cos ^{ - 1} \frac{x}{2}[/tex]

Now, my book gives a completely different answer, which isn't even in terms of any trigonometric function. Where have i gone wrong?

Thanks,
Dan.
 
Physics news on Phys.org
Do you know that sin2t + cos2t = 1? ;)
 
neutrino said:
Do you know that sin2t + cos2t = 1? ;)

Yep i do. Not quite seeing where it comes into it though :cry:

EDIT: ahhh now I've got it. Square my x and y functions, and then add them, which eliminates the parameter :) Thanks for that.
 
Last edited:
You could also continue on your original course. cot(cos^(-1)(x/2)) can be written without use of trig functions. Draw a right triangle containing an angle cos^(-1)(x/2).