How to Simplify a Derivative with Multiple Terms

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
DollarBill
Messages
44
Reaction score
0

Homework Statement



Find the derivative of
[tex]f(x)=2x^3+cos^2(x^3)[/tex]

The Attempt at a Solution



[tex]f'(x)=6x^2+2cos(x^3)*-sin(x^3)*3x^2[/tex]
[tex]f'(x)=6x^2-6x^2cos(x^3)sin(x^3)[/tex]

The book has a different solution since they always simplify, but how would I simplify it? I know it has something to do with the 6x2, but the 2nd 6x2 is attached to the cos.
 
Physics news on Phys.org
Defennder said:
Just use the double angle formula for sin. What is sin2x for example?
Never heard of it :confused:
 
gabbagabbahey said:
It's a Trig Identity that you should have come across in high school:

[tex]sin(2\theta)=2sin(\theta)cos(\theta)[/tex]
I'm still in high school...
 
DollarBill said:

Homework Statement



Find the derivative of
[tex]f(x)=2x^3+cos^2(x^3)[/tex]

The Attempt at a Solution



[tex]f'(x)=6x^2+2cos(x^3)*-sin(x^3)*3x^2[/tex]
[tex]f'(x)=6x^2-6x^2cos(x^3)sin(x^3)[/tex]

The book has a different solution since they always simplify, but how would I simplify it? I know it has something to do with the 6x2, but the 2nd 6x2 is attached to the cos.
Okay, so factor it out:
[tex]f'(x)= 6x^2(1- cos(x^3)sin(x^3))[/tex]
You don't say WHAT the "different solution" in the book is so I don't know if you want that simplified more. You could use the identity Defennder gave you: Since sin(2x3)= 2sin(x3)cos(x3, cos(x3)sin(x3= (1/2)sin(2x3).

Whether you are in High School or not, taking a course before learning the pre-requisites for that course is just wasting your time. And trigonometry is definitely a pre-requisite for problems like this.
 
I've taken PreCalc. I just don't recall learning that identity. Maybe I just forgot or it was called by a different name. The only identities that I really remember well is the basic Pythagorean identity.

Thanks for the help though.