Jump to content

Help/explanation for some calc stuff

So I just picked up on the second half of a calc class that I should've taken a year ago. Literally.

Anyways, I had an assignment where I couldn't figure out two questions. I need to find the derivatives of:

 

y = e9x cos(x)

I ended up figuring out that y' = 9e^(9x cos(x)) (cos(x)-xsin(x)) but I forget how/why the 9 goes down before the e and the product rule stuff doesn't stay in the exponent. Is that because of the chain rule? Why isn't the answer just e^(9cos(x)-xsin(x)) or e^(9x cos(x)) (9cos(x)-xsin(x))? If you can't tell I'm forgetting quite a lot of rules I should know here.

 

and

 

g(t) = 1/(t3 + 5)4

This one I would think you'd just do the quotient rule, but unless I'm getting some calculation wrong that I'm just missing that isn't the case.

 

Thanks for any help.

 

Edit: now that I already started this, can someone check my derivative of y = ln(|1-x-6x2|) as well? If memory serves, y' = 1/(6x^2+x+1) * 12x+1, which can then be simplified into 12x+1/(6x^2+x+1), correct? According to the website that I'm using it should be 12x+1/(6x^2+x-1). What am I missing that I'm not getting the minus 1?

PCPartPicker link: http://pcpartpicker.com/p/R6GTGX

Привет товарищ ))))

Link to comment
https://linustechtips.com/topic/527290-helpexplanation-for-some-calc-stuff/
Share on other sites

Link to post
Share on other sites

The derivative of e^n is e* (derivative of n). So: 

derivative of 9x cos(x) = first term * derivative of second term + second term * derivative of the first term --> 

9x*(-sin(x)) + cos(x) * 9 --> -9xsin(x) + 9cos(x)

 

y = e9xcos(x)

y' = e9xcos(x) * -9sin(x)+9cos(x) 

 

 

I prefer dealing with the multiplication rule (as I find it easier to keep track of in my head), so:

g(t) = (t3+5)-4 

g'(t) = -4(t3+5)-5 * (3t2)

PSU Tier List | CoC

Gaming Build | FreeNAS Server

Spoiler

i5-4690k || Seidon 240m || GTX780 ACX || MSI Z97s SLI Plus || 8GB 2400mhz || 250GB 840 Evo || 1TB WD Blue || H440 (Black/Blue) || Windows 10 Pro || Dell P2414H & BenQ XL2411Z || Ducky Shine Mini || Logitech G502 Proteus Core

Spoiler

FreeNAS 9.3 - Stable || Xeon E3 1230v2 || Supermicro X9SCM-F || 32GB Crucial ECC DDR3 || 3x4TB WD Red (JBOD) || SYBA SI-PEX40064 sata controller || Corsair CX500m || NZXT Source 210.

Link to post
Share on other sites

when making y':

1.) everthing in e^x stays the same

2.) that's whats in e^x (here: 9x*cosx) will be differentiated and multiplied with the e^x term

3.) because 9x*cosx is a product (u*v), it will be differentiated u'*v (9*cosx) + u*v' (9x* (-sinx)) = 9 cosx-9x sinx

4.) because 9 appears in both terms, you can pull it in front of the whole term: 9 (cosx - x sinx)

5.) the term from 4.) will be multiplied with the e^x thingy => y'(x)=9 (cosx - x sinx) e^(9x cosx)

 

g(t):

you can write it as: g(t)=1*(t³+5)^(-4)

you could do the quotient rule, but it's slower than making the normal differentiation: -4*(t³+5 )^(-5) * 3t²

the t² appears because it is a linked function: y^(-4) with y = t³+5

 

EDIT: sry for maybe not the correct english expressions, it's hard to translate it form german to englisch:D

differentiation means dy/dx=y'

@Whorax

GUITAR BUILD LOG FROM SCRATCH OUT OF APPLEWOOD

 

- Ryzen Build -

R5 3600 | MSI X470 Gaming Plus MAX | 16GB CL16 3200MHz Corsair LPX | Dark Rock 4

MSI 2060 Super Gaming X

1TB Intel 660p | 250GB Kingston A2000 | 1TB Seagate Barracuda | 2TB WD Blue

be quiet! Silent Base 601 | be quiet! Straight Power 550W CM

2x Dell UP2516D

 

- First System (Retired) -

Intel Xeon 1231v3 | 16GB Crucial Ballistix Sport Dual Channel | Gigabyte H97 D3H | Gigabyte GTX 970 Gaming G1 | 525 GB Crucial MX 300 | 1 TB + 2 TB Seagate HDD
be quiet! 500W Straight Power E10 CM | be quiet! Silent Base 800 with stock fans | be quiet! Dark Rock Advanced C1 | 2x Dell UP2516D

Reviews: be quiet! Silent Base 800 | MSI GTX 950 OC

 

Link to post
Share on other sites

For your Edit: 

 
1/(1-x-6x2) * (12x-1) --> (12x-1)/(1-x-6x2) --> (-12x-1) / ((3x-1)(-2x-1)) --> (-12x-1) / ((3x-1)*-1(2x+1)) --> (12x+1) / ((3x-1)(2x+1) --> (12x+1)/(6x2+x-1)

PSU Tier List | CoC

Gaming Build | FreeNAS Server

Spoiler

i5-4690k || Seidon 240m || GTX780 ACX || MSI Z97s SLI Plus || 8GB 2400mhz || 250GB 840 Evo || 1TB WD Blue || H440 (Black/Blue) || Windows 10 Pro || Dell P2414H & BenQ XL2411Z || Ducky Shine Mini || Logitech G502 Proteus Core

Spoiler

FreeNAS 9.3 - Stable || Xeon E3 1230v2 || Supermicro X9SCM-F || 32GB Crucial ECC DDR3 || 3x4TB WD Red (JBOD) || SYBA SI-PEX40064 sata controller || Corsair CX500m || NZXT Source 210.

Link to post
Share on other sites

-snip-

Thank you. I suppose bringing everything up from the denominator does make it easier. I'm still going to try to work through it with the quotient rule just for the sake of doing it that way, but I now have a correct answer so thanks. :P

 

-snip

Thanks. I think I gotcha on why the 9 can go in front now. Makes a bit more sense!

PCPartPicker link: http://pcpartpicker.com/p/R6GTGX

Привет товарищ ))))

Link to post
Share on other sites

Thank you. I suppose bringing everything up from the denominator does make it easier. I'm still going to try to work through it with the quotient rule just for the sake of doing it that way, but I now have a correct answer so thanks. :P

 

Thanks. I think I gotcha on why the 9 can go in front now. Makes a bit more sense!

g'(t) = (bottom term * derivative of top term - top term * derivative of bottom term) / bottom term squared

g(t) = 1/(t3 + 5)4

g'(t) = - 4(t3+5)3(3t2) / (t3+5)8

 

PSU Tier List | CoC

Gaming Build | FreeNAS Server

Spoiler

i5-4690k || Seidon 240m || GTX780 ACX || MSI Z97s SLI Plus || 8GB 2400mhz || 250GB 840 Evo || 1TB WD Blue || H440 (Black/Blue) || Windows 10 Pro || Dell P2414H & BenQ XL2411Z || Ducky Shine Mini || Logitech G502 Proteus Core

Spoiler

FreeNAS 9.3 - Stable || Xeon E3 1230v2 || Supermicro X9SCM-F || 32GB Crucial ECC DDR3 || 3x4TB WD Red (JBOD) || SYBA SI-PEX40064 sata controller || Corsair CX500m || NZXT Source 210.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×