Implicit Differentiation Practice

  • Thread starter Thread starter ericndegwa
  • Start date Start date
  • Tags Tags
    Implicit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
ericndegwa
Messages
2
Reaction score
0

Homework Statement



find dy/dx if x=1/1 + t and y = t2/1 + t


Homework Equations



dy/dx = (dy/dt) / (dx/dt)

The Attempt at a Solution



dx/dt = 1 * (1 + t )^-1

dx/dt = -1/ (1 +t)^2

dy/dt = t^2 * (1 +t)^-1

dy/dt = -2t/(1+ t)^2

therfore dy/dx = -2t/(1 + t)^2 / -1/(1 + t)^2

2t
 
Physics news on Phys.org
Your equations aren't clear. Edit your post to fix them or just attach a picture/screenshot.

x=1/1 + t meaning x= 1 +t ? or x= 1/ (1+t) ? (hence the importance of using parentheses!)

y = t2/1 + t

dy/dt = t^2 * (1 +t)^-1 ? So, y = t^2/1 + t ?
 
ericndegwa said:

Homework Statement



find dy/dx if x=1/1 + t and y = t2/1 + t


Homework Equations



dy/dx = (dy/dt) / (dx/dt)

The Attempt at a Solution



dx/dt = 1 * (1 + t )^-1

dx/dt = -1/ (1 +t)^2

dy/dt = t^2 * (1 +t)^-1

dy/dt = -2t/(1+ t)^2
Aside from the missing parentheses that have already been mentioned, you are showing equations that are incorrect. The first and third equations above are x and y, respectively, not dx/dt and dy/dt.

In calculating dy/dt, you need to use either the product rule (on t2(1 + t)-1) or the quotient rule (on t2/(1 + t) ).
ericndegwa said:
therfore dy/dx = -2t/(1 + t)^2 / -1/(1 + t)^2

2t