How can integration by substitution be used to solve complex equations?

  • Thread starter Thread starter thestudent101
  • Start date Start date
  • Tags Tags
    Complex Integrating
Click For Summary

Homework Help Overview

The discussion revolves around a math assignment involving the calculation of the volume of a tunnel, described by two equations representing the cross-sectional area. The context includes the challenge of integrating these functions, with participants noting that integration techniques have not yet been covered in their coursework.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants explore the relationship between the equations and the geometry of the tunnel, questioning how to express the area using definite integrals. There is a discussion about the need for integration techniques, including substitution, and the implications of the chain rule in integration.

Discussion Status

The discussion is active, with participants providing insights into the geometry and suggesting methods for approaching the integration. Some guidance on expressing the area as a sum of integrals has been offered, and there is an exploration of trigonometric substitution as a potential method for integration.

Contextual Notes

Participants note that the teacher has indicated that certain integration techniques have not been covered, which may limit their approach. There is also mention of specific values for x in relation to the equations, as well as the overall length of the tunnel.

thestudent101
Messages
21
Reaction score
0
I have a maths B assignment where I need to find the volume of a tunnel. We have been given two equations to describe the area of this tunnel. The teacher says that we haven't learned how to integrate at this level, and he has also said that the chain rule and product rule do not work for integration.



The two equations are
y=3+2√(1-(x^2/9)
y=3-4√((x-6)^2/9 -1)



How do you integrate these two functions? Thanks
 
Physics news on Phys.org
What are x and y in relation to the tunnel?

Or do you just want \int y.dx ?

[edit]
Having plotted the functions it looks like they are the boundary of the cross-sectional area of the tunnel.
The tunnel extends in the z direction.

If the tunnel is L long, the V=LA: A=the area of the cross-section.

if the first equation is y1 and the second is y2 then you just need to look at how the between each and the x-axis relates to the entire cross-section.
I'd start by plotting them. (which is, in fact, what I did :) )
 
Last edited:
yes you're right, this is the cross section of a 1.25km tunnel.
the x values for the first equation are -3 and 3
the x values for the second equation are 3 and 0
I have a diagram provided. The first equation covers the top half, the second equation joins onto the first equation. This will just need to be multiplied by 2 to get the area of the bottom half.
 
OK- cool: you have understood the geometry.
Can you express the area as a sum of definite integrals of y1 and y2?

To help you write it here, use LaTeX, the code: A = \int_{a}^{b} y_{n}(x)dx will come out as: A = \int_{a}^{b} y_{n}(x)dx... you just have to fill in the right values, and you'll have more than one integral. Hit the "quote" button at the bottom of this post to see what I did to do that.

I cannot over-stress how useful this is.

After that ... you need to learn how to handle the functions-within-a-function in an integral.
You're teacher is not quite correct - there are equivalents to the chain rule and so on for integration though the derivative chain rule does not work.
 
So - to continue:

You will end up having to do integrals like:

A=\int_a^b \sqrt{1-(kx)^2}dx... you can probably integrate \sqrt{x} right?

You need to make a substitution, in this case we exploit trigonometry like this:

let kx=\sin(\theta)
then the stuff inside the square root becomes 1-\sin^2(\theta)=\cos^2(\theta)
sub that in and the square root vanishes.

But now we have to integrate a function of theta (which is, in turn, a function of x) with respect to x
... inconvenient. So we need to sub for dx as well.

We can do this by realizing that \frac{dx}{d\theta} is another way to write a derivative as a ratio of dx and dθ. In this case:\frac{dx}{d\theta}=\frac{d}{d\theta}\frac{1}{k} \sin(\theta)=\frac{1}{k}\cos(\theta) \Rightarrow dx=\frac{1}{k}\cos(\theta)d\theta

Now you can do the indefinite integral and convert back before applying the limits of you can convert the limits directly since \theta = \sin^{-1}(kx) so the entire integral becomes:A=\frac{1}{k}\int_{ \sin^{-1}(ka)}^{ \sin^{-1}(kb)}\cos^2(\theta)d\theta... presumably you can integrate a power of a trig function?

But you see why your teacher thought it was an advanced method?
It's called "integration by substitution" and you can google for that or "chain rule for integration".
 

Similar threads

Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
9
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K