Solving for du/dx with multiple variables/equations

  • Thread starter Thread starter jegues
  • Start date Start date
  • Tags Tags
    Multiple
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,

t = \frac{4}{x^3+x^2}

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

s = ln\left(s^3x^2 - 1\right)

Does anyone have any suggestions?
 

Attachments

  • DUDX.JPG
    DUDX.JPG
    6.6 KB · Views: 482
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,

t = \frac{4}{x^3+x^2}

Then,

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

and,

\frac{ds}{dx} = \frac{2xs^3}{e^s-3s^2}

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,

t = \frac{4}{x^3+x^2}

Then,

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

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.

\frac{ds}{dx} = \frac{2xs^3}{e^s-3s^2}

This ds/dx is correct.

Do you know how to solve for du/dx from here?
\frac{du}{dx} = \frac{\partial u}{\partial s}\frac{ds}{dx} + \frac{\partial u}{\partial t}\frac{dt}{dx}
 
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?
\frac{du}{dx} = \frac{\partial u}{\partial s}\frac{ds}{dx} + \frac{\partial u}{\partial t}\frac{dt}{dx}

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,

\frac{du}{dx} = \frac{\partial u}{\partial s}\frac{ds}{dx} + \frac{\partial u}{\partial t}\frac{dt}{dx}

Then,

\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})
 
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.
 
Back
Top