How do you find the derivative of #y = Arcsin ((3x)/4)#?

2 Answers
Feb 11, 2018

#dy/dx = 3/(sqrt(16 - (9x^2)))#

Explanation:

You'll need to use the chain rule. Recall that the formula for this is:

#f(g(x))' = f'(g(x)) * g'(x)#

The idea is that you take the derivative of the outermost function first, and then just work your way inside.

Before we start, let's identify all our functions in this expression. We have:

  • #arcsin(x)#

  • #(3x)/4#

#arcsin(x)# is the outermost function, so we'll start by taking the derivative of that. So:

#dy/dx = color(blue)(d/dx[arcsin(3x/4)] = 1/(sqrt(1 - ((3x)/4)^2)))#

Notice how we're still preserving that #((3x)/4)# in there. Remember, when using the chain rule you differentiate outside-in, but you still keep the inner functions when differentiating the outer ones.

#(3x)/4# is our next outermost function, so we'll need to tag the derivative of that as well. So:

#color(grey)(dy/dx = d/dx[arcsin(3x/4)] = 1/(sqrt(1 - ((3x)/4)^2))) * color(blue)(d/dx((3x)/4))#

#=> dy/dx = 1/(sqrt(1 - ((3x)/4)^2)) * (3/4)#

And that's the end of the calculus portion to this problem! All that's left is to do some simplification to tidy up this expression, and we end up with:

#=> dy/dx = 3/(sqrt(16 - (9x^2)))#

If you'd like some additional help on the Chain Rule, I'd encourage you to take a look at some of my videos on the subject:

Hope that helped :)

Feb 11, 2018

Given: #color(blue)(y=f(x)=sin^(-1) ((3x)/4)#

#color(green)(d/(dx)[sin^(-1) ((3x)/4)]=3/sqrt(16-9x^2)#

Explanation:

Given:

#color(blue)(y=f(x)= sin^(-1) ((3x)/4)#

Function Composition is applying one function to the results of another:

Observe that the argument of the trigonometric function #sin^(-1)( " ")# is also a function.

The Chain Rule is a rule for differentiating compositions of functions like the one that we have.

Chain Rule:

#color(red)(dy/(dx) = (dy/(du))*((du)/(dx))" "# (or)

#color(blue)(d/(dx)[f{g(x)}] = f'[g(x)]*g'[x]#

We are given

#color(blue)(y=f(x)= sin^(-1) ((3x)/4)#

Let,

#f(x) = sin^(-1)(u) " "and " " u=(3x)/4#

#color(green)(Step.1#

We will differentiate

#f(x) = sin^(-1)(u)" "# Function.1

using the common derivative result:

#color(brown)(d/(dx)sin^(-1)(x) = 1/sqrt(1-x^2#

Using the above result we can differentiate Function.1 above as

#d/(du)sin^(-1)(u) = 1/sqrt(1-u^2) " "# Result.1

#color(green)(Step.2#

In this step, we will differentiate the inside function #(3x)/4#

#d/(dx)((3x)/4)#

Pull the constant out

#rArr 3/4*d/(dx)(x)#

#rArr 3/4*1#

#rArr 3/4#

#:. d/(dx)((3x)/4) = 3/4 " "#Result.2

#color(green)(Step.3#

We will use the two intermediate results, Result.1 and Result.2 to proceed.

We will start with,

#color(green)(d/(dx)[sin^(-1) ((3x)/4)] = 1/sqrt(1-u^2)*(3/4)#

Substitute back #color(brown)(u=((3x)/4)#

Then,

#color(green)(d/(dx)[sin^(-1) ((3x)/4)] = 1/sqrt(1-((3x)/4)^2)*(3/4)#

#rArr (3/4)*1/sqrt(1-((3x)/4)^2)#

#rArr (3/4)*1/sqrt(1-((9x^2)/16))#

#rArr (3/4)*1/sqrt((16-9x^2)/16)#

#rArr (3/4)*1/sqrt((16-9x^2)/(4^2))#

#rArr (3/4)*1/(sqrt((16-9x^2))/(sqrt((4^2)))#

#rArr (3/4)*1/(sqrt((16-9x^2)))*4#

#rArr (3/cancel 4)*1/(sqrt((16-9x^2)))*cancel 4#

#rArr 3/(sqrt((16-9x^2)))#

Hence, our final answer can be written as

#color(green)(d/(dx)[sin^(-1) ((3x)/4)]=3/sqrt(16-9x^2)#