Solve for x: Natural Log Help!

AI Thread Summary
The discussion focuses on solving the equation ln(x+10) + ln(x+4) = 2. The user simplifies the equation to (x+10)(x+4) = e^2, leading to the quadratic x^2 + 14x + 40 - e^2 = 0. The quadratic formula is applied to find x, resulting in x = (-14 ± sqrt(14^2 - 4(40 - e^2))) / 2. It is emphasized that only the positive root satisfies the logarithmic conditions, as the negative root would yield invalid logarithmic arguments. The solution process highlights the importance of ensuring that the values of x keep the arguments of the logarithms positive.
tommy2st
Messages
15
Reaction score
0
natural log helpp!

Homework Statement


ln(x+10)+ln(x+4)=2



2. The attempt at a solution

okay so i took it down to (-14+-(14^2 - 4(e^2 - 40))^1/2) / 2

which i broke down to 356 - 4e^2 inside the sqrt.

am i on the right track and if so Whats the next step?
 
Physics news on Phys.org


looks ok, I'm not sure what you mean by next step though
x = (-14+-(14^2 - 4(e^2 - 40))^1/2) / 2 is your answer
 


wukunlin said:
looks ok, I'm not sure what you mean by next step though
x = (-14+-(14^2 - 4(e^2 - 40))^1/2) / 2 is your answer

it can be broken down further into something more simplified.

the example i have goes down from x^2 + 4x -(e^2 + 5)=0

to x= -2+-sqrt 9+e^2

but it doesn't show the steps used
 


i figured it out. the answer was -7+ (9+e^2)^1/2
 


ln(x+10)+ln(x+4)=2
ln[(x+10)(x+4)] = 2
(x+10)(x+4) = e^2
x^2 + 14x + 40 = e^2
x^2 + 14x + 40-e^2 = 0
x = ( -14 +- sqrt((14^2)-4*1*(40-e^2)) ) / (2) [quadratic formula]
x = answer
 


legendary_ said:
ln(x+10)+ln(x+4)=2
ln[(x+10)(x+4)] = 2
(x+10)(x+4) = e^2
x^2 + 14x + 40 = e^2
x^2 + 14x + 40-e^2 = 0
x = ( -14 +- sqrt((14^2)-4*1*(40-e^2)) ) / (2) [quadratic formula]
x = answer

No. if you take the negative in the "+-", you get a number less than -10 so that both x+10 and x+ 4 are negative and you cannot take the logarithm.

Only ( -14 + sqrt((14^2)-4*1*(40-e^2)) ) / (2) satifies the original equation.
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Back
Top