Integration by parts conceptual problem

evsong
Messages
7
Reaction score
0
1. Suppose : f(1) = 2, f(4) =7 , f'(1)=5, f'(4) = 3 and f"(x) is continuous. Find the value of:
<br /> \int_{1}^{4} xf&#039;&#039;(x)dx<br /> <br /> <br />

Homework Equations


<br /> IBP formula <br /> <br /> \int u(x)dv = u(x)v(x) - \int v(x) du <br /> <br />


The Attempt at a Solution



I re-wrote the IBP formula from
<br /> <br /> = f(x) \int g(x) - \int\int g(x) f(x)&#039; <br /> <br /> <br />

I turned it into that so I can see so I can see that the derivative of u is du And derivatives f&#039;(1)=5 f&#039;(4)=3 are given.

so does that mean that two du's are given?

well I set

<br /> <br /> f(1) = \int_{1}^{4} xf&#039;&#039;(x)dx = 2 <br /> \newline<br />
and

<br /> \newline<br /> f(4) = \int_{1}^{4} xf&#039;&#039;(x)dx = 7<br /> <br /> <br /> <br /> <br />


This is where I am stuck. I don't know what to do next. Thanks for the help in advanced :D
 
Last edited:
Physics news on Phys.org
What did you choose for u(x) and what did you choose for dv ?
 
1. Suppose : f(1) = 2, f(4) =7 , f'(1)=5, f'(4) = 3 and f"(x) is continuous. Find the value of:
<br /> \int_{1}^{4} xf&#039;&#039;(x)dx<br /> <br /> <br />

Homework Equations


IBP formula
<br /> <br /> \int u(x)dv = u(x)v(x) - \int v(x) du <br /> <br />


The Attempt at a Solution



I re-wrote the IBP formula from
<br /> <br /> = f(x) \int g(x) - \int\int g(x) f(x)&#039; <br /> <br /> <br />

I turned it into that so I can see so I can see that the derivative of u is du And derivatives f&#039;(1)=5 f&#039;(4)=3 are given.

so does that mean that two du's are given?

well I set

<br /> <br /> f(1) = \int_{1}^{4} xf&#039;&#039;(x)dx = 2 <br /> \newline<br />
and

<br /> \newline<br /> f(4) = \int_{1}^{4} xf&#039;&#039;(x)dx = 7<br /> <br /> <br /> <br /> <br />


This is where I am stuck. I don't know what to do next. Thanks for the help in advanced :D
 
I am not sure what you did there.
what is g(x)?

You should get
original integral = xf'(x) - int(f'(x)).dx and limits are defined all values are given.
 
oh would it be

u=x
du=dx

v= f'(x)
dv = f"(x)

so:

<br /> <br /> xf&#039;(x)- \int f&#039;(x)dx <br />

I don't know how to incorporate the given f'(1) =5 and f'(4) = 3 sorry for the double post. I accidently pressed submit before I was ready then clicked preview right after.
 
Last edited:
oh would it be

u=x
du=dx

v= f'(x)
dv = f"(x)

so:

<br /> <br /> xf&#039;(x)- \int f&#039;(x)dx <br />

I don't know how to incorporate the given f'(1) =5 and f'(4) = 3
 
evsong said:
oh would it be

u=x
du=dx

v= f'(x)
dv = f"(x)

This is a good start, because we don't know much about f''(x), but we do know some values for f'(x), so we want to get f'(x) in our result and get rid of f''(x).

so:

<br /> <br /> xf&#039;(x)- \int f&#039;(x)dx <br />

This doesn't work out for a simple reason; you have written here an indefinite integral, and the original expression is a definite integral. This expression still needs to be evaluated at limits in order to be a definite integral.
 
ok I need to evaluate it at the limits

<br /> \left. xf&#039;(x) \right|_1^{4} - \int_{1}^{4} f&#039;(x) dx

<br /> \left. 4f&#039;(x)-f&#039;(x)- [f(x)] \right|_1^{4} <br />

<br /> <br /> 4f&#039;(4)-f&#039;(1)-[f&#039;(4)-f&#039;(1)]

<br /> 4*7 -(2)- [7-5] = 22 -2 = 20

how is this so far? I don't know how to incoorporate both the f'(1) and f'(4)
 
Last edited:
evsong said:
<br /> \left. 4f&#039;(x)-f&#039;(x)- [f(x)] \right|_1^{4} <br />

<br /> <br /> 4f(4)-f(1)-[f&#039;(4)-f&#039;(1)]

These two lines are not equivalent. How did evaluating f at 4 and 1 turn into evaluating f' at 4 and 1 and vice versa? If you are confused about where to place the evaluation brace, note that by the fundamental theorem of calculus, the entire expression you got should be evaluated first at x=4 and then at x=1, with the latter being subtracted from the former.
 
  • #10
I meant

<br /> 4f&#039;(4) - f&#039;(1) - [f&#039;(4) - f&#039;(1)] <br /> <br />

i just forgot the '

I used integration by parts and evaluated the uv section at x=4 and x=1 then evaluated f(x) from 1 to 4
 
Last edited:
  • #11
<br /> 4f&#039;(4) - f&#039;(1) - [f (4) - f (1)] <br />

<br /> <br /> (4*3) - 5 - [ 7-2 ] = 2


is this right? ! :D !
 
Last edited:
  • #12
evsong said:
IBP formula

<br /> \int u(x)dv = u(x)v(x) - \int v(x) du <br /> <br />

This is the formula for indefinite integration (i.e. without limits). What does the formula look like for definite integration (with limits)?

evsong said:
<br /> f(1) = \int_{1}^{4} xf&#039;&#039;(x)dx = 2 <br /> \newline<br />
and

<br /> \newline<br /> f(4) = \int_{1}^{4} xf&#039;&#039;(x)dx = 7<br /> <br /> <br /> <br /> <br />

This shows a fundamental misunderstanding. f(4) means f(x) evaluated at x=4. What you have written is meaningless I'm afraid!

Anyway first things first: what is the IBP formula for definite integration?
 
  • #13
evsong said:
<br /> 4f&#039;(4) - f&#039;(1) - [f (4) - f (1)] <br />

<br /> <br /> (4*3) - 5 - [ 7-2 ] = 2


is this right? ! :D !

That's it. :smile:
 
  • #14
Since this question was posted twice, I am merging the two threads.
 
Back
Top