Solving Strange Derivative: Find (df/dt)(0)

  • Thread starter Thread starter Lancelot59
  • Start date Start date
  • Tags Tags
    Derivative Strange
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
Lancelot59
Messages
640
Reaction score
1
I'm given these functions:
[tex]f(x,y)=x^{3}y[/tex]
[tex]ye^{y}=t[/tex]
[tex]x^{3}+tx=8[/tex]

I need to find (df/dt)(0)

I have no clue how to go about this. I can't isolate any of the variables. I tried making an implicit function out of equations two and three, but that didn't lead anywhere useful.

I'm stumped.
 
Physics news on Phys.org
I tried making an implicit function out of equations two and three, but that didn't lead anywhere useful.

If you have done this, then try the chain rule (http://en.wikipedia.org/wiki/Chain_rule) but use partial derivatives.

if you have [tex]x(t)[/tex] and [tex]y(t)[/tex] then [tex]\frac{df}{dt}[/tex] can be found by

[tex]\frac{df}{dt}=\frac{\partial f}{\partial x}\frac{\partial x}{\partial t} + \frac{\partial f}{\partial y}\frac{\partial y}{\partial t}[/tex]
 
Last edited:
adoado said:
If you have done this, then try the chain rule (http://en.wikipedia.org/wiki/Chain_rule) but use partial derivatives.

How does that help?

[tex]x^{3}+(ye^{y})x=8[/tex]

I don't see how this relates to the original function.

EDIT: Sorry, I posted before you edited. Let me give that a go.

The issue is that I can't get x(t) and y(t). I can only get t(x) and t(y) which isn't too useful.
 
Last edited:
Hmm... you can still get x'(t) and y'(t) by differentiating implicitly t(x) and t(y), but you will be left with derivatives still partially in terms of x and y...

Edit: I am not sure if this is valid, but as you are evaluating the final derivative at t=0, why not do it to all the partial derivatives along the way, hence removing the other variables?
 
adoado said:
Hmm... you can still get x'(t) and y'(t) by differentiating implicitly t(x) and t(y), but you will be left with derivatives still partially in terms of x and y...

Edit: I am not sure if this is valid, but as you are evaluating the final derivative at t=0, why not do it to all the partial derivatives along the way, hence removing the other variables?

Sorry, I'm not following along with this.
 
This is relatively simple, to find x at t=0, set t=o to fint x^{3}=3=> x=2 at t=0, likewise y=0 at t=0, then differentiate as usual. Not so hard...
 
I guess I need more help with derivatives. I'll talk to my prof. Thanks for the help.