1

Someone just gave me this question to solve and I am not sure how they got to the conclusion.

Question: Consider the graph given by $y=ae^x + b$. Find the values of $a$ and $b$.

I don't know how to add graphs in here, so I am providing the link to a graph on desmos. The graph, the coordinates of the point $(0, 6)$ and a line $y=4$ are the only thing that is given in the graph on the question and we are supposed to deduce the values of $a$ and $b$. In the case of desmos, the graph does tell you the values of $a$ and $b$ but we are not given the values of $a$ and $b$ in the graph given in the question. We are just given that the graph intersects the $y$ axis at $x=0$. So we are given the graph with point $(0, 6)$ labeled on it and the line $y=4$.

Graph: https://www.desmos.com/calculator/vv00xwli8t

My Question: How does one reach the conclusion that $a=2$ and $b=4$? I tried a few ways and I just couldn't seem to construct a rigorous argument for how I got the answer.

Edit 1: As pointed out in the comments, I wrote "The graph intersects the y axis at $0$". I meant to write it intersects the y axis at $x=0$. Edited that now.

Seeker
  • 3,594
  • I don't understand "... the graph intersects the $y$-axis at $0$" given that you previously assert that the graph passes through the point $(0, 6)$. – Sammy Black Aug 07 '22 at 03:59
  • @SammyBlack Sorry I meant the graph intersects the y axis when x = 0. So what I mean is that it intersects the graph at $6$. I should have written the graph intersects at $6$. – Seeker Aug 07 '22 at 04:02
  • 1
    Okay, that was confusing because by definition the $y$-axis is the set of points where $x=0$, so that doesn't provide any information. Also, it will help you to solve these types of problems if you clearly state the problem (which you have not done): Find values $a$ and $b$ such that the graph of $y = a e^x + b$ passes through $(0, 6)$ and has horizontal asymptote $y=4$. The answer that you selected below addresses this question even though you never ask it! – Sammy Black Aug 08 '22 at 19:22
  • @SammyBlack I completely agree with you. It’s just that this is how the question was presented to me. I just couldn’t get myself to phrase it properly that’s why I ended up asking here. I wrote exactly what I was asked. I completely agree with what you wrote and that it is much more concise. – Seeker Aug 08 '22 at 20:03

1 Answers1

2

So, to succinctly summarize this:

  • You want the equation of a graph, in the form $y=ae^x+b$.
  • You know that $(0,6)$ is on the graph.
  • You are given a line $y=4$, presumably getting very close to the exponential curve the further left you go.

To find $a,b$, note the following: for your generic equation $y=ae^x + b$,

  • What is $y$ when $x=0$?
  • What is $y$ when $x \to -\infty$ (goes very far left?).

For the first, simply plug in $x=0$: you'll see that, then $y=a+b$. That is, $(0,a+b)$ is on the graph.

For the second, what happens to $e^x$ (just that, nothing else) when $x \to -\infty$? That is, what is $e^x$ getting close to, as you let $x=-10$ and then $x=-100$ and then $x=-1,000$, and so on? You'll find it is zero. That is, the line the graph approaches is $y=0$.

Of course, if you have $e^x+b$, then the line in equation is $y=b$. (In general, $g(x) = f(x)+b$ shifts $f(x)$'s graph up by $b$.)

So you've seen the two critical pieces of information:

  • $(0,6)$ is the point $(0,a+b)$
  • The line $y=b$ in general corresponds to the line $y=4$ in your scenario.

Hence, you easily reach the prescribed answer of $a=2$ and $b=4$.

PrincessEev
  • 43,815