How Do Parametric Curves and u-Substitution Relate to Length Calculation?

  • Thread starter Thread starter bobsmith76
  • Start date Start date
  • Tags Tags
    Curves Parametric
bobsmith76
Messages
336
Reaction score
0

Homework Statement



x = t^3, y = (3t^2)/2 0<= t <= √3


The Attempt at a Solution



dx/dt = 3t^2
dy/dt = 3t

step 1. √((3t^2)^2 + (3t)^2)

step 2. 3t^2 + 3t

(the book says I can't do that, I don't see why)

step 3. insert √3 into t

Here's the books solution

Screenshot2012-02-04at82009PM.png


I understand u substitution but I don't see why it's necessary here. I don't why my method does not follow all the rules.
 
Physics news on Phys.org
Because ##\sqrt{a^2+b^2} \ne a+b##. Try it with a=b=1, for instance.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top