Please login to create an exam or a quiz.
Find the derivative of \(\displaystyle y = \frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}}\)
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(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right)} \end{equation*} Expanding the right hand side using the product and quotient properties of logarithms gives: \begin{equation*}\ln(y) = 7 \ln{\left(x - 9 \right)} + 6 \ln{\left(\sin{\left(x \right)} \right)}- \frac{3 \ln{\left(2 x + 8 \right)}}{2} - 4 \ln{\left(4 x + 7 \right)} - 3 \ln{\left(\cos{\left(x \right)} \right)} \end{equation*} Taking the derivative on both sides of the equation yields: \begin{equation*}\frac{y'}{y} = \frac{3 \sin{\left(x \right)}}{\cos{\left(x \right)}} + \frac{6 \cos{\left(x \right)}}{\sin{\left(x \right)}} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8} + \frac{7}{x - 9} \end{equation*} Solving for \(\displaystyle y'\) and substituting out y using the original equation gives \begin{equation*}y' = \left(\frac{3 \sin{\left(x \right)}}{\cos{\left(x \right)}} + \frac{6 \cos{\left(x \right)}}{\sin{\left(x \right)}} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8} + \frac{7}{x - 9}\right)\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right) \end{equation*} Using some Trigonometric identities to simplify gives \begin{equation*}y' = \left(\frac{6}{\tan{\left(x \right)}} + \frac{7}{x - 9}3 \tan{\left(x \right)} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8}\right)\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right) \end{equation*}
\begin{question}Find the derivative of $y = \frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}}$
\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(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right)} \end{equation*}
Expanding the right hand side using the product and quotient properties of logarithms gives:
\begin{equation*}\ln(y) = 7 \ln{\left(x - 9 \right)} + 6 \ln{\left(\sin{\left(x \right)} \right)}- \frac{3 \ln{\left(2 x + 8 \right)}}{2} - 4 \ln{\left(4 x + 7 \right)} - 3 \ln{\left(\cos{\left(x \right)} \right)} \end{equation*}
Taking the derivative on both sides of the equation yields:
\begin{equation*}\frac{y'}{y} = \frac{3 \sin{\left(x \right)}}{\cos{\left(x \right)}} + \frac{6 \cos{\left(x \right)}}{\sin{\left(x \right)}} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8} + \frac{7}{x - 9} \end{equation*}
Solving for $y'$ and substituting out y using the original equation gives
\begin{equation*}y' = \left(\frac{3 \sin{\left(x \right)}}{\cos{\left(x \right)}} + \frac{6 \cos{\left(x \right)}}{\sin{\left(x \right)}} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8} + \frac{7}{x - 9}\right)\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right) \end{equation*}
Using some Trigonometric identities to simplify gives
\begin{equation*}y' = \left(\frac{6}{\tan{\left(x \right)}} + \frac{7}{x - 9}3 \tan{\left(x \right)} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8}\right)\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right) \end{equation*}
}
\end{question}
\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}<p> <p>Find the derivative of <img class="equation_image" title=" \displaystyle y = \frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} " src="/equation_images/%20%5Cdisplaystyle%20y%20%3D%20%5Cfrac%7B%5Cleft%28x%20-%209%5Cright%29%5E%7B7%7D%20%5Csin%5E%7B6%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Cleft%284%20x%20%2B%207%5Cright%29%5E%7B4%7D%20%5Csqrt%7B%5Cleft%282%20x%20%2B%208%5Cright%29%5E%7B3%7D%7D%20%5Ccos%5E%7B3%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%20" alt="LaTeX: \displaystyle y = \frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} " data-equation-content=" \displaystyle y = \frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} " /> </p> </p><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(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right)} " src="/equation_images/%20%5Cln%28y%29%20%3D%20%5Cln%7B%5Cleft%28%5Cfrac%7B%5Cleft%28x%20-%209%5Cright%29%5E%7B7%7D%20%5Csin%5E%7B6%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Cleft%284%20x%20%2B%207%5Cright%29%5E%7B4%7D%20%5Csqrt%7B%5Cleft%282%20x%20%2B%208%5Cright%29%5E%7B3%7D%7D%20%5Ccos%5E%7B3%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%20%5Cright%29%7D%20%20%20" alt="LaTeX: \ln(y) = \ln{\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right)} " data-equation-content=" \ln(y) = \ln{\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right)} " />
Expanding the right hand side using the product and quotient properties of logarithms gives:
<img class="equation_image" title=" \ln(y) = 7 \ln{\left(x - 9 \right)} + 6 \ln{\left(\sin{\left(x \right)} \right)}- \frac{3 \ln{\left(2 x + 8 \right)}}{2} - 4 \ln{\left(4 x + 7 \right)} - 3 \ln{\left(\cos{\left(x \right)} \right)} " src="/equation_images/%20%5Cln%28y%29%20%3D%207%20%5Cln%7B%5Cleft%28x%20-%209%20%5Cright%29%7D%20%2B%206%20%5Cln%7B%5Cleft%28%5Csin%7B%5Cleft%28x%20%5Cright%29%7D%20%5Cright%29%7D-%20%5Cfrac%7B3%20%5Cln%7B%5Cleft%282%20x%20%2B%208%20%5Cright%29%7D%7D%7B2%7D%20-%204%20%5Cln%7B%5Cleft%284%20x%20%2B%207%20%5Cright%29%7D%20-%203%20%5Cln%7B%5Cleft%28%5Ccos%7B%5Cleft%28x%20%5Cright%29%7D%20%5Cright%29%7D%20%20%20" alt="LaTeX: \ln(y) = 7 \ln{\left(x - 9 \right)} + 6 \ln{\left(\sin{\left(x \right)} \right)}- \frac{3 \ln{\left(2 x + 8 \right)}}{2} - 4 \ln{\left(4 x + 7 \right)} - 3 \ln{\left(\cos{\left(x \right)} \right)} " data-equation-content=" \ln(y) = 7 \ln{\left(x - 9 \right)} + 6 \ln{\left(\sin{\left(x \right)} \right)}- \frac{3 \ln{\left(2 x + 8 \right)}}{2} - 4 \ln{\left(4 x + 7 \right)} - 3 \ln{\left(\cos{\left(x \right)} \right)} " />
Taking the derivative on both sides of the equation yields:
<img class="equation_image" title=" \frac{y'}{y} = \frac{3 \sin{\left(x \right)}}{\cos{\left(x \right)}} + \frac{6 \cos{\left(x \right)}}{\sin{\left(x \right)}} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8} + \frac{7}{x - 9} " src="/equation_images/%20%5Cfrac%7By%27%7D%7By%7D%20%3D%20%5Cfrac%7B3%20%5Csin%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Ccos%7B%5Cleft%28x%20%5Cright%29%7D%7D%20%2B%20%5Cfrac%7B6%20%5Ccos%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Csin%7B%5Cleft%28x%20%5Cright%29%7D%7D%20-%20%5Cfrac%7B16%7D%7B4%20x%20%2B%207%7D%20-%20%5Cfrac%7B3%7D%7B2%20x%20%2B%208%7D%20%2B%20%5Cfrac%7B7%7D%7Bx%20-%209%7D%20%20%20" alt="LaTeX: \frac{y'}{y} = \frac{3 \sin{\left(x \right)}}{\cos{\left(x \right)}} + \frac{6 \cos{\left(x \right)}}{\sin{\left(x \right)}} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8} + \frac{7}{x - 9} " data-equation-content=" \frac{y'}{y} = \frac{3 \sin{\left(x \right)}}{\cos{\left(x \right)}} + \frac{6 \cos{\left(x \right)}}{\sin{\left(x \right)}} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8} + \frac{7}{x - 9} " />
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{3 \sin{\left(x \right)}}{\cos{\left(x \right)}} + \frac{6 \cos{\left(x \right)}}{\sin{\left(x \right)}} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8} + \frac{7}{x - 9}\right)\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right) " src="/equation_images/%20y%27%20%3D%20%5Cleft%28%5Cfrac%7B3%20%5Csin%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Ccos%7B%5Cleft%28x%20%5Cright%29%7D%7D%20%2B%20%5Cfrac%7B6%20%5Ccos%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Csin%7B%5Cleft%28x%20%5Cright%29%7D%7D%20-%20%5Cfrac%7B16%7D%7B4%20x%20%2B%207%7D%20-%20%5Cfrac%7B3%7D%7B2%20x%20%2B%208%7D%20%2B%20%5Cfrac%7B7%7D%7Bx%20-%209%7D%5Cright%29%5Cleft%28%5Cfrac%7B%5Cleft%28x%20-%209%5Cright%29%5E%7B7%7D%20%5Csin%5E%7B6%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Cleft%284%20x%20%2B%207%5Cright%29%5E%7B4%7D%20%5Csqrt%7B%5Cleft%282%20x%20%2B%208%5Cright%29%5E%7B3%7D%7D%20%5Ccos%5E%7B3%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%20%5Cright%29%20%20%20" alt="LaTeX: y' = \left(\frac{3 \sin{\left(x \right)}}{\cos{\left(x \right)}} + \frac{6 \cos{\left(x \right)}}{\sin{\left(x \right)}} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8} + \frac{7}{x - 9}\right)\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right) " data-equation-content=" y' = \left(\frac{3 \sin{\left(x \right)}}{\cos{\left(x \right)}} + \frac{6 \cos{\left(x \right)}}{\sin{\left(x \right)}} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8} + \frac{7}{x - 9}\right)\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right) " />
Using some Trigonometric identities to simplify gives
<img class="equation_image" title=" y' = \left(\frac{6}{\tan{\left(x \right)}} + \frac{7}{x - 9}3 \tan{\left(x \right)} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8}\right)\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right) " src="/equation_images/%20y%27%20%3D%20%5Cleft%28%5Cfrac%7B6%7D%7B%5Ctan%7B%5Cleft%28x%20%5Cright%29%7D%7D%20%2B%20%5Cfrac%7B7%7D%7Bx%20-%209%7D3%20%5Ctan%7B%5Cleft%28x%20%5Cright%29%7D%20-%20%5Cfrac%7B16%7D%7B4%20x%20%2B%207%7D%20-%20%5Cfrac%7B3%7D%7B2%20x%20%2B%208%7D%5Cright%29%5Cleft%28%5Cfrac%7B%5Cleft%28x%20-%209%5Cright%29%5E%7B7%7D%20%5Csin%5E%7B6%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%7B%5Cleft%284%20x%20%2B%207%5Cright%29%5E%7B4%7D%20%5Csqrt%7B%5Cleft%282%20x%20%2B%208%5Cright%29%5E%7B3%7D%7D%20%5Ccos%5E%7B3%7D%7B%5Cleft%28x%20%5Cright%29%7D%7D%20%5Cright%29%20%20%20" alt="LaTeX: y' = \left(\frac{6}{\tan{\left(x \right)}} + \frac{7}{x - 9}3 \tan{\left(x \right)} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8}\right)\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right) " data-equation-content=" y' = \left(\frac{6}{\tan{\left(x \right)}} + \frac{7}{x - 9}3 \tan{\left(x \right)} - \frac{16}{4 x + 7} - \frac{3}{2 x + 8}\right)\left(\frac{\left(x - 9\right)^{7} \sin^{6}{\left(x \right)}}{\left(4 x + 7\right)^{4} \sqrt{\left(2 x + 8\right)^{3}} \cos^{3}{\left(x \right)}} \right) " />
</p> </p>