Why do I get two different answers when solving for arclength?What am I missing when solving this integral with trigonometric substition?Arclength of parametric curveWhy are these two answers different?Indefinite integral vs definite integral: Why the different answers?I am getting two different answers for a basic integration problemDifferent answers for integral of $sin^3x$Equality of tw0 arclengthsA definite integral with two different answersLoophole? I'm getting 2 different answers when solving a differential equation in 2 different methodsWhy are these two ways of measuring the length of the groove in a phonograph record different?

Alignment: "Breaking out" of environment (enumerate / minipage)

Would Jetfuel for a modern jet like an F-16 or a F-35 be producable in the WW2 era?

My employer faked my resume to acquire projects

Caught 2 students cheating together on the final exam that I proctored

What is Theresa May waiting for?

Where can I find visible/radio telescopic observations of the center of the Milky Way galaxy?

Is the taxi route omitted in low visibility (LVP)?

Is it possible to play as a necromancer skeleton?

Is it true that cut time means "play twice as fast as written"?

How to Pin Point Large File eating space in Fedora 18

How to know if a folder is a symbolic link?

Grammar Question Regarding "Are the" or "Is the" When Referring to Something that May or May not be Plural

I know that there is a preselected candidate for a position to be filled at my department. What should I do?

Who will lead the country until there is a new Tory leader?

What to do when you've set the wrong ISO for your film?

Is Jon Snow the last of his House?

Externally monitoring CPU/SSD activity without software access

Why would Ryanair allow me to book this journey through a third party, but not through their own website?

Why does this if-statement combining assignment and an equality check return true?

Installed Tankless Water Heater - Internet loss when active

NIntegrate doesn't evaluate

Can a person survive on blood in place of water?

Python program to take in two strings and print the larger string

What is a really good book for complex variables?



Why do I get two different answers when solving for arclength?


What am I missing when solving this integral with trigonometric substition?Arclength of parametric curveWhy are these two answers different?Indefinite integral vs definite integral: Why the different answers?I am getting two different answers for a basic integration problemDifferent answers for integral of $sin^3x$Equality of tw0 arclengthsA definite integral with two different answersLoophole? I'm getting 2 different answers when solving a differential equation in 2 different methodsWhy are these two ways of measuring the length of the groove in a phonograph record different?













8












$begingroup$


I am given that $fracdxdt=8tcos(t)$ and $fracdydt=8tsin(t)$. I tried solving for the arclength from $t=0$ to $t=1.$



Method 1:
$$textArclength = int_0^1 sqrtleft(fracdxdtright)^2+left(fracdydtright)^2 dx = 4.$$



Method 2:



$$textArclength = int_0^1 sqrt1+left(fracdydxright)^2 dx.$$ However, when I solve using method 2, I get $1.22619,$ when the answer should be $4.$ What is causing this difference?










share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    About your second method: Can you tell us under what conditions it is guaranteed to work? [You can click "edit" below your question to add your answer to this question.] Also: exactly how did you compute $dy/dx$?
    $endgroup$
    – John Hughes
    May 13 at 1:39











  • $begingroup$
    Your expressions are equally. The problem is likely to be with your steps. Edit your question to show how you solve each of them
    $endgroup$
    – Tojrah
    May 13 at 1:39






  • 15




    $begingroup$
    The interval $t=0$ to $1$ does not correspond to the interval $x=0$ to $1$.
    $endgroup$
    – MathIsFun
    May 13 at 1:40






  • 1




    $begingroup$
    A previous edit corrected the $dx$ in the first formula to $dt$ (among many other changes, mostly unnecessary). This error is a significant part of the question, so I restored it. The appropriate way to deal with an error like this is to inform the OP about it in an answer (as someone did) rather than stealthily "fixing" the problem.
    $endgroup$
    – David K
    May 13 at 10:47











  • $begingroup$
    Why is it a significant part of the question? It is not, if OP had integrated the first formulare w.r.t. to $x$, then his result would depend on $t$.
    $endgroup$
    – infinitezero
    May 13 at 14:40















8












$begingroup$


I am given that $fracdxdt=8tcos(t)$ and $fracdydt=8tsin(t)$. I tried solving for the arclength from $t=0$ to $t=1.$



Method 1:
$$textArclength = int_0^1 sqrtleft(fracdxdtright)^2+left(fracdydtright)^2 dx = 4.$$



Method 2:



$$textArclength = int_0^1 sqrt1+left(fracdydxright)^2 dx.$$ However, when I solve using method 2, I get $1.22619,$ when the answer should be $4.$ What is causing this difference?










share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    About your second method: Can you tell us under what conditions it is guaranteed to work? [You can click "edit" below your question to add your answer to this question.] Also: exactly how did you compute $dy/dx$?
    $endgroup$
    – John Hughes
    May 13 at 1:39











  • $begingroup$
    Your expressions are equally. The problem is likely to be with your steps. Edit your question to show how you solve each of them
    $endgroup$
    – Tojrah
    May 13 at 1:39






  • 15




    $begingroup$
    The interval $t=0$ to $1$ does not correspond to the interval $x=0$ to $1$.
    $endgroup$
    – MathIsFun
    May 13 at 1:40






  • 1




    $begingroup$
    A previous edit corrected the $dx$ in the first formula to $dt$ (among many other changes, mostly unnecessary). This error is a significant part of the question, so I restored it. The appropriate way to deal with an error like this is to inform the OP about it in an answer (as someone did) rather than stealthily "fixing" the problem.
    $endgroup$
    – David K
    May 13 at 10:47











  • $begingroup$
    Why is it a significant part of the question? It is not, if OP had integrated the first formulare w.r.t. to $x$, then his result would depend on $t$.
    $endgroup$
    – infinitezero
    May 13 at 14:40













8












8








8





$begingroup$


I am given that $fracdxdt=8tcos(t)$ and $fracdydt=8tsin(t)$. I tried solving for the arclength from $t=0$ to $t=1.$



Method 1:
$$textArclength = int_0^1 sqrtleft(fracdxdtright)^2+left(fracdydtright)^2 dx = 4.$$



Method 2:



$$textArclength = int_0^1 sqrt1+left(fracdydxright)^2 dx.$$ However, when I solve using method 2, I get $1.22619,$ when the answer should be $4.$ What is causing this difference?










share|cite|improve this question











$endgroup$




I am given that $fracdxdt=8tcos(t)$ and $fracdydt=8tsin(t)$. I tried solving for the arclength from $t=0$ to $t=1.$



Method 1:
$$textArclength = int_0^1 sqrtleft(fracdxdtright)^2+left(fracdydtright)^2 dx = 4.$$



Method 2:



$$textArclength = int_0^1 sqrt1+left(fracdydxright)^2 dx.$$ However, when I solve using method 2, I get $1.22619,$ when the answer should be $4.$ What is causing this difference?







integration arc-length






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited May 13 at 10:43









David K

56.6k345126




56.6k345126










asked May 13 at 1:33









JayJay

1006




1006







  • 1




    $begingroup$
    About your second method: Can you tell us under what conditions it is guaranteed to work? [You can click "edit" below your question to add your answer to this question.] Also: exactly how did you compute $dy/dx$?
    $endgroup$
    – John Hughes
    May 13 at 1:39











  • $begingroup$
    Your expressions are equally. The problem is likely to be with your steps. Edit your question to show how you solve each of them
    $endgroup$
    – Tojrah
    May 13 at 1:39






  • 15




    $begingroup$
    The interval $t=0$ to $1$ does not correspond to the interval $x=0$ to $1$.
    $endgroup$
    – MathIsFun
    May 13 at 1:40






  • 1




    $begingroup$
    A previous edit corrected the $dx$ in the first formula to $dt$ (among many other changes, mostly unnecessary). This error is a significant part of the question, so I restored it. The appropriate way to deal with an error like this is to inform the OP about it in an answer (as someone did) rather than stealthily "fixing" the problem.
    $endgroup$
    – David K
    May 13 at 10:47











  • $begingroup$
    Why is it a significant part of the question? It is not, if OP had integrated the first formulare w.r.t. to $x$, then his result would depend on $t$.
    $endgroup$
    – infinitezero
    May 13 at 14:40












  • 1




    $begingroup$
    About your second method: Can you tell us under what conditions it is guaranteed to work? [You can click "edit" below your question to add your answer to this question.] Also: exactly how did you compute $dy/dx$?
    $endgroup$
    – John Hughes
    May 13 at 1:39











  • $begingroup$
    Your expressions are equally. The problem is likely to be with your steps. Edit your question to show how you solve each of them
    $endgroup$
    – Tojrah
    May 13 at 1:39






  • 15




    $begingroup$
    The interval $t=0$ to $1$ does not correspond to the interval $x=0$ to $1$.
    $endgroup$
    – MathIsFun
    May 13 at 1:40






  • 1




    $begingroup$
    A previous edit corrected the $dx$ in the first formula to $dt$ (among many other changes, mostly unnecessary). This error is a significant part of the question, so I restored it. The appropriate way to deal with an error like this is to inform the OP about it in an answer (as someone did) rather than stealthily "fixing" the problem.
    $endgroup$
    – David K
    May 13 at 10:47











  • $begingroup$
    Why is it a significant part of the question? It is not, if OP had integrated the first formulare w.r.t. to $x$, then his result would depend on $t$.
    $endgroup$
    – infinitezero
    May 13 at 14:40







1




1




$begingroup$
About your second method: Can you tell us under what conditions it is guaranteed to work? [You can click "edit" below your question to add your answer to this question.] Also: exactly how did you compute $dy/dx$?
$endgroup$
– John Hughes
May 13 at 1:39





$begingroup$
About your second method: Can you tell us under what conditions it is guaranteed to work? [You can click "edit" below your question to add your answer to this question.] Also: exactly how did you compute $dy/dx$?
$endgroup$
– John Hughes
May 13 at 1:39













$begingroup$
Your expressions are equally. The problem is likely to be with your steps. Edit your question to show how you solve each of them
$endgroup$
– Tojrah
May 13 at 1:39




$begingroup$
Your expressions are equally. The problem is likely to be with your steps. Edit your question to show how you solve each of them
$endgroup$
– Tojrah
May 13 at 1:39




15




15




$begingroup$
The interval $t=0$ to $1$ does not correspond to the interval $x=0$ to $1$.
$endgroup$
– MathIsFun
May 13 at 1:40




$begingroup$
The interval $t=0$ to $1$ does not correspond to the interval $x=0$ to $1$.
$endgroup$
– MathIsFun
May 13 at 1:40




1




1




$begingroup$
A previous edit corrected the $dx$ in the first formula to $dt$ (among many other changes, mostly unnecessary). This error is a significant part of the question, so I restored it. The appropriate way to deal with an error like this is to inform the OP about it in an answer (as someone did) rather than stealthily "fixing" the problem.
$endgroup$
– David K
May 13 at 10:47





$begingroup$
A previous edit corrected the $dx$ in the first formula to $dt$ (among many other changes, mostly unnecessary). This error is a significant part of the question, so I restored it. The appropriate way to deal with an error like this is to inform the OP about it in an answer (as someone did) rather than stealthily "fixing" the problem.
$endgroup$
– David K
May 13 at 10:47













$begingroup$
Why is it a significant part of the question? It is not, if OP had integrated the first formulare w.r.t. to $x$, then his result would depend on $t$.
$endgroup$
– infinitezero
May 13 at 14:40




$begingroup$
Why is it a significant part of the question? It is not, if OP had integrated the first formulare w.r.t. to $x$, then his result would depend on $t$.
$endgroup$
– infinitezero
May 13 at 14:40










3 Answers
3






active

oldest

votes


















17












$begingroup$

Your second formula applies when you see $y$ as a function of $x$; you don't say how you found $dy/dx$.



Playing a bit loose with differentials, we have
$$
fracdydx=fracfracdydtfracdxdt=frac8tsin t8tcos t=tan t.
$$

Then
$$
sqrt1+left(fracdydx right)^2,dx=sqrt1+tan ^2 t ,dx=frac1cos t,dx
=frac1cos t,8t,cos t,dt=8t,dt.
$$

So your second integral is (now the limits are on $t$, note that we don't easily know the limits on $x$)
$$
int_0^18t,dt = 4.
$$






share|cite|improve this answer









$endgroup$




















    3












    $begingroup$

    Your first method requires a change. (It is $dt$ not $dx$)



    $$I = int^1_0 sqrt(fracdxdt)^2 + (fracdydt)^2dt = int^1_0 sqrt(8t)^2(cos^2t + sin^2t)dt =int^1_0 8tdt = 4[t^2]^1_0 = 4$$



    Now, for the 2nd method.



    It is actually an equivalence of the first one. It can be deduced like this.



    $$int sqrt(fracdxdt)^2 + (fracdydt)^2dt = int fracdxdtsqrt1 + frac(fracdydt)^2(fracdxdt)^2dt = intsqrt1+(fracdydx)^2dx$$



    So, the second method also yields 4.






    share|cite|improve this answer









    $endgroup$




















      3












      $begingroup$

      The second method should give you the correct answer as well.



      Note that $$ sqrt1+(fracdydx)^2 dx =sqrt 1+tan^2(t)(8tcos(t))dt$$



      so the arc length is $$int _0^1 sqrt 1+tan^2(t)(8tcos(t))dt = int _0^1 8tdt=4$$






      share|cite|improve this answer









      $endgroup$













        Your Answer








        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "69"
        ;
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function()
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled)
        StackExchange.using("snippets", function()
        createEditor();
        );

        else
        createEditor();

        );

        function createEditor()
        StackExchange.prepareEditor(
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader:
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        ,
        noCode: true, onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );













        draft saved

        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3223929%2fwhy-do-i-get-two-different-answers-when-solving-for-arclength%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        17












        $begingroup$

        Your second formula applies when you see $y$ as a function of $x$; you don't say how you found $dy/dx$.



        Playing a bit loose with differentials, we have
        $$
        fracdydx=fracfracdydtfracdxdt=frac8tsin t8tcos t=tan t.
        $$

        Then
        $$
        sqrt1+left(fracdydx right)^2,dx=sqrt1+tan ^2 t ,dx=frac1cos t,dx
        =frac1cos t,8t,cos t,dt=8t,dt.
        $$

        So your second integral is (now the limits are on $t$, note that we don't easily know the limits on $x$)
        $$
        int_0^18t,dt = 4.
        $$






        share|cite|improve this answer









        $endgroup$

















          17












          $begingroup$

          Your second formula applies when you see $y$ as a function of $x$; you don't say how you found $dy/dx$.



          Playing a bit loose with differentials, we have
          $$
          fracdydx=fracfracdydtfracdxdt=frac8tsin t8tcos t=tan t.
          $$

          Then
          $$
          sqrt1+left(fracdydx right)^2,dx=sqrt1+tan ^2 t ,dx=frac1cos t,dx
          =frac1cos t,8t,cos t,dt=8t,dt.
          $$

          So your second integral is (now the limits are on $t$, note that we don't easily know the limits on $x$)
          $$
          int_0^18t,dt = 4.
          $$






          share|cite|improve this answer









          $endgroup$















            17












            17








            17





            $begingroup$

            Your second formula applies when you see $y$ as a function of $x$; you don't say how you found $dy/dx$.



            Playing a bit loose with differentials, we have
            $$
            fracdydx=fracfracdydtfracdxdt=frac8tsin t8tcos t=tan t.
            $$

            Then
            $$
            sqrt1+left(fracdydx right)^2,dx=sqrt1+tan ^2 t ,dx=frac1cos t,dx
            =frac1cos t,8t,cos t,dt=8t,dt.
            $$

            So your second integral is (now the limits are on $t$, note that we don't easily know the limits on $x$)
            $$
            int_0^18t,dt = 4.
            $$






            share|cite|improve this answer









            $endgroup$



            Your second formula applies when you see $y$ as a function of $x$; you don't say how you found $dy/dx$.



            Playing a bit loose with differentials, we have
            $$
            fracdydx=fracfracdydtfracdxdt=frac8tsin t8tcos t=tan t.
            $$

            Then
            $$
            sqrt1+left(fracdydx right)^2,dx=sqrt1+tan ^2 t ,dx=frac1cos t,dx
            =frac1cos t,8t,cos t,dt=8t,dt.
            $$

            So your second integral is (now the limits are on $t$, note that we don't easily know the limits on $x$)
            $$
            int_0^18t,dt = 4.
            $$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered May 13 at 1:49









            Martin ArgeramiMartin Argerami

            132k1285188




            132k1285188





















                3












                $begingroup$

                Your first method requires a change. (It is $dt$ not $dx$)



                $$I = int^1_0 sqrt(fracdxdt)^2 + (fracdydt)^2dt = int^1_0 sqrt(8t)^2(cos^2t + sin^2t)dt =int^1_0 8tdt = 4[t^2]^1_0 = 4$$



                Now, for the 2nd method.



                It is actually an equivalence of the first one. It can be deduced like this.



                $$int sqrt(fracdxdt)^2 + (fracdydt)^2dt = int fracdxdtsqrt1 + frac(fracdydt)^2(fracdxdt)^2dt = intsqrt1+(fracdydx)^2dx$$



                So, the second method also yields 4.






                share|cite|improve this answer









                $endgroup$

















                  3












                  $begingroup$

                  Your first method requires a change. (It is $dt$ not $dx$)



                  $$I = int^1_0 sqrt(fracdxdt)^2 + (fracdydt)^2dt = int^1_0 sqrt(8t)^2(cos^2t + sin^2t)dt =int^1_0 8tdt = 4[t^2]^1_0 = 4$$



                  Now, for the 2nd method.



                  It is actually an equivalence of the first one. It can be deduced like this.



                  $$int sqrt(fracdxdt)^2 + (fracdydt)^2dt = int fracdxdtsqrt1 + frac(fracdydt)^2(fracdxdt)^2dt = intsqrt1+(fracdydx)^2dx$$



                  So, the second method also yields 4.






                  share|cite|improve this answer









                  $endgroup$















                    3












                    3








                    3





                    $begingroup$

                    Your first method requires a change. (It is $dt$ not $dx$)



                    $$I = int^1_0 sqrt(fracdxdt)^2 + (fracdydt)^2dt = int^1_0 sqrt(8t)^2(cos^2t + sin^2t)dt =int^1_0 8tdt = 4[t^2]^1_0 = 4$$



                    Now, for the 2nd method.



                    It is actually an equivalence of the first one. It can be deduced like this.



                    $$int sqrt(fracdxdt)^2 + (fracdydt)^2dt = int fracdxdtsqrt1 + frac(fracdydt)^2(fracdxdt)^2dt = intsqrt1+(fracdydx)^2dx$$



                    So, the second method also yields 4.






                    share|cite|improve this answer









                    $endgroup$



                    Your first method requires a change. (It is $dt$ not $dx$)



                    $$I = int^1_0 sqrt(fracdxdt)^2 + (fracdydt)^2dt = int^1_0 sqrt(8t)^2(cos^2t + sin^2t)dt =int^1_0 8tdt = 4[t^2]^1_0 = 4$$



                    Now, for the 2nd method.



                    It is actually an equivalence of the first one. It can be deduced like this.



                    $$int sqrt(fracdxdt)^2 + (fracdydt)^2dt = int fracdxdtsqrt1 + frac(fracdydt)^2(fracdxdt)^2dt = intsqrt1+(fracdydx)^2dx$$



                    So, the second method also yields 4.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered May 13 at 1:52









                    Ak19Ak19

                    2,160212




                    2,160212





















                        3












                        $begingroup$

                        The second method should give you the correct answer as well.



                        Note that $$ sqrt1+(fracdydx)^2 dx =sqrt 1+tan^2(t)(8tcos(t))dt$$



                        so the arc length is $$int _0^1 sqrt 1+tan^2(t)(8tcos(t))dt = int _0^1 8tdt=4$$






                        share|cite|improve this answer









                        $endgroup$

















                          3












                          $begingroup$

                          The second method should give you the correct answer as well.



                          Note that $$ sqrt1+(fracdydx)^2 dx =sqrt 1+tan^2(t)(8tcos(t))dt$$



                          so the arc length is $$int _0^1 sqrt 1+tan^2(t)(8tcos(t))dt = int _0^1 8tdt=4$$






                          share|cite|improve this answer









                          $endgroup$















                            3












                            3








                            3





                            $begingroup$

                            The second method should give you the correct answer as well.



                            Note that $$ sqrt1+(fracdydx)^2 dx =sqrt 1+tan^2(t)(8tcos(t))dt$$



                            so the arc length is $$int _0^1 sqrt 1+tan^2(t)(8tcos(t))dt = int _0^1 8tdt=4$$






                            share|cite|improve this answer









                            $endgroup$



                            The second method should give you the correct answer as well.



                            Note that $$ sqrt1+(fracdydx)^2 dx =sqrt 1+tan^2(t)(8tcos(t))dt$$



                            so the arc length is $$int _0^1 sqrt 1+tan^2(t)(8tcos(t))dt = int _0^1 8tdt=4$$







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered May 13 at 1:59









                            Mohammad Riazi-KermaniMohammad Riazi-Kermani

                            44.1k42162




                            44.1k42162



























                                draft saved

                                draft discarded
















































                                Thanks for contributing an answer to Mathematics Stack Exchange!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid


                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.

                                Use MathJax to format equations. MathJax reference.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3223929%2fwhy-do-i-get-two-different-answers-when-solving-for-arclength%23new-answer', 'question_page');

                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

                                Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

                                Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020