U Substitution
Draft Handout - Content Not Finalized
This session's content has not been finalized by your instructor. You can browse it to preview what is coming, but please do not print this session's handouts yet. Check back later and print only once this warning is gone.
- Algebraic Flexibility Rewriting and Variable Manipulation
- Pattern Recognition Spotting the Inner Function and its Derivative
- Precision in Mechanics Handling Constants, Limits, and Core Rules
π Micro-Lecture
Engineering Context: Engineering Calculus II Application
In engineering, mastering the substitution rule is essential for modeling and controlling the physical world, as it translates complex mathematical systems into simpler, solvable forms. For example, electrical engineers use the mechanics of introducing constants to evaluate dynamic AC power and exponential capacitor charging integrals , while civil and mechanical engineers rely on pattern recognition to isolate trapped "inner functions" when mapping hydrostatic fluid pressure and structural stress. Additionally, aerospace engineers and roboticists employ variable manipulation to transform complex three-dimensional paths into simpler coordinate systems , while chemical and nuclear engineers depend on absolute precision when transforming definite integration limits to ensure thermal safety systems deploy at the exact correct physical thresholds. Ultimately, the ability to successfully substitute a complex expression with a single manageable variable allows engineers to efficiently calculate the critical, real-time equations that keep modern infrastructure, flight guidance software, and power grids operating safely.
Skill Block 1
Real-Life Engineering Applications
Non-linear Power Dissipation
An electrical engineer is analyzing the power dissipation across a newly developed non-linear semiconductor element during a voltage sweep. The total energy E (in Joules) dissipated by the component as the voltage increases from 1Β V to 2Β V is modeled by integrating the product of voltage V and a non-linear current profile:
Calculate the total energy dissipated during this voltage sweep.
& Engineering Real-Life Application:
The integration evaluates to approximately 1.07 Joules of total energy released as heat over the 1-second voltage sweep.
In microchip and circuit board design, compact semiconductor components can easily overheat and fail if thermal energy accumulates faster than the system can dissipate it. An electrical engineer uses this precise energy value to determine if the component requires an attached aluminum heat sink or a cooling fan to maintain a safe operating temperature, ensuring the surrounding circuitry does not melt during high-voltage operations.
π‘ Show Worked Derivation
An electrical engineer is analyzing the power dissipation across a newly developed non-linear semiconductor element during a voltage sweep. The total energy E (in Joules) dissipated by the component as the voltage increases from 1Β V to 2Β V is modeled by integrating the product of voltage V and a non-linear current profile:
Calculate the total energy dissipated during this voltage sweep.
Step 1: Choose u and find du. Let u=Vβ1 Then du=dV
Step 2: Change the boundaries of integration . Convert the V limits into u limits:
Lower limit: If V=1βΉu=1β1=0
Upper limit: If V=2βΉu=2β1=1
Step 3: Manipulate the variable to account for the leftover V.
u=Vβ1βΉV=u+1Step 4: Rewrite the definite integral in terms of u.
E=β«01β(u+1)uβdu=β«01β(u+1)u1/2duStep 5: Distribute, integrate, and evaluate.
E=β«01β(u3/2+u1/2)duE=[52βu5/2+32βu3/2]01βE=(52β(1)5/2+32β(1)3/2)β(0+0)E=52β+32β=156β+1510β=1516ββ1.07Β Joules
Thermal Damping Wave Propagation
An aerospace engineer is designing a thermal acoustic damping shield for a re-entry vehicle. As structural vibrations travel through the shield, the attenuation profile over an optimized time interval t yields an expression that describes the wave reflection index R:
Find the general antiderivative equation describing the wave reflection index over time.
& Engineering Real-Life Application:
The resulting function, sinβ1(et)+C, maps the ongoing wave reflection index as a function of time.
During atmospheric re-entry, spacecraft are subjected to extreme acoustic vibrations and heat grids that can tear structural rivets apart. By establishing this exact mathematical model, aerospace engineers can determine the precise rate at which the material absorbs acoustic energy over time. This enables them to select composite material behaviors that smoothly damp out hazardous resonance frequencies, keeping the astronauts and internal electronics safe from structural destruction.
π‘ Show Worked Derivation
An aerospace engineer is designing a thermal acoustic damping shield for a re-entry vehicle. As structural vibrations travel through the shield, the attenuation profile over an optimized time interval t yields an expression that describes the wave reflection index R:
Find the general antiderivative equation describing the wave reflection index over time.
Step 1: Exercise algebraic flexibility to rewrite the exponent upfront . Recognize that the term e2t can be rearranged as a perfect square:
R=β«1β(et)2βetβdtStep 2: Choose u and find du. Let u=et Then du=etdt
Step 3: Substitute the terms directly into the transformed integral.
R=β«1βu2β1βduStep 4: Integrate using inverse trigonometric rules.
β«1βu2β1βdu=sinβ1(u)+CStep 5: Perform the final back-substitution to return to variable t.
R=sinβ1(et)+C
Integrals in the real world rarely arrive perfectly configured for a basic substitution. Often, the "inner function" or its "derivative partner" is visually obscured. To uncover them, you must develop Algebraic Flexibility, which primarily manifests in two ways:
Sub-Technique A: Rewriting the Integrand Upfront
Sometimes, a standard choice of u fails because its exact derivative is nowhere to be found in the integrand. When this happens, you must use algebraic or trigonometric identities to alter the appearance of the expression before attempting a substitution.
- For example, recognizing exponential relationships like e2x=(ex)2 allows you to transform a confusing denominator into a recognizable geometric or inverse trigonometric pattern.
Sub-Technique B: Back-Substitution (Variable Manipulation)
The explicit goal of u-substitution is to rewrite the entire integrand completely in terms of u and du. However, you will frequently encounter cases where, after substituting u and du, you are still left with an "extra" x variable floating around.
- Instead of giving up, you can use algebra to manipulate your original substitution equation. By isolating and solving for x in terms of u, you can perform a "back-substitution" to eliminate the remaining x terms.
Standard Sample Problems
Sample Problem 1: Rewriting Upfront
Evaluate the following indefinite integral:
Solution
Step-by-Step Solution:
Step 1: Rewrite the integrand. Direct substitution of the denominator (u=1+e2x) leaves us with a du that does not exist in the numerator. Instead, rewrite the exponential term in the denominator:
β«1+(ex)2exβdxStep 2: Choose u and find du . Now, the inner function ex is apparent. Let u=ex Then du=exdx
Step 3: Substitute into the integral.
β«1+u21βduStep 4: Integrate and substitute back. This matches the standard inverse tangent derivative rule:
β«1+u21βdu=tanβ1(u)+C=tanβ1(ex)+C
Sample Problem 2: Variable Manipulation (Back-Substitution)
Evaluate the following indefinite integral:
Solution
Step-by-Step Solution:
Step 1: Choose u and find du. Let u=x+2
Then du=dx
Step 2: Isolate x to handle the leftover variable. Substituting u and du leaves the front x untouched. We must manipulate our u equation to solve for x:
u=x+2βΉx=uβ2Step 3: Substitute everything back into the integral.
β«x(uβ2)βββ x+2βu1/2ββdxduββStep 4: Distribute and integrate.
β«(u3/2β2u1/2)duUsing the power rule:
52βu5/2β2(32βu3/2)+C=52βu5/2β34βu3/2+CStep 5: Return to the original variable x.
52β(x+2)5/2β34β(x+2)3/2+C
Worked Example
π‘ Reveal Worked Solution
We want to evaluate the following indefinite integral:
This problem is a perfect candidate for u-substitution because the derivative of the expression inside the radical, x2+x, is exactly the other term in the integrand, 2x+1.
Step 1: Choose u and find du
Let's define our substitute variable u as the inside function:
Now, take the derivative of u with respect to x to find du:
Step 2: Substitute u and du into the original integral
Notice how the pieces of our original integral perfectly match our substitution components:
- 5x2+xβ becomes 5uβ (or u1/5)
- (2x+1)dx becomes du
Rewriting the integral gives:
Step 3: Integrate with respect to u
Using the power rule for integration, β«undu=n+1un+1β+C:
Step 4: Substitute the original expression back in
Finally, replace u with our original expression x2+x to get the final answer in terms of x:
Active Practice Problem
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
Answer: **
Step-by-Step Execution
We want to evaluate the following indefinite integral:
This is another classic u-substitution problem. The degree of the polynomial in the denominator (x2+1) is 2, and the degree of the numerator (x) is 1. Since the numerator is a scalar multiple of the derivative of the denominator, u-substitution is the perfect tool.
Step 1: Choose u and find du
Let's set u equal to the entire denominator:
Now, take the derivative of u with respect to x:
Step 2: Adjust for the coefficients
Looking at our original integral, the numerator only has xdx, not 2xdx. We can adjust our du equation by dividing both sides by 2:
Step 3: Substitute into the original integral
Now replace the terms in the original integral with u and du:
- The denominator x2+1 becomes u.
- The numerator and differential xdx become 21βdu.
Pull the constant factor 21β outside the integral:
Step 4: Integrate with respect to u
The integral of u1β is a standard rule: β«u1βdu=lnβ£uβ£+C.
Step 5: Substitute the original expression back in
Replace u with x2+1:
π Regroup 1
- Review common misconceptions and clarify key notations.
Skill Block 2
Real-Life Engineering Applications
Hydrostatic Force on a Curved Dam Wall
A civil engineer is designing a concrete retaining wall for a water reservoir. Due to the curvature of the base, the total hydrostatic force F (in Newtons) exerted by the water against a specific section of the dam depends on the changing depth y (in meters) and is modeled by the following definite integral:
Find the total hydrostatic force acting on this section of the dam wall.
& Engineering Real-Life Application:
The calculation tells us that the total physical load pushing against this specific structural section is 88,200 Newtons (or approximately 9 metric tons of force).
In real-life civil engineering, guessing or relying purely on flat approximations for fluid pressure distribution leads to structural failure. An engineer uses this exact resultant force to determine the minimum thickness of the poured concrete wall and the exact density of the steel rebar grids embedded inside it. Knowing the precise force ensures the dam can safely resist the massive fluid weight over decades of operation without developing catastrophic structural cracks.
π‘ Show Worked Derivation
A civil engineer is designing a concrete retaining wall for a water reservoir. Due to the curvature of the base, the total hydrostatic force F (in Newtons) exerted by the water against a specific section of the dam depends on the changing depth y (in meters) and is modeled by the following definite integral:
Find the total hydrostatic force acting on this section of the dam wall.
Step 1: Recognize the pattern. The inner function trapped under the radical is 9βy2. Its derivative would yield a linear y term, which perfectly matches the y multiplying the outside of the radical. Let u=9βy2 Then du=β2ydyβΉβ21βdu=ydy
Step 2: Change the limits of integration. We must convert our y limits to u limits using u=9βy2:
Lower limit: If y=0βΉu=9β(0)2=9
Upper limit: If y=3βΉu=9β(3)2=0
Step 3: Substitute and simplify.
F=9800β«90βuββ (β21βdu)Β [cite:Β 51]Pull out the constant β21β and flip the limits of integration to eliminate the negative sign:
F=4900β«09βu1/2duStep 4: Integrate and evaluate.
F=4900[32βu3/2]09βΒ [cite:Β 53]F=4900β 32β(93/2β03/2)Since 93/2=(9β)3=27:
F=4900β 32β(27)=4900β 18=88,200Β N
Mechanical Shear Stress in a Shaft
A mechanical engineer is testing a solid alloy transmission axle for an off-road vehicle. When the vehicle accelerates, the internal cumulative shear stress S (in Pascals) along the cross-sectional radius of the shaft is determined by integrating the radius r against the internal thermal-elastic resistance profile:
Evaluate the total cumulative shear stress across this section of the shaft.
& Engineering Real-Life Application:
The final integration value reveals that the cumulative internal mechanical shear stress experienced by the axle under load is 10 Pascals.
In mechanical component design, components fail when internal stress concentrations surpass the material's yield strength. Engineers match this integrated stress value directly against the physical specifications of various metals (like carbon steel vs. titanium alloys). If the calculated stress value approaches the metal's breaking point, the engineer knows they must either increase the axle's radius (r) or alter the mechanical manufacturing process to prevent the axle from snapping in half under sudden engine acceleration.
π‘ Show Worked Derivation
A mechanical engineer is testing a solid alloy transmission axle for an off-road vehicle. When the vehicle accelerates, the internal cumulative shear stress S (in Pascals) along the cross-sectional radius of the shaft is determined by integrating the radius r against the internal thermal-elastic resistance profile:
Evaluate the total cumulative shear stress across this section of the shaft.
Step 1: Recognize the pattern.
The denominator contains the quadratic term r2+0.01 raised to a power. The numerator contains a single linear variable r, which is a scalar multiple of the derivative of the inner function.
Let u=r2+0.01
Then du=2rdrβΉ21βdu=rdr
Step 2: Change the limits of integration. Convert the r limits to u limits using u=r2+0.01:
Lower limit: If r=0βΉu=(0)2+0.01=0.01
Upper limit: If r=0.05βΉu=(0.05)2+0.01=0.0025+0.01=0.0125
Step 3: Substitute and integrate.
S=β«0.010.0125βu21ββ (21βdu)=21ββ«0.010.0125βuβ2duS=21β[βuβ1]0.010.0125β=β21β[u1β]0.010.0125βStep 4: Evaluate the definite boundaries.
S=β21β(0.01251ββ0.011β)S=β21β(80β100)=β21β(β20)=10Β Pa
When confronted with a complex, intimidating integral, your first line of defense is always Pattern Recognition. The substitution rule is essentially the Chain Rule in reverse.
Recall from differential calculus that the Chain Rule for a composite function is written as:
By reversing this logic to find an antiderivative, we get:
The absolute core of Skill 1 is learning how to split an integrand into two distinct roles:
- The Inner Function (u): A function g(x) that is "trapped" inside another function.
- The Derivative Partner (du): The exact derivative of that inner function (gβ²(x)dx), floating freely elsewhere in the integrand.
How to Spot the Pattern
Train your eyes to scan for algebraic pairings. If you choose u=g(x), you must be able to see its derivative gβ²(x) multiplying the rest of the expression. Common nesting spots for the inner function include:
- Inside a radical: g(x)β
- In the denominator: g(x)1β
- As an exponent: eg(x)
- Inside a trigonometric function: sin(g(x))
Standard Sample Problems
Sample Problem 1: The Polynomial Pair
Evaluate the following indefinite integral:
Solution
Step-by-Step Solution:
Step 1: Identify the inner function (u) and its derivative (du). Looking at the integrand, x3+4 is trapped inside the cosine function. Its derivative is 3x2. This is a perfect match. Let u=x3+4 Then du=3x2dx
Step 2: Substitute components into the integral.
β«cos(u)cos(x3+4)βββ du3x2dxββ=β«cos(u)duStep 3: Integrate with respect to u.
β«cos(u)du=sin(u)+CStep 4: Substitute back in terms of x.
sin(x3+4)+C
Sample Problem 2: The Hidden Fraction Pattern
Evaluate the following indefinite integral:
Solution
Step-by-Step Solution:
Step 1: Identify the inner function (u) and its derivative (du). This expression can be rewritten to reveal the pattern more clearly: β«ln(x)β x1βdx. Let u=ln(x) Then du=x1βdx
Step 2: Substitute components into the integral.
β«(u)duStep 3: Integrate using the power rule.
β«u1du=21βu2+CStep 4: Substitute back in terms of x.
21β(ln(x))2+C
Worked Example
π‘ Reveal Worked Solution
We want to evaluate the following definite integral:
This problem is a classic trigonometry-based u-substitution. Since the derivative of tan(x) is exactly sec2(x), we have a perfect pairing ready to go. Because this is a definite integral (it has upper and lower limits), we also need to update our limits of integration when we switch from x to u.
Step 1: Choose u and find du
Let's choose our substitution variable:
Now, take the derivative of u with respect to x:
Step 2: Convert the limits of integration
Since we are changing variables from x to u, we must plug the original x limits into our substitution equation (u=tan(x)) to find the new u limits.
- Lower limit (x=0):
u=tan(0)=0
- Upper limit (x=4Οβ):
u=tan(4Οβ)=1
Step 3: Substitute into the integral
Now, swap out all the x components for their u equivalents:
- The limits change from 0β4Οβ to 0β1.
- tan(x) becomes u.
- sec2(x)dx becomes du.
Step 4: Integrate and evaluate
Using the power rule for integration (β«udu=21βu2), we evaluate from 0 to 1:
Now, apply the Fundamental Theorem of Calculus:
Active Practice Problem
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
Answer: **
Step-by-Step Execution
We want to evaluate the following definite integral:
This problem is a great candidate for u-substitution. If we rewrite the fraction slightly, it looks like β«13βe1/xβ x21βdx. Since the derivative of x1β is closely related to x21β, we can set up our substitution perfectly.
Step 1: Choose u and find du
Let's choose the exponent of e as our substitute variable:
Now, take the derivative of u with respect to x using the power rule:
Since our original integral has a positive x21βdx, let's move the negative sign to the other side:
Step 2: Convert the limits of integration
Because this is a definite integral, we need to update our lower and upper limits from x-values to u-values using our formula u=x1β.
- Lower limit (x=1):
u=11β=1
- Upper limit (x=3):
u=31β
Step 3: Substitute into the integral
Now, swap the x variables and limits with their u counterparts:
- The limits change from 1β3 to 1β31β.
- e1/x becomes eu.
- x21βdx becomes βdu.
Pro-Tip: You can use the negative sign outside the integral to flip the lower and upper limits of integration back into standard increasing order:
Step 4: Integrate and evaluate
The integral of eu is simply eu. Now we evaluate it from 31β to 1:
Apply the Fundamental Theorem of Calculus:
π Regroup 2
- Reflect on the physical modeling applications and mathematical setups.
Skill Block 3
Real-Life Engineering Applications
Capacitor Energy Charging
An electrical engineer is measuring the cumulative electrical charge Q (in Coulombs) entering a high-capacity storage capacitor inside an intermittent green-energy circuit. The dynamic charging current over a specific time window from t=0 to t=3 seconds is modeled by integrating an exponential decay profile:
Calculate the total electrical charge stored in the component during this 3-second operational window.
& Engineering Real-Life Application:
The integration calculation establishes that 6.22 Coulombs of total electrical charge accumulated inside the component.
In circuit board architecture, engineers must verify that storage components receive an exact quantity of charge within precise time windows to smooth out power surges from renewable inputs like solar or wind. If the calculated charge exceeds the safe storage limits of the chosen capacitor rating, it can rupture or fail. This mechanical precision helps engineers optimize safety margins for power grids and handheld devices.
π‘ Show Worked Derivation
An electrical engineer is measuring the cumulative electrical charge Q (in Coulombs) entering a high-capacity storage capacitor inside an intermittent green-energy circuit. The dynamic charging current over a specific time window from t=0 to t=3 seconds is modeled by integrating an exponential decay profile:
Calculate the total electrical charge stored in the component during this 3-second operational window.
Step 1: Choose u and calculate du. Choose the inner function located in the exponent:
u=β0.5tdu=β0.5dtStep 2: Algebraically introduce the balancing constant. The integrand has a dt multiplied by a coefficient of 4. Isolate dt in the derivative equation by multiplying both sides by β2:
β2du=dtStep 3: Update the definite integration boundaries. Convert the time limits (t) into substitute limits (u) using u=β0.5t:
Lower limit: When t=0βΉu=β0.5(0)=0
Upper limit: When t=3βΉu=β0.5(3)=β1.5
Step 4: Substitute and factor out constants.
Q=β«0β1.5β4euβ (β2du)=β8β«0β1.5βeuduEliminate the negative sign by reversing the direction of the integration limits:
Q=8β«β1.50βeuduStep 5: Integrate and evaluate across the updated boundaries.
Q=8[eu]β1.50β=8(e0βeβ1.5)Since e0=1 and eβ1.5β0.2231:
Q=8(1β0.2231)=8(0.7769)β6.22Β Coulombs
Thermal Energy Generation Startup Phase
A nuclear engineer is evaluating the rate of heat production inside a reactor core section during a critical 2-minute startup sequence. The total thermal energy H (in Megajoules) generated from time t=0 to t=2 minutes is modeled by the following definite integral:
Determine the total thermal energy output produced during this startup phase.
& Engineering Real-Life Application:
The definite integral indicates that the reactor core section produces 4.91 Megajoules of thermal energy during the initial 2-minute startup period.
In automated nuclear safety engineering, cooling pumps must be dynamically programmed to scale up their volumetric flow rates to match the exact pace of thermal energy output. If an engineer misses a constant factor or fails to properly shift integration boundaries, the calculated heat load will be incorrect. Ensuring precise mechanical evaluation allows automated control systems to match coolant flow to the exact heat output, preventing hazardous thermal stress or core meltdowns.
π‘ Show Worked Derivation
A nuclear engineer is evaluating the rate of heat production inside a reactor core section during a critical 2-minute startup sequence. The total thermal energy H (in Megajoules) generated from time t=0 to t=2 minutes is modeled by the following definite integral:
Determine the total thermal energy output produced during this startup phase.
Step 1: Choose u and calculate du. Set u equal to the exponential inner function:
u=βt2du=β2tdtStep 2: Introduce the balancing constant factor. The integrand features a positive term of 10tdt. To transform our du expression into a perfect match, multiply both sides by β5:
β5du=10tdtStep 3: Update the integration boundaries. Convert the time units (t) into transformed core units (u) using u=βt2:
Lower limit: When t=0βΉu=β(0)2=0
Upper limit: When t=2βΉu=β(2)2=β4
Step 4: Substitute components and simplify.
H=β«0Viewportβ4βeuβ (β5du)=β5β«0β4βeuduInvert the limits to eliminate the negative sign:
H=5β«β40βeuduStep 5: Complete the definite integration.
H=5[eu]β40β=5(e0βeβ4)Using the exponential values e0=1 and eβ4β0.0183:
H=5(1β0.0183)=5(0.9817)β4.91Β Megajoules
Even if you possess perfect pattern recognition, a u-substitution can fall apart due to minor mechanical errors. Skill 3 focuses on execution precision: managing mismatched constant coefficients, transforming boundaries for definite integrals, and correctly applying final integration rules.
Sub-Technique A: Substitution by Introducing a Constant
When finding du, the derivative of your chosen u will frequently contain a constant multiplier that does not perfectly match the constant sitting in the original integrand. Because constants can be factored out of integrals, you can algebraically manipulate the du equation to introduce the necessary balancing constant factor.
Sub-Technique B: Transforming Boundaries for Definite Integrals
When evaluating a definite integral using substitution, the original boundaries are explicitly stated in terms of the original variable (e.g., x=a to x=b). You must update these limits to u-limits immediately upon changing variables.
The fundamental framework for this mechanic requires following these sequential steps:
- Step 1: Select an appropriate inner expression for the new variable u.
- Step 2: Differentiate u to calculate du in terms of x and dx.
- Step 3: Substitute all original variables, differentials, and boundary limits into their corresponding u and du representations.
- Step 4: Compute the newly simplified integral across the updated u-boundaries.
- Step 5: Complete the calculation depending on the integral type:
- For indefinite integrals, substitute the original expression back into u and append the constant of integration (C).
- For definite integrals, evaluate the numerical boundaries directly in terms of u; there is no need to revert back to the original variable x.
Worked Example
π‘ Reveal Worked Solution
We want to evaluate the following indefinite integral:
This problem uses a special twist on u-substitution often called back-substitution. Notice that if we set u=3βx, its derivative is just β1, which doesn't automatically cancel out the x sitting outside the radical. To fix this, we will solve our substitution equation for x and substitute that in too!
Step 1: Choose u and find du
Let's choose the expression under the radical to be our u:
Now, find du:
Step 2: Solve for x in terms of u
Since we have an extra x left over in the integrand, let's rearrange our original u equation to isolate x:
Step 3: Substitute everything into the original integral
Now replace every single part of the original x-integral with its u equivalent:
- x becomes (3βu)
- 3βxβ becomes uβ (or u1/2)
- dx becomes βdu
Pull the negative sign out front:
Step 4: Distribute and integrate
Before integrating, distribute u1/2 into the parentheses:
Distribute the negative sign to make the power rule cleaner:
Now, apply the power rule to each term:
- For u3/2: 52βu5/2
- For 3u1/2: 2u3/2
Putting it together:
Step 5: Substitute the original expression back in
Finally, replace u with 3βx:
Standard Sample Problem
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
Answer:
Step-by-Step Execution
Step 1: Choose u and calculate du . The inner function of the sine expression is 2x.
u=2xdu=2dxStep 2: Balance the constant factor. The original integrand contains only dx, not 2dx. Divide both sides by 2 to balance the differential component:
21βdu=dxStep 3: Transform the integration limits . Use the boundary tracking formula u=2x to convert the limits from x to u:
- Lower limit: When x=0βΉu=2(0)=0
- Upper limit: When x=2ΟββΉu=2(2Οβ)=Ο
Step 4: Rewrite and integrate in terms of u . Substitute the updated limits (0βΟ), replace 2x with u, and swap dx for 21βdu:
β«0Οβsin(u)β 21βdu=21ββ«0Οβsin(u)duThe antiderivative of sin(u) is βcos(u):
[β21βcos(u)]0ΟβStep 5: Numerically evaluate the boundaries . Apply the fundamental integration limits directly to the u terms without reverting back to x:
(β21βcos(Ο))β(β21βcos(0))Knowing cos(Ο)=β1 and cos(0)=1:
(β21ββ (β1))+(21ββ 1)=21β+21β=1
Active Practice Problem
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
Answer: **
Step-by-Step Execution
We want to evaluate the following definite integral:
This problem is a classic u-substitution involving trigonometric functions. The inside function is x2, and its derivative is closely related to the 4x term sitting outside the cosine function. Because it is a definite integral, we will also update our limits of integration as we switch from x to u.
Step 1: Choose u and find du
Let's choose the inside function of the cosine term to be our u:
Now, take the derivative of u with respect to x:
Step 2: Adjust for the coefficients
Our original integral contains 4xdx, but our derivative gives us 2xdx. To match the integral perfectly, we can multiply both sides of our du equation by 2:
Step 3: Convert the limits of integration
Since we are switching variables from x to u, we must transform the upper and lower boundaries using our substitution equation u=x2.
- Lower limit (x=0):
u=(0)2=0
- Upper limit (x=Οβ):
u=(Οβ)2=Ο
Step 4: Substitute into the integral
Now, replace all components of the original integral with our new u terms:
- The limits change from 0βΟβ to 0βΟ.
- cos(x2) becomes cos(u).
- 4xdx becomes 2du.
Pull the constant factor 2 outside the integral:
Step 5: Integrate and evaluate
The antiderivative of cos(u) is sin(u). Now we evaluate this from 0 to Ο:
Apply the Fundamental Theorem of Calculus:
π Regroup 3
- Verify calculations and mathematical reasoning.
π Synthesis Wrap-up
- Core takeaways from Session 04 and overview of homework homework assignment.