Derivative of a parametric equation

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
6 replies · 2K views
Karol
Messages
1,380
Reaction score
22

Homework Statement


$$y=1+t^2,~~x=\frac{t}{1+t^2}$$
What is dy/dx

Homework Equations


Parametric equation's derivative:
$$\frac{dy}{dx}=\frac{dy/dt}{dx/dt}$$

The Attempt at a Solution


$$\frac{dx}{dt}=\frac{1-t^2}{(1+t^2)^2}$$
$$\frac{dy}{dx}=\frac{2t(1+t^2)^2}{1-t^2}$$
I can't translate it back to x
 
on Phys.org
Karol said:

Homework Statement


$$y=1+t^2,~~x=\frac{t}{1+t^2}$$
What is dy/dx

Homework Equations


Parametric equation's derivative:
$$\frac{dy}{dx}=\frac{dy/dt}{dx/dt}$$

The Attempt at a Solution


$$\frac{dx}{dt}=\frac{1-t^2}{(1+t^2)^2}$$
$$\frac{dy}{dx}=\frac{2t(1+t^2)^2}{1-t^2}$$
I can't translate it back to x

The derivative won't be a function only of ##x##. Use that ##t=xy## if you want to express it as a function of ##x## and ##y##.
 
Dick said:
The derivative won't be a function only of ##x##.
Why? indeed i cannot express t as a function of x, is that the reason?
 
Karol said:
Why? indeed i cannot express t as a function of x, is that the reason?
Right. To solve for t in the equation ##x = \frac t {1 + t^2}##, you would most likely use the quadratic formula, which will give two values of t. So t is not a function of x.
 
Thank you fresh_42, Dick and Mark44
 
Karol said:
Why? indeed i cannot express t as a function of x, is that the reason?

You have already been told (in another, similar, thread) that solving for ##t## in terms of ##x## will give you two different formulas, so will give you two different curves ##y = f_1(x)## and ##y = f_2(x)##. That means you will get two different derivative formulas for ##dy/dx##.