1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Amiraneli [1.4K]
2 years ago
6

(d). Use an appropriate technique to find the derivative of the following functions:

Mathematics
1 answer:
natima [27]2 years ago
3 0

(i) I would first suggest writing this function as a product of the functions,

\displaystyle y = fgh = (4+3x^2)^{1/2} (x^2+1)^{-1/3} \pi^x

then apply the product rule. Hopefully it's clear which function each of f, g, and h refer to.

We then have, using the power and chain rules,

\displaystyle \frac{df}{dx} = \frac12 (4+3x^2)^{-1/2} \cdot 6x = \frac{3x}{(4+3x^2)^{1/2}}

\displaystyle \frac{dg}{dx} = -\frac13 (x^2+1)^{-4/3} \cdot 2x = -\frac{2x}{3(x^2+1)^{4/3}}

For the third function, we first rewrite in terms of the logarithmic and the exponential functions,

h = \pi^x = e^{\ln(\pi^x)} = e^{\ln(\pi)x}

Then by the chain rule,

\displaystyle \frac{dh}{dx} = e^{\ln(\pi)x} \cdot \ln(\pi) = \ln(\pi) \pi^x

By the product rule, we have

\displaystyle \frac{dy}{dx} = \frac{df}{dx}gh + f\frac{dg}{dx}h + fg\frac{dh}{dx}

\displaystyle \frac{dy}{dx} = \frac{3x}{(4+3x^2)^{1/2}} (x^2+1)^{-1/3} \pi^x - (4+3x^2)^{1/2} \frac{2x}{3(x^2+1)^{4/3}} \pi^x + (4+3x^2)^{1/2} (x^2+1)^{-1/3} \ln(\pi) \pi^x

\displaystyle \frac{dy}{dx} = \frac{3x}{(4+3x^2)^{1/2}} \frac{1}{(x^2+1)^{1/3}} \pi^x - (4+3x^2)^{1/2} \frac{2x}{3(x^2+1)^{4/3}} \pi^x + (4+3x^2)^{1/2} \frac{1}{ (x^2+1)^{1/3}} \ln(\pi) \pi^x

\displaystyle \frac{dy}{dx} = \boxed{\frac{\pi^x}{(4+3x^2)^{1/2} (x^2+1)^{1/3}} \left( 3x - \frac{2x(4+3x^2)}{3(x^2+1)} + (4+3x^2)\ln(\pi)\right)}

You could simplify this further if you like.

In Mathematica, you can confirm this by running

D[(4+3x^2)^(1/2) (x^2+1)^(-1/3) Pi^x, x]

The immediate result likely won't match up with what we found earlier, so you could try getting a result that more closely resembles it by following up with Simplify or FullSimplify, as in

FullSimplify[%]

(% refers to the last output)

If it still doesn't match, you can try running

Reduce[<our result> == %, {}]

and if our answer is indeed correct, this will return True. (I don't have access to M at the moment, so I can't check for myself.)

(ii) Given

\displaystyle \frac{xy^3}{1+\sec(y)} = e^{xy}

differentiating both sides with respect to x by the quotient and chain rules, taking y = y(x), gives

\displaystyle \frac{(1+\sec(y))\left(y^3+3xy^2 \frac{dy}{dx}\right) - xy^3\sec(y)\tan(y) \frac{dy}{dx}}{(1+\sec(y))^2} = e^{xy} \left(y + x\frac{dy}{dx}\right)

\displaystyle \frac{y^3(1+\sec(y)) + 3xy^2(1+\sec(y)) \frac{dy}{dx} - xy^3\sec(y)\tan(y) \frac{dy}{dx}}{(1+\sec(y))^2} = ye^{xy} + xe^{xy}\frac{dy}{dx}

\displaystyle \frac{y^3}{1+\sec(y)} + \frac{3xy^2}{1+\sec(y)} \frac{dy}{dx} - \frac{xy^3\sec(y)\tan(y)}{(1+\sec(y))^2} \frac{dy}{dx} = ye^{xy} + xe^{xy}\frac{dy}{dx}

\displaystyle \left(\frac{3xy^2}{1+\sec(y)} - \frac{xy^3\sec(y)\tan(y)}{(1+\sec(y))^2} - xe^{xy}\right) \frac{dy}{dx}= ye^{xy} - \frac{y^3}{1+\sec(y)}

\displaystyle \frac{dy}{dx}= \frac{ye^{xy} - \frac{y^3}{1+\sec(y)}}{\frac{3xy^2}{1+\sec(y)} - \frac{xy^3\sec(y)\tan(y)}{(1+\sec(y))^2} - xe^{xy}}

which could be simplified further if you wish.

In M, off the top of my head I would suggest verifying this solution by

Solve[D[x*y[x]^3/(1 + Sec[y[x]]) == E^(x*y[x]), x], y'[x]]

but I'm not entirely sure that will work. If you're using version 12 or older (you can check by running $Version), you can use a ResourceFunction,

ResourceFunction["ImplicitD"][<our equation>, x]

but I'm not completely confident that I have the right syntax, so you might want to consult the documentation.

You might be interested in
Jarett's puppy weighed 3 3/4 ounces at birth at one week old, the puppy weighed 5 1/8 ounces at two weeks old the puppy weigh at
Mariulka [41]
Well, i find it helps to turn the fractions into decimals. 
3 3/4 = 3.75
5 1/8 = 5.125 

so now subtract: 
5.125 - 3.75 = 1.375 

so that means it weighs 1.375 ounces more each week

so then take the second week (5.125) and add on 1.375

5.125 + 1.375 = 6.5 

now to convert that into a fraction (lowest terms) it would be: 
6 1/5 ounces 

Therefore, 
Jarett's puppy will weigh 6 1/5 ounces at three weeks old. 

Hope this helps and ave a great day! :D
7 0
3 years ago
The question says change the expression to radical expression
lorasvet [3.4K]
The radical expression will be 4 9/6
6 0
3 years ago
The variable q represents a positive integer. Does 3(59 + 9) + 5q represent a number that is greater than, less than, or equal t
hjlf

Answer:

Depends on the value of q.

Step-by-step explanation:

3(59+9) + 5q = 3(68) + 5q = 204 + 5q

4(59+6) = 260

7 0
2 years ago
What is value of the digit 5 in the number 75
ycow [4]
First, think of your places. You have the ones places, tens places, hundreds places, and so on. 

The first number starting from the right is the ones, and as you keep going left, the value of each given digit becomes higher.

Since 5 is in the ones place, its value would be just 5. If it were in the tens place, it would be 50. If it were in the hundreds place, it would be 500, and so on. 

Think of it this way;

Ones is just one. If a number is in the 'ones' place, its value would be a single digit. If it were in the tens place, its value would be two digits. 
That's how it would be for each place going left. 
Every number you move to the left, its value gains a one.

So here's an example: 
5555

The value of 5 in the ones place "5555" is simply 5.

In the tens place, you end up adding one zero, so the value of the second five to the left would be, "50"

So with that said, the value of the digit 5 in the number 75 is <em>5.

</em>
Haha, hope this cleared up any confusion, and have a <em>wonderful </em>day! :)<em>
</em>
7 0
3 years ago
Read 2 more answers
What is the equation of the following line written in general form (4,5) (1,2)
a_sh-v [17]
The answer is y= 1 + 1x

because the slope is 1 shown by this table:
1,2
2,3
3,4
4,5

and if the slope is one then 2-1 is 1 and the y intercept is 0,1.

4 0
3 years ago
Other questions:
  • Lenny is saving up to buy a car. The table below shows the linear relationship between how much Lenny has saved and the number o
    13·1 answer
  • Identify the random variable as discrete or continuous: number of passengers in a car that enters a uh parking garage.
    14·1 answer
  • Find the slope of the line shown on the graph at right.
    15·1 answer
  • What is the reciprocal of the number 2/7 ?
    13·1 answer
  • Lin runs 5 laps around a track in 6 minutes. How many laps per minute is that?
    11·2 answers
  • Carson bought a coat for 40% off the original price, then another 15% off the discounted price. If the coat was originally $149
    9·1 answer
  • PLEASE HELP QUICK!!!
    15·1 answer
  • Drag over the word that goes best with the image
    6·1 answer
  • (question in image)<br><br> i need the equation and it solved
    8·1 answer
  • Can you help me with this? it would help!​
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!