Partial derivative with constant

$\begingroup$

Given

$$c = 0.03 + 0.08a$$

What is $\dfrac{\partial c}{\partial a}$?

I'm guessing $\dfrac{\partial c}{\partial a} = 0.03 + 0.08 = 0.11$? The constant is confusing me. Thanks.

$\endgroup$ 3

1 Answer

$\begingroup$

Think of $c$ as $c(a)$, as in $c$ is a function in terms of the independent variable $a$. (This means $c$ is not a constant.) Hopefully this will help clear that confusion you had with the $c$.

Given $c = 0.03 + 0.08a$

Then \begin{align}\frac{\partial c}{\partial a} &= \frac{\partial}{\partial a} (0.03 + 0.08a) \\ &=\frac{\partial}{\partial a}(0.03) + \frac{\partial}{\partial a}(0.08a) \\ &= 0 + 0.08 \\ &=\boxed{0.08}\end{align}

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like