asked 62.3k views
0 votes
How to solve for first derivative?? I have two questions, one where I have the answer, however one where I don’t. The format of the answer must be similar to the first question. But how to find first derivative for second question?

How to solve for first derivative?? I have two questions, one where I have the answer-example-1
asked
User Swor
by
8.5k points

1 Answer

4 votes

Answer:

Q1:
f'(x) = (-6x^8 + 2x^4 + 4)(48x^7) + (6x^8)(-48x^7 + 8x^3)

Q2:
f'(x) = (6x^4)(18x^2 - 54x^8) + (6x^3 - 6x^9 + 3)(24x^3)

Explanation:

The derivative of the product of two functions is:


f(x) = v(x)u(x)


f'(x) = v(x)u'(x) + u(x)v'x)

The derivative is the product of the first function and the derivative of the second function added to the product of the second function and the derivative of the first function.

Q1: The function you are given is:


f(x) = 6x^8(-6x^8 + 2x^4 + 4)

You can think of that function as the product of functions


u(x) = 6x^8 and
v(x) = -6x^8 + 2x^4 + 4

We first find the derivatives of functions u and v:


u'(x) = 48x^7 and
v'(x) = -48x^7 + 8x^3

Now we follow the rule above:


f'(x) = v(x)u'(x) + u(x)v'x)


f'(x) = (6x^8)(-48x^7 + 8x^3) + (-6x^8 + 2x^4 + 4)(48x^7)

Use the commutative property to change the order of the sum.


f'(x) = (-6x^8 + 2x^4 + 4)(48x^7) + (6x^8)(-48x^7 + 8x^3)

This is the solution you have.

Q2: The function you are given is:


f(x) = 6x^4(6x^3 - 6x^9 + 3)

You can think of that function as the product of functions


u(x) = 6x^4 and
v(x) = 6x^3 - 6x^9 + 3

We first find the derivatives of functions u and v:


u'(x) = 24x^3 and
v'(x) = 18x^2 - 54x^8

Now we follow the rule above:


f'(x) = v(x)u'(x) + u(x)v'x)


f'(x) = (6x^4)(18x^2 - 54x^8) + (6x^3 - 6x^9 + 3)(24x^3)

answered
User Lars Fastrup
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.