some derivative equations

G

Guest

Guest
1) How do I simplify this furthur?

. . .f(x) = [e<sup>-x^3</sup>] / x<sup>2</sup>

. . .f' = [-3x<sup>2</sup>e<sup>-x^3</sup>(x) - (e<sup>-x^3</sup>)] / x<sup>2</sup>

. . .. .= [e<sup>-x^3</sup>(-3x<sup>2</sup>x - 1)] / x<sup>2</sup>

. . .. .= e<sup>-x^3</sup>((-3x<sup>2</sup>x - 1)x<sup>-2</sup>)

I'm not too sure if I made this clear, but I tried my best with the brackets.

2) I forget how to do this type of question:

Find the equation of the tangent to the curve defined by y = e<sup>x</sup> that is perpendicular to the line defined by 3x + y = 1.

I know you have to find the slope of one of the equations (which one?) and I know when it's perpendicular the slope is the negative recipricol of a slope of one of the equations...?

3) Determine the equation of the tangent for the curve defined by y - e<sup>xy</sup> = 0 at the point A(0,1).
 
(1) I don't know what kind of quotient rule you are using ...

f(x) = e<sup>-x<sup>3</sup></sup>/x<sup>2</sup>

f'(x) = [x<sup>2</sup>*-3x<sup>2</sup>*e<sup>-x<sup>3</sup></sup> - e<sup>-x<sup>3</sup></sup>*2x]/x<sup>4</sup>

f'(x) = e<sup>-x<sup>3</sup></sup>[-3x<sup>4</sup> - 2x]/x<sup>4</sup>

f'(x) = -e<sup>-x<sup>3</sup></sup>[3x<sup>3</sup> + 2]/x<sup>3</sup>



(2)
3x + y = 1
y = -3x + 1 ... this line has slope, m = -3. a line perpendicular to this one will have slope m = 1/3

y = e<sup>x</sup>
dy/dx = e<sup>x</sup> = 1/3
x = ln(1/3), y = 1/3

y - (1/3) = (1/3)[x - ln(1/3)]


(3) y - e<sup>xy</sup> = 0
dy/dx - e<sup>xy</sup>[x(dy/dx) + y] = 0
dy/dx - x*e<sup>xy</sup>(dy/dx) = y*e<sup>xy</sup>
dy/dx[1 - x*e<sup>xy</sup>] = y*e<sup>xy</sup>
dy/dx = y*e<sup>xy</sup>/[1 - x*e<sup>xy</sup>]

you finish up.
 
Top