Logarithm Basics: Evaluating, Solving & Derivatives - Answers Checked!

  • Context: Undergrad 
  • Thread starter Thread starter m0286
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on evaluating logarithmic expressions, solving logarithmic equations, and determining derivatives of functions involving logarithms and exponentials. The participant successfully evaluated log22 and log55, confirming that log22 equals 1. They solved the equation log25 = log2(x+32) - log2x, correctly finding x = 8. For derivatives, they initially misapplied the product rule for y = 2x^3 e^4x but were guided to the correct derivative of 2x^3e^4x(3 + 4x). The derivative of y = sqrt(x^3 + e^-x + 5) was also correctly approached, with minor adjustments needed for the chain rule.

PREREQUISITES
  • Understanding of logarithmic properties and identities
  • Familiarity with the product rule and chain rule in calculus
  • Basic knowledge of exponential functions and their derivatives
  • Ability to manipulate algebraic expressions and equations
NEXT STEPS
  • Study logarithmic identities and their applications in solving equations
  • Learn the product rule and chain rule in depth for differentiating complex functions
  • Explore advanced topics in calculus, such as implicit differentiation
  • Practice solving logarithmic equations with varying bases and complexities
USEFUL FOR

Students and educators in mathematics, particularly those focusing on algebra and calculus, as well as anyone looking to strengthen their understanding of logarithmic functions and their derivatives.

m0286
Messages
63
Reaction score
0
From your guys help, THANKS I was able to understand questions better I was hoping someone would check my answers:

for : evaluate the following logarithms:
log22^log55 I got:
log22=2^1 log55=5^1
=1 =1
therefore 1^1=1 is that correct?

Another one: solve the following logarithm equation:
log25=log2(x+32)-log2x
I got:
log25=log2(x+32)-log2x
5=log2 (x+32)/x
x+32=(5)(x)
x+32-5x
4x-32=0
x-8
therefore x=8... is that right?

Next: Determine the deriviative of the following functions:
d) y=2x^3 e^4x
well I figured out how to do the e^4x part it would be: 4e^4x so would the derivative be 6x^2 4e^4x?

e.) determine the derivative:
y=sq root(x^3+e^-x +5) I got:...
y=(x^3 + e^-x + 5)^1/2
dy/dx= 1/2 (x^3 + e^-x + 5)^-1/2 (3x^2-1e^-x) Now I am stuck... Is what I have right soo farr and if so can someone help me to continue.
 
Physics news on Phys.org
m0286 said:
From your guys help, THANKS I was able to understand questions better I was hoping someone would check my answers:

for : evaluate the following logarithms:
log22^log55 I got:
log22=2^1 log55=5^1
=1 =1
therefore 1^1=1 is that correct?

Correct, but your reasoning isn't right.

[tex]log_22 = 1,\ not \ 2^1.[/tex]
[tex]2^{log_22} = 2[/tex] because [itex]log_22 = 1[/tex]<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> Another one: solve the following logarithm equation:<br /> log25=log2(x+32)-log2x<br /> I got: <br /> log25=log2(x+32)-log2x<br /> 5=log2 (x+32)/x<br /> x+32=(5)(x)<br /> x+32-5x<br /> 4x-32=0<br /> x-8<br /> therefore x=8... is that right? </div> </div> </blockquote><br /> Hard to read your logs, I'm interpreting it as:<br /> <br /> [tex]log_25 = log_2(x+32)-log_2x[/tex] which simplifies to<br /> [tex]log_25 = log_2\left(\frac{x+32}{x}\right)[/tex]<br /> <br /> I'm not sure what you did here, but what your supposed to do is exponentiate both sides with base 2.<br /> <br /> [tex]2^{log_25} = 2^{log_2\left(\frac{x+32}{x}\right)}[/tex] and you'll see the log's cancel out and you get:<br /> <br /> [tex]5 = \frac{x+32}{x}[/tex] which you did get.<br /> <br /> From there use some algebra to solve for x, you did correctly. <br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> Next: Determine the deriviative of the following functions:<br /> d) y=2x^3 e^4x<br /> well I figured out how to do the e^4x part it would be: 4e^4x so would the derivative be 6x^2 4e^4x? </div> </div> </blockquote><br /> Don't forget the product rule. You differentiated each term correctly though.<br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> e.) determine the derivative:<br /> y=sq root(x^3+e^-x +5) I got:...<br /> y=(x^3 + e^-x + 5)^1/2<br /> dy/dx= 1/2 (x^3 + e^-x + 5)^-1/2 (3x^2-1e^-x) Now I am stuck... Is what I have right soo farr and if so can someone help me to continue. </div> </div> </blockquote><br /> This is all correct except you differentiated [itex]\frac{1}{e^x} [/tex] Incorrectly. Choose u = e^x and apply the chain rule.[/itex][/itex]
 
Last edited:


Great job on evaluating and solving the logarithms! Your answers are correct.

For the derivative of y=2x^3 e^4x, you are correct that the derivative of e^4x is 4e^4x. However, for the rest of the function, you need to use the product rule. The derivative would be 2(3x^2)(e^4x) + 2x^3(4e^4x) = 6x^2e^4x + 8x^3e^4x, or factoring out the common term of 2x^3e^4x, you could also write it as 2x^3e^4x(3+4x).

For the derivative of y=sq root(x^3+e^-x +5), you are also on the right track. Your derivative is correct so far, but you can simplify it further by using the chain rule. The derivative would be 1/2 (x^3 + e^-x + 5)^-1/2 (3x^2 - e^-x). Remember that the derivative of e^-x is -e^-x. So the final answer would be 1/2 (x^3 + e^-x + 5)^-1/2 (3x^2 + e^-x). Great job on understanding the concepts and applying them correctly! Keep up the good work.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K