Assistance with Integration by substitution

LizzieL
Messages
12
Reaction score
0

Homework Statement


I have the integral
\int sin(2.13\sqrt{x}+2.4)\,dx

I'm supposed to use the substitution y=2.13\sqrt{x}+2.4, aka. \sqrt{x}=\frac {y-2.4}{2.13} to gain the following description of the integral:

\int sin(2.13\sqrt{x}+2.4)\,dx = E cos(y) + F\int y sin(y)\,dy

I have obviously not tried every method possible, but I'm running out of ideas on how to proceed on this one. I tried using the quotient rule without any good looking results, probably due to my non-existing knowledge about these mathematical methods. Any help would be appreciated!
 
Physics news on Phys.org
Welcome to PF, LizzieL! :smile:

What you need to do is "Integration by substitution".

First you need an expression for x (the square of what you have).
Then you need to differentiate it to find dx.

If you have that you need to replace the parts in your original integral that contain x, by the parts that contain y.
In particular dx needs to be replaced by the derivative you should have for x, followed by "dy".
 
Thank you!

Ok, so I have

x=\big( \frac {y-2.4}{2.13}\big)^2

And,
dx= 2 \big( \frac {y-2.4}{2.13}\big) dy

Is this what you mean? I don't think I understood the last part you mentioned though.
 
Yes, this is what I meant! :smile:

However, you did not properly apply the chain rule yet.
Do you know what the chain rule is? And more importantly, how to apply it?
As for the last part I mentioned, it was that in your integral you should replace:

(2.13\sqrt{x}+2.4) by y,

and you should replace:

dx by what you just found (after you correct it for the application of the chain rule).
 
Normally I don't think I have a problem understanding the chain rule, but it's all backwards when in integration context, and it confuses me.
My textbook is not covering this topic properly (in my opinion). So to answer your question, I do not know how to apply the chain rule here... :shy:
 
Well, in this case it is not backward...
You need to multiply your result for dx with the derivative of (\frac {y-2.4}{2.13}).

Aaaand... I'm off to bed now! :zzz:
 
I'm stuck! :cry:
I'm desperately trying to figure out the derivative of
y=2.13\sqrt{x}+2.4

but I can't seem to get it right.
I'm starting off like this:

y'=(2.13\sqrt{x}+2.4)'= 2.13x^{1/2} ?

How do I calculate this?
 
LizzieL said:
I'm stuck! :cry:
I'm desperately trying to figure out the derivative of
y=2.13\sqrt{x}+2.4

but I can't seem to get it right.
I'm starting off like this:

y'=(2.13\sqrt{x}+2.4)'= 2.13x^{1/2} ?

How do I calculate this?
Write your first equation using exponents rather than radicals.
y = 2.13 x1/2 + 2.4

Now, use the power rule to find y'.
 
Ok, thanks!
So, is this right or close to right?:

y^,= 2.13x^{1/2}= 2.13(\frac{1}{2})x^{-1/2}=\frac{2.13}{2\sqrt{x}}

And proceeding,

dy= \frac{2.13}{2\sqrt{x}} dx ?

How do I move from here?
 
  • #10
LizzieL said:
Ok, thanks!
So, is this right or close to right?:

y^,= 2.13x^{1/2}= 2.13(\frac{1}{2})x^{-1/2}=\frac{2.13}{2\sqrt{x}}
It's partly right, but you are munging a bunch of stuff together that should be there.

y = 2.13x1.2 + 2.4
so y' = dy/dx = (2.13/2)x-1/2

Don't confuse y with y' - they are different things.

LizzieL said:
And proceeding,

dy= \frac{2.13}{2\sqrt{x}} dx ?

How do I move from here?
Now solve the equation above for dx, which you'll have to replace in your original integral. The original integral looks like this: \int f(x) dx. Use your substitution to replace x and dx with y and dy to get an integral that looks like this: \int g(y) dy. The goal of substitution is to get a different integral that is easier to calculate.
 
  • #11
Thank you for your help!

I think I'm getting there:

\frac{dy}{dx}= \frac {2.13}{2\sqrt{x}} \Rightarrow<br /> dx = \frac {2\sqrt{x}}{2.13}dy<br /> <br /> \Rightarrow<br /> \int sin(y) \cdot \frac {2}{2.13}\Big(\frac {y-2.4}{2.13}\Big)dy

= \frac {-2.4}{2.13^2} cos(y) + \frac {2}{2.13^2}\int y sin(y) dy

But I can't seem to get that last part right...the first coeffisient is correct, but not the second one. What did I do wrong?
 
  • #12
Sorry, nevermind.
Your problem is not asking you to do integration by parts.
(Deleted previous post.)
 
  • #13
Your second coefficient is correct.
Why do you think it isn't?

However, your first coefficient is not correct, due to the minus sign.
 
Back
Top