\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus

Please login to create an exam or a quiz.

Calculus
Derivatives
New Random

Find the derivative of \(\displaystyle y = \frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}}\)


Taking the natural logarithm of both sides of the equation and expanding the right hand side gives: \begin{equation*}\ln(y) = \ln{\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)} \end{equation*} Expanding the right hand side using the product and quotient properties of logarithms gives: \begin{equation*}\ln(y) = x + 2 \ln{\left(7 - 4 x \right)} + 4 \ln{\left(\cos{\left(x \right)} \right)}- 5 \ln{\left(- 5 x - 7 \right)} - \frac{3 \ln{\left(9 x + 5 \right)}}{2} \end{equation*} Taking the derivative on both sides of the equation yields: \begin{equation*}\frac{y'}{y} = - \frac{4 \sin{\left(x \right)}}{\cos{\left(x \right)}} + 1 - \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7} - \frac{8}{7 - 4 x} \end{equation*} Solving for \(\displaystyle y'\) and substituting out y using the original equation gives \begin{equation*}y' = \left(- \frac{4 \sin{\left(x \right)}}{\cos{\left(x \right)}} + 1 - \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7} - \frac{8}{7 - 4 x}\right)\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right) \end{equation*} Using some Trigonometric identities to simplify gives \begin{equation*}y' = \left(- 4 \tan{\left(x \right)} + 1 - \frac{8}{7 - 4 x}- \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7}\right)\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right) \end{equation*}

Download \(\LaTeX\)

\begin{question}Find the derivative of $y = \frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}}$
    \soln{9cm}{Taking the natural logarithm of both sides of the equation and expanding the right hand side gives:
\begin{equation*}\ln(y) = \ln{\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)}  \end{equation*}
Expanding the right hand side using the product and quotient properties of logarithms gives:
\begin{equation*}\ln(y) = x + 2 \ln{\left(7 - 4 x \right)} + 4 \ln{\left(\cos{\left(x \right)} \right)}- 5 \ln{\left(- 5 x - 7 \right)} - \frac{3 \ln{\left(9 x + 5 \right)}}{2}  \end{equation*}
Taking the derivative on both sides of the equation yields:
\begin{equation*}\frac{y'}{y} = - \frac{4 \sin{\left(x \right)}}{\cos{\left(x \right)}} + 1 - \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7} - \frac{8}{7 - 4 x}  \end{equation*}
Solving for $y'$ and substituting out y using the original equation gives
\begin{equation*}y' = \left(- \frac{4 \sin{\left(x \right)}}{\cos{\left(x \right)}} + 1 - \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7} - \frac{8}{7 - 4 x}\right)\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)  \end{equation*}
Using some Trigonometric identities to simplify gives
\begin{equation*}y' = \left(- 4 \tan{\left(x \right)} + 1 - \frac{8}{7 - 4 x}- \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7}\right)\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)  \end{equation*}
}

\end{question}

Download Question and Solution Environment\(\LaTeX\)
\documentclass{article}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage[margin=2cm]{geometry}
\usepackage{tcolorbox}

\newcounter{ExamNumber}
\newcounter{questioncount}
\stepcounter{questioncount}

\newenvironment{question}{{\noindent\bfseries Question \arabic{questioncount}.}}{\stepcounter{questioncount}}
\renewcommand{\labelenumi}{{\bfseries (\alph{enumi})}}

\newif\ifShowSolution
\newcommand{\soln}[2]{%
\ifShowSolution%
\noindent\begin{tcolorbox}[colframe=blue,title=Solution]#2\end{tcolorbox}\else%
\vspace{#1}%
\fi%
}%
\newcommand{\hideifShowSolution}[1]{%
\ifShowSolution%
%
\else%
#1%
\fi%
}%
\everymath{\displaystyle}
\ShowSolutiontrue

\begin{document}\begin{question}(10pts) The question goes here!
    \soln{9cm}{The solution goes here.}

\end{question}\end{document}
HTML for Canvas
<p> <p>Find the derivative of  <img class="equation_image" title=" \displaystyle y = \frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} " src="/equation_images/%20%5Cdisplaystyle%20y%20%3D%20%5Cfrac%7B%5Cleft%287%20-%204%20x%5Cright%29%5E%7B2%7D%20e%5E%7Bx%7D%20%5Ccos%5E%7B4%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Cleft%28-%205%20x%20-%207%5Cright%29%5E%7B5%7D%20%5Csqrt%7B%5Cleft%289%20x%20%2B%205%5Cright%29%5E%7B3%7D%7D%7D%20" alt="LaTeX:  \displaystyle y = \frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} " data-equation-content=" \displaystyle y = \frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} " /> </p> </p>
HTML for Canvas
<p> <p>Taking the natural logarithm of both sides of the equation and expanding the right hand side gives:
 <img class="equation_image" title=" \ln(y) = \ln{\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)}   " src="/equation_images/%20%5Cln%28y%29%20%3D%20%5Cln%7B%5Cleft%28%5Cfrac%7B%5Cleft%287%20-%204%20x%5Cright%29%5E%7B2%7D%20e%5E%7Bx%7D%20%5Ccos%5E%7B4%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Cleft%28-%205%20x%20-%207%5Cright%29%5E%7B5%7D%20%5Csqrt%7B%5Cleft%289%20x%20%2B%205%5Cright%29%5E%7B3%7D%7D%7D%20%5Cright%29%7D%20%20%20" alt="LaTeX:  \ln(y) = \ln{\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)}   " data-equation-content=" \ln(y) = \ln{\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)}   " /> 
Expanding the right hand side using the product and quotient properties of logarithms gives:
 <img class="equation_image" title=" \ln(y) = x + 2 \ln{\left(7 - 4 x \right)} + 4 \ln{\left(\cos{\left(x \right)} \right)}- 5 \ln{\left(- 5 x - 7 \right)} - \frac{3 \ln{\left(9 x + 5 \right)}}{2}   " src="/equation_images/%20%5Cln%28y%29%20%3D%20x%20%2B%202%20%5Cln%7B%5Cleft%287%20-%204%20x%20%5Cright%29%7D%20%2B%204%20%5Cln%7B%5Cleft%28%5Ccos%7B%5Cleft%28x%20%5Cright%29%7D%20%5Cright%29%7D-%205%20%5Cln%7B%5Cleft%28-%205%20x%20-%207%20%5Cright%29%7D%20-%20%5Cfrac%7B3%20%5Cln%7B%5Cleft%289%20x%20%2B%205%20%5Cright%29%7D%7D%7B2%7D%20%20%20" alt="LaTeX:  \ln(y) = x + 2 \ln{\left(7 - 4 x \right)} + 4 \ln{\left(\cos{\left(x \right)} \right)}- 5 \ln{\left(- 5 x - 7 \right)} - \frac{3 \ln{\left(9 x + 5 \right)}}{2}   " data-equation-content=" \ln(y) = x + 2 \ln{\left(7 - 4 x \right)} + 4 \ln{\left(\cos{\left(x \right)} \right)}- 5 \ln{\left(- 5 x - 7 \right)} - \frac{3 \ln{\left(9 x + 5 \right)}}{2}   " /> 
Taking the derivative on both sides of the equation yields:
 <img class="equation_image" title=" \frac{y'}{y} = - \frac{4 \sin{\left(x \right)}}{\cos{\left(x \right)}} + 1 - \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7} - \frac{8}{7 - 4 x}   " src="/equation_images/%20%5Cfrac%7By%27%7D%7By%7D%20%3D%20-%20%5Cfrac%7B4%20%5Csin%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Ccos%7B%5Cleft%28x%20%5Cright%29%7D%7D%20%2B%201%20-%20%5Cfrac%7B27%7D%7B2%20%5Cleft%289%20x%20%2B%205%5Cright%29%7D%20%2B%20%5Cfrac%7B25%7D%7B-%205%20x%20-%207%7D%20-%20%5Cfrac%7B8%7D%7B7%20-%204%20x%7D%20%20%20" alt="LaTeX:  \frac{y'}{y} = - \frac{4 \sin{\left(x \right)}}{\cos{\left(x \right)}} + 1 - \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7} - \frac{8}{7 - 4 x}   " data-equation-content=" \frac{y'}{y} = - \frac{4 \sin{\left(x \right)}}{\cos{\left(x \right)}} + 1 - \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7} - \frac{8}{7 - 4 x}   " /> 
Solving for  <img class="equation_image" title=" \displaystyle y' " src="/equation_images/%20%5Cdisplaystyle%20y%27%20" alt="LaTeX:  \displaystyle y' " data-equation-content=" \displaystyle y' " />  and substituting out y using the original equation gives
 <img class="equation_image" title=" y' = \left(- \frac{4 \sin{\left(x \right)}}{\cos{\left(x \right)}} + 1 - \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7} - \frac{8}{7 - 4 x}\right)\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)   " src="/equation_images/%20y%27%20%3D%20%5Cleft%28-%20%5Cfrac%7B4%20%5Csin%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Ccos%7B%5Cleft%28x%20%5Cright%29%7D%7D%20%2B%201%20-%20%5Cfrac%7B27%7D%7B2%20%5Cleft%289%20x%20%2B%205%5Cright%29%7D%20%2B%20%5Cfrac%7B25%7D%7B-%205%20x%20-%207%7D%20-%20%5Cfrac%7B8%7D%7B7%20-%204%20x%7D%5Cright%29%5Cleft%28%5Cfrac%7B%5Cleft%287%20-%204%20x%5Cright%29%5E%7B2%7D%20e%5E%7Bx%7D%20%5Ccos%5E%7B4%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Cleft%28-%205%20x%20-%207%5Cright%29%5E%7B5%7D%20%5Csqrt%7B%5Cleft%289%20x%20%2B%205%5Cright%29%5E%7B3%7D%7D%7D%20%5Cright%29%20%20%20" alt="LaTeX:  y' = \left(- \frac{4 \sin{\left(x \right)}}{\cos{\left(x \right)}} + 1 - \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7} - \frac{8}{7 - 4 x}\right)\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)   " data-equation-content=" y' = \left(- \frac{4 \sin{\left(x \right)}}{\cos{\left(x \right)}} + 1 - \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7} - \frac{8}{7 - 4 x}\right)\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)   " /> 
Using some Trigonometric identities to simplify gives
 <img class="equation_image" title=" y' = \left(- 4 \tan{\left(x \right)} + 1 - \frac{8}{7 - 4 x}- \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7}\right)\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)   " src="/equation_images/%20y%27%20%3D%20%5Cleft%28-%204%20%5Ctan%7B%5Cleft%28x%20%5Cright%29%7D%20%2B%201%20-%20%5Cfrac%7B8%7D%7B7%20-%204%20x%7D-%20%5Cfrac%7B27%7D%7B2%20%5Cleft%289%20x%20%2B%205%5Cright%29%7D%20%2B%20%5Cfrac%7B25%7D%7B-%205%20x%20-%207%7D%5Cright%29%5Cleft%28%5Cfrac%7B%5Cleft%287%20-%204%20x%5Cright%29%5E%7B2%7D%20e%5E%7Bx%7D%20%5Ccos%5E%7B4%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Cleft%28-%205%20x%20-%207%5Cright%29%5E%7B5%7D%20%5Csqrt%7B%5Cleft%289%20x%20%2B%205%5Cright%29%5E%7B3%7D%7D%7D%20%5Cright%29%20%20%20" alt="LaTeX:  y' = \left(- 4 \tan{\left(x \right)} + 1 - \frac{8}{7 - 4 x}- \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7}\right)\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)   " data-equation-content=" y' = \left(- 4 \tan{\left(x \right)} + 1 - \frac{8}{7 - 4 x}- \frac{27}{2 \left(9 x + 5\right)} + \frac{25}{- 5 x - 7}\right)\left(\frac{\left(7 - 4 x\right)^{2} e^{x} \cos^{4}{\left(x \right)}}{\left(- 5 x - 7\right)^{5} \sqrt{\left(9 x + 5\right)^{3}}} \right)   " /> 
</p> </p>