Derivative of [(1+4x)^5][(3+x-x^2)^8]

  • Thread starter Thread starter illjazz
  • Start date Start date
  • Tags Tags
    Derivative
Click For Summary

Homework Help Overview

The discussion revolves around finding the derivative of the function g(x)=(1+4x)^5(3+x-x^2)^8, which involves applying the chain rule and power rule in calculus.

Discussion Character

  • Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss the application of the product rule and the chain rule, with some attempting to clarify the differentiation steps. Questions arise regarding the handling of powers and signs in the derivatives.

Discussion Status

There is ongoing clarification regarding the differentiation process, with some participants providing corrections and suggestions for simplifying the expression. Multiple interpretations of the steps are being explored, and guidance has been offered to ensure accuracy in applying the differentiation rules.

Contextual Notes

Participants express challenges with formatting in TeX, which affects their ability to communicate mathematical expressions clearly. There is also a mention of the need to simplify the expression to match a provided answer, indicating a focus on correctness and understanding of the process.

illjazz
Messages
59
Reaction score
0

Homework Statement


Find the derivative of the function

[tex]g(x)=(1+4x)^5(3+x-x^2)^8[/tex]


Homework Equations


- Chain rule
- Power rule


The Attempt at a Solution



[tex]g(x)=(1+4x)^5(3+x-x^2)^8[/tex]

[tex]g(x)=(1+4x)^5\frac{d}{dx}(3+x-x^2)^8+(3+x-x^2)^8\frac{d}{dx}(1+4x)^5[/tex]

[tex]g(x)=(1+4x)^58(2x-1)(3+x-x^2)^7+(3+x-x^2)^820(1+4x)^4[/tex]
...

This is where I'm stuck. Both my calculator and the book tell me that the solution is

[tex]4(4x+1)^4(x^2-x-3)^7(21x^2-9x-17)[/tex]

All I want to know is how they get to this result from the step I got stuck at above. I don't see how they arrive at that last polynomial :/
 
Last edited:
Physics news on Phys.org
I don't understand how you got to your 3rd step. You didn't bring down your power 8 for the first part and you have a 0 on the second part.

[tex]\frac{d}{dx}(3+x-x^2)^8=8(3+x-x^2)^7(1-2x)=8(2x-1)(x^2-x-3)^7[/tex]

[tex]\frac{d}{dx}(1+4x)^5=5(1+4x)^4(4)=20(1+4x)^5[/tex]
 
rocomath said:
I don't understand how you got to your 3rd step. You didn't bring down your power 8 for the first part and you have a 0 on the second part.

[tex]\frac{d}{dx}(3+x-x^2)^8=8(3+x-x^2)^7(1-2x)=8(2x-1)(x^2-x-3)^7[/tex]

[tex]\frac{d}{dx}(1+4x)^5=5(1+4x)^4(4)=20(1+4x)^5[/tex]
My bad.. I'm still learning this tex stuff. Inserting spaces using "\" just causes whatever character that follows to disappear completely.. and adding new lines doesn't work at all (with "\\"). Painful.

I used spaces after the exponents because I thought if I wrote an "8" right after "5", I'd get an exponent of 58.. instead, my 8 disappeared completely. Bleh.. turns out you can just write x^58(x+1) in tex and the result will be (x^5)(8(x+1)).

Anyway...
 
illjazz said:
[tex]g(x)=(1+4x)^58(2x-1)(3+x-x^2)^7+(3+x-x^2)^820(1+4x)^4[/tex]
Your signs are still messed up. You wrote (2x-1)(3+x-x^2)^7.

You need to put a negative out in the front or factor out another one from the (3+x-x^2)^7 term.
 
rocomath said:
Your signs are still messed up. You wrote (2x-1)(3+x-x^2)^7.

You need to put a negative out in the front or factor out another one from the (3+x-x^2)^7 term.
[tex] g(x)=(1+4x)^58(1-2x)(3+x-x^2)^7+(3+x-x^2)^820(1+4x)^4[/tex]
Is this what it's supposed to be? Because

[tex]\frac{d}{dx}(3+x-x^2)^8=8(3+x-x^2)^7*(1-2x)[/tex]
 
illjazz said:
[tex] g(x)=(1+4x)^58(1-2x)(3+x-x^2)^7+(3+x-x^2)^820(1+4x)^4[/tex]
Is this what it's supposed to be? Because

[tex]\frac{d}{dx}(3+x-x^2)^8=8(3+x-x^2)^7*(1-2x)[/tex]
Yes that's good now. I guess you'll need to just continue simplifying so it matches the book's answer unless your teacher doesn't care if you don't simplify further.
 
[tex]g(x)=(1+4x)^5(3+x-x^2)^8[/tex]

[tex]g'(x)=(1+4x)^5\frac{d}{dx}(3+x-x^2)^8+(3+x-x^2)^8\frac{d}{dx}(1+4x)^5[/tex]

[tex]g'(x)=(1+4x)^58(3+x-x^2)^7*\frac{d}{dx}(3+x-x^2)+(3+x-x^2)^85(1+4x)^4*\frac{d}{dx}(1+4x)[/tex]

[tex]g'(x)=(1+4x)^58(3+x-x^2)^7(1-2x)+(3+x-x^2)^85(1+4x)^4*4[/tex]

[tex]g'(x)=8(1+4x)^5(3+x-x^2)^7(1-2x)+20(3+x-x^2)^8(1+4x)^4[/tex]

Let (1+4x) = u
Let (3+x-x^2) = v
Let (1-2x) = w

Then

[tex]g'(x)=8u^5v^7w+20v^8u^4[/tex]

[tex]g'(x)=4u^4v^7(2uw+5v)[/tex]

So

[tex]g'(x)=4(1+4x)^4(3+x-x^2)^7(2(1+4x)(1-2x)+5(3+x-x^2))[/tex]

[tex]g'(x)=4(1+4x)^4(3+x-x^2)^7(2(1+2x-8x^2)+15+15x-5x^2)[/tex]

[tex]g'(x)=4(1+4x)^4(3+x-x^2)^7(2+4x-16x^2+15+15x-5x^2)[/tex]

[tex]{g'(x)=4(1+4x)^4(3+x-x^2)^7(17+19x-21x^2)[/tex]

And that final line is what my book has as the answer. Phew.. that substitution definitely helped the thinking process. Also, I realized one mistake I was making with the Chain Rule.

Say we have

[tex]y = (x+3)^3[/tex]

Then I would do

[tex]y' = 3(x+3)^2*\frac{d}{dx}(x+3)^3[/tex]

instead of

[tex]y' = 3(x+3)^2*\frac{d}{dx}(x+3)[/tex]...

At least I think that's a mistake I used to make. Now I know :). How the heck do you make stuff bold inside tex expressions? And I'd still love to know why the "\" and "\\" escape characters do not produce what they should when using TeX/LaTeX on physicsforums.com.

That's my long, drawn out solution to the problem.. but hey, it helped and I felt like doing it all out :)
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
Replies
4
Views
3K