Learn How to Graph Logarithmic Equations

Recent questions in Logarithms
Algebra IIOpen question
Jaydin Harvey Jaydin Harvey 2022-08-31

Evaluate:
12 log 12 ( 3 )

Algebra IIOpen question
Paulkenyo Paulkenyo 2022-08-28

How to generate log function that intersects at ( 0 , 1 ) and ( 1 , 0 )?
I apologize for any incorrect or missing formatting, first time posting in the math stack exchange. It's been a few years since I've done any kind of calculus, so I remember nothing at all, which is probably the reason why I find my self stumped so early in my calculations.
I'm looking to generate a logarithmic algorithm that will follow a plot that will pass the following points: ( 0 , 1 ) and ( 1 , 0 ). My end goal is to generate a programming function that will return a very simple repulsion force ceofficient value based on a distance between two points. I would like, however, that the force drop (logarithmic?) the further these two points are, and grow (exponentially?) the closer they get. This is in no way an accurate calculation I'm looking for, but merely a non-linear function to return me a scalar coefficient between 0 and 1 that I can manipulate later on.
I want the function to cross at ( 1 , 0 ) and ( 0 , 1 ) so I get a coefficient between 0 and 1. In my function, any Y value lower than 0 will be floored at 0 and likewise for Y values over 1 (where x < 0, which is possible since my X value in my algorithm will likely be an offsetted value of the distance between two points).
That being said, with the following few assumptions:
1. y = 0 when x = 1
2. y = 1 when x = 0
3. y < 0 when x > 1
4. y > 1 when x < 0
5. y = A l o g ( x + B ) + C
6.assuming log is log based 10
I tried to deduce the A , B , C constants in order to generate a formula.
Here is what I've done so far:
1.From assumption #1, I can generate 1 = A l o g ( B ) + C
2.From assumption #2, I can generate 0 = A l o g ( 1 + B ) + C
3.I make both equations equals by transforming equation from 1. to 0 = A l o g ( B ) + C 1
4.Making the following equality: A l o g ( B ) + C 1 = A l o g ( 1 + B ) + C
5.I can scratch both C constants out (is it safe to assume C = 0, or C can be equal to any arbitrary value, without changing the equation's plot?): A l o g ( B ) 1 = A l o g ( 1 + B )
6.Dividing each part by A gets me: A l o g ( B ) A 1 A = A l o g ( 1 + B ) A
7.Allowing me to reduce both logs: log ( B ) 1 A = l o g ( 1 + B )
8.If I put both logs on the same side: l o g ( B ) l o g ( 1 + B ) = 1 A
9.I can combine them into: log ( B 1 + B ) = 1 A
And I'd say this is where I'm stuck; I have two unknowns ( A and B) with one equation to solve. I don't know where to go from here. What's the next step?

Finding logarithms questions and answers online is always pure luck, especially if these are provided with detailed answers to questions. This is exactly what you can find below regardless of your practical application, college course, or complexity. These logarithms questions are related to higher education courses, which is why they will help you find the answers to what you currently have. When you deal with logarithmic equations you are approaching an exponential equation where the variable appears in an exponent as it’s in (log b (bx) = x. It also shows that the logarithmic graph equation can be represented as well.