Differentiate the following functions

y=In((1-3x^2)/1+3x^2)^1/2
y=((sin4x)/1+cosx)^5

To differentiate the function y = ln((1-3x^2)/√(1+3x^2)), we can use the chain rule and the quotient rule.

First, let's simplify the function:

y = ln((1-3x^2)/√(1+3x^2))
= ln((1-3x^2)/(1+3x^2)^(1/2))

Now, let's differentiate using the chain rule:

dy/dx = (d/dx) ln((1-3x^2)/(1+3x^2)^(1/2))

Applying the quotient rule:

dy/dx = [(1+3x^2)^(1/2)(d/dx)(1-3x^2) - (1-3x^2)(d/dx)(1+3x^2)^(1/2)] / [(1+3x^2) (1-3x^2)]

Now, let's find the derivative of each term:

(d/dx) (1-3x^2) = -6x
(d/dx) (1+3x^2)^(1/2) = (1/2)(1+3x^2)^(-1/2)(6x) = 3x/(1+3x^2)^(1/2)

Substituting these results into the expression for dy/dx:

dy/dx = [(1+3x^2)^(1/2)(-6x) - (1-3x^2)(3x/(1+3x^2)^(1/2))] / [(1+3x^2) (1-3x^2)]

Simplifying:

dy/dx = [-6x(1+3x^2) - 3x(1-3x^2)] / [(1+3x^2) (1-3x^2)]
= -9x(1+3x^2) / [(1+3x^2) (1-3x^2)]
= -9x / (1-3x^2)

Therefore, the derivative of y = ln((1-3x^2)/√(1+3x^2)) is dy/dx = -9x / (1-3x^2).

For the function y = ((sin(4x))/(1+cos(x)))^5, we can use the chain rule to differentiate.

Let's denote u = (sin4x) and v = (1+cosx). Then, the function can be written as y = (u/v)^5.

Now, let's find the derivative using the chain rule:

dy/dx = (d/dx) (u/v)^5
= 5(u/v)^4 (d/dx) (u/v)

Using the quotient rule to find the derivative of (u/v):

(d/dx) (u/v) = [(v)(d/dx)(u) - (u)(d/dx)(v)] / v^2
= [(v)(d/dx)(sin4x) - (u)(d/dx)(1+cosx)] / v^2
= [(v)(4cos4x) - (u)(-sinx)] / v^2
= [4vcos4x + usinx] / v^2

Substituting this result into the expression for dy/dx:

dy/dx = 5(u/v)^4 [4vcos4x + usinx] / v^2
= 20(u/v)^4 (vcos4x + (sinx/u)) / v^2
= 20(u/v)^4 (v^2cos4x + sinx) / (v^3)
= 20(cos4x + sinx) / (v)

Since u = sin4x and v = 1+cosx, we can substitute these back in:

dy/dx = 20(cos4x + sinx) / (1+cosx)

Therefore, the derivative of y = ((sin(4x))/(1+cos(x)))^5 is dy/dx = 20(cos4x + sinx) / (1+cosx).

To differentiate the given functions, we will need to use the chain rule and other basic differentiation rules. Let's start with the first function:

1. Differentiate y = ln((1 - 3x^2)/(1 + 3x^2))^(1/2):

Step 1: Use the chain rule to differentiate ln((1 - 3x^2)/(1 + 3x^2)). Let's denote this part as u.

So, u = (1 - 3x^2)/(1 + 3x^2).

Step 2: Differentiate u with respect to x:
u' = [(1 + 3x^2)(-6x) - (1 - 3x^2)(6x)] / (1 + 3x^2)^2
= (-6x - 18x^3 + 6x + 18x^3) / (1 + 3x^2)^2
= 0 / (1 + 3x^2)^2
= 0

Step 3: Now, differentiate y with respect to u using the power rule for differentiation:
(dy/du) = (1/2) * u^(-1/2)
= 1 / [2 * sqrt(u)]
= 1 / [2 * sqrt((1 - 3x^2)/(1 + 3x^2))]

Step 4: Apply the chain rule by multiplying (dy/du) with u':
(dy/dx) = (dy/du) * u'
= 1 / [2 * sqrt((1 - 3x^2)/(1 + 3x^2))] * 0
= 0

Hence, the derivative of y = ln((1 - 3x^2)/(1 + 3x^2))^(1/2) is 0.

Now, let's move on to the second function:

2. Differentiate y = ((sin(4x))/(1 + cos(x)))^5:

Step 1: Use the chain rule and the power rule for differentiation.

Step 2: Differentiate the numerator (sin(4x)) with respect to x:
(dy/dx) = 5 * ((sin(4x))/(1 + cos(x)))^4 * (d/dx)(sin(4x))
= 5 * ((sin(4x))/(1 + cos(x)))^4 * (4 * cos(4x))

Step 3: Differentiate the denominator (1 + cos(x)) with respect to x:
(dy/dx) = 5 * ((sin(4x))/(1 + cos(x)))^4 * (4 * cos(4x)) / (-sin(x))

Step 4: Simplify the derivative expression:
(dy/dx) = -20 * ((sin(4x))^2 / (1 + cos(x)))^3 * cos(4x) / sin(x)

Thus, the derivative of y = ((sin(4x))/(1 + cos(x)))^5 is given by -20 * ((sin(4x))^2 / (1 + cos(x)))^3 * cos(4x) / sin(x).