Expert Answers to Algebra 2 Problems

Recent questions in Algebra II
Algebra IIAnswered question
 2022-08-28

s=1/2 gt^2 solve for g

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?

The majority of Algebra 2 homework will be almost the same for college students these days since the only changes will relate to a practical application like business solutions, financial challenges, and certain problems where formulas and concepts are applicable. Looking for Algebra 2 answers, you will find some solutions below that are most likely to answer your Algebra 2 problems and answers. If you’re a high-school learner, there are Algebra 2 questions for you as well with provided solutions. The most important is to share your instructions and read through examples that address various Algebra 2 questions and answers.