0

enter image description here

The a's and b's are confusing me!

For a), I have deduced that g(x) would be something like $-x+a$ where $a$ = the output of $f(x)$... but then you couldn't write g(x) in terms of x and a... ...so how do I write $h(x)$ from this information?

so f(x) has the point (b,a) and g(x) has the points (0,a) and (a,0)... confusing to me...

  • You have the right formula for $g$. It looks like $f$ is a quadratic - you have enough data to find its equation. It's too bad there are $a$'s and $b$'s in both the graphs and the question labels. – Ethan Bolker Feb 06 '18 at 01:02

1 Answers1

1

$g$ is a straight line with gradient $-1$, and $y$ intercept $a$, so its equation is $g(x)=a-x$. $f$ looks like a quadratic, with minimum at $(0,0)$ and a point at $(b,a)$, so $f(x)=\frac{ax^2}{b^2}$. Do you think you can compute the compositions from this?

John Doe
  • 14,545