Solving for du/dx with multiple variables/equations

  • Thread starter Thread starter jegues
  • Start date Start date
  • Tags Tags
    Multiple
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 4K views
jegues
Messages
1,085
Reaction score
3

Homework Statement



See figure.

Homework Equations



N/A

The Attempt at a Solution



Okay, my plan of attack to get du/dx was to solve t in terms of x in one equation, solve s in terms of x in the other and all sub intio the original equation and that the derivative with respect to x.

I can solve t in terms of x,

[tex]t = \frac{4}{x^3+x^2}[/tex]

However, I'm having trouble doing the same for s. This is about as far as I can get,

[tex]s = ln\left(s^3x^2 - 1\right)[/tex]

Does anyone have any suggestions?
 

Attachments

  • DUDX.JPG
    DUDX.JPG
    6.6 KB · Views: 501
Physics news on Phys.org
You don't need to solve the equations. Use implicit differentiation to find dt/dx and ds/dx.
 
cristo said:
You don't need to solve the equations. Use implicit differentiation to find dt/dx and ds/dx.

Okay so,

[tex]t = \frac{4}{x^3+x^2}[/tex]

Then,

[tex]\frac{dt}{dx} = \frac{-12x-8}{x^5 + 2x^4 + x^3}[/tex]

and,

[tex]\frac{ds}{dx} = \frac{2xs^3}{e^s-3s^2}[/tex]

I'm not sure if I solved for ds/dx or dt/dx correct, but I tried.

Anyone see any problems?
 
jegues said:
Okay so,

[tex]t = \frac{4}{x^3+x^2}[/tex]

Then,

[tex]\frac{dt}{dx} = \frac{-12x-8}{x^5 + 2x^4 + x^3}[/tex]

This dt/dx is wrong. You somehow managed to lose a factor of x in every single term. I'm guessing it was a careless mistake.

[tex]\frac{ds}{dx} = \frac{2xs^3}{e^s-3s^2}[/tex]

This ds/dx is correct.

Do you know how to solve for du/dx from here?
[tex]\frac{du}{dx} = \frac{\partial u}{\partial s}\frac{ds}{dx} + \frac{\partial u}{\partial t}\frac{dt}{dx}[/tex]
 
Raskolnikov said:
This dt/dx is wrong. You somehow managed to lose a factor of x in every single term. I'm guessing it was a careless mistake.



This ds/dx is correct.

Do you know how to solve for du/dx from here?
[tex]\frac{du}{dx} = \frac{\partial u}{\partial s}\frac{ds}{dx} + \frac{\partial u}{\partial t}\frac{dt}{dx}[/tex]

I actually factored out an x and canceled it... I didnt know I couldn't do that?
 
jegues said:
I actually factored out an x and canceled it... I didnt know I couldn't do that?

You can. Sorry, I guess I just wasn't thinking.
 
Okay since,

[tex]\frac{du}{dx} = \frac{\partial u}{\partial s}\frac{ds}{dx} + \frac{\partial u}{\partial t}\frac{dt}{dx}[/tex]

Then,

[tex]\frac{du}{dx} = e^te^s\frac{2xs^3}{e^s-3s^2} + (e^te^s - sint)(\frac{-12x-8}{x^5+2x^4+x^3})[/tex]
 
Yep, that sounds right. You could easily solve for t in terms of x and e^s in terms of s and x, but I wouldn't bother really unless the problem specifically says to do so.