Finding a function with area A below and 3A above it

  • Context:
  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Dustinsfl
Messages
2,217
Reaction score
5
I want to find a function f where the area under the curve is A and the area above it is 3A and \(f(x_1) = y_1\).
\[
\int_0^{x_1}fdx = A
\]
and
\[
\int_0^{x_1}(y_1 - f)dx = 3A
\]
What I tried was taking
\begin{align}
\int_0^{x_1}(y_1 - f)dx &= 3\int_0^{x_1}fdx\\
\int_0^{x_1}(y_1 - 4f)dx &= 0
\end{align}
but this doesn't seem to go anywhere.
 
Physics news on Phys.org
There are infinitely many such functions. The only thing that you know for sure is that $\int_0^xf(x)\,dx=x_1y_1/4$.